@alicloud/ddoscoo20200101 2.0.1 → 2.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 CHANGED
@@ -1406,6 +1406,48 @@ export declare class DeleteWebCCRuleResponse extends $tea.Model {
1406
1406
  [key: string]: any;
1407
1407
  });
1408
1408
  }
1409
+ export declare class DeleteWebCCRuleV2Request extends $tea.Model {
1410
+ domain?: string;
1411
+ owner?: string;
1412
+ ruleNames?: string;
1413
+ static names(): {
1414
+ [key: string]: string;
1415
+ };
1416
+ static types(): {
1417
+ [key: string]: any;
1418
+ };
1419
+ constructor(map?: {
1420
+ [key: string]: any;
1421
+ });
1422
+ }
1423
+ export declare class DeleteWebCCRuleV2ResponseBody extends $tea.Model {
1424
+ requestId?: string;
1425
+ static names(): {
1426
+ [key: string]: string;
1427
+ };
1428
+ static types(): {
1429
+ [key: string]: any;
1430
+ };
1431
+ constructor(map?: {
1432
+ [key: string]: any;
1433
+ });
1434
+ }
1435
+ export declare class DeleteWebCCRuleV2Response extends $tea.Model {
1436
+ headers?: {
1437
+ [key: string]: string;
1438
+ };
1439
+ statusCode?: number;
1440
+ body?: DeleteWebCCRuleV2ResponseBody;
1441
+ static names(): {
1442
+ [key: string]: string;
1443
+ };
1444
+ static types(): {
1445
+ [key: string]: any;
1446
+ };
1447
+ constructor(map?: {
1448
+ [key: string]: any;
1449
+ });
1450
+ }
1409
1451
  export declare class DeleteWebCacheCustomRuleRequest extends $tea.Model {
1410
1452
  domain?: string;
1411
1453
  resourceGroupId?: string;
@@ -7118,6 +7160,47 @@ export declare class ModifyWebAreaBlockSwitchResponse extends $tea.Model {
7118
7160
  [key: string]: any;
7119
7161
  });
7120
7162
  }
7163
+ export declare class ModifyWebCCGlobalSwitchRequest extends $tea.Model {
7164
+ ccGlobalSwitch?: string;
7165
+ domain?: string;
7166
+ static names(): {
7167
+ [key: string]: string;
7168
+ };
7169
+ static types(): {
7170
+ [key: string]: any;
7171
+ };
7172
+ constructor(map?: {
7173
+ [key: string]: any;
7174
+ });
7175
+ }
7176
+ export declare class ModifyWebCCGlobalSwitchResponseBody extends $tea.Model {
7177
+ requestId?: string;
7178
+ static names(): {
7179
+ [key: string]: string;
7180
+ };
7181
+ static types(): {
7182
+ [key: string]: any;
7183
+ };
7184
+ constructor(map?: {
7185
+ [key: string]: any;
7186
+ });
7187
+ }
7188
+ export declare class ModifyWebCCGlobalSwitchResponse extends $tea.Model {
7189
+ headers?: {
7190
+ [key: string]: string;
7191
+ };
7192
+ statusCode?: number;
7193
+ body?: ModifyWebCCGlobalSwitchResponseBody;
7194
+ static names(): {
7195
+ [key: string]: string;
7196
+ };
7197
+ static types(): {
7198
+ [key: string]: any;
7199
+ };
7200
+ constructor(map?: {
7201
+ [key: string]: any;
7202
+ });
7203
+ }
7121
7204
  export declare class ModifyWebCCRuleRequest extends $tea.Model {
7122
7205
  act?: string;
7123
7206
  count?: number;
@@ -9155,1093 +9238,2945 @@ export default class Client extends OpenApi {
9155
9238
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
9156
9239
  [key: string]: string;
9157
9240
  }, endpoint: string): string;
9241
+ /**
9242
+ * @param request AddAutoCcBlacklistRequest
9243
+ * @param runtime runtime options for this request RuntimeOptions
9244
+ * @return AddAutoCcBlacklistResponse
9245
+ */
9158
9246
  addAutoCcBlacklistWithOptions(request: AddAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcBlacklistResponse>;
9247
+ /**
9248
+ * @param request AddAutoCcBlacklistRequest
9249
+ * @return AddAutoCcBlacklistResponse
9250
+ */
9159
9251
  addAutoCcBlacklist(request: AddAutoCcBlacklistRequest): Promise<AddAutoCcBlacklistResponse>;
9160
9252
  /**
9161
- * 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.
9162
- * 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.
9163
- * ### Limits
9164
- * 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.
9165
- *
9166
- * @param request AddAutoCcWhitelistRequest
9167
- * @param runtime runtime options for this request RuntimeOptions
9168
- * @return AddAutoCcWhitelistResponse
9253
+ * @summary Adds IP addresses to the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9254
+ *
9255
+ * @description 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.
9256
+ * 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](https://help.aliyun.com/document_detail/157505.html) operation to remove the IP addresses from the whitelist.
9257
+ * ### Limits
9258
+ * 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.
9259
+ *
9260
+ * @param request AddAutoCcWhitelistRequest
9261
+ * @param runtime runtime options for this request RuntimeOptions
9262
+ * @return AddAutoCcWhitelistResponse
9169
9263
  */
9170
9264
  addAutoCcWhitelistWithOptions(request: AddAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcWhitelistResponse>;
9171
9265
  /**
9172
- * 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.
9173
- * 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.
9174
- * ### Limits
9175
- * 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.
9176
- *
9177
- * @param request AddAutoCcWhitelistRequest
9178
- * @return AddAutoCcWhitelistResponse
9266
+ * @summary Adds IP addresses to the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9267
+ *
9268
+ * @description 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.
9269
+ * 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](https://help.aliyun.com/document_detail/157505.html) operation to remove the IP addresses from the whitelist.
9270
+ * ### Limits
9271
+ * 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.
9272
+ *
9273
+ * @param request AddAutoCcWhitelistRequest
9274
+ * @return AddAutoCcWhitelistResponse
9179
9275
  */
9180
9276
  addAutoCcWhitelist(request: AddAutoCcWhitelistRequest): Promise<AddAutoCcWhitelistResponse>;
9277
+ /**
9278
+ * @summary Associates an SSL certificate with the forwarding rule of a website.
9279
+ *
9280
+ * @param request AssociateWebCertRequest
9281
+ * @param runtime runtime options for this request RuntimeOptions
9282
+ * @return AssociateWebCertResponse
9283
+ */
9181
9284
  associateWebCertWithOptions(request: AssociateWebCertRequest, runtime: $Util.RuntimeOptions): Promise<AssociateWebCertResponse>;
9285
+ /**
9286
+ * @summary Associates an SSL certificate with the forwarding rule of a website.
9287
+ *
9288
+ * @param request AssociateWebCertRequest
9289
+ * @return AssociateWebCertResponse
9290
+ */
9182
9291
  associateWebCert(request: AssociateWebCertRequest): Promise<AssociateWebCertResponse>;
9292
+ /**
9293
+ * @summary Adds an object to a scenario-specific custom policy for protection.
9294
+ *
9295
+ * @param request AttachSceneDefenseObjectRequest
9296
+ * @param runtime runtime options for this request RuntimeOptions
9297
+ * @return AttachSceneDefenseObjectResponse
9298
+ */
9183
9299
  attachSceneDefenseObjectWithOptions(request: AttachSceneDefenseObjectRequest, runtime: $Util.RuntimeOptions): Promise<AttachSceneDefenseObjectResponse>;
9300
+ /**
9301
+ * @summary Adds an object to a scenario-specific custom policy for protection.
9302
+ *
9303
+ * @param request AttachSceneDefenseObjectRequest
9304
+ * @return AttachSceneDefenseObjectResponse
9305
+ */
9184
9306
  attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
9185
9307
  /**
9186
- * 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.
9187
- *
9188
- * @param request ConfigL7RsPolicyRequest
9189
- * @param runtime runtime options for this request RuntimeOptions
9190
- * @return ConfigL7RsPolicyResponse
9308
+ * @summary Configures a back-to-origin policy for the forwarding rule of a website.
9309
+ *
9310
+ * @description 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.
9311
+ *
9312
+ * @param request ConfigL7RsPolicyRequest
9313
+ * @param runtime runtime options for this request RuntimeOptions
9314
+ * @return ConfigL7RsPolicyResponse
9191
9315
  */
9192
9316
  configL7RsPolicyWithOptions(request: ConfigL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7RsPolicyResponse>;
9193
9317
  /**
9194
- * 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.
9195
- *
9196
- * @param request ConfigL7RsPolicyRequest
9197
- * @return ConfigL7RsPolicyResponse
9318
+ * @summary Configures a back-to-origin policy for the forwarding rule of a website.
9319
+ *
9320
+ * @description 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.
9321
+ *
9322
+ * @param request ConfigL7RsPolicyRequest
9323
+ * @return ConfigL7RsPolicyResponse
9198
9324
  */
9199
9325
  configL7RsPolicy(request: ConfigL7RsPolicyRequest): Promise<ConfigL7RsPolicyResponse>;
9326
+ /**
9327
+ * @summary Specifies a threshold for the clean bandwidth of an Anti-DDoS Pro or Anti-DDoS premium instance. If the threshold is reached, rate limiting is triggered.
9328
+ *
9329
+ * @param request ConfigLayer4RealLimitRequest
9330
+ * @param runtime runtime options for this request RuntimeOptions
9331
+ * @return ConfigLayer4RealLimitResponse
9332
+ */
9200
9333
  configLayer4RealLimitWithOptions(request: ConfigLayer4RealLimitRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RealLimitResponse>;
9334
+ /**
9335
+ * @summary Specifies a threshold for the clean bandwidth of an Anti-DDoS Pro or Anti-DDoS premium instance. If the threshold is reached, rate limiting is triggered.
9336
+ *
9337
+ * @param request ConfigLayer4RealLimitRequest
9338
+ * @return ConfigLayer4RealLimitResponse
9339
+ */
9201
9340
  configLayer4RealLimit(request: ConfigLayer4RealLimitRequest): Promise<ConfigLayer4RealLimitResponse>;
9341
+ /**
9342
+ * @summary Adds a description to a port forwarding rule.
9343
+ *
9344
+ * @param request ConfigLayer4RemarkRequest
9345
+ * @param runtime runtime options for this request RuntimeOptions
9346
+ * @return ConfigLayer4RemarkResponse
9347
+ */
9202
9348
  configLayer4RemarkWithOptions(request: ConfigLayer4RemarkRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RemarkResponse>;
9349
+ /**
9350
+ * @summary Adds a description to a port forwarding rule.
9351
+ *
9352
+ * @param request ConfigLayer4RemarkRequest
9353
+ * @return ConfigLayer4RemarkResponse
9354
+ */
9203
9355
  configLayer4Remark(request: ConfigLayer4RemarkRequest): Promise<ConfigLayer4RemarkResponse>;
9356
+ /**
9357
+ * @summary Enables or disables the origin redundancy mode for a port forwarding rule.
9358
+ *
9359
+ * @param request ConfigLayer4RuleBakModeRequest
9360
+ * @param runtime runtime options for this request RuntimeOptions
9361
+ * @return ConfigLayer4RuleBakModeResponse
9362
+ */
9204
9363
  configLayer4RuleBakModeWithOptions(request: ConfigLayer4RuleBakModeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RuleBakModeResponse>;
9364
+ /**
9365
+ * @summary Enables or disables the origin redundancy mode for a port forwarding rule.
9366
+ *
9367
+ * @param request ConfigLayer4RuleBakModeRequest
9368
+ * @return ConfigLayer4RuleBakModeResponse
9369
+ */
9205
9370
  configLayer4RuleBakMode(request: ConfigLayer4RuleBakModeRequest): Promise<ConfigLayer4RuleBakModeResponse>;
9371
+ /**
9372
+ * @summary Configures the IP addresses of the primary and secondary origin servers for a port forwarding rule.
9373
+ *
9374
+ * @param request ConfigLayer4RulePolicyRequest
9375
+ * @param runtime runtime options for this request RuntimeOptions
9376
+ * @return ConfigLayer4RulePolicyResponse
9377
+ */
9206
9378
  configLayer4RulePolicyWithOptions(request: ConfigLayer4RulePolicyRequest, runtime: $Util.RuntimeOptions): Promise<ConfigLayer4RulePolicyResponse>;
9379
+ /**
9380
+ * @summary Configures the IP addresses of the primary and secondary origin servers for a port forwarding rule.
9381
+ *
9382
+ * @param request ConfigLayer4RulePolicyRequest
9383
+ * @return ConfigLayer4RulePolicyResponse
9384
+ */
9207
9385
  configLayer4RulePolicy(request: ConfigLayer4RulePolicyRequest): Promise<ConfigLayer4RulePolicyResponse>;
9386
+ /**
9387
+ * @summary Configures blocked locations for an Anti-DDoS Pro or Anti-DDoS Premium instance.
9388
+ *
9389
+ * @param request ConfigNetworkRegionBlockRequest
9390
+ * @param runtime runtime options for this request RuntimeOptions
9391
+ * @return ConfigNetworkRegionBlockResponse
9392
+ */
9208
9393
  configNetworkRegionBlockWithOptions(request: ConfigNetworkRegionBlockRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRegionBlockResponse>;
9394
+ /**
9395
+ * @summary Configures blocked locations for an Anti-DDoS Pro or Anti-DDoS Premium instance.
9396
+ *
9397
+ * @param request ConfigNetworkRegionBlockRequest
9398
+ * @return ConfigNetworkRegionBlockResponse
9399
+ */
9209
9400
  configNetworkRegionBlock(request: ConfigNetworkRegionBlockRequest): Promise<ConfigNetworkRegionBlockResponse>;
9401
+ /**
9402
+ * @summary Modifies the IP addresses of the origin server that is configured in a port forwarding rule.
9403
+ *
9404
+ * @param request ConfigNetworkRulesRequest
9405
+ * @param runtime runtime options for this request RuntimeOptions
9406
+ * @return ConfigNetworkRulesResponse
9407
+ */
9210
9408
  configNetworkRulesWithOptions(request: ConfigNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRulesResponse>;
9409
+ /**
9410
+ * @summary Modifies the IP addresses of the origin server that is configured in a port forwarding rule.
9411
+ *
9412
+ * @param request ConfigNetworkRulesRequest
9413
+ * @return ConfigNetworkRulesResponse
9414
+ */
9211
9415
  configNetworkRules(request: ConfigNetworkRulesRequest): Promise<ConfigNetworkRulesResponse>;
9212
9416
  /**
9213
- * You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9214
- * ### Limits
9215
- * 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.
9216
- *
9217
- * @param request ConfigUdpReflectRequest
9218
- * @param runtime runtime options for this request RuntimeOptions
9219
- * @return ConfigUdpReflectResponse
9417
+ * @summary Adds the filtering policies for UDP reflection attacks on an Anti-DDoS Pro or Anti-DDoS Premium instance to filter out the source ports of UDP traffic.
9418
+ *
9419
+ * @description You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9420
+ * ### Limits
9421
+ * 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.
9422
+ *
9423
+ * @param request ConfigUdpReflectRequest
9424
+ * @param runtime runtime options for this request RuntimeOptions
9425
+ * @return ConfigUdpReflectResponse
9220
9426
  */
9221
9427
  configUdpReflectWithOptions(request: ConfigUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<ConfigUdpReflectResponse>;
9222
9428
  /**
9223
- * You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9224
- * ### Limits
9225
- * 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.
9226
- *
9227
- * @param request ConfigUdpReflectRequest
9228
- * @return ConfigUdpReflectResponse
9429
+ * @summary Adds the filtering policies for UDP reflection attacks on an Anti-DDoS Pro or Anti-DDoS Premium instance to filter out the source ports of UDP traffic.
9430
+ *
9431
+ * @description You can call this operation to configure filtering policies to filter out UDP traffic from specific ports. This helps defend against UDP reflection attacks.
9432
+ * ### Limits
9433
+ * 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.
9434
+ *
9435
+ * @param request ConfigUdpReflectRequest
9436
+ * @return ConfigUdpReflectResponse
9229
9437
  */
9230
9438
  configUdpReflect(request: ConfigUdpReflectRequest): Promise<ConfigUdpReflectResponse>;
9439
+ /**
9440
+ * @summary Configures the mode of the Frequency Control policy for a website.
9441
+ *
9442
+ * @param request ConfigWebCCTemplateRequest
9443
+ * @param runtime runtime options for this request RuntimeOptions
9444
+ * @return ConfigWebCCTemplateResponse
9445
+ */
9231
9446
  configWebCCTemplateWithOptions(request: ConfigWebCCTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ConfigWebCCTemplateResponse>;
9447
+ /**
9448
+ * @summary Configures the mode of the Frequency Control policy for a website.
9449
+ *
9450
+ * @param request ConfigWebCCTemplateRequest
9451
+ * @return ConfigWebCCTemplateResponse
9452
+ */
9232
9453
  configWebCCTemplate(request: ConfigWebCCTemplateRequest): Promise<ConfigWebCCTemplateResponse>;
9454
+ /**
9455
+ * @summary Configures the IP address whitelist and blacklist for a website.
9456
+ *
9457
+ * @param request ConfigWebIpSetRequest
9458
+ * @param runtime runtime options for this request RuntimeOptions
9459
+ * @return ConfigWebIpSetResponse
9460
+ */
9233
9461
  configWebIpSetWithOptions(request: ConfigWebIpSetRequest, runtime: $Util.RuntimeOptions): Promise<ConfigWebIpSetResponse>;
9462
+ /**
9463
+ * @summary Configures the IP address whitelist and blacklist for a website.
9464
+ *
9465
+ * @param request ConfigWebIpSetRequest
9466
+ * @return ConfigWebIpSetResponse
9467
+ */
9234
9468
  configWebIpSet(request: ConfigWebIpSetRequest): Promise<ConfigWebIpSetResponse>;
9469
+ /**
9470
+ * @summary Creates an asynchronous export task to export forwarding rules for websites, port forwarding rules, session persistence and health check settings, DDoS mitigation policies, the IP address blacklist, or the IP address whitelist.
9471
+ *
9472
+ * @param request CreateAsyncTaskRequest
9473
+ * @param runtime runtime options for this request RuntimeOptions
9474
+ * @return CreateAsyncTaskResponse
9475
+ */
9235
9476
  createAsyncTaskWithOptions(request: CreateAsyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateAsyncTaskResponse>;
9477
+ /**
9478
+ * @summary Creates an asynchronous export task to export forwarding rules for websites, port forwarding rules, session persistence and health check settings, DDoS mitigation policies, the IP address blacklist, or the IP address whitelist.
9479
+ *
9480
+ * @param request CreateAsyncTaskRequest
9481
+ * @return CreateAsyncTaskResponse
9482
+ */
9236
9483
  createAsyncTask(request: CreateAsyncTaskRequest): Promise<CreateAsyncTaskResponse>;
9484
+ /**
9485
+ * @summary Creates a forwarding rule for a website.
9486
+ *
9487
+ * @param request CreateDomainResourceRequest
9488
+ * @param runtime runtime options for this request RuntimeOptions
9489
+ * @return CreateDomainResourceResponse
9490
+ */
9237
9491
  createDomainResourceWithOptions(request: CreateDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDomainResourceResponse>;
9492
+ /**
9493
+ * @summary Creates a forwarding rule for a website.
9494
+ *
9495
+ * @param request CreateDomainResourceRequest
9496
+ * @return CreateDomainResourceResponse
9497
+ */
9238
9498
  createDomainResource(request: CreateDomainResourceRequest): Promise<CreateDomainResourceResponse>;
9499
+ /**
9500
+ * @summary Creates a port forwarding rule.
9501
+ *
9502
+ * @param request CreateNetworkRulesRequest
9503
+ * @param runtime runtime options for this request RuntimeOptions
9504
+ * @return CreateNetworkRulesResponse
9505
+ */
9239
9506
  createNetworkRulesWithOptions(request: CreateNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateNetworkRulesResponse>;
9507
+ /**
9508
+ * @summary Creates a port forwarding rule.
9509
+ *
9510
+ * @param request CreateNetworkRulesRequest
9511
+ * @return CreateNetworkRulesResponse
9512
+ */
9240
9513
  createNetworkRules(request: CreateNetworkRulesRequest): Promise<CreateNetworkRulesResponse>;
9241
9514
  /**
9242
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9243
- *
9244
- * @param request CreatePortRequest
9245
- * @param runtime runtime options for this request RuntimeOptions
9246
- * @return CreatePortResponse
9515
+ * @summary Creates a port forwarding rule.
9516
+ *
9517
+ * @description You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
9518
+ *
9519
+ * @param request CreatePortRequest
9520
+ * @param runtime runtime options for this request RuntimeOptions
9521
+ * @return CreatePortResponse
9247
9522
  */
9248
9523
  createPortWithOptions(request: CreatePortRequest, runtime: $Util.RuntimeOptions): Promise<CreatePortResponse>;
9249
9524
  /**
9250
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9251
- *
9252
- * @param request CreatePortRequest
9253
- * @return CreatePortResponse
9525
+ * @summary Creates a port forwarding rule.
9526
+ *
9527
+ * @description You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
9528
+ *
9529
+ * @param request CreatePortRequest
9530
+ * @return CreatePortResponse
9254
9531
  */
9255
9532
  createPort(request: CreatePortRequest): Promise<CreatePortResponse>;
9533
+ /**
9534
+ * @summary Creates a scenario-specific custom policy.
9535
+ *
9536
+ * @param request CreateSceneDefensePolicyRequest
9537
+ * @param runtime runtime options for this request RuntimeOptions
9538
+ * @return CreateSceneDefensePolicyResponse
9539
+ */
9256
9540
  createSceneDefensePolicyWithOptions(request: CreateSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateSceneDefensePolicyResponse>;
9541
+ /**
9542
+ * @summary Creates a scenario-specific custom policy.
9543
+ *
9544
+ * @param request CreateSceneDefensePolicyRequest
9545
+ * @return CreateSceneDefensePolicyResponse
9546
+ */
9257
9547
  createSceneDefensePolicy(request: CreateSceneDefensePolicyRequest): Promise<CreateSceneDefensePolicyResponse>;
9548
+ /**
9549
+ * @summary Creates a scheduling rule for Sec-Traffic Manager.
9550
+ *
9551
+ * @param request CreateSchedulerRuleRequest
9552
+ * @param runtime runtime options for this request RuntimeOptions
9553
+ * @return CreateSchedulerRuleResponse
9554
+ */
9258
9555
  createSchedulerRuleWithOptions(request: CreateSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedulerRuleResponse>;
9556
+ /**
9557
+ * @summary Creates a scheduling rule for Sec-Traffic Manager.
9558
+ *
9559
+ * @param request CreateSchedulerRuleRequest
9560
+ * @return CreateSchedulerRuleResponse
9561
+ */
9259
9562
  createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
9260
9563
  /**
9261
- * You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9262
- * > Anti-DDoS Premium does not support the tag feature.
9263
- * ### Limits
9264
- * 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.
9265
- *
9266
- * @param request CreateTagResourcesRequest
9267
- * @param runtime runtime options for this request RuntimeOptions
9268
- * @return CreateTagResourcesResponse
9564
+ * @summary Adds tags to multiple Anti-DDoS Pro instances at a time.
9565
+ *
9566
+ * @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9567
+ * > Anti-DDoS Premium does not support the tag feature.
9568
+ * ### Limits
9569
+ * 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.
9570
+ *
9571
+ * @param request CreateTagResourcesRequest
9572
+ * @param runtime runtime options for this request RuntimeOptions
9573
+ * @return CreateTagResourcesResponse
9269
9574
  */
9270
9575
  createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
9271
9576
  /**
9272
- * You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9273
- * > Anti-DDoS Premium does not support the tag feature.
9274
- * ### Limits
9275
- * 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.
9276
- *
9277
- * @param request CreateTagResourcesRequest
9278
- * @return CreateTagResourcesResponse
9577
+ * @summary Adds tags to multiple Anti-DDoS Pro instances at a time.
9578
+ *
9579
+ * @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.
9580
+ * > Anti-DDoS Premium does not support the tag feature.
9581
+ * ### Limits
9582
+ * 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.
9583
+ *
9584
+ * @param request CreateTagResourcesRequest
9585
+ * @return CreateTagResourcesResponse
9279
9586
  */
9280
9587
  createTagResources(request: CreateTagResourcesRequest): Promise<CreateTagResourcesResponse>;
9588
+ /**
9589
+ * @param request CreateWebCCRuleRequest
9590
+ * @param runtime runtime options for this request RuntimeOptions
9591
+ * @return CreateWebCCRuleResponse
9592
+ */
9281
9593
  createWebCCRuleWithOptions(request: CreateWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebCCRuleResponse>;
9594
+ /**
9595
+ * @param request CreateWebCCRuleRequest
9596
+ * @return CreateWebCCRuleResponse
9597
+ */
9282
9598
  createWebCCRule(request: CreateWebCCRuleRequest): Promise<CreateWebCCRuleResponse>;
9599
+ /**
9600
+ * @summary Creates a forwarding rule for a website.
9601
+ *
9602
+ * @param request CreateWebRuleRequest
9603
+ * @param runtime runtime options for this request RuntimeOptions
9604
+ * @return CreateWebRuleResponse
9605
+ */
9283
9606
  createWebRuleWithOptions(request: CreateWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebRuleResponse>;
9607
+ /**
9608
+ * @summary Creates a forwarding rule for a website.
9609
+ *
9610
+ * @param request CreateWebRuleRequest
9611
+ * @return CreateWebRuleResponse
9612
+ */
9284
9613
  createWebRule(request: CreateWebRuleRequest): Promise<CreateWebRuleResponse>;
9614
+ /**
9615
+ * @summary Deletes an asynchronous export task.
9616
+ *
9617
+ * @param request DeleteAsyncTaskRequest
9618
+ * @param runtime runtime options for this request RuntimeOptions
9619
+ * @return DeleteAsyncTaskResponse
9620
+ */
9285
9621
  deleteAsyncTaskWithOptions(request: DeleteAsyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAsyncTaskResponse>;
9622
+ /**
9623
+ * @summary Deletes an asynchronous export task.
9624
+ *
9625
+ * @param request DeleteAsyncTaskRequest
9626
+ * @return DeleteAsyncTaskResponse
9627
+ */
9286
9628
  deleteAsyncTask(request: DeleteAsyncTaskRequest): Promise<DeleteAsyncTaskResponse>;
9629
+ /**
9630
+ * @summary Removes IP addresses from the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9631
+ *
9632
+ * @param request DeleteAutoCcBlacklistRequest
9633
+ * @param runtime runtime options for this request RuntimeOptions
9634
+ * @return DeleteAutoCcBlacklistResponse
9635
+ */
9287
9636
  deleteAutoCcBlacklistWithOptions(request: DeleteAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAutoCcBlacklistResponse>;
9637
+ /**
9638
+ * @summary Removes IP addresses from the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9639
+ *
9640
+ * @param request DeleteAutoCcBlacklistRequest
9641
+ * @return DeleteAutoCcBlacklistResponse
9642
+ */
9288
9643
  deleteAutoCcBlacklist(request: DeleteAutoCcBlacklistRequest): Promise<DeleteAutoCcBlacklistResponse>;
9644
+ /**
9645
+ * @summary Removes IP addresses from the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9646
+ *
9647
+ * @param request DeleteAutoCcWhitelistRequest
9648
+ * @param runtime runtime options for this request RuntimeOptions
9649
+ * @return DeleteAutoCcWhitelistResponse
9650
+ */
9289
9651
  deleteAutoCcWhitelistWithOptions(request: DeleteAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAutoCcWhitelistResponse>;
9652
+ /**
9653
+ * @summary Removes IP addresses from the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9654
+ *
9655
+ * @param request DeleteAutoCcWhitelistRequest
9656
+ * @return DeleteAutoCcWhitelistResponse
9657
+ */
9290
9658
  deleteAutoCcWhitelist(request: DeleteAutoCcWhitelistRequest): Promise<DeleteAutoCcWhitelistResponse>;
9659
+ /**
9660
+ * @summary Deletes a specified forwarding rule of a website.
9661
+ *
9662
+ * @param request DeleteDomainResourceRequest
9663
+ * @param runtime runtime options for this request RuntimeOptions
9664
+ * @return DeleteDomainResourceResponse
9665
+ */
9291
9666
  deleteDomainResourceWithOptions(request: DeleteDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResourceResponse>;
9667
+ /**
9668
+ * @summary Deletes a specified forwarding rule of a website.
9669
+ *
9670
+ * @param request DeleteDomainResourceRequest
9671
+ * @return DeleteDomainResourceResponse
9672
+ */
9292
9673
  deleteDomainResource(request: DeleteDomainResourceRequest): Promise<DeleteDomainResourceResponse>;
9674
+ /**
9675
+ * @summary Deletes a port forwarding rule. You can delete only one port forwarding rule at a time.
9676
+ *
9677
+ * @param request DeleteNetworkRuleRequest
9678
+ * @param runtime runtime options for this request RuntimeOptions
9679
+ * @return DeleteNetworkRuleResponse
9680
+ */
9293
9681
  deleteNetworkRuleWithOptions(request: DeleteNetworkRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteNetworkRuleResponse>;
9682
+ /**
9683
+ * @summary Deletes a port forwarding rule. You can delete only one port forwarding rule at a time.
9684
+ *
9685
+ * @param request DeleteNetworkRuleRequest
9686
+ * @return DeleteNetworkRuleResponse
9687
+ */
9294
9688
  deleteNetworkRule(request: DeleteNetworkRuleRequest): Promise<DeleteNetworkRuleResponse>;
9295
9689
  /**
9296
- * 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.
9297
- * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9298
- *
9299
- * @param request DeletePortRequest
9300
- * @param runtime runtime options for this request RuntimeOptions
9301
- * @return DeletePortResponse
9690
+ * @summary Deletes the specified port forwarding rule.
9691
+ *
9692
+ * @description 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.
9693
+ * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
9694
+ *
9695
+ * @param request DeletePortRequest
9696
+ * @param runtime runtime options for this request RuntimeOptions
9697
+ * @return DeletePortResponse
9302
9698
  */
9303
9699
  deletePortWithOptions(request: DeletePortRequest, runtime: $Util.RuntimeOptions): Promise<DeletePortResponse>;
9304
9700
  /**
9305
- * 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.
9306
- * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9307
- *
9308
- * @param request DeletePortRequest
9309
- * @return DeletePortResponse
9701
+ * @summary Deletes the specified port forwarding rule.
9702
+ *
9703
+ * @description 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.
9704
+ * > You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
9705
+ *
9706
+ * @param request DeletePortRequest
9707
+ * @return DeletePortResponse
9310
9708
  */
9311
9709
  deletePort(request: DeletePortRequest): Promise<DeletePortResponse>;
9710
+ /**
9711
+ * @summary Deletes a scenario-specific custom policy.
9712
+ *
9713
+ * @param request DeleteSceneDefensePolicyRequest
9714
+ * @param runtime runtime options for this request RuntimeOptions
9715
+ * @return DeleteSceneDefensePolicyResponse
9716
+ */
9312
9717
  deleteSceneDefensePolicyWithOptions(request: DeleteSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSceneDefensePolicyResponse>;
9718
+ /**
9719
+ * @summary Deletes a scenario-specific custom policy.
9720
+ *
9721
+ * @param request DeleteSceneDefensePolicyRequest
9722
+ * @return DeleteSceneDefensePolicyResponse
9723
+ */
9313
9724
  deleteSceneDefensePolicy(request: DeleteSceneDefensePolicyRequest): Promise<DeleteSceneDefensePolicyResponse>;
9725
+ /**
9726
+ * @summary Deletes a scheduling rule of Sec-Traffic Manager.
9727
+ *
9728
+ * @param request DeleteSchedulerRuleRequest
9729
+ * @param runtime runtime options for this request RuntimeOptions
9730
+ * @return DeleteSchedulerRuleResponse
9731
+ */
9314
9732
  deleteSchedulerRuleWithOptions(request: DeleteSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedulerRuleResponse>;
9733
+ /**
9734
+ * @summary Deletes a scheduling rule of Sec-Traffic Manager.
9735
+ *
9736
+ * @param request DeleteSchedulerRuleRequest
9737
+ * @return DeleteSchedulerRuleResponse
9738
+ */
9315
9739
  deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
9316
9740
  /**
9317
- * You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9318
- * > Only Anti-DDoS Pro supports tags.
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 DeleteTagResourcesRequest
9323
- * @param runtime runtime options for this request RuntimeOptions
9324
- * @return DeleteTagResourcesResponse
9741
+ * @summary Removes tags from Anti-DDoS Pro instances.
9742
+ *
9743
+ * @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9744
+ * > Only Anti-DDoS Pro supports tags.
9745
+ * ### Limits
9746
+ * 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.
9747
+ *
9748
+ * @param request DeleteTagResourcesRequest
9749
+ * @param runtime runtime options for this request RuntimeOptions
9750
+ * @return DeleteTagResourcesResponse
9325
9751
  */
9326
9752
  deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
9327
9753
  /**
9328
- * You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9329
- * > Only Anti-DDoS Pro supports tags.
9330
- * ### Limits
9331
- * 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.
9332
- *
9333
- * @param request DeleteTagResourcesRequest
9334
- * @return DeleteTagResourcesResponse
9754
+ * @summary Removes tags from Anti-DDoS Pro instances.
9755
+ *
9756
+ * @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Pro instances.
9757
+ * > Only Anti-DDoS Pro supports tags.
9758
+ * ### Limits
9759
+ * 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.
9760
+ *
9761
+ * @param request DeleteTagResourcesRequest
9762
+ * @return DeleteTagResourcesResponse
9335
9763
  */
9336
9764
  deleteTagResources(request: DeleteTagResourcesRequest): Promise<DeleteTagResourcesResponse>;
9765
+ /**
9766
+ * @summary Deletes a custom frequency control rule of a website.
9767
+ *
9768
+ * @param request DeleteWebCCRuleRequest
9769
+ * @param runtime runtime options for this request RuntimeOptions
9770
+ * @return DeleteWebCCRuleResponse
9771
+ */
9337
9772
  deleteWebCCRuleWithOptions(request: DeleteWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleResponse>;
9773
+ /**
9774
+ * @summary Deletes a custom frequency control rule of a website.
9775
+ *
9776
+ * @param request DeleteWebCCRuleRequest
9777
+ * @return DeleteWebCCRuleResponse
9778
+ */
9338
9779
  deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
9339
9780
  /**
9340
- * You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9341
- * ### Limits
9342
- * 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.
9343
- *
9344
- * @param request DeleteWebCacheCustomRuleRequest
9345
- * @param runtime runtime options for this request RuntimeOptions
9346
- * @return DeleteWebCacheCustomRuleResponse
9781
+ * @summary 删除新版cc规则
9782
+ *
9783
+ * @param request DeleteWebCCRuleV2Request
9784
+ * @param runtime runtime options for this request RuntimeOptions
9785
+ * @return DeleteWebCCRuleV2Response
9786
+ */
9787
+ deleteWebCCRuleV2WithOptions(request: DeleteWebCCRuleV2Request, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleV2Response>;
9788
+ /**
9789
+ * @summary 删除新版cc规则
9790
+ *
9791
+ * @param request DeleteWebCCRuleV2Request
9792
+ * @return DeleteWebCCRuleV2Response
9793
+ */
9794
+ deleteWebCCRuleV2(request: DeleteWebCCRuleV2Request): Promise<DeleteWebCCRuleV2Response>;
9795
+ /**
9796
+ * @summary Deletes the custom rules of the Static Page Caching policy for a website.
9797
+ *
9798
+ * @description You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9799
+ * ### Limits
9800
+ * 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.
9801
+ *
9802
+ * @param request DeleteWebCacheCustomRuleRequest
9803
+ * @param runtime runtime options for this request RuntimeOptions
9804
+ * @return DeleteWebCacheCustomRuleResponse
9347
9805
  */
9348
9806
  deleteWebCacheCustomRuleWithOptions(request: DeleteWebCacheCustomRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCacheCustomRuleResponse>;
9349
9807
  /**
9350
- * You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9351
- * ### Limits
9352
- * 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.
9353
- *
9354
- * @param request DeleteWebCacheCustomRuleRequest
9355
- * @return DeleteWebCacheCustomRuleResponse
9808
+ * @summary Deletes the custom rules of the Static Page Caching policy for a website.
9809
+ *
9810
+ * @description You can call the DeleteWebCacheCustomRule operation to delete the custom rules of the Static Page Caching policy for a website.
9811
+ * ### Limits
9812
+ * 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.
9813
+ *
9814
+ * @param request DeleteWebCacheCustomRuleRequest
9815
+ * @return DeleteWebCacheCustomRuleResponse
9356
9816
  */
9357
9817
  deleteWebCacheCustomRule(request: DeleteWebCacheCustomRuleRequest): Promise<DeleteWebCacheCustomRuleResponse>;
9818
+ /**
9819
+ * @summary Deletes the accurate access control rules that are created for a website.
9820
+ *
9821
+ * @param request DeleteWebPreciseAccessRuleRequest
9822
+ * @param runtime runtime options for this request RuntimeOptions
9823
+ * @return DeleteWebPreciseAccessRuleResponse
9824
+ */
9358
9825
  deleteWebPreciseAccessRuleWithOptions(request: DeleteWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebPreciseAccessRuleResponse>;
9826
+ /**
9827
+ * @summary Deletes the accurate access control rules that are created for a website.
9828
+ *
9829
+ * @param request DeleteWebPreciseAccessRuleRequest
9830
+ * @return DeleteWebPreciseAccessRuleResponse
9831
+ */
9359
9832
  deleteWebPreciseAccessRule(request: DeleteWebPreciseAccessRuleRequest): Promise<DeleteWebPreciseAccessRuleResponse>;
9833
+ /**
9834
+ * @summary Deletes a forwarding rule of a website.
9835
+ *
9836
+ * @param request DeleteWebRuleRequest
9837
+ * @param runtime runtime options for this request RuntimeOptions
9838
+ * @return DeleteWebRuleResponse
9839
+ */
9360
9840
  deleteWebRuleWithOptions(request: DeleteWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebRuleResponse>;
9841
+ /**
9842
+ * @summary Deletes a forwarding rule of a website.
9843
+ *
9844
+ * @param request DeleteWebRuleRequest
9845
+ * @return DeleteWebRuleResponse
9846
+ */
9361
9847
  deleteWebRule(request: DeleteWebRuleRequest): Promise<DeleteWebRuleResponse>;
9362
9848
  /**
9363
- * 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.
9364
- * ### Limits
9365
- * 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.
9366
- *
9367
- * @param request DescribeAsyncTasksRequest
9368
- * @param runtime runtime options for this request RuntimeOptions
9369
- * @return DescribeAsyncTasksResponse
9849
+ * @summary Queries the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
9850
+ *
9851
+ * @description 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.
9852
+ * ### Limits
9853
+ * 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.
9854
+ *
9855
+ * @param request DescribeAsyncTasksRequest
9856
+ * @param runtime runtime options for this request RuntimeOptions
9857
+ * @return DescribeAsyncTasksResponse
9370
9858
  */
9371
9859
  describeAsyncTasksWithOptions(request: DescribeAsyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAsyncTasksResponse>;
9372
9860
  /**
9373
- * 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.
9374
- * ### Limits
9375
- * 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.
9376
- *
9377
- * @param request DescribeAsyncTasksRequest
9378
- * @return DescribeAsyncTasksResponse
9861
+ * @summary Queries the details of asynchronous export tasks, such as the IDs, start time, end time, status, parameters, and results.
9862
+ *
9863
+ * @description 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.
9864
+ * ### Limits
9865
+ * 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.
9866
+ *
9867
+ * @param request DescribeAsyncTasksRequest
9868
+ * @return DescribeAsyncTasksResponse
9379
9869
  */
9380
9870
  describeAsyncTasks(request: DescribeAsyncTasksRequest): Promise<DescribeAsyncTasksResponse>;
9871
+ /**
9872
+ * @summary Queries the peak QPS of DDoS attacks within the specific period of time.
9873
+ *
9874
+ * @param request DescribeAttackAnalysisMaxQpsRequest
9875
+ * @param runtime runtime options for this request RuntimeOptions
9876
+ * @return DescribeAttackAnalysisMaxQpsResponse
9877
+ */
9381
9878
  describeAttackAnalysisMaxQpsWithOptions(request: DescribeAttackAnalysisMaxQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisMaxQpsResponse>;
9879
+ /**
9880
+ * @summary Queries the peak QPS of DDoS attacks within the specific period of time.
9881
+ *
9882
+ * @param request DescribeAttackAnalysisMaxQpsRequest
9883
+ * @return DescribeAttackAnalysisMaxQpsResponse
9884
+ */
9382
9885
  describeAttackAnalysisMaxQps(request: DescribeAttackAnalysisMaxQpsRequest): Promise<DescribeAttackAnalysisMaxQpsResponse>;
9886
+ /**
9887
+ * @summary Queries IP addresses in the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9888
+ *
9889
+ * @param request DescribeAutoCcBlacklistRequest
9890
+ * @param runtime runtime options for this request RuntimeOptions
9891
+ * @return DescribeAutoCcBlacklistResponse
9892
+ */
9383
9893
  describeAutoCcBlacklistWithOptions(request: DescribeAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoCcBlacklistResponse>;
9894
+ /**
9895
+ * @summary Queries IP addresses in the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9896
+ *
9897
+ * @param request DescribeAutoCcBlacklistRequest
9898
+ * @return DescribeAutoCcBlacklistResponse
9899
+ */
9384
9900
  describeAutoCcBlacklist(request: DescribeAutoCcBlacklistRequest): Promise<DescribeAutoCcBlacklistResponse>;
9901
+ /**
9902
+ * @summary Queries the numbers of IP addresses in the IP address whitelist and IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9903
+ *
9904
+ * @param request DescribeAutoCcListCountRequest
9905
+ * @param runtime runtime options for this request RuntimeOptions
9906
+ * @return DescribeAutoCcListCountResponse
9907
+ */
9385
9908
  describeAutoCcListCountWithOptions(request: DescribeAutoCcListCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoCcListCountResponse>;
9909
+ /**
9910
+ * @summary Queries the numbers of IP addresses in the IP address whitelist and IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9911
+ *
9912
+ * @param request DescribeAutoCcListCountRequest
9913
+ * @return DescribeAutoCcListCountResponse
9914
+ */
9386
9915
  describeAutoCcListCount(request: DescribeAutoCcListCountRequest): Promise<DescribeAutoCcListCountResponse>;
9916
+ /**
9917
+ * @summary Queries IP addresses in the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9918
+ *
9919
+ * @param request DescribeAutoCcWhitelistRequest
9920
+ * @param runtime runtime options for this request RuntimeOptions
9921
+ * @return DescribeAutoCcWhitelistResponse
9922
+ */
9387
9923
  describeAutoCcWhitelistWithOptions(request: DescribeAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoCcWhitelistResponse>;
9924
+ /**
9925
+ * @summary Queries IP addresses in the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
9926
+ *
9927
+ * @param request DescribeAutoCcWhitelistRequest
9928
+ * @return DescribeAutoCcWhitelistResponse
9929
+ */
9388
9930
  describeAutoCcWhitelist(request: DescribeAutoCcWhitelistRequest): Promise<DescribeAutoCcWhitelistResponse>;
9931
+ /**
9932
+ * @summary Queries the back-to-origin CIDR blocks of Anti-DDoS Pro or Anti-DDoS Premium.
9933
+ *
9934
+ * @param request DescribeBackSourceCidrRequest
9935
+ * @param runtime runtime options for this request RuntimeOptions
9936
+ * @return DescribeBackSourceCidrResponse
9937
+ */
9389
9938
  describeBackSourceCidrWithOptions(request: DescribeBackSourceCidrRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackSourceCidrResponse>;
9939
+ /**
9940
+ * @summary Queries the back-to-origin CIDR blocks of Anti-DDoS Pro or Anti-DDoS Premium.
9941
+ *
9942
+ * @param request DescribeBackSourceCidrRequest
9943
+ * @return DescribeBackSourceCidrResponse
9944
+ */
9390
9945
  describeBackSourceCidr(request: DescribeBackSourceCidrRequest): Promise<DescribeBackSourceCidrResponse>;
9946
+ /**
9947
+ * @summary Queries the blackhole filtering status of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
9948
+ *
9949
+ * @param request DescribeBlackholeStatusRequest
9950
+ * @param runtime runtime options for this request RuntimeOptions
9951
+ * @return DescribeBlackholeStatusResponse
9952
+ */
9391
9953
  describeBlackholeStatusWithOptions(request: DescribeBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlackholeStatusResponse>;
9954
+ /**
9955
+ * @summary Queries the blackhole filtering status of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
9956
+ *
9957
+ * @param request DescribeBlackholeStatusRequest
9958
+ * @return DescribeBlackholeStatusResponse
9959
+ */
9392
9960
  describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
9393
9961
  /**
9394
- * This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9395
- * > This operation is suitable only for Anti-DDoS Pro.
9396
- * ### Limits
9397
- * 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.
9398
- *
9399
- * @param request DescribeBlockStatusRequest
9400
- * @param runtime runtime options for this request RuntimeOptions
9401
- * @return DescribeBlockStatusResponse
9962
+ * @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9963
+ *
9964
+ * @description This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9965
+ * > This operation is suitable only for Anti-DDoS Pro.
9966
+ * ### Limits
9967
+ * 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.
9968
+ *
9969
+ * @param request DescribeBlockStatusRequest
9970
+ * @param runtime runtime options for this request RuntimeOptions
9971
+ * @return DescribeBlockStatusResponse
9402
9972
  */
9403
9973
  describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
9404
9974
  /**
9405
- * This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9406
- * > This operation is suitable only for Anti-DDoS Pro.
9407
- * ### Limits
9408
- * 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.
9409
- *
9410
- * @param request DescribeBlockStatusRequest
9411
- * @return DescribeBlockStatusResponse
9975
+ * @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9976
+ *
9977
+ * @description This operation is used to query the Diversion from Origin Server configurations of one or more Anti-DDoS Pro instances.
9978
+ * > This operation is suitable only for Anti-DDoS Pro.
9979
+ * ### Limits
9980
+ * 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.
9981
+ *
9982
+ * @param request DescribeBlockStatusRequest
9983
+ * @return DescribeBlockStatusResponse
9412
9984
  */
9413
9985
  describeBlockStatus(request: DescribeBlockStatusRequest): Promise<DescribeBlockStatusResponse>;
9986
+ /**
9987
+ * @summary Queries the certificate information about a website.
9988
+ *
9989
+ * @param request DescribeCertsRequest
9990
+ * @param runtime runtime options for this request RuntimeOptions
9991
+ * @return DescribeCertsResponse
9992
+ */
9414
9993
  describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
9994
+ /**
9995
+ * @summary Queries the certificate information about a website.
9996
+ *
9997
+ * @param request DescribeCertsRequest
9998
+ * @return DescribeCertsResponse
9999
+ */
9415
10000
  describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
10001
+ /**
10002
+ * @param request DescribeCnameReusesRequest
10003
+ * @param runtime runtime options for this request RuntimeOptions
10004
+ * @return DescribeCnameReusesResponse
10005
+ */
9416
10006
  describeCnameReusesWithOptions(request: DescribeCnameReusesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCnameReusesResponse>;
10007
+ /**
10008
+ * @param request DescribeCnameReusesRequest
10009
+ * @return DescribeCnameReusesResponse
10010
+ */
9417
10011
  describeCnameReuses(request: DescribeCnameReusesRequest): Promise<DescribeCnameReusesResponse>;
10012
+ /**
10013
+ * @summary Queries the attack events launched against one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10014
+ *
10015
+ * @param request DescribeDDoSEventsRequest
10016
+ * @param runtime runtime options for this request RuntimeOptions
10017
+ * @return DescribeDDoSEventsResponse
10018
+ */
9418
10019
  describeDDoSEventsWithOptions(request: DescribeDDoSEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDoSEventsResponse>;
10020
+ /**
10021
+ * @summary Queries the attack events launched against one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10022
+ *
10023
+ * @param request DescribeDDoSEventsRequest
10024
+ * @return DescribeDDoSEventsResponse
10025
+ */
9419
10026
  describeDDoSEvents(request: DescribeDDoSEventsRequest): Promise<DescribeDDoSEventsResponse>;
9420
10027
  /**
9421
- * 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.
9422
- * ### Limits
9423
- * 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.
9424
- *
9425
- * @param request DescribeDDosAllEventListRequest
9426
- * @param runtime runtime options for this request RuntimeOptions
9427
- * @return DescribeDDosAllEventListResponse
10028
+ * @summary Query DDoS attacks by IP address.
10029
+ *
10030
+ * @description 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.
10031
+ * ### Limits
10032
+ * 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.
10033
+ *
10034
+ * @param request DescribeDDosAllEventListRequest
10035
+ * @param runtime runtime options for this request RuntimeOptions
10036
+ * @return DescribeDDosAllEventListResponse
9428
10037
  */
9429
10038
  describeDDosAllEventListWithOptions(request: DescribeDDosAllEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosAllEventListResponse>;
9430
10039
  /**
9431
- * 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.
9432
- * ### Limits
9433
- * 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.
9434
- *
9435
- * @param request DescribeDDosAllEventListRequest
9436
- * @return DescribeDDosAllEventListResponse
10040
+ * @summary Query DDoS attacks by IP address.
10041
+ *
10042
+ * @description 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.
10043
+ * ### Limits
10044
+ * 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.
10045
+ *
10046
+ * @param request DescribeDDosAllEventListRequest
10047
+ * @return DescribeDDosAllEventListResponse
9437
10048
  */
9438
10049
  describeDDosAllEventList(request: DescribeDDosAllEventListRequest): Promise<DescribeDDosAllEventListResponse>;
9439
10050
  /**
9440
- * > This operation is suitable only for volumetric attacks.
9441
- *
9442
- * @param request DescribeDDosEventAreaRequest
9443
- * @param runtime runtime options for this request RuntimeOptions
9444
- * @return DescribeDDosEventAreaResponse
10051
+ * @summary Queries the source region from which a volumetric attack is initiated.
10052
+ *
10053
+ * @description > This operation is suitable only for volumetric attacks.
10054
+ *
10055
+ * @param request DescribeDDosEventAreaRequest
10056
+ * @param runtime runtime options for this request RuntimeOptions
10057
+ * @return DescribeDDosEventAreaResponse
9445
10058
  */
9446
10059
  describeDDosEventAreaWithOptions(request: DescribeDDosEventAreaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAreaResponse>;
9447
10060
  /**
9448
- * > This operation is suitable only for volumetric attacks.
9449
- *
9450
- * @param request DescribeDDosEventAreaRequest
9451
- * @return DescribeDDosEventAreaResponse
10061
+ * @summary Queries the source region from which a volumetric attack is initiated.
10062
+ *
10063
+ * @description > This operation is suitable only for volumetric attacks.
10064
+ *
10065
+ * @param request DescribeDDosEventAreaRequest
10066
+ * @return DescribeDDosEventAreaResponse
9452
10067
  */
9453
10068
  describeDDosEventArea(request: DescribeDDosEventAreaRequest): Promise<DescribeDDosEventAreaResponse>;
9454
10069
  /**
9455
- * > This operation is suitable only for volumetric attacks.
9456
- *
9457
- * @param request DescribeDDosEventAttackTypeRequest
9458
- * @param runtime runtime options for this request RuntimeOptions
9459
- * @return DescribeDDosEventAttackTypeResponse
10070
+ * @summary Queries the attack type details of a volumetric attack.
10071
+ *
10072
+ * @description > This operation is suitable only for volumetric attacks.
10073
+ *
10074
+ * @param request DescribeDDosEventAttackTypeRequest
10075
+ * @param runtime runtime options for this request RuntimeOptions
10076
+ * @return DescribeDDosEventAttackTypeResponse
9460
10077
  */
9461
10078
  describeDDosEventAttackTypeWithOptions(request: DescribeDDosEventAttackTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAttackTypeResponse>;
9462
10079
  /**
9463
- * > This operation is suitable only for volumetric attacks.
9464
- *
9465
- * @param request DescribeDDosEventAttackTypeRequest
9466
- * @return DescribeDDosEventAttackTypeResponse
10080
+ * @summary Queries the attack type details of a volumetric attack.
10081
+ *
10082
+ * @description > This operation is suitable only for volumetric attacks.
10083
+ *
10084
+ * @param request DescribeDDosEventAttackTypeRequest
10085
+ * @return DescribeDDosEventAttackTypeResponse
9467
10086
  */
9468
10087
  describeDDosEventAttackType(request: DescribeDDosEventAttackTypeRequest): Promise<DescribeDDosEventAttackTypeResponse>;
9469
10088
  /**
9470
- * > This operation is suitable only for volumetric attacks.
9471
- *
9472
- * @param request DescribeDDosEventIspRequest
9473
- * @param runtime runtime options for this request RuntimeOptions
9474
- * @return DescribeDDosEventIspResponse
10089
+ * @summary Queries the Internet service provider (ISP) information about a volumetric attack.
10090
+ *
10091
+ * @description > This operation is suitable only for volumetric attacks.
10092
+ *
10093
+ * @param request DescribeDDosEventIspRequest
10094
+ * @param runtime runtime options for this request RuntimeOptions
10095
+ * @return DescribeDDosEventIspResponse
9475
10096
  */
9476
10097
  describeDDosEventIspWithOptions(request: DescribeDDosEventIspRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventIspResponse>;
9477
10098
  /**
9478
- * > This operation is suitable only for volumetric attacks.
9479
- *
9480
- * @param request DescribeDDosEventIspRequest
9481
- * @return DescribeDDosEventIspResponse
10099
+ * @summary Queries the Internet service provider (ISP) information about a volumetric attack.
10100
+ *
10101
+ * @description > This operation is suitable only for volumetric attacks.
10102
+ *
10103
+ * @param request DescribeDDosEventIspRequest
10104
+ * @return DescribeDDosEventIspResponse
9482
10105
  */
9483
10106
  describeDDosEventIsp(request: DescribeDDosEventIspRequest): Promise<DescribeDDosEventIspResponse>;
10107
+ /**
10108
+ * @summary Queries the peaks of volumetric attacks (bit/s), connection flood attacks (CPS), and resource exhaustion attacks on websites (QPS).
10109
+ *
10110
+ * @param request DescribeDDosEventMaxRequest
10111
+ * @param runtime runtime options for this request RuntimeOptions
10112
+ * @return DescribeDDosEventMaxResponse
10113
+ */
9484
10114
  describeDDosEventMaxWithOptions(request: DescribeDDosEventMaxRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventMaxResponse>;
10115
+ /**
10116
+ * @summary Queries the peaks of volumetric attacks (bit/s), connection flood attacks (CPS), and resource exhaustion attacks on websites (QPS).
10117
+ *
10118
+ * @param request DescribeDDosEventMaxRequest
10119
+ * @return DescribeDDosEventMaxResponse
10120
+ */
9485
10121
  describeDDosEventMax(request: DescribeDDosEventMaxRequest): Promise<DescribeDDosEventMaxResponse>;
9486
10122
  /**
9487
- * > This operation is suitable only for volumetric attacks.
9488
- *
9489
- * @param request DescribeDDosEventSrcIpRequest
9490
- * @param runtime runtime options for this request RuntimeOptions
9491
- * @return DescribeDDosEventSrcIpResponse
10123
+ * @summary Queries the source IP address from which a volumetric attack is initiated.
10124
+ *
10125
+ * @description > This operation is suitable only for volumetric attacks.
10126
+ *
10127
+ * @param request DescribeDDosEventSrcIpRequest
10128
+ * @param runtime runtime options for this request RuntimeOptions
10129
+ * @return DescribeDDosEventSrcIpResponse
9492
10130
  */
9493
10131
  describeDDosEventSrcIpWithOptions(request: DescribeDDosEventSrcIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventSrcIpResponse>;
9494
10132
  /**
9495
- * > This operation is suitable only for volumetric attacks.
9496
- *
9497
- * @param request DescribeDDosEventSrcIpRequest
9498
- * @return DescribeDDosEventSrcIpResponse
10133
+ * @summary Queries the source IP address from which a volumetric attack is initiated.
10134
+ *
10135
+ * @description > This operation is suitable only for volumetric attacks.
10136
+ *
10137
+ * @param request DescribeDDosEventSrcIpRequest
10138
+ * @return DescribeDDosEventSrcIpResponse
9499
10139
  */
9500
10140
  describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
9501
10141
  /**
9502
- * 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.
9503
- * > This operation is suitable only for Anti-DDoS Premium.
9504
- * ### Limits
9505
- * 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.
9506
- *
9507
- * @param request DescribeDefenseCountStatisticsRequest
9508
- * @param runtime runtime options for this request RuntimeOptions
9509
- * @return DescribeDefenseCountStatisticsResponse
10142
+ * @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Premium instance.
10143
+ *
10144
+ * @description 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.
10145
+ * > This operation is suitable only for Anti-DDoS Premium.
10146
+ * ### Limits
10147
+ * 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.
10148
+ *
10149
+ * @param request DescribeDefenseCountStatisticsRequest
10150
+ * @param runtime runtime options for this request RuntimeOptions
10151
+ * @return DescribeDefenseCountStatisticsResponse
9510
10152
  */
9511
10153
  describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
9512
10154
  /**
9513
- * 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.
9514
- * > This operation is suitable only for Anti-DDoS Premium.
9515
- * ### Limits
9516
- * 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.
9517
- *
9518
- * @param request DescribeDefenseCountStatisticsRequest
9519
- * @return DescribeDefenseCountStatisticsResponse
10155
+ * @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Premium instance.
10156
+ *
10157
+ * @description 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.
10158
+ * > This operation is suitable only for Anti-DDoS Premium.
10159
+ * ### Limits
10160
+ * 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.
10161
+ *
10162
+ * @param request DescribeDefenseCountStatisticsRequest
10163
+ * @return DescribeDefenseCountStatisticsResponse
9520
10164
  */
9521
10165
  describeDefenseCountStatistics(request: DescribeDefenseCountStatisticsRequest): Promise<DescribeDefenseCountStatisticsResponse>;
9522
10166
  /**
9523
- * > This operation is suitable only for Anti-DDoS Premium.
9524
- *
9525
- * @param request DescribeDefenseRecordsRequest
9526
- * @param runtime runtime options for this request RuntimeOptions
9527
- * @return DescribeDefenseRecordsResponse
10167
+ * @summary Queries the advanced mitigation logs of Anti-DDoS Premium.
10168
+ *
10169
+ * @description > This operation is suitable only for Anti-DDoS Premium.
10170
+ *
10171
+ * @param request DescribeDefenseRecordsRequest
10172
+ * @param runtime runtime options for this request RuntimeOptions
10173
+ * @return DescribeDefenseRecordsResponse
9528
10174
  */
9529
10175
  describeDefenseRecordsWithOptions(request: DescribeDefenseRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRecordsResponse>;
9530
10176
  /**
9531
- * > This operation is suitable only for Anti-DDoS Premium.
9532
- *
9533
- * @param request DescribeDefenseRecordsRequest
9534
- * @return DescribeDefenseRecordsResponse
10177
+ * @summary Queries the advanced mitigation logs of Anti-DDoS Premium.
10178
+ *
10179
+ * @description > This operation is suitable only for Anti-DDoS Premium.
10180
+ *
10181
+ * @param request DescribeDefenseRecordsRequest
10182
+ * @return DescribeDefenseRecordsResponse
9535
10183
  */
9536
10184
  describeDefenseRecords(request: DescribeDefenseRecordsRequest): Promise<DescribeDefenseRecordsResponse>;
10185
+ /**
10186
+ * @summary Queries the attack events launched against a website.
10187
+ *
10188
+ * @param request DescribeDomainAttackEventsRequest
10189
+ * @param runtime runtime options for this request RuntimeOptions
10190
+ * @return DescribeDomainAttackEventsResponse
10191
+ */
9537
10192
  describeDomainAttackEventsWithOptions(request: DescribeDomainAttackEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainAttackEventsResponse>;
10193
+ /**
10194
+ * @summary Queries the attack events launched against a website.
10195
+ *
10196
+ * @param request DescribeDomainAttackEventsRequest
10197
+ * @return DescribeDomainAttackEventsResponse
10198
+ */
9538
10199
  describeDomainAttackEvents(request: DescribeDomainAttackEventsRequest): Promise<DescribeDomainAttackEventsResponse>;
10200
+ /**
10201
+ * @summary Queries the attack overview of a website, such as the peak HTTP and HTTPS traffic.
10202
+ *
10203
+ * @param request DescribeDomainOverviewRequest
10204
+ * @param runtime runtime options for this request RuntimeOptions
10205
+ * @return DescribeDomainOverviewResponse
10206
+ */
9539
10207
  describeDomainOverviewWithOptions(request: DescribeDomainOverviewRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainOverviewResponse>;
10208
+ /**
10209
+ * @summary Queries the attack overview of a website, such as the peak HTTP and HTTPS traffic.
10210
+ *
10211
+ * @param request DescribeDomainOverviewRequest
10212
+ * @return DescribeDomainOverviewResponse
10213
+ */
9540
10214
  describeDomainOverview(request: DescribeDomainOverviewRequest): Promise<DescribeDomainOverviewResponse>;
10215
+ /**
10216
+ * @summary Queries the statistics on the queries per second (QPS) of a website.
10217
+ *
10218
+ * @param request DescribeDomainQPSListRequest
10219
+ * @param runtime runtime options for this request RuntimeOptions
10220
+ * @return DescribeDomainQPSListResponse
10221
+ */
9541
10222
  describeDomainQPSListWithOptions(request: DescribeDomainQPSListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainQPSListResponse>;
10223
+ /**
10224
+ * @summary Queries the statistics on the queries per second (QPS) of a website.
10225
+ *
10226
+ * @param request DescribeDomainQPSListRequest
10227
+ * @return DescribeDomainQPSListResponse
10228
+ */
9542
10229
  describeDomainQPSList(request: DescribeDomainQPSListRequest): Promise<DescribeDomainQPSListResponse>;
9543
10230
  /**
9544
- * 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.
9545
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9546
- * ### Limits
9547
- * 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.
9548
- *
9549
- * @param request DescribeDomainResourceRequest
9550
- * @param runtime runtime options for this request RuntimeOptions
9551
- * @return DescribeDomainResourceResponse
10231
+ * @summary Queries the configurations of a forwarding rule.
10232
+ *
10233
+ * @description 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.
10234
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
10235
+ * ### Limits
10236
+ * 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.
10237
+ *
10238
+ * @param request DescribeDomainResourceRequest
10239
+ * @param runtime runtime options for this request RuntimeOptions
10240
+ * @return DescribeDomainResourceResponse
9552
10241
  */
9553
10242
  describeDomainResourceWithOptions(request: DescribeDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResourceResponse>;
9554
10243
  /**
9555
- * 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.
9556
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9557
- * ### Limits
9558
- * 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.
9559
- *
9560
- * @param request DescribeDomainResourceRequest
9561
- * @return DescribeDomainResourceResponse
10244
+ * @summary Queries the configurations of a forwarding rule.
10245
+ *
10246
+ * @description 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.
10247
+ * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
10248
+ * ### Limits
10249
+ * 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.
10250
+ *
10251
+ * @param request DescribeDomainResourceRequest
10252
+ * @return DescribeDomainResourceResponse
9562
10253
  */
9563
10254
  describeDomainResource(request: DescribeDomainResourceRequest): Promise<DescribeDomainResourceResponse>;
10255
+ /**
10256
+ * @summary Queries the global mitigation policy for a domain name.
10257
+ *
10258
+ * @param request DescribeDomainSecurityProfileRequest
10259
+ * @param runtime runtime options for this request RuntimeOptions
10260
+ * @return DescribeDomainSecurityProfileResponse
10261
+ */
9564
10262
  describeDomainSecurityProfileWithOptions(request: DescribeDomainSecurityProfileRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainSecurityProfileResponse>;
10263
+ /**
10264
+ * @summary Queries the global mitigation policy for a domain name.
10265
+ *
10266
+ * @param request DescribeDomainSecurityProfileRequest
10267
+ * @return DescribeDomainSecurityProfileResponse
10268
+ */
9565
10269
  describeDomainSecurityProfile(request: DescribeDomainSecurityProfileRequest): Promise<DescribeDomainSecurityProfileResponse>;
10270
+ /**
10271
+ * @summary Queries the statistics on HTTP status codes of a website within a specified period of time.
10272
+ *
10273
+ * @param request DescribeDomainStatusCodeCountRequest
10274
+ * @param runtime runtime options for this request RuntimeOptions
10275
+ * @return DescribeDomainStatusCodeCountResponse
10276
+ */
9566
10277
  describeDomainStatusCodeCountWithOptions(request: DescribeDomainStatusCodeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeCountResponse>;
10278
+ /**
10279
+ * @summary Queries the statistics on HTTP status codes of a website within a specified period of time.
10280
+ *
10281
+ * @param request DescribeDomainStatusCodeCountRequest
10282
+ * @return DescribeDomainStatusCodeCountResponse
10283
+ */
9567
10284
  describeDomainStatusCodeCount(request: DescribeDomainStatusCodeCountRequest): Promise<DescribeDomainStatusCodeCountResponse>;
10285
+ /**
10286
+ * @summary Queries the statistics on HTTP status codes of a website.
10287
+ *
10288
+ * @param request DescribeDomainStatusCodeListRequest
10289
+ * @param runtime runtime options for this request RuntimeOptions
10290
+ * @return DescribeDomainStatusCodeListResponse
10291
+ */
9568
10292
  describeDomainStatusCodeListWithOptions(request: DescribeDomainStatusCodeListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatusCodeListResponse>;
10293
+ /**
10294
+ * @summary Queries the statistics on HTTP status codes of a website.
10295
+ *
10296
+ * @param request DescribeDomainStatusCodeListRequest
10297
+ * @return DescribeDomainStatusCodeListResponse
10298
+ */
9569
10299
  describeDomainStatusCodeList(request: DescribeDomainStatusCodeListRequest): Promise<DescribeDomainStatusCodeListResponse>;
10300
+ /**
10301
+ * @summary Queries the peak queries per second (QPS) information about a website, such as the attack QPS and total QPS, within a specific period of time.
10302
+ *
10303
+ * @param request DescribeDomainTopAttackListRequest
10304
+ * @param runtime runtime options for this request RuntimeOptions
10305
+ * @return DescribeDomainTopAttackListResponse
10306
+ */
9570
10307
  describeDomainTopAttackListWithOptions(request: DescribeDomainTopAttackListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainTopAttackListResponse>;
10308
+ /**
10309
+ * @summary Queries the peak queries per second (QPS) information about a website, such as the attack QPS and total QPS, within a specific period of time.
10310
+ *
10311
+ * @param request DescribeDomainTopAttackListRequest
10312
+ * @return DescribeDomainTopAttackListResponse
10313
+ */
9571
10314
  describeDomainTopAttackList(request: DescribeDomainTopAttackListRequest): Promise<DescribeDomainTopAttackListResponse>;
10315
+ /**
10316
+ * @summary Queries the areas and countries from which requests are sent to a website within a specified period of time.
10317
+ *
10318
+ * @param request DescribeDomainViewSourceCountriesRequest
10319
+ * @param runtime runtime options for this request RuntimeOptions
10320
+ * @return DescribeDomainViewSourceCountriesResponse
10321
+ */
9572
10322
  describeDomainViewSourceCountriesWithOptions(request: DescribeDomainViewSourceCountriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainViewSourceCountriesResponse>;
10323
+ /**
10324
+ * @summary Queries the areas and countries from which requests are sent to a website within a specified period of time.
10325
+ *
10326
+ * @param request DescribeDomainViewSourceCountriesRequest
10327
+ * @return DescribeDomainViewSourceCountriesResponse
10328
+ */
9573
10329
  describeDomainViewSourceCountries(request: DescribeDomainViewSourceCountriesRequest): Promise<DescribeDomainViewSourceCountriesResponse>;
10330
+ /**
10331
+ * @summary Queries the administrative regions in China from which requests are sent to a website within a specified period of time.
10332
+ *
10333
+ * @param request DescribeDomainViewSourceProvincesRequest
10334
+ * @param runtime runtime options for this request RuntimeOptions
10335
+ * @return DescribeDomainViewSourceProvincesResponse
10336
+ */
9574
10337
  describeDomainViewSourceProvincesWithOptions(request: DescribeDomainViewSourceProvincesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainViewSourceProvincesResponse>;
10338
+ /**
10339
+ * @summary Queries the administrative regions in China from which requests are sent to a website within a specified period of time.
10340
+ *
10341
+ * @param request DescribeDomainViewSourceProvincesRequest
10342
+ * @return DescribeDomainViewSourceProvincesResponse
10343
+ */
9575
10344
  describeDomainViewSourceProvinces(request: DescribeDomainViewSourceProvincesRequest): Promise<DescribeDomainViewSourceProvincesResponse>;
10345
+ /**
10346
+ * @summary Queries the top N URLs that require the longest time to respond to requests within a specified period of time.
10347
+ *
10348
+ * @param request DescribeDomainViewTopCostTimeRequest
10349
+ * @param runtime runtime options for this request RuntimeOptions
10350
+ * @return DescribeDomainViewTopCostTimeResponse
10351
+ */
9576
10352
  describeDomainViewTopCostTimeWithOptions(request: DescribeDomainViewTopCostTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainViewTopCostTimeResponse>;
10353
+ /**
10354
+ * @summary Queries the top N URLs that require the longest time to respond to requests within a specified period of time.
10355
+ *
10356
+ * @param request DescribeDomainViewTopCostTimeRequest
10357
+ * @return DescribeDomainViewTopCostTimeResponse
10358
+ */
9577
10359
  describeDomainViewTopCostTime(request: DescribeDomainViewTopCostTimeRequest): Promise<DescribeDomainViewTopCostTimeResponse>;
10360
+ /**
10361
+ * @summary Queries the top N URLs that receive the most requests within a specified period of time.
10362
+ *
10363
+ * @param request DescribeDomainViewTopUrlRequest
10364
+ * @param runtime runtime options for this request RuntimeOptions
10365
+ * @return DescribeDomainViewTopUrlResponse
10366
+ */
9578
10367
  describeDomainViewTopUrlWithOptions(request: DescribeDomainViewTopUrlRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainViewTopUrlResponse>;
10368
+ /**
10369
+ * @summary Queries the top N URLs that receive the most requests within a specified period of time.
10370
+ *
10371
+ * @param request DescribeDomainViewTopUrlRequest
10372
+ * @return DescribeDomainViewTopUrlResponse
10373
+ */
9579
10374
  describeDomainViewTopUrl(request: DescribeDomainViewTopUrlRequest): Promise<DescribeDomainViewTopUrlResponse>;
10375
+ /**
10376
+ * @summary Queries domain names for which forwarding rules are created.
10377
+ *
10378
+ * @param request DescribeDomainsRequest
10379
+ * @param runtime runtime options for this request RuntimeOptions
10380
+ * @return DescribeDomainsResponse
10381
+ */
9580
10382
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
10383
+ /**
10384
+ * @summary Queries domain names for which forwarding rules are created.
10385
+ *
10386
+ * @param request DescribeDomainsRequest
10387
+ * @return DescribeDomainsResponse
10388
+ */
9581
10389
  describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
9582
10390
  /**
9583
- * > This operation is suitable only for Anti-DDoS Pro.
9584
- *
9585
- * @param request DescribeElasticBandwidthSpecRequest
9586
- * @param runtime runtime options for this request RuntimeOptions
9587
- * @return DescribeElasticBandwidthSpecResponse
10391
+ * @summary Queries the available burstable protection bandwidths of an Anti-DDoS Pro instance.
10392
+ *
10393
+ * @description > This operation is suitable only for Anti-DDoS Pro.
10394
+ *
10395
+ * @param request DescribeElasticBandwidthSpecRequest
10396
+ * @param runtime runtime options for this request RuntimeOptions
10397
+ * @return DescribeElasticBandwidthSpecResponse
9588
10398
  */
9589
10399
  describeElasticBandwidthSpecWithOptions(request: DescribeElasticBandwidthSpecRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticBandwidthSpecResponse>;
9590
10400
  /**
9591
- * > This operation is suitable only for Anti-DDoS Pro.
9592
- *
9593
- * @param request DescribeElasticBandwidthSpecRequest
9594
- * @return DescribeElasticBandwidthSpecResponse
10401
+ * @summary Queries the available burstable protection bandwidths of an Anti-DDoS Pro instance.
10402
+ *
10403
+ * @description > This operation is suitable only for Anti-DDoS Pro.
10404
+ *
10405
+ * @param request DescribeElasticBandwidthSpecRequest
10406
+ * @return DescribeElasticBandwidthSpecResponse
9595
10407
  */
9596
10408
  describeElasticBandwidthSpec(request: DescribeElasticBandwidthSpecRequest): Promise<DescribeElasticBandwidthSpecResponse>;
10409
+ /**
10410
+ * @summary 高防弹性qps曲线图
10411
+ *
10412
+ * @param request DescribeElasticQpsRequest
10413
+ * @param runtime runtime options for this request RuntimeOptions
10414
+ * @return DescribeElasticQpsResponse
10415
+ */
9597
10416
  describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse>;
10417
+ /**
10418
+ * @summary 高防弹性qps曲线图
10419
+ *
10420
+ * @param request DescribeElasticQpsRequest
10421
+ * @return DescribeElasticQpsResponse
10422
+ */
9598
10423
  describeElasticQps(request: DescribeElasticQpsRequest): Promise<DescribeElasticQpsResponse>;
10424
+ /**
10425
+ * @summary 查询qps日95流量图
10426
+ *
10427
+ * @param request DescribeElasticQpsRecordRequest
10428
+ * @param runtime runtime options for this request RuntimeOptions
10429
+ * @return DescribeElasticQpsRecordResponse
10430
+ */
9599
10431
  describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse>;
10432
+ /**
10433
+ * @summary 查询qps日95流量图
10434
+ *
10435
+ * @param request DescribeElasticQpsRecordRequest
10436
+ * @return DescribeElasticQpsRecordResponse
10437
+ */
9600
10438
  describeElasticQpsRecord(request: DescribeElasticQpsRecordRequest): Promise<DescribeElasticQpsRecordResponse>;
10439
+ /**
10440
+ * @summary Queries the custom header that is specified for a domain name.
10441
+ *
10442
+ * @param request DescribeHeadersRequest
10443
+ * @param runtime runtime options for this request RuntimeOptions
10444
+ * @return DescribeHeadersResponse
10445
+ */
9601
10446
  describeHeadersWithOptions(request: DescribeHeadersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHeadersResponse>;
10447
+ /**
10448
+ * @summary Queries the custom header that is specified for a domain name.
10449
+ *
10450
+ * @param request DescribeHeadersRequest
10451
+ * @return DescribeHeadersResponse
10452
+ */
9602
10453
  describeHeaders(request: DescribeHeadersRequest): Promise<DescribeHeadersResponse>;
10454
+ /**
10455
+ * @summary Queries the Layer 4 or Layer 7 health check configurations of a port forwarding rule.
10456
+ *
10457
+ * @param request DescribeHealthCheckListRequest
10458
+ * @param runtime runtime options for this request RuntimeOptions
10459
+ * @return DescribeHealthCheckListResponse
10460
+ */
9603
10461
  describeHealthCheckListWithOptions(request: DescribeHealthCheckListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckListResponse>;
10462
+ /**
10463
+ * @summary Queries the Layer 4 or Layer 7 health check configurations of a port forwarding rule.
10464
+ *
10465
+ * @param request DescribeHealthCheckListRequest
10466
+ * @return DescribeHealthCheckListResponse
10467
+ */
9604
10468
  describeHealthCheckList(request: DescribeHealthCheckListRequest): Promise<DescribeHealthCheckListResponse>;
10469
+ /**
10470
+ * @summary Queries the health status of an origin server.
10471
+ *
10472
+ * @param request DescribeHealthCheckStatusRequest
10473
+ * @param runtime runtime options for this request RuntimeOptions
10474
+ * @return DescribeHealthCheckStatusResponse
10475
+ */
9605
10476
  describeHealthCheckStatusWithOptions(request: DescribeHealthCheckStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthCheckStatusResponse>;
10477
+ /**
10478
+ * @summary Queries the health status of an origin server.
10479
+ *
10480
+ * @param request DescribeHealthCheckStatusRequest
10481
+ * @return DescribeHealthCheckStatusResponse
10482
+ */
9606
10483
  describeHealthCheckStatus(request: DescribeHealthCheckStatusRequest): Promise<DescribeHealthCheckStatusResponse>;
9607
10484
  /**
9608
- * 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.
9609
- * ### Limits
9610
- * 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.
9611
- *
9612
- * @param request DescribeInstanceDetailsRequest
9613
- * @param runtime runtime options for this request RuntimeOptions
9614
- * @return DescribeInstanceDetailsResponse
10485
+ * @summary Queries the IP addresses and Internet service provider (ISP) lines of Anti-DDoS Pro or Anti-DDoS Premium instances.
10486
+ *
10487
+ * @description 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.
10488
+ * ### Limits
10489
+ * 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.
10490
+ *
10491
+ * @param request DescribeInstanceDetailsRequest
10492
+ * @param runtime runtime options for this request RuntimeOptions
10493
+ * @return DescribeInstanceDetailsResponse
9615
10494
  */
9616
10495
  describeInstanceDetailsWithOptions(request: DescribeInstanceDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDetailsResponse>;
9617
10496
  /**
9618
- * 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.
9619
- * ### Limits
9620
- * 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.
9621
- *
9622
- * @param request DescribeInstanceDetailsRequest
9623
- * @return DescribeInstanceDetailsResponse
10497
+ * @summary Queries the IP addresses and Internet service provider (ISP) lines of Anti-DDoS Pro or Anti-DDoS Premium instances.
10498
+ *
10499
+ * @description 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.
10500
+ * ### Limits
10501
+ * 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.
10502
+ *
10503
+ * @param request DescribeInstanceDetailsRequest
10504
+ * @return DescribeInstanceDetailsResponse
9624
10505
  */
9625
10506
  describeInstanceDetails(request: DescribeInstanceDetailsRequest): Promise<DescribeInstanceDetailsResponse>;
10507
+ /**
10508
+ * @summary Queries the information about Anti-DDoS Pro and Anti-DDoS Premium instances.
10509
+ *
10510
+ * @param request DescribeInstanceExtRequest
10511
+ * @param runtime runtime options for this request RuntimeOptions
10512
+ * @return DescribeInstanceExtResponse
10513
+ */
9626
10514
  describeInstanceExtWithOptions(request: DescribeInstanceExtRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceExtResponse>;
10515
+ /**
10516
+ * @summary Queries the information about Anti-DDoS Pro and Anti-DDoS Premium instances.
10517
+ *
10518
+ * @param request DescribeInstanceExtRequest
10519
+ * @return DescribeInstanceExtResponse
10520
+ */
9627
10521
  describeInstanceExt(request: DescribeInstanceExtRequest): Promise<DescribeInstanceExtResponse>;
10522
+ /**
10523
+ * @summary The description of the instance.
10524
+ *
10525
+ * @param request DescribeInstanceIdsRequest
10526
+ * @param runtime runtime options for this request RuntimeOptions
10527
+ * @return DescribeInstanceIdsResponse
10528
+ */
9628
10529
  describeInstanceIdsWithOptions(request: DescribeInstanceIdsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceIdsResponse>;
10530
+ /**
10531
+ * @summary The description of the instance.
10532
+ *
10533
+ * @param request DescribeInstanceIdsRequest
10534
+ * @return DescribeInstanceIdsResponse
10535
+ */
9629
10536
  describeInstanceIds(request: DescribeInstanceIdsRequest): Promise<DescribeInstanceIdsResponse>;
9630
10537
  /**
9631
- * 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.
9632
- * ### Limits
9633
- * 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.
9634
- *
9635
- * @param request DescribeInstanceSpecsRequest
9636
- * @param runtime runtime options for this request RuntimeOptions
9637
- * @return DescribeInstanceSpecsResponse
10538
+ * @summary Queries the specifications of Anti-DDoS Pro or Anti-DDoS Premium instances.
10539
+ *
10540
+ * @description 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.
10541
+ * ### Limits
10542
+ * 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.
10543
+ *
10544
+ * @param request DescribeInstanceSpecsRequest
10545
+ * @param runtime runtime options for this request RuntimeOptions
10546
+ * @return DescribeInstanceSpecsResponse
9638
10547
  */
9639
10548
  describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
9640
10549
  /**
9641
- * 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.
9642
- * ### Limits
9643
- * 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.
9644
- *
9645
- * @param request DescribeInstanceSpecsRequest
9646
- * @return DescribeInstanceSpecsResponse
10550
+ * @summary Queries the specifications of Anti-DDoS Pro or Anti-DDoS Premium instances.
10551
+ *
10552
+ * @description 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.
10553
+ * ### Limits
10554
+ * 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.
10555
+ *
10556
+ * @param request DescribeInstanceSpecsRequest
10557
+ * @return DescribeInstanceSpecsResponse
9647
10558
  */
9648
10559
  describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
10560
+ /**
10561
+ * @summary Queries the statistics on one or more Anti-DDoS Pro or Anti-DDoS Premium instances, such as the numbers of protected domain names and ports.
10562
+ *
10563
+ * @param request DescribeInstanceStatisticsRequest
10564
+ * @param runtime runtime options for this request RuntimeOptions
10565
+ * @return DescribeInstanceStatisticsResponse
10566
+ */
9649
10567
  describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
10568
+ /**
10569
+ * @summary Queries the statistics on one or more Anti-DDoS Pro or Anti-DDoS Premium instances, such as the numbers of protected domain names and ports.
10570
+ *
10571
+ * @param request DescribeInstanceStatisticsRequest
10572
+ * @return DescribeInstanceStatisticsResponse
10573
+ */
9650
10574
  describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
10575
+ /**
10576
+ * @summary Queries the status of a specified Anti-DDoS Pro or Anti-DDoS Premium instance.
10577
+ *
10578
+ * @param request DescribeInstanceStatusRequest
10579
+ * @param runtime runtime options for this request RuntimeOptions
10580
+ * @return DescribeInstanceStatusResponse
10581
+ */
9651
10582
  describeInstanceStatusWithOptions(request: DescribeInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatusResponse>;
10583
+ /**
10584
+ * @summary Queries the status of a specified Anti-DDoS Pro or Anti-DDoS Premium instance.
10585
+ *
10586
+ * @param request DescribeInstanceStatusRequest
10587
+ * @return DescribeInstanceStatusResponse
10588
+ */
9652
10589
  describeInstanceStatus(request: DescribeInstanceStatusRequest): Promise<DescribeInstanceStatusResponse>;
9653
10590
  /**
9654
- * 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.
9655
- *
9656
- * @param request DescribeInstancesRequest
9657
- * @param runtime runtime options for this request RuntimeOptions
9658
- * @return DescribeInstancesResponse
10591
+ * @description 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.
10592
+ *
10593
+ * @param request DescribeInstancesRequest
10594
+ * @param runtime runtime options for this request RuntimeOptions
10595
+ * @return DescribeInstancesResponse
9659
10596
  */
9660
10597
  describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
9661
10598
  /**
9662
- * 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.
9663
- *
9664
- * @param request DescribeInstancesRequest
9665
- * @return DescribeInstancesResponse
10599
+ * @description 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.
10600
+ *
10601
+ * @param request DescribeInstancesRequest
10602
+ * @return DescribeInstancesResponse
9666
10603
  */
9667
10604
  describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
10605
+ /**
10606
+ * @summary Queries the back-to-origin policies for the forwarding rule of a website.
10607
+ *
10608
+ * @param request DescribeL7RsPolicyRequest
10609
+ * @param runtime runtime options for this request RuntimeOptions
10610
+ * @return DescribeL7RsPolicyResponse
10611
+ */
9668
10612
  describeL7RsPolicyWithOptions(request: DescribeL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7RsPolicyResponse>;
10613
+ /**
10614
+ * @summary Queries the back-to-origin policies for the forwarding rule of a website.
10615
+ *
10616
+ * @param request DescribeL7RsPolicyRequest
10617
+ * @return DescribeL7RsPolicyResponse
10618
+ */
9669
10619
  describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
10620
+ /**
10621
+ * @summary Queries the back-to-origin settings of a port forwarding rule.
10622
+ *
10623
+ * @param request DescribeLayer4RulePolicyRequest
10624
+ * @param runtime runtime options for this request RuntimeOptions
10625
+ * @return DescribeLayer4RulePolicyResponse
10626
+ */
9670
10627
  describeLayer4RulePolicyWithOptions(request: DescribeLayer4RulePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLayer4RulePolicyResponse>;
10628
+ /**
10629
+ * @summary Queries the back-to-origin settings of a port forwarding rule.
10630
+ *
10631
+ * @param request DescribeLayer4RulePolicyRequest
10632
+ * @return DescribeLayer4RulePolicyResponse
10633
+ */
9671
10634
  describeLayer4RulePolicy(request: DescribeLayer4RulePolicyRequest): Promise<DescribeLayer4RulePolicyResponse>;
10635
+ /**
10636
+ * @summary Checks whether a Logstore is created for Anti-DDoS Pro or Anti-DDoS Premium.
10637
+ *
10638
+ * @param request DescribeLogStoreExistStatusRequest
10639
+ * @param runtime runtime options for this request RuntimeOptions
10640
+ * @return DescribeLogStoreExistStatusResponse
10641
+ */
9672
10642
  describeLogStoreExistStatusWithOptions(request: DescribeLogStoreExistStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogStoreExistStatusResponse>;
10643
+ /**
10644
+ * @summary Checks whether a Logstore is created for Anti-DDoS Pro or Anti-DDoS Premium.
10645
+ *
10646
+ * @param request DescribeLogStoreExistStatusRequest
10647
+ * @return DescribeLogStoreExistStatusResponse
10648
+ */
9673
10649
  describeLogStoreExistStatus(request: DescribeLogStoreExistStatusRequest): Promise<DescribeLogStoreExistStatusResponse>;
10650
+ /**
10651
+ * @summary Queries the blocked locations that are configured for an Anti-DDoS Pro or Anti-DDoS Premium instance.
10652
+ *
10653
+ * @param request DescribeNetworkRegionBlockRequest
10654
+ * @param runtime runtime options for this request RuntimeOptions
10655
+ * @return DescribeNetworkRegionBlockResponse
10656
+ */
9674
10657
  describeNetworkRegionBlockWithOptions(request: DescribeNetworkRegionBlockRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRegionBlockResponse>;
10658
+ /**
10659
+ * @summary Queries the blocked locations that are configured for an Anti-DDoS Pro or Anti-DDoS Premium instance.
10660
+ *
10661
+ * @param request DescribeNetworkRegionBlockRequest
10662
+ * @return DescribeNetworkRegionBlockResponse
10663
+ */
9675
10664
  describeNetworkRegionBlock(request: DescribeNetworkRegionBlockRequest): Promise<DescribeNetworkRegionBlockResponse>;
10665
+ /**
10666
+ * @summary Queries the mitigation settings of the port forwarding rule for a non-website service. The mitigation settings include session persistence and DDoS mitigation policies.
10667
+ *
10668
+ * @param request DescribeNetworkRuleAttributesRequest
10669
+ * @param runtime runtime options for this request RuntimeOptions
10670
+ * @return DescribeNetworkRuleAttributesResponse
10671
+ */
9676
10672
  describeNetworkRuleAttributesWithOptions(request: DescribeNetworkRuleAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRuleAttributesResponse>;
10673
+ /**
10674
+ * @summary Queries the mitigation settings of the port forwarding rule for a non-website service. The mitigation settings include session persistence and DDoS mitigation policies.
10675
+ *
10676
+ * @param request DescribeNetworkRuleAttributesRequest
10677
+ * @return DescribeNetworkRuleAttributesResponse
10678
+ */
9677
10679
  describeNetworkRuleAttributes(request: DescribeNetworkRuleAttributesRequest): Promise<DescribeNetworkRuleAttributesResponse>;
10680
+ /**
10681
+ * @summary Queries port forwarding rules.
10682
+ *
10683
+ * @param request DescribeNetworkRulesRequest
10684
+ * @param runtime runtime options for this request RuntimeOptions
10685
+ * @return DescribeNetworkRulesResponse
10686
+ */
9678
10687
  describeNetworkRulesWithOptions(request: DescribeNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRulesResponse>;
10688
+ /**
10689
+ * @summary Queries port forwarding rules.
10690
+ *
10691
+ * @param request DescribeNetworkRulesRequest
10692
+ * @return DescribeNetworkRulesResponse
10693
+ */
9679
10694
  describeNetworkRules(request: DescribeNetworkRulesRequest): Promise<DescribeNetworkRulesResponse>;
9680
10695
  /**
9681
- * > This operation is suitable only for Anti-DDoS Pro.
9682
- * 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.
9683
- *
9684
- * @param request DescribeOpEntitiesRequest
9685
- * @param runtime runtime options for this request RuntimeOptions
9686
- * @return DescribeOpEntitiesResponse
10696
+ * @summary Queries the operation logs of Anti-DDoS Pro.
10697
+ *
10698
+ * @description > This operation is suitable only for Anti-DDoS Pro.
10699
+ * 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.
10700
+ *
10701
+ * @param request DescribeOpEntitiesRequest
10702
+ * @param runtime runtime options for this request RuntimeOptions
10703
+ * @return DescribeOpEntitiesResponse
9687
10704
  */
9688
10705
  describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
9689
10706
  /**
9690
- * > This operation is suitable only for Anti-DDoS Pro.
9691
- * 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.
9692
- *
9693
- * @param request DescribeOpEntitiesRequest
9694
- * @return DescribeOpEntitiesResponse
10707
+ * @summary Queries the operation logs of Anti-DDoS Pro.
10708
+ *
10709
+ * @description > This operation is suitable only for Anti-DDoS Pro.
10710
+ * 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.
10711
+ *
10712
+ * @param request DescribeOpEntitiesRequest
10713
+ * @return DescribeOpEntitiesResponse
9695
10714
  */
9696
10715
  describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
9697
10716
  /**
9698
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9699
- *
9700
- * @param request DescribePortRequest
9701
- * @param runtime runtime options for this request RuntimeOptions
9702
- * @return DescribePortResponse
10717
+ * @summary Queries the port forwarding rules that are created for an Anti-DDoS Pro or Anti-DDoS Premium instance.
10718
+ *
10719
+ * @description You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
10720
+ *
10721
+ * @param request DescribePortRequest
10722
+ * @param runtime runtime options for this request RuntimeOptions
10723
+ * @return DescribePortResponse
9703
10724
  */
9704
10725
  describePortWithOptions(request: DescribePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortResponse>;
9705
10726
  /**
9706
- * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
9707
- *
9708
- * @param request DescribePortRequest
9709
- * @return DescribePortResponse
10727
+ * @summary Queries the port forwarding rules that are created for an Anti-DDoS Pro or Anti-DDoS Premium instance.
10728
+ *
10729
+ * @description You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
10730
+ *
10731
+ * @param request DescribePortRequest
10732
+ * @return DescribePortResponse
9710
10733
  */
9711
10734
  describePort(request: DescribePortRequest): Promise<DescribePortResponse>;
9712
10735
  /**
9713
- * 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.
9714
- * ### Limits
9715
- * 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.
9716
- *
9717
- * @param request DescribePortAttackMaxFlowRequest
9718
- * @param runtime runtime options for this request RuntimeOptions
9719
- * @return DescribePortAttackMaxFlowResponse
10736
+ * @summary Queries the peak attack traffic bandwidth and peak attack traffic packet rates of one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specified period of time.
10737
+ *
10738
+ * @description 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.
10739
+ * ### Limits
10740
+ * 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.
10741
+ *
10742
+ * @param request DescribePortAttackMaxFlowRequest
10743
+ * @param runtime runtime options for this request RuntimeOptions
10744
+ * @return DescribePortAttackMaxFlowResponse
9720
10745
  */
9721
10746
  describePortAttackMaxFlowWithOptions(request: DescribePortAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAttackMaxFlowResponse>;
9722
10747
  /**
9723
- * 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.
9724
- * ### Limits
9725
- * 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.
9726
- *
9727
- * @param request DescribePortAttackMaxFlowRequest
9728
- * @return DescribePortAttackMaxFlowResponse
10748
+ * @summary Queries the peak attack traffic bandwidth and peak attack traffic packet rates of one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specified period of time.
10749
+ *
10750
+ * @description 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.
10751
+ * ### Limits
10752
+ * 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.
10753
+ *
10754
+ * @param request DescribePortAttackMaxFlowRequest
10755
+ * @return DescribePortAttackMaxFlowResponse
9729
10756
  */
9730
10757
  describePortAttackMaxFlow(request: DescribePortAttackMaxFlowRequest): Promise<DescribePortAttackMaxFlowResponse>;
10758
+ /**
10759
+ * @summary Queries the configurations of the Intelligent Protection policy for non-website services.
10760
+ *
10761
+ * @param request DescribePortAutoCcStatusRequest
10762
+ * @param runtime runtime options for this request RuntimeOptions
10763
+ * @return DescribePortAutoCcStatusResponse
10764
+ */
9731
10765
  describePortAutoCcStatusWithOptions(request: DescribePortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAutoCcStatusResponse>;
10766
+ /**
10767
+ * @summary Queries the configurations of the Intelligent Protection policy for non-website services.
10768
+ *
10769
+ * @param request DescribePortAutoCcStatusRequest
10770
+ * @return DescribePortAutoCcStatusResponse
10771
+ */
9732
10772
  describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
10773
+ /**
10774
+ * @param request DescribePortCcAttackTopIPRequest
10775
+ * @param runtime runtime options for this request RuntimeOptions
10776
+ * @return DescribePortCcAttackTopIPResponse
10777
+ */
9733
10778
  describePortCcAttackTopIPWithOptions(request: DescribePortCcAttackTopIPRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortCcAttackTopIPResponse>;
10779
+ /**
10780
+ * @param request DescribePortCcAttackTopIPRequest
10781
+ * @return DescribePortCcAttackTopIPResponse
10782
+ */
9734
10783
  describePortCcAttackTopIP(request: DescribePortCcAttackTopIPRequest): Promise<DescribePortCcAttackTopIPResponse>;
10784
+ /**
10785
+ * @summary The statistics on the connections established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances are queried.
10786
+ *
10787
+ * @param request DescribePortConnsCountRequest
10788
+ * @param runtime runtime options for this request RuntimeOptions
10789
+ * @return DescribePortConnsCountResponse
10790
+ */
9735
10791
  describePortConnsCountWithOptions(request: DescribePortConnsCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsCountResponse>;
10792
+ /**
10793
+ * @summary The statistics on the connections established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances are queried.
10794
+ *
10795
+ * @param request DescribePortConnsCountRequest
10796
+ * @return DescribePortConnsCountResponse
10797
+ */
9736
10798
  describePortConnsCount(request: DescribePortConnsCountRequest): Promise<DescribePortConnsCountResponse>;
10799
+ /**
10800
+ * @summary Queries the connections established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10801
+ *
10802
+ * @param request DescribePortConnsListRequest
10803
+ * @param runtime runtime options for this request RuntimeOptions
10804
+ * @return DescribePortConnsListResponse
10805
+ */
9737
10806
  describePortConnsListWithOptions(request: DescribePortConnsListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsListResponse>;
10807
+ /**
10808
+ * @summary Queries the connections established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10809
+ *
10810
+ * @param request DescribePortConnsListRequest
10811
+ * @return DescribePortConnsListResponse
10812
+ */
9738
10813
  describePortConnsList(request: DescribePortConnsListRequest): Promise<DescribePortConnsListResponse>;
10814
+ /**
10815
+ * @summary Queries the traffic data of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10816
+ *
10817
+ * @param request DescribePortFlowListRequest
10818
+ * @param runtime runtime options for this request RuntimeOptions
10819
+ * @return DescribePortFlowListResponse
10820
+ */
9739
10821
  describePortFlowListWithOptions(request: DescribePortFlowListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortFlowListResponse>;
10822
+ /**
10823
+ * @summary Queries the traffic data of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10824
+ *
10825
+ * @param request DescribePortFlowListRequest
10826
+ * @return DescribePortFlowListResponse
10827
+ */
9740
10828
  describePortFlowList(request: DescribePortFlowListRequest): Promise<DescribePortFlowListResponse>;
10829
+ /**
10830
+ * @summary Queries the maximum number of connections that can be established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10831
+ *
10832
+ * @param request DescribePortMaxConnsRequest
10833
+ * @param runtime runtime options for this request RuntimeOptions
10834
+ * @return DescribePortMaxConnsResponse
10835
+ */
9741
10836
  describePortMaxConnsWithOptions(request: DescribePortMaxConnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortMaxConnsResponse>;
10837
+ /**
10838
+ * @summary Queries the maximum number of connections that can be established over the ports of one or more Anti-DDoS Pro or Anti-DDoS Premium instances.
10839
+ *
10840
+ * @param request DescribePortMaxConnsRequest
10841
+ * @return DescribePortMaxConnsResponse
10842
+ */
9742
10843
  describePortMaxConns(request: DescribePortMaxConnsRequest): Promise<DescribePortMaxConnsResponse>;
10844
+ /**
10845
+ * @summary Queries the areas and countries from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within the specified period of time.
10846
+ *
10847
+ * @param request DescribePortViewSourceCountriesRequest
10848
+ * @param runtime runtime options for this request RuntimeOptions
10849
+ * @return DescribePortViewSourceCountriesResponse
10850
+ */
9743
10851
  describePortViewSourceCountriesWithOptions(request: DescribePortViewSourceCountriesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceCountriesResponse>;
10852
+ /**
10853
+ * @summary Queries the areas and countries from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within the specified period of time.
10854
+ *
10855
+ * @param request DescribePortViewSourceCountriesRequest
10856
+ * @return DescribePortViewSourceCountriesResponse
10857
+ */
9744
10858
  describePortViewSourceCountries(request: DescribePortViewSourceCountriesRequest): Promise<DescribePortViewSourceCountriesResponse>;
9745
10859
  /**
9746
- * 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.
9747
- * > 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.
9748
- * ### Limits
9749
- * 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.
9750
- *
9751
- * @param request DescribePortViewSourceIspsRequest
9752
- * @param runtime runtime options for this request RuntimeOptions
9753
- * @return DescribePortViewSourceIspsResponse
10860
+ * @summary Queries the Internet service providers (ISPs) from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within the specified period of time.
10861
+ *
10862
+ * @description 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.
10863
+ * > 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](https://help.aliyun.com/document_detail/157460.html) operation.
10864
+ * ### Limits
10865
+ * 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.
10866
+ *
10867
+ * @param request DescribePortViewSourceIspsRequest
10868
+ * @param runtime runtime options for this request RuntimeOptions
10869
+ * @return DescribePortViewSourceIspsResponse
9754
10870
  */
9755
10871
  describePortViewSourceIspsWithOptions(request: DescribePortViewSourceIspsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceIspsResponse>;
9756
10872
  /**
9757
- * 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.
9758
- * > 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.
9759
- * ### Limits
9760
- * 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.
9761
- *
9762
- * @param request DescribePortViewSourceIspsRequest
9763
- * @return DescribePortViewSourceIspsResponse
10873
+ * @summary Queries the Internet service providers (ISPs) from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within the specified period of time.
10874
+ *
10875
+ * @description 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.
10876
+ * > 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](https://help.aliyun.com/document_detail/157460.html) operation.
10877
+ * ### Limits
10878
+ * 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.
10879
+ *
10880
+ * @param request DescribePortViewSourceIspsRequest
10881
+ * @return DescribePortViewSourceIspsResponse
9764
10882
  */
9765
10883
  describePortViewSourceIsps(request: DescribePortViewSourceIspsRequest): Promise<DescribePortViewSourceIspsResponse>;
10884
+ /**
10885
+ * @summary Queries the administrative regions in China from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specified period of time.
10886
+ *
10887
+ * @param request DescribePortViewSourceProvincesRequest
10888
+ * @param runtime runtime options for this request RuntimeOptions
10889
+ * @return DescribePortViewSourceProvincesResponse
10890
+ */
9766
10891
  describePortViewSourceProvincesWithOptions(request: DescribePortViewSourceProvincesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceProvincesResponse>;
10892
+ /**
10893
+ * @summary Queries the administrative regions in China from which requests are sent to one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specified period of time.
10894
+ *
10895
+ * @param request DescribePortViewSourceProvincesRequest
10896
+ * @return DescribePortViewSourceProvincesResponse
10897
+ */
9767
10898
  describePortViewSourceProvinces(request: DescribePortViewSourceProvincesRequest): Promise<DescribePortViewSourceProvincesResponse>;
9768
10899
  /**
9769
- * You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
9770
- * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
9771
- * ### Limits
9772
- * 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.
9773
- *
9774
- * @param request DescribeSceneDefenseObjectsRequest
9775
- * @param runtime runtime options for this request RuntimeOptions
9776
- * @return DescribeSceneDefenseObjectsResponse
10900
+ * @summary Queries the protected objects of a scenario-specific custom policy.
10901
+ *
10902
+ * @description You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
10903
+ * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](https://help.aliyun.com/document_detail/159779.html) operation.
10904
+ * ### Limits
10905
+ * 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.
10906
+ *
10907
+ * @param request DescribeSceneDefenseObjectsRequest
10908
+ * @param runtime runtime options for this request RuntimeOptions
10909
+ * @return DescribeSceneDefenseObjectsResponse
9777
10910
  */
9778
10911
  describeSceneDefenseObjectsWithOptions(request: DescribeSceneDefenseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefenseObjectsResponse>;
9779
10912
  /**
9780
- * You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
9781
- * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](~~159779~~) operation.
9782
- * ### Limits
9783
- * 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.
9784
- *
9785
- * @param request DescribeSceneDefenseObjectsRequest
9786
- * @return DescribeSceneDefenseObjectsResponse
10913
+ * @summary Queries the protected objects of a scenario-specific custom policy.
10914
+ *
10915
+ * @description You can call the DescribeSceneDefenseObjects operation to query the protected objects of a scenario-specific custom policy.
10916
+ * Before you call this operation, make sure that you have created a scenario-specific custom policy by calling the [CreateSceneDefensePolicy](https://help.aliyun.com/document_detail/159779.html) operation.
10917
+ * ### Limits
10918
+ * 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.
10919
+ *
10920
+ * @param request DescribeSceneDefenseObjectsRequest
10921
+ * @return DescribeSceneDefenseObjectsResponse
9787
10922
  */
9788
10923
  describeSceneDefenseObjects(request: DescribeSceneDefenseObjectsRequest): Promise<DescribeSceneDefenseObjectsResponse>;
9789
10924
  /**
9790
- * 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.
9791
- * ### Limits
9792
- * 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.
9793
- *
9794
- * @param request DescribeSceneDefensePoliciesRequest
9795
- * @param runtime runtime options for this request RuntimeOptions
9796
- * @return DescribeSceneDefensePoliciesResponse
10925
+ * @summary Queries the configurations of a scenario-specific custom policy.
10926
+ *
10927
+ * @description 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.
10928
+ * ### Limits
10929
+ * 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.
10930
+ *
10931
+ * @param request DescribeSceneDefensePoliciesRequest
10932
+ * @param runtime runtime options for this request RuntimeOptions
10933
+ * @return DescribeSceneDefensePoliciesResponse
9797
10934
  */
9798
10935
  describeSceneDefensePoliciesWithOptions(request: DescribeSceneDefensePoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefensePoliciesResponse>;
9799
10936
  /**
9800
- * 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.
9801
- * ### Limits
9802
- * 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.
9803
- *
9804
- * @param request DescribeSceneDefensePoliciesRequest
9805
- * @return DescribeSceneDefensePoliciesResponse
10937
+ * @summary Queries the configurations of a scenario-specific custom policy.
10938
+ *
10939
+ * @description 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.
10940
+ * ### Limits
10941
+ * 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.
10942
+ *
10943
+ * @param request DescribeSceneDefensePoliciesRequest
10944
+ * @return DescribeSceneDefensePoliciesResponse
9806
10945
  */
9807
10946
  describeSceneDefensePolicies(request: DescribeSceneDefensePoliciesRequest): Promise<DescribeSceneDefensePoliciesResponse>;
10947
+ /**
10948
+ * @param request DescribeSchedulerRulesRequest
10949
+ * @param runtime runtime options for this request RuntimeOptions
10950
+ * @return DescribeSchedulerRulesResponse
10951
+ */
9808
10952
  describeSchedulerRulesWithOptions(request: DescribeSchedulerRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchedulerRulesResponse>;
10953
+ /**
10954
+ * @param request DescribeSchedulerRulesRequest
10955
+ * @return DescribeSchedulerRulesResponse
10956
+ */
9809
10957
  describeSchedulerRules(request: DescribeSchedulerRulesRequest): Promise<DescribeSchedulerRulesResponse>;
10958
+ /**
10959
+ * @summary Queries the destination rate limit events.
10960
+ *
10961
+ * @param request DescribeSlaEventListRequest
10962
+ * @param runtime runtime options for this request RuntimeOptions
10963
+ * @return DescribeSlaEventListResponse
10964
+ */
9810
10965
  describeSlaEventListWithOptions(request: DescribeSlaEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlaEventListResponse>;
10966
+ /**
10967
+ * @summary Queries the destination rate limit events.
10968
+ *
10969
+ * @param request DescribeSlaEventListRequest
10970
+ * @return DescribeSlaEventListResponse
10971
+ */
9811
10972
  describeSlaEventList(request: DescribeSlaEventListRequest): Promise<DescribeSlaEventListResponse>;
10973
+ /**
10974
+ * @summary Queries whether Anti-DDoS Pro or Anti-DDoS Premium is authorized to access Log Service.
10975
+ *
10976
+ * @param request DescribeSlsAuthStatusRequest
10977
+ * @param runtime runtime options for this request RuntimeOptions
10978
+ * @return DescribeSlsAuthStatusResponse
10979
+ */
9812
10980
  describeSlsAuthStatusWithOptions(request: DescribeSlsAuthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsAuthStatusResponse>;
10981
+ /**
10982
+ * @summary Queries whether Anti-DDoS Pro or Anti-DDoS Premium is authorized to access Log Service.
10983
+ *
10984
+ * @param request DescribeSlsAuthStatusRequest
10985
+ * @return DescribeSlsAuthStatusResponse
10986
+ */
9813
10987
  describeSlsAuthStatus(request: DescribeSlsAuthStatusRequest): Promise<DescribeSlsAuthStatusResponse>;
10988
+ /**
10989
+ * @summary Queries the information about the Logstore of the Anti-DDoS Pro or Anti-DDoS Premium instance, such as the log storage capacity and log storage duration.
10990
+ *
10991
+ * @param request DescribeSlsLogstoreInfoRequest
10992
+ * @param runtime runtime options for this request RuntimeOptions
10993
+ * @return DescribeSlsLogstoreInfoResponse
10994
+ */
9814
10995
  describeSlsLogstoreInfoWithOptions(request: DescribeSlsLogstoreInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsLogstoreInfoResponse>;
10996
+ /**
10997
+ * @summary Queries the information about the Logstore of the Anti-DDoS Pro or Anti-DDoS Premium instance, such as the log storage capacity and log storage duration.
10998
+ *
10999
+ * @param request DescribeSlsLogstoreInfoRequest
11000
+ * @return DescribeSlsLogstoreInfoResponse
11001
+ */
9815
11002
  describeSlsLogstoreInfo(request: DescribeSlsLogstoreInfoRequest): Promise<DescribeSlsLogstoreInfoResponse>;
11003
+ /**
11004
+ * @summary Checks whether Log Service is activated.
11005
+ *
11006
+ * @param request DescribeSlsOpenStatusRequest
11007
+ * @param runtime runtime options for this request RuntimeOptions
11008
+ * @return DescribeSlsOpenStatusResponse
11009
+ */
9816
11010
  describeSlsOpenStatusWithOptions(request: DescribeSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlsOpenStatusResponse>;
11011
+ /**
11012
+ * @summary Checks whether Log Service is activated.
11013
+ *
11014
+ * @param request DescribeSlsOpenStatusRequest
11015
+ * @return DescribeSlsOpenStatusResponse
11016
+ */
9817
11017
  describeSlsOpenStatus(request: DescribeSlsOpenStatusRequest): Promise<DescribeSlsOpenStatusResponse>;
9818
11018
  /**
9819
- * 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.
9820
- * ### Limits
9821
- * 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.
9822
- *
9823
- * @param request DescribeStsGrantStatusRequest
9824
- * @param runtime runtime options for this request RuntimeOptions
9825
- * @return DescribeStsGrantStatusResponse
11019
+ * @summary Queries whether Anti-DDoS Pro or Anti-DDoS Premium is authorized to access other cloud services.
11020
+ *
11021
+ * @description 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.
11022
+ * ### Limits
11023
+ * 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.
11024
+ *
11025
+ * @param request DescribeStsGrantStatusRequest
11026
+ * @param runtime runtime options for this request RuntimeOptions
11027
+ * @return DescribeStsGrantStatusResponse
9826
11028
  */
9827
11029
  describeStsGrantStatusWithOptions(request: DescribeStsGrantStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStsGrantStatusResponse>;
9828
11030
  /**
9829
- * 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.
9830
- * ### Limits
9831
- * 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.
9832
- *
9833
- * @param request DescribeStsGrantStatusRequest
9834
- * @return DescribeStsGrantStatusResponse
11031
+ * @summary Queries whether Anti-DDoS Pro or Anti-DDoS Premium is authorized to access other cloud services.
11032
+ *
11033
+ * @description 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.
11034
+ * ### Limits
11035
+ * 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.
11036
+ *
11037
+ * @param request DescribeStsGrantStatusRequest
11038
+ * @return DescribeStsGrantStatusResponse
9835
11039
  */
9836
11040
  describeStsGrantStatus(request: DescribeStsGrantStatusRequest): Promise<DescribeStsGrantStatusResponse>;
9837
11041
  /**
9838
- * 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.
9839
- * 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.
9840
- * ### Limits
9841
- * 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.
9842
- *
9843
- * @param request DescribeSystemLogRequest
9844
- * @param runtime runtime options for this request RuntimeOptions
9845
- * @return DescribeSystemLogResponse
11042
+ * @summary Queries the details of the bills for the burstable clean bandwidth.
11043
+ *
11044
+ * @description 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.
11045
+ * 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.
11046
+ * ### Limits
11047
+ * 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.
11048
+ *
11049
+ * @param request DescribeSystemLogRequest
11050
+ * @param runtime runtime options for this request RuntimeOptions
11051
+ * @return DescribeSystemLogResponse
9846
11052
  */
9847
11053
  describeSystemLogWithOptions(request: DescribeSystemLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemLogResponse>;
9848
11054
  /**
9849
- * 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.
9850
- * 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.
9851
- * ### Limits
9852
- * 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.
9853
- *
9854
- * @param request DescribeSystemLogRequest
9855
- * @return DescribeSystemLogResponse
11055
+ * @summary Queries the details of the bills for the burstable clean bandwidth.
11056
+ *
11057
+ * @description 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.
11058
+ * 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.
11059
+ * ### Limits
11060
+ * 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.
11061
+ *
11062
+ * @param request DescribeSystemLogRequest
11063
+ * @return DescribeSystemLogResponse
9856
11064
  */
9857
11065
  describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
9858
11066
  /**
9859
- * 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.
9860
- * > The tag feature is suitable only for Anti-DDoS Pro.
9861
- * ### Limits
9862
- * 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.
9863
- *
9864
- * @param request DescribeTagKeysRequest
9865
- * @param runtime runtime options for this request RuntimeOptions
9866
- * @return DescribeTagKeysResponse
11067
+ * @summary Queries all tag keys and the Anti-DDoS Pro instances to which the tag keys are added.
11068
+ *
11069
+ * @description 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.
11070
+ * > The tag feature is suitable only for Anti-DDoS Pro.
11071
+ * ### Limits
11072
+ * 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.
11073
+ *
11074
+ * @param request DescribeTagKeysRequest
11075
+ * @param runtime runtime options for this request RuntimeOptions
11076
+ * @return DescribeTagKeysResponse
9867
11077
  */
9868
11078
  describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
9869
11079
  /**
9870
- * 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.
9871
- * > The tag feature is suitable only for Anti-DDoS Pro.
9872
- * ### Limits
9873
- * 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.
9874
- *
9875
- * @param request DescribeTagKeysRequest
9876
- * @return DescribeTagKeysResponse
11080
+ * @summary Queries all tag keys and the Anti-DDoS Pro instances to which the tag keys are added.
11081
+ *
11082
+ * @description 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.
11083
+ * > The tag feature is suitable only for Anti-DDoS Pro.
11084
+ * ### Limits
11085
+ * 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.
11086
+ *
11087
+ * @param request DescribeTagKeysRequest
11088
+ * @return DescribeTagKeysResponse
9877
11089
  */
9878
11090
  describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
9879
11091
  /**
9880
- * You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
9881
- * > Only Anti-DDoS Pro supports tags.
9882
- * ### Limits
9883
- * 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.
9884
- *
9885
- * @param request DescribeTagResourcesRequest
9886
- * @param runtime runtime options for this request RuntimeOptions
9887
- * @return DescribeTagResourcesResponse
11092
+ * @summary Queries the information about the tags that are added to an Anti-DDoS Pro instance.
11093
+ *
11094
+ * @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
11095
+ * > Only Anti-DDoS Pro supports tags.
11096
+ * ### Limits
11097
+ * 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.
11098
+ *
11099
+ * @param request DescribeTagResourcesRequest
11100
+ * @param runtime runtime options for this request RuntimeOptions
11101
+ * @return DescribeTagResourcesResponse
9888
11102
  */
9889
11103
  describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
9890
11104
  /**
9891
- * You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
9892
- * > Only Anti-DDoS Pro supports tags.
9893
- * ### Limits
9894
- * 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.
9895
- *
9896
- * @param request DescribeTagResourcesRequest
9897
- * @return DescribeTagResourcesResponse
11105
+ * @summary Queries the information about the tags that are added to an Anti-DDoS Pro instance.
11106
+ *
11107
+ * @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Pro instance.
11108
+ * > Only Anti-DDoS Pro supports tags.
11109
+ * ### Limits
11110
+ * 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.
11111
+ *
11112
+ * @param request DescribeTagResourcesRequest
11113
+ * @return DescribeTagResourcesResponse
9898
11114
  */
9899
11115
  describeTagResources(request: DescribeTagResourcesRequest): Promise<DescribeTagResourcesResponse>;
11116
+ /**
11117
+ * @summary Queries the peak bandwidth and peak packet rates of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
11118
+ *
11119
+ * @param request DescribeTotalAttackMaxFlowRequest
11120
+ * @param runtime runtime options for this request RuntimeOptions
11121
+ * @return DescribeTotalAttackMaxFlowResponse
11122
+ */
9900
11123
  describeTotalAttackMaxFlowWithOptions(request: DescribeTotalAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTotalAttackMaxFlowResponse>;
11124
+ /**
11125
+ * @summary Queries the peak bandwidth and peak packet rates of attack traffic on one or more Anti-DDoS Pro or Anti-DDoS Premium instances within a specific period of time.
11126
+ *
11127
+ * @param request DescribeTotalAttackMaxFlowRequest
11128
+ * @return DescribeTotalAttackMaxFlowResponse
11129
+ */
9901
11130
  describeTotalAttackMaxFlow(request: DescribeTotalAttackMaxFlowRequest): Promise<DescribeTotalAttackMaxFlowResponse>;
11131
+ /**
11132
+ * @summary Queries the source ports of UDP traffic that are filtered out by the filtering policies for UDP reflection attacks on an Anti-DDoS Pro or Anti-DDoS Premium instance.
11133
+ *
11134
+ * @param request DescribeUdpReflectRequest
11135
+ * @param runtime runtime options for this request RuntimeOptions
11136
+ * @return DescribeUdpReflectResponse
11137
+ */
9902
11138
  describeUdpReflectWithOptions(request: DescribeUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUdpReflectResponse>;
11139
+ /**
11140
+ * @summary Queries the source ports of UDP traffic that are filtered out by the filtering policies for UDP reflection attacks on an Anti-DDoS Pro or Anti-DDoS Premium instance.
11141
+ *
11142
+ * @param request DescribeUdpReflectRequest
11143
+ * @return DescribeUdpReflectResponse
11144
+ */
9903
11145
  describeUdpReflect(request: DescribeUdpReflectRequest): Promise<DescribeUdpReflectResponse>;
11146
+ /**
11147
+ * @summary Queries the total quota and remaining quota that allow you to deactivate blackhole filtering.
11148
+ *
11149
+ * @param request DescribeUnBlackholeCountRequest
11150
+ * @param runtime runtime options for this request RuntimeOptions
11151
+ * @return DescribeUnBlackholeCountResponse
11152
+ */
9904
11153
  describeUnBlackholeCountWithOptions(request: DescribeUnBlackholeCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlackholeCountResponse>;
11154
+ /**
11155
+ * @summary Queries the total quota and remaining quota that allow you to deactivate blackhole filtering.
11156
+ *
11157
+ * @param request DescribeUnBlackholeCountRequest
11158
+ * @return DescribeUnBlackholeCountResponse
11159
+ */
9905
11160
  describeUnBlackholeCount(request: DescribeUnBlackholeCountRequest): Promise<DescribeUnBlackholeCountResponse>;
9906
11161
  /**
9907
- * > This operation is suitable only for Anti-DDoS Pro.
9908
- *
9909
- * @param request DescribeUnBlockCountRequest
9910
- * @param runtime runtime options for this request RuntimeOptions
9911
- * @return DescribeUnBlockCountResponse
11162
+ * @summary Queries the remaining quota that allows you to use the Diversion from Origin Server policy.
11163
+ *
11164
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11165
+ *
11166
+ * @param request DescribeUnBlockCountRequest
11167
+ * @param runtime runtime options for this request RuntimeOptions
11168
+ * @return DescribeUnBlockCountResponse
9912
11169
  */
9913
11170
  describeUnBlockCountWithOptions(request: DescribeUnBlockCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlockCountResponse>;
9914
11171
  /**
9915
- * > This operation is suitable only for Anti-DDoS Pro.
9916
- *
9917
- * @param request DescribeUnBlockCountRequest
9918
- * @return DescribeUnBlockCountResponse
11172
+ * @summary Queries the remaining quota that allows you to use the Diversion from Origin Server policy.
11173
+ *
11174
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11175
+ *
11176
+ * @param request DescribeUnBlockCountRequest
11177
+ * @return DescribeUnBlockCountResponse
9919
11178
  */
9920
11179
  describeUnBlockCount(request: DescribeUnBlockCountRequest): Promise<DescribeUnBlockCountResponse>;
9921
11180
  /**
9922
- * 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.
9923
- * ### Limits
9924
- * 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.
9925
- *
9926
- * @param request DescribeWebAccessLogDispatchStatusRequest
9927
- * @param runtime runtime options for this request RuntimeOptions
9928
- * @return DescribeWebAccessLogDispatchStatusResponse
11181
+ * @summary Checks whether the log analysis feature is enabled for all domain names.
11182
+ *
11183
+ * @description 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.
11184
+ * ### Limits
11185
+ * 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.
11186
+ *
11187
+ * @param request DescribeWebAccessLogDispatchStatusRequest
11188
+ * @param runtime runtime options for this request RuntimeOptions
11189
+ * @return DescribeWebAccessLogDispatchStatusResponse
9929
11190
  */
9930
11191
  describeWebAccessLogDispatchStatusWithOptions(request: DescribeWebAccessLogDispatchStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogDispatchStatusResponse>;
9931
11192
  /**
9932
- * 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.
9933
- * ### Limits
9934
- * 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.
9935
- *
9936
- * @param request DescribeWebAccessLogDispatchStatusRequest
9937
- * @return DescribeWebAccessLogDispatchStatusResponse
11193
+ * @summary Checks whether the log analysis feature is enabled for all domain names.
11194
+ *
11195
+ * @description 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.
11196
+ * ### Limits
11197
+ * 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.
11198
+ *
11199
+ * @param request DescribeWebAccessLogDispatchStatusRequest
11200
+ * @return DescribeWebAccessLogDispatchStatusResponse
9938
11201
  */
9939
11202
  describeWebAccessLogDispatchStatus(request: DescribeWebAccessLogDispatchStatusRequest): Promise<DescribeWebAccessLogDispatchStatusResponse>;
11203
+ /**
11204
+ * @summary Queries the remaining quota that allows you to clear the Logstore.
11205
+ *
11206
+ * @param request DescribeWebAccessLogEmptyCountRequest
11207
+ * @param runtime runtime options for this request RuntimeOptions
11208
+ * @return DescribeWebAccessLogEmptyCountResponse
11209
+ */
9940
11210
  describeWebAccessLogEmptyCountWithOptions(request: DescribeWebAccessLogEmptyCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogEmptyCountResponse>;
11211
+ /**
11212
+ * @summary Queries the remaining quota that allows you to clear the Logstore.
11213
+ *
11214
+ * @param request DescribeWebAccessLogEmptyCountRequest
11215
+ * @return DescribeWebAccessLogEmptyCountResponse
11216
+ */
9941
11217
  describeWebAccessLogEmptyCount(request: DescribeWebAccessLogEmptyCountRequest): Promise<DescribeWebAccessLogEmptyCountResponse>;
11218
+ /**
11219
+ * @summary Queries the information about the Log Analysis feature for a website, such as the feature status and the Log Service project and Logstore that are used.
11220
+ *
11221
+ * @param request DescribeWebAccessLogStatusRequest
11222
+ * @param runtime runtime options for this request RuntimeOptions
11223
+ * @return DescribeWebAccessLogStatusResponse
11224
+ */
9942
11225
  describeWebAccessLogStatusWithOptions(request: DescribeWebAccessLogStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogStatusResponse>;
11226
+ /**
11227
+ * @summary Queries the information about the Log Analysis feature for a website, such as the feature status and the Log Service project and Logstore that are used.
11228
+ *
11229
+ * @param request DescribeWebAccessLogStatusRequest
11230
+ * @return DescribeWebAccessLogStatusResponse
11231
+ */
9943
11232
  describeWebAccessLogStatus(request: DescribeWebAccessLogStatusRequest): Promise<DescribeWebAccessLogStatusResponse>;
11233
+ /**
11234
+ * @summary Queries the mode in which a website service is added to Anti-DDoS Pro or Anti-DDoS Premium.
11235
+ *
11236
+ * @param request DescribeWebAccessModeRequest
11237
+ * @param runtime runtime options for this request RuntimeOptions
11238
+ * @return DescribeWebAccessModeResponse
11239
+ */
9944
11240
  describeWebAccessModeWithOptions(request: DescribeWebAccessModeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessModeResponse>;
11241
+ /**
11242
+ * @summary Queries the mode in which a website service is added to Anti-DDoS Pro or Anti-DDoS Premium.
11243
+ *
11244
+ * @param request DescribeWebAccessModeRequest
11245
+ * @return DescribeWebAccessModeResponse
11246
+ */
9945
11247
  describeWebAccessMode(request: DescribeWebAccessModeRequest): Promise<DescribeWebAccessModeResponse>;
11248
+ /**
11249
+ * @summary Queries the Location Blacklist (Domain Names) configurations for websites.
11250
+ *
11251
+ * @param request DescribeWebAreaBlockConfigsRequest
11252
+ * @param runtime runtime options for this request RuntimeOptions
11253
+ * @return DescribeWebAreaBlockConfigsResponse
11254
+ */
9946
11255
  describeWebAreaBlockConfigsWithOptions(request: DescribeWebAreaBlockConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAreaBlockConfigsResponse>;
11256
+ /**
11257
+ * @summary Queries the Location Blacklist (Domain Names) configurations for websites.
11258
+ *
11259
+ * @param request DescribeWebAreaBlockConfigsRequest
11260
+ * @return DescribeWebAreaBlockConfigsResponse
11261
+ */
9947
11262
  describeWebAreaBlockConfigs(request: DescribeWebAreaBlockConfigsRequest): Promise<DescribeWebAreaBlockConfigsResponse>;
11263
+ /**
11264
+ * @summary Queries the custom frequency control rules that are created for a website.
11265
+ *
11266
+ * @param request DescribeWebCCRulesRequest
11267
+ * @param runtime runtime options for this request RuntimeOptions
11268
+ * @return DescribeWebCCRulesResponse
11269
+ */
9948
11270
  describeWebCCRulesWithOptions(request: DescribeWebCCRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesResponse>;
11271
+ /**
11272
+ * @summary Queries the custom frequency control rules that are created for a website.
11273
+ *
11274
+ * @param request DescribeWebCCRulesRequest
11275
+ * @return DescribeWebCCRulesResponse
11276
+ */
9949
11277
  describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
9950
11278
  /**
9951
- * You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
9952
- * ### Limits
9953
- * 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.
9954
- *
9955
- * @param request DescribeWebCacheConfigsRequest
9956
- * @param runtime runtime options for this request RuntimeOptions
9957
- * @return DescribeWebCacheConfigsResponse
11279
+ * @summary Queries the Static Page Caching configuration of websites.
11280
+ *
11281
+ * @description You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
11282
+ * ### Limits
11283
+ * 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.
11284
+ *
11285
+ * @param request DescribeWebCacheConfigsRequest
11286
+ * @param runtime runtime options for this request RuntimeOptions
11287
+ * @return DescribeWebCacheConfigsResponse
9958
11288
  */
9959
11289
  describeWebCacheConfigsWithOptions(request: DescribeWebCacheConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCacheConfigsResponse>;
9960
11290
  /**
9961
- * You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
9962
- * ### Limits
9963
- * 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.
9964
- *
9965
- * @param request DescribeWebCacheConfigsRequest
9966
- * @return DescribeWebCacheConfigsResponse
11291
+ * @summary Queries the Static Page Caching configuration of websites.
11292
+ *
11293
+ * @description You can call the DescribeWebCacheConfigs operation to query the Static Page Caching configurations of websites. The configurations include cache modes and custom caching rules.
11294
+ * ### Limits
11295
+ * 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.
11296
+ *
11297
+ * @param request DescribeWebCacheConfigsRequest
11298
+ * @return DescribeWebCacheConfigsResponse
9967
11299
  */
9968
11300
  describeWebCacheConfigs(request: DescribeWebCacheConfigsRequest): Promise<DescribeWebCacheConfigsResponse>;
11301
+ /**
11302
+ * @summary Queries the status of each mitigation policy for a website.
11303
+ *
11304
+ * @param request DescribeWebCcProtectSwitchRequest
11305
+ * @param runtime runtime options for this request RuntimeOptions
11306
+ * @return DescribeWebCcProtectSwitchResponse
11307
+ */
9969
11308
  describeWebCcProtectSwitchWithOptions(request: DescribeWebCcProtectSwitchRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCcProtectSwitchResponse>;
11309
+ /**
11310
+ * @summary Queries the status of each mitigation policy for a website.
11311
+ *
11312
+ * @param request DescribeWebCcProtectSwitchRequest
11313
+ * @return DescribeWebCcProtectSwitchResponse
11314
+ */
9970
11315
  describeWebCcProtectSwitch(request: DescribeWebCcProtectSwitchRequest): Promise<DescribeWebCcProtectSwitchResponse>;
11316
+ /**
11317
+ * @summary Queries the supported custom ports of a website.
11318
+ *
11319
+ * @param request DescribeWebCustomPortsRequest
11320
+ * @param runtime runtime options for this request RuntimeOptions
11321
+ * @return DescribeWebCustomPortsResponse
11322
+ */
9971
11323
  describeWebCustomPortsWithOptions(request: DescribeWebCustomPortsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCustomPortsResponse>;
11324
+ /**
11325
+ * @summary Queries the supported custom ports of a website.
11326
+ *
11327
+ * @param request DescribeWebCustomPortsRequest
11328
+ * @return DescribeWebCustomPortsResponse
11329
+ */
9972
11330
  describeWebCustomPorts(request: DescribeWebCustomPortsRequest): Promise<DescribeWebCustomPortsResponse>;
11331
+ /**
11332
+ * @summary Queries the information about Anti-DDoS Pro or Anti-DDoS Premium instances to which a website service is added.
11333
+ *
11334
+ * @param request DescribeWebInstanceRelationsRequest
11335
+ * @param runtime runtime options for this request RuntimeOptions
11336
+ * @return DescribeWebInstanceRelationsResponse
11337
+ */
9973
11338
  describeWebInstanceRelationsWithOptions(request: DescribeWebInstanceRelationsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebInstanceRelationsResponse>;
11339
+ /**
11340
+ * @summary Queries the information about Anti-DDoS Pro or Anti-DDoS Premium instances to which a website service is added.
11341
+ *
11342
+ * @param request DescribeWebInstanceRelationsRequest
11343
+ * @return DescribeWebInstanceRelationsResponse
11344
+ */
9974
11345
  describeWebInstanceRelations(request: DescribeWebInstanceRelationsRequest): Promise<DescribeWebInstanceRelationsResponse>;
11346
+ /**
11347
+ * @summary Queries the accurate access control rules that are created for websites.
11348
+ *
11349
+ * @param request DescribeWebPreciseAccessRuleRequest
11350
+ * @param runtime runtime options for this request RuntimeOptions
11351
+ * @return DescribeWebPreciseAccessRuleResponse
11352
+ */
9975
11353
  describeWebPreciseAccessRuleWithOptions(request: DescribeWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebPreciseAccessRuleResponse>;
11354
+ /**
11355
+ * @summary Queries the accurate access control rules that are created for websites.
11356
+ *
11357
+ * @param request DescribeWebPreciseAccessRuleRequest
11358
+ * @return DescribeWebPreciseAccessRuleResponse
11359
+ */
9976
11360
  describeWebPreciseAccessRule(request: DescribeWebPreciseAccessRuleRequest): Promise<DescribeWebPreciseAccessRuleResponse>;
11361
+ /**
11362
+ * @param request DescribeWebReportTopIpRequest
11363
+ * @param runtime runtime options for this request RuntimeOptions
11364
+ * @return DescribeWebReportTopIpResponse
11365
+ */
9977
11366
  describeWebReportTopIpWithOptions(request: DescribeWebReportTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebReportTopIpResponse>;
11367
+ /**
11368
+ * @param request DescribeWebReportTopIpRequest
11369
+ * @return DescribeWebReportTopIpResponse
11370
+ */
9978
11371
  describeWebReportTopIp(request: DescribeWebReportTopIpRequest): Promise<DescribeWebReportTopIpResponse>;
11372
+ /**
11373
+ * @summary Indicates whether Allow Access Only from SM Certificates-based Clients is turned on.
11374
+ * * 0: no
11375
+ * * 1: yes
11376
+ *
11377
+ * @param request DescribeWebRulesRequest
11378
+ * @param runtime runtime options for this request RuntimeOptions
11379
+ * @return DescribeWebRulesResponse
11380
+ */
9979
11381
  describeWebRulesWithOptions(request: DescribeWebRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebRulesResponse>;
11382
+ /**
11383
+ * @summary Indicates whether Allow Access Only from SM Certificates-based Clients is turned on.
11384
+ * * 0: no
11385
+ * * 1: yes
11386
+ *
11387
+ * @param request DescribeWebRulesRequest
11388
+ * @return DescribeWebRulesResponse
11389
+ */
9980
11390
  describeWebRules(request: DescribeWebRulesRequest): Promise<DescribeWebRulesResponse>;
11391
+ /**
11392
+ * @summary Removes a protected object from a scenario-specific custom policy.
11393
+ *
11394
+ * @param request DetachSceneDefenseObjectRequest
11395
+ * @param runtime runtime options for this request RuntimeOptions
11396
+ * @return DetachSceneDefenseObjectResponse
11397
+ */
9981
11398
  detachSceneDefenseObjectWithOptions(request: DetachSceneDefenseObjectRequest, runtime: $Util.RuntimeOptions): Promise<DetachSceneDefenseObjectResponse>;
11399
+ /**
11400
+ * @summary Removes a protected object from a scenario-specific custom policy.
11401
+ *
11402
+ * @param request DetachSceneDefenseObjectRequest
11403
+ * @return DetachSceneDefenseObjectResponse
11404
+ */
9982
11405
  detachSceneDefenseObject(request: DetachSceneDefenseObjectRequest): Promise<DetachSceneDefenseObjectResponse>;
11406
+ /**
11407
+ * @summary Disables a scenario-specific custom policy.
11408
+ *
11409
+ * @param request DisableSceneDefensePolicyRequest
11410
+ * @param runtime runtime options for this request RuntimeOptions
11411
+ * @return DisableSceneDefensePolicyResponse
11412
+ */
9983
11413
  disableSceneDefensePolicyWithOptions(request: DisableSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DisableSceneDefensePolicyResponse>;
11414
+ /**
11415
+ * @summary Disables a scenario-specific custom policy.
11416
+ *
11417
+ * @param request DisableSceneDefensePolicyRequest
11418
+ * @return DisableSceneDefensePolicyResponse
11419
+ */
9984
11420
  disableSceneDefensePolicy(request: DisableSceneDefensePolicyRequest): Promise<DisableSceneDefensePolicyResponse>;
11421
+ /**
11422
+ * @summary Disables the log analysis feature for a website.
11423
+ *
11424
+ * @param request DisableWebAccessLogConfigRequest
11425
+ * @param runtime runtime options for this request RuntimeOptions
11426
+ * @return DisableWebAccessLogConfigResponse
11427
+ */
9985
11428
  disableWebAccessLogConfigWithOptions(request: DisableWebAccessLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableWebAccessLogConfigResponse>;
11429
+ /**
11430
+ * @summary Disables the log analysis feature for a website.
11431
+ *
11432
+ * @param request DisableWebAccessLogConfigRequest
11433
+ * @return DisableWebAccessLogConfigResponse
11434
+ */
9986
11435
  disableWebAccessLogConfig(request: DisableWebAccessLogConfigRequest): Promise<DisableWebAccessLogConfigResponse>;
11436
+ /**
11437
+ * @summary Disables the Frequency Control policy for a website.
11438
+ *
11439
+ * @param request DisableWebCCRequest
11440
+ * @param runtime runtime options for this request RuntimeOptions
11441
+ * @return DisableWebCCResponse
11442
+ */
9987
11443
  disableWebCCWithOptions(request: DisableWebCCRequest, runtime: $Util.RuntimeOptions): Promise<DisableWebCCResponse>;
11444
+ /**
11445
+ * @summary Disables the Frequency Control policy for a website.
11446
+ *
11447
+ * @param request DisableWebCCRequest
11448
+ * @return DisableWebCCResponse
11449
+ */
9988
11450
  disableWebCC(request: DisableWebCCRequest): Promise<DisableWebCCResponse>;
11451
+ /**
11452
+ * @summary Turns off the Custom Rule switch of the Frequency Control policy for a website.
11453
+ *
11454
+ * @param request DisableWebCCRuleRequest
11455
+ * @param runtime runtime options for this request RuntimeOptions
11456
+ * @return DisableWebCCRuleResponse
11457
+ */
9989
11458
  disableWebCCRuleWithOptions(request: DisableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DisableWebCCRuleResponse>;
11459
+ /**
11460
+ * @summary Turns off the Custom Rule switch of the Frequency Control policy for a website.
11461
+ *
11462
+ * @param request DisableWebCCRuleRequest
11463
+ * @return DisableWebCCRuleResponse
11464
+ */
9990
11465
  disableWebCCRule(request: DisableWebCCRuleRequest): Promise<DisableWebCCRuleResponse>;
11466
+ /**
11467
+ * @summary Clears the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11468
+ *
11469
+ * @param request EmptyAutoCcBlacklistRequest
11470
+ * @param runtime runtime options for this request RuntimeOptions
11471
+ * @return EmptyAutoCcBlacklistResponse
11472
+ */
9991
11473
  emptyAutoCcBlacklistWithOptions(request: EmptyAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<EmptyAutoCcBlacklistResponse>;
11474
+ /**
11475
+ * @summary Clears the IP address blacklist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11476
+ *
11477
+ * @param request EmptyAutoCcBlacklistRequest
11478
+ * @return EmptyAutoCcBlacklistResponse
11479
+ */
9992
11480
  emptyAutoCcBlacklist(request: EmptyAutoCcBlacklistRequest): Promise<EmptyAutoCcBlacklistResponse>;
11481
+ /**
11482
+ * @summary Clears the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11483
+ *
11484
+ * @param request EmptyAutoCcWhitelistRequest
11485
+ * @param runtime runtime options for this request RuntimeOptions
11486
+ * @return EmptyAutoCcWhitelistResponse
11487
+ */
9993
11488
  emptyAutoCcWhitelistWithOptions(request: EmptyAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<EmptyAutoCcWhitelistResponse>;
11489
+ /**
11490
+ * @summary Clears the IP address whitelist of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11491
+ *
11492
+ * @param request EmptyAutoCcWhitelistRequest
11493
+ * @return EmptyAutoCcWhitelistResponse
11494
+ */
9994
11495
  emptyAutoCcWhitelist(request: EmptyAutoCcWhitelistRequest): Promise<EmptyAutoCcWhitelistResponse>;
11496
+ /**
11497
+ * @summary Clears the Logstore of Anti-DDoS Pro or Anti-DDoS Premium.
11498
+ *
11499
+ * @param request EmptySlsLogstoreRequest
11500
+ * @param runtime runtime options for this request RuntimeOptions
11501
+ * @return EmptySlsLogstoreResponse
11502
+ */
9995
11503
  emptySlsLogstoreWithOptions(request: EmptySlsLogstoreRequest, runtime: $Util.RuntimeOptions): Promise<EmptySlsLogstoreResponse>;
11504
+ /**
11505
+ * @summary Clears the Logstore of Anti-DDoS Pro or Anti-DDoS Premium.
11506
+ *
11507
+ * @param request EmptySlsLogstoreRequest
11508
+ * @return EmptySlsLogstoreResponse
11509
+ */
9996
11510
  emptySlsLogstore(request: EmptySlsLogstoreRequest): Promise<EmptySlsLogstoreResponse>;
11511
+ /**
11512
+ * @summary Enables a scenario-specific custom policy.
11513
+ *
11514
+ * @param request EnableSceneDefensePolicyRequest
11515
+ * @param runtime runtime options for this request RuntimeOptions
11516
+ * @return EnableSceneDefensePolicyResponse
11517
+ */
9997
11518
  enableSceneDefensePolicyWithOptions(request: EnableSceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<EnableSceneDefensePolicyResponse>;
11519
+ /**
11520
+ * @summary Enables a scenario-specific custom policy.
11521
+ *
11522
+ * @param request EnableSceneDefensePolicyRequest
11523
+ * @return EnableSceneDefensePolicyResponse
11524
+ */
9998
11525
  enableSceneDefensePolicy(request: EnableSceneDefensePolicyRequest): Promise<EnableSceneDefensePolicyResponse>;
11526
+ /**
11527
+ * @summary Enables the log analysis feature for a website.
11528
+ *
11529
+ * @param request EnableWebAccessLogConfigRequest
11530
+ * @param runtime runtime options for this request RuntimeOptions
11531
+ * @return EnableWebAccessLogConfigResponse
11532
+ */
9999
11533
  enableWebAccessLogConfigWithOptions(request: EnableWebAccessLogConfigRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebAccessLogConfigResponse>;
11534
+ /**
11535
+ * @summary Enables the log analysis feature for a website.
11536
+ *
11537
+ * @param request EnableWebAccessLogConfigRequest
11538
+ * @return EnableWebAccessLogConfigResponse
11539
+ */
10000
11540
  enableWebAccessLogConfig(request: EnableWebAccessLogConfigRequest): Promise<EnableWebAccessLogConfigResponse>;
11541
+ /**
11542
+ * @summary Enables the Frequency Control policy for a website.
11543
+ *
11544
+ * @param request EnableWebCCRequest
11545
+ * @param runtime runtime options for this request RuntimeOptions
11546
+ * @return EnableWebCCResponse
11547
+ */
10001
11548
  enableWebCCWithOptions(request: EnableWebCCRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebCCResponse>;
11549
+ /**
11550
+ * @summary Enables the Frequency Control policy for a website.
11551
+ *
11552
+ * @param request EnableWebCCRequest
11553
+ * @return EnableWebCCResponse
11554
+ */
10002
11555
  enableWebCC(request: EnableWebCCRequest): Promise<EnableWebCCResponse>;
11556
+ /**
11557
+ * @summary Turns on the Custom Rule switch of the Frequency Control policy for a website.
11558
+ *
11559
+ * @param request EnableWebCCRuleRequest
11560
+ * @param runtime runtime options for this request RuntimeOptions
11561
+ * @return EnableWebCCRuleResponse
11562
+ */
10003
11563
  enableWebCCRuleWithOptions(request: EnableWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<EnableWebCCRuleResponse>;
11564
+ /**
11565
+ * @summary Turns on the Custom Rule switch of the Frequency Control policy for a website.
11566
+ *
11567
+ * @param request EnableWebCCRuleRequest
11568
+ * @return EnableWebCCRuleResponse
11569
+ */
10004
11570
  enableWebCCRule(request: EnableWebCCRuleRequest): Promise<EnableWebCCRuleResponse>;
10005
11571
  /**
10006
- * 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.
10007
- *
10008
- * @param request ModifyBizBandWidthModeRequest
10009
- * @param runtime runtime options for this request RuntimeOptions
10010
- * @return ModifyBizBandWidthModeResponse
11572
+ * @summary Switches between the metering methods of the burstable clean bandwidth feature.
11573
+ *
11574
+ * @description 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.
11575
+ *
11576
+ * @param request ModifyBizBandWidthModeRequest
11577
+ * @param runtime runtime options for this request RuntimeOptions
11578
+ * @return ModifyBizBandWidthModeResponse
10011
11579
  */
10012
11580
  modifyBizBandWidthModeWithOptions(request: ModifyBizBandWidthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBizBandWidthModeResponse>;
10013
11581
  /**
10014
- * 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.
10015
- *
10016
- * @param request ModifyBizBandWidthModeRequest
10017
- * @return ModifyBizBandWidthModeResponse
11582
+ * @summary Switches between the metering methods of the burstable clean bandwidth feature.
11583
+ *
11584
+ * @description 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.
11585
+ *
11586
+ * @param request ModifyBizBandWidthModeRequest
11587
+ * @return ModifyBizBandWidthModeResponse
10018
11588
  */
10019
11589
  modifyBizBandWidthMode(request: ModifyBizBandWidthModeRequest): Promise<ModifyBizBandWidthModeResponse>;
11590
+ /**
11591
+ * @summary Deactivates blackhole filtering that is triggered on an instance.
11592
+ *
11593
+ * @param request ModifyBlackholeStatusRequest
11594
+ * @param runtime runtime options for this request RuntimeOptions
11595
+ * @return ModifyBlackholeStatusResponse
11596
+ */
10020
11597
  modifyBlackholeStatusWithOptions(request: ModifyBlackholeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlackholeStatusResponse>;
11598
+ /**
11599
+ * @summary Deactivates blackhole filtering that is triggered on an instance.
11600
+ *
11601
+ * @param request ModifyBlackholeStatusRequest
11602
+ * @return ModifyBlackholeStatusResponse
11603
+ */
10021
11604
  modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
10022
11605
  /**
10023
- * > This operation is suitable only for Anti-DDoS Pro.
10024
- *
10025
- * @param request ModifyBlockStatusRequest
10026
- * @param runtime runtime options for this request RuntimeOptions
10027
- * @return ModifyBlockStatusResponse
11606
+ * @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Pro instance.
11607
+ *
11608
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11609
+ *
11610
+ * @param request ModifyBlockStatusRequest
11611
+ * @param runtime runtime options for this request RuntimeOptions
11612
+ * @return ModifyBlockStatusResponse
10028
11613
  */
10029
11614
  modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
10030
11615
  /**
10031
- * > This operation is suitable only for Anti-DDoS Pro.
10032
- *
10033
- * @param request ModifyBlockStatusRequest
10034
- * @return ModifyBlockStatusResponse
11616
+ * @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Pro instance.
11617
+ *
11618
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11619
+ *
11620
+ * @param request ModifyBlockStatusRequest
11621
+ * @return ModifyBlockStatusResponse
10035
11622
  */
10036
11623
  modifyBlockStatus(request: ModifyBlockStatusRequest): Promise<ModifyBlockStatusResponse>;
10037
11624
  /**
10038
- * > This operation is suitable only for Anti-DDoS Premium.
10039
- *
10040
- * @param request ModifyCnameReuseRequest
10041
- * @param runtime runtime options for this request RuntimeOptions
10042
- * @return ModifyCnameReuseResponse
11625
+ * @summary Enables or disables CNAME reuse for a website.
11626
+ *
11627
+ * @description > This operation is suitable only for Anti-DDoS Premium.
11628
+ *
11629
+ * @param request ModifyCnameReuseRequest
11630
+ * @param runtime runtime options for this request RuntimeOptions
11631
+ * @return ModifyCnameReuseResponse
10043
11632
  */
10044
11633
  modifyCnameReuseWithOptions(request: ModifyCnameReuseRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCnameReuseResponse>;
10045
11634
  /**
10046
- * > This operation is suitable only for Anti-DDoS Premium.
10047
- *
10048
- * @param request ModifyCnameReuseRequest
10049
- * @return ModifyCnameReuseResponse
11635
+ * @summary Enables or disables CNAME reuse for a website.
11636
+ *
11637
+ * @description > This operation is suitable only for Anti-DDoS Premium.
11638
+ *
11639
+ * @param request ModifyCnameReuseRequest
11640
+ * @return ModifyCnameReuseResponse
10050
11641
  */
10051
11642
  modifyCnameReuse(request: ModifyCnameReuseRequest): Promise<ModifyCnameReuseResponse>;
11643
+ /**
11644
+ * @summary Modifies the forwarding rule of a website.
11645
+ *
11646
+ * @param request ModifyDomainResourceRequest
11647
+ * @param runtime runtime options for this request RuntimeOptions
11648
+ * @return ModifyDomainResourceResponse
11649
+ */
10052
11650
  modifyDomainResourceWithOptions(request: ModifyDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDomainResourceResponse>;
11651
+ /**
11652
+ * @summary Modifies the forwarding rule of a website.
11653
+ *
11654
+ * @param request ModifyDomainResourceRequest
11655
+ * @return ModifyDomainResourceResponse
11656
+ */
10053
11657
  modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
10054
11658
  /**
10055
- * > This operation is suitable only for Anti-DDoS Pro.
10056
- *
10057
- * @param request ModifyElasticBandWidthRequest
10058
- * @param runtime runtime options for this request RuntimeOptions
10059
- * @return ModifyElasticBandWidthResponse
11659
+ * @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Pro instance.
11660
+ *
11661
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11662
+ *
11663
+ * @param request ModifyElasticBandWidthRequest
11664
+ * @param runtime runtime options for this request RuntimeOptions
11665
+ * @return ModifyElasticBandWidthResponse
10060
11666
  */
10061
11667
  modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
10062
11668
  /**
10063
- * > This operation is suitable only for Anti-DDoS Pro.
10064
- *
10065
- * @param request ModifyElasticBandWidthRequest
10066
- * @return ModifyElasticBandWidthResponse
11669
+ * @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Pro instance.
11670
+ *
11671
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11672
+ *
11673
+ * @param request ModifyElasticBandWidthRequest
11674
+ * @return ModifyElasticBandWidthResponse
10067
11675
  */
10068
11676
  modifyElasticBandWidth(request: ModifyElasticBandWidthRequest): Promise<ModifyElasticBandWidthResponse>;
10069
11677
  /**
10070
- * 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.
10071
- *
10072
- * @param request ModifyElasticBizBandWidthRequest
10073
- * @param runtime runtime options for this request RuntimeOptions
10074
- * @return ModifyElasticBizBandWidthResponse
11678
+ * @summary Modifies the burstable clean bandwidth for an Anti-DDoS Pro or Anti-DDoS Premium instance.
11679
+ *
11680
+ * @description 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.
11681
+ *
11682
+ * @param request ModifyElasticBizBandWidthRequest
11683
+ * @param runtime runtime options for this request RuntimeOptions
11684
+ * @return ModifyElasticBizBandWidthResponse
10075
11685
  */
10076
11686
  modifyElasticBizBandWidthWithOptions(request: ModifyElasticBizBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizBandWidthResponse>;
10077
11687
  /**
10078
- * 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.
10079
- *
10080
- * @param request ModifyElasticBizBandWidthRequest
10081
- * @return ModifyElasticBizBandWidthResponse
11688
+ * @summary Modifies the burstable clean bandwidth for an Anti-DDoS Pro or Anti-DDoS Premium instance.
11689
+ *
11690
+ * @description 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.
11691
+ *
11692
+ * @param request ModifyElasticBizBandWidthRequest
11693
+ * @return ModifyElasticBizBandWidthResponse
10082
11694
  */
10083
11695
  modifyElasticBizBandWidth(request: ModifyElasticBizBandWidthRequest): Promise<ModifyElasticBizBandWidthResponse>;
11696
+ /**
11697
+ * @summary 开启/关闭弹性QPS 首次模式直接生效
11698
+ *
11699
+ * @param request ModifyElasticBizQpsRequest
11700
+ * @param runtime runtime options for this request RuntimeOptions
11701
+ * @return ModifyElasticBizQpsResponse
11702
+ */
10084
11703
  modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse>;
11704
+ /**
11705
+ * @summary 开启/关闭弹性QPS 首次模式直接生效
11706
+ *
11707
+ * @param request ModifyElasticBizQpsRequest
11708
+ * @return ModifyElasticBizQpsResponse
11709
+ */
10085
11710
  modifyElasticBizQps(request: ModifyElasticBizQpsRequest): Promise<ModifyElasticBizQpsResponse>;
11711
+ /**
11712
+ * @summary Modifies the log storage duration for Anti-DDoS Pro or Anti-DDoS Premium.
11713
+ *
11714
+ * @param request ModifyFullLogTtlRequest
11715
+ * @param runtime runtime options for this request RuntimeOptions
11716
+ * @return ModifyFullLogTtlResponse
11717
+ */
10086
11718
  modifyFullLogTtlWithOptions(request: ModifyFullLogTtlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyFullLogTtlResponse>;
11719
+ /**
11720
+ * @summary Modifies the log storage duration for Anti-DDoS Pro or Anti-DDoS Premium.
11721
+ *
11722
+ * @param request ModifyFullLogTtlRequest
11723
+ * @return ModifyFullLogTtlResponse
11724
+ */
10087
11725
  modifyFullLogTtl(request: ModifyFullLogTtlRequest): Promise<ModifyFullLogTtlResponse>;
11726
+ /**
11727
+ * @summary Modifies the custom header of a domain name that is added to an Anti-DDoS Pro or Anti-DDoS Premium instance.
11728
+ *
11729
+ * @param request ModifyHeadersRequest
11730
+ * @param runtime runtime options for this request RuntimeOptions
11731
+ * @return ModifyHeadersResponse
11732
+ */
10088
11733
  modifyHeadersWithOptions(request: ModifyHeadersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHeadersResponse>;
11734
+ /**
11735
+ * @summary Modifies the custom header of a domain name that is added to an Anti-DDoS Pro or Anti-DDoS Premium instance.
11736
+ *
11737
+ * @param request ModifyHeadersRequest
11738
+ * @return ModifyHeadersResponse
11739
+ */
10089
11740
  modifyHeaders(request: ModifyHeadersRequest): Promise<ModifyHeadersResponse>;
11741
+ /**
11742
+ * @summary Modifies the Layer 4 or Layer 7 health check configuration of a port forwarding rule.
11743
+ *
11744
+ * @param request ModifyHealthCheckConfigRequest
11745
+ * @param runtime runtime options for this request RuntimeOptions
11746
+ * @return ModifyHealthCheckConfigResponse
11747
+ */
10090
11748
  modifyHealthCheckConfigWithOptions(request: ModifyHealthCheckConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHealthCheckConfigResponse>;
11749
+ /**
11750
+ * @summary Modifies the Layer 4 or Layer 7 health check configuration of a port forwarding rule.
11751
+ *
11752
+ * @param request ModifyHealthCheckConfigRequest
11753
+ * @return ModifyHealthCheckConfigResponse
11754
+ */
10091
11755
  modifyHealthCheckConfig(request: ModifyHealthCheckConfigRequest): Promise<ModifyHealthCheckConfigResponse>;
10092
11756
  /**
10093
- * > This operation is suitable only for Anti-DDoS Pro.
10094
- *
10095
- * @param request ModifyHttp2EnableRequest
10096
- * @param runtime runtime options for this request RuntimeOptions
10097
- * @return ModifyHttp2EnableResponse
11757
+ * @summary Enables or disables HTTP/2 for the forwarding rule of a website.
11758
+ *
11759
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11760
+ *
11761
+ * @param request ModifyHttp2EnableRequest
11762
+ * @param runtime runtime options for this request RuntimeOptions
11763
+ * @return ModifyHttp2EnableResponse
10098
11764
  */
10099
11765
  modifyHttp2EnableWithOptions(request: ModifyHttp2EnableRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHttp2EnableResponse>;
10100
11766
  /**
10101
- * > This operation is suitable only for Anti-DDoS Pro.
10102
- *
10103
- * @param request ModifyHttp2EnableRequest
10104
- * @return ModifyHttp2EnableResponse
11767
+ * @summary Enables or disables HTTP/2 for the forwarding rule of a website.
11768
+ *
11769
+ * @description > This operation is suitable only for Anti-DDoS Pro.
11770
+ *
11771
+ * @param request ModifyHttp2EnableRequest
11772
+ * @return ModifyHttp2EnableResponse
10105
11773
  */
10106
11774
  modifyHttp2Enable(request: ModifyHttp2EnableRequest): Promise<ModifyHttp2EnableResponse>;
11775
+ /**
11776
+ * @summary Modifies the description of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11777
+ *
11778
+ * @param request ModifyInstanceRemarkRequest
11779
+ * @param runtime runtime options for this request RuntimeOptions
11780
+ * @return ModifyInstanceRemarkResponse
11781
+ */
10107
11782
  modifyInstanceRemarkWithOptions(request: ModifyInstanceRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceRemarkResponse>;
11783
+ /**
11784
+ * @summary Modifies the description of an Anti-DDoS Pro or Anti-DDoS Premium instance.
11785
+ *
11786
+ * @param request ModifyInstanceRemarkRequest
11787
+ * @return ModifyInstanceRemarkResponse
11788
+ */
10108
11789
  modifyInstanceRemark(request: ModifyInstanceRemarkRequest): Promise<ModifyInstanceRemarkResponse>;
11790
+ /**
11791
+ * @summary Modifies the session persistence settings of a port forwarding rule.
11792
+ *
11793
+ * @param request ModifyNetworkRuleAttributeRequest
11794
+ * @param runtime runtime options for this request RuntimeOptions
11795
+ * @return ModifyNetworkRuleAttributeResponse
11796
+ */
10109
11797
  modifyNetworkRuleAttributeWithOptions(request: ModifyNetworkRuleAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNetworkRuleAttributeResponse>;
11798
+ /**
11799
+ * @summary Modifies the session persistence settings of a port forwarding rule.
11800
+ *
11801
+ * @param request ModifyNetworkRuleAttributeRequest
11802
+ * @return ModifyNetworkRuleAttributeResponse
11803
+ */
10110
11804
  modifyNetworkRuleAttribute(request: ModifyNetworkRuleAttributeRequest): Promise<ModifyNetworkRuleAttributeResponse>;
10111
11805
  /**
10112
- * This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
10113
- *
10114
- * @param request ModifyOcspStatusRequest
10115
- * @param runtime runtime options for this request RuntimeOptions
10116
- * @return ModifyOcspStatusResponse
11806
+ * @summary Specifies whether to enable the Online Certificate Status Protocol (OCSP) feature.
11807
+ *
11808
+ * @description This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
11809
+ *
11810
+ * @param request ModifyOcspStatusRequest
11811
+ * @param runtime runtime options for this request RuntimeOptions
11812
+ * @return ModifyOcspStatusResponse
10117
11813
  */
10118
11814
  modifyOcspStatusWithOptions(request: ModifyOcspStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOcspStatusResponse>;
10119
11815
  /**
10120
- * This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
10121
- *
10122
- * @param request ModifyOcspStatusRequest
10123
- * @return ModifyOcspStatusResponse
11816
+ * @summary Specifies whether to enable the Online Certificate Status Protocol (OCSP) feature.
11817
+ *
11818
+ * @description This feature is available only for a website that supports HTTPS. If HTTPS is selected for Protocol, we recommend that you enable this feature.
11819
+ *
11820
+ * @param request ModifyOcspStatusRequest
11821
+ * @return ModifyOcspStatusResponse
10124
11822
  */
10125
11823
  modifyOcspStatus(request: ModifyOcspStatusRequest): Promise<ModifyOcspStatusResponse>;
10126
11824
  /**
10127
- * You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
10128
- *
10129
- * @param request ModifyPortRequest
10130
- * @param runtime runtime options for this request RuntimeOptions
10131
- * @return ModifyPortResponse
11825
+ * @summary Modifies a port forwarding rule.
11826
+ *
11827
+ * @description You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
11828
+ *
11829
+ * @param request ModifyPortRequest
11830
+ * @param runtime runtime options for this request RuntimeOptions
11831
+ * @return ModifyPortResponse
10132
11832
  */
10133
11833
  modifyPortWithOptions(request: ModifyPortRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortResponse>;
10134
11834
  /**
10135
- * You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
10136
- *
10137
- * @param request ModifyPortRequest
10138
- * @return ModifyPortResponse
11835
+ * @summary Modifies a port forwarding rule.
11836
+ *
11837
+ * @description You can call the ModifyPort operation by using Terraform. For more information about Terraform, see [What is Terraform?](https://help.aliyun.com/document_detail/95820.html).
11838
+ *
11839
+ * @param request ModifyPortRequest
11840
+ * @return ModifyPortResponse
10139
11841
  */
10140
11842
  modifyPort(request: ModifyPortRequest): Promise<ModifyPortResponse>;
11843
+ /**
11844
+ * @summary Modifies the Intelligent Protection configuration of a non-website service.
11845
+ *
11846
+ * @param request ModifyPortAutoCcStatusRequest
11847
+ * @param runtime runtime options for this request RuntimeOptions
11848
+ * @return ModifyPortAutoCcStatusResponse
11849
+ */
10141
11850
  modifyPortAutoCcStatusWithOptions(request: ModifyPortAutoCcStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortAutoCcStatusResponse>;
11851
+ /**
11852
+ * @summary Modifies the Intelligent Protection configuration of a non-website service.
11853
+ *
11854
+ * @param request ModifyPortAutoCcStatusRequest
11855
+ * @return ModifyPortAutoCcStatusResponse
11856
+ */
10142
11857
  modifyPortAutoCcStatus(request: ModifyPortAutoCcStatusRequest): Promise<ModifyPortAutoCcStatusResponse>;
11858
+ /**
11859
+ * @summary 修改弹性qps模式
11860
+ *
11861
+ * @param request ModifyQpsModeRequest
11862
+ * @param runtime runtime options for this request RuntimeOptions
11863
+ * @return ModifyQpsModeResponse
11864
+ */
10143
11865
  modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse>;
11866
+ /**
11867
+ * @summary 修改弹性qps模式
11868
+ *
11869
+ * @param request ModifyQpsModeRequest
11870
+ * @return ModifyQpsModeResponse
11871
+ */
10144
11872
  modifyQpsMode(request: ModifyQpsModeRequest): Promise<ModifyQpsModeResponse>;
11873
+ /**
11874
+ * @summary Modifies a scenario-specific custom policy.
11875
+ *
11876
+ * @param request ModifySceneDefensePolicyRequest
11877
+ * @param runtime runtime options for this request RuntimeOptions
11878
+ * @return ModifySceneDefensePolicyResponse
11879
+ */
10145
11880
  modifySceneDefensePolicyWithOptions(request: ModifySceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifySceneDefensePolicyResponse>;
11881
+ /**
11882
+ * @summary Modifies a scenario-specific custom policy.
11883
+ *
11884
+ * @param request ModifySceneDefensePolicyRequest
11885
+ * @return ModifySceneDefensePolicyResponse
11886
+ */
10146
11887
  modifySceneDefensePolicy(request: ModifySceneDefensePolicyRequest): Promise<ModifySceneDefensePolicyResponse>;
11888
+ /**
11889
+ * @summary Modifies the scheduling rule of Sec-Traffic Manager.
11890
+ *
11891
+ * @param request ModifySchedulerRuleRequest
11892
+ * @param runtime runtime options for this request RuntimeOptions
11893
+ * @return ModifySchedulerRuleResponse
11894
+ */
10147
11895
  modifySchedulerRuleWithOptions(request: ModifySchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifySchedulerRuleResponse>;
11896
+ /**
11897
+ * @summary Modifies the scheduling rule of Sec-Traffic Manager.
11898
+ *
11899
+ * @param request ModifySchedulerRuleRequest
11900
+ * @return ModifySchedulerRuleResponse
11901
+ */
10148
11902
  modifySchedulerRule(request: ModifySchedulerRuleRequest): Promise<ModifySchedulerRuleResponse>;
11903
+ /**
11904
+ * @summary Modifies the Transport Layer Security (TLS) policy configuration for the forwarding rule of a website.
11905
+ *
11906
+ * @param request ModifyTlsConfigRequest
11907
+ * @param runtime runtime options for this request RuntimeOptions
11908
+ * @return ModifyTlsConfigResponse
11909
+ */
10149
11910
  modifyTlsConfigWithOptions(request: ModifyTlsConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTlsConfigResponse>;
11911
+ /**
11912
+ * @summary Modifies the Transport Layer Security (TLS) policy configuration for the forwarding rule of a website.
11913
+ *
11914
+ * @param request ModifyTlsConfigRequest
11915
+ * @return ModifyTlsConfigResponse
11916
+ */
10150
11917
  modifyTlsConfig(request: ModifyTlsConfigRequest): Promise<ModifyTlsConfigResponse>;
11918
+ /**
11919
+ * @summary Changes the mode of the Intelligent Protection policy for a website.
11920
+ *
11921
+ * @param request ModifyWebAIProtectModeRequest
11922
+ * @param runtime runtime options for this request RuntimeOptions
11923
+ * @return ModifyWebAIProtectModeResponse
11924
+ */
10151
11925
  modifyWebAIProtectModeWithOptions(request: ModifyWebAIProtectModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAIProtectModeResponse>;
11926
+ /**
11927
+ * @summary Changes the mode of the Intelligent Protection policy for a website.
11928
+ *
11929
+ * @param request ModifyWebAIProtectModeRequest
11930
+ * @return ModifyWebAIProtectModeResponse
11931
+ */
10152
11932
  modifyWebAIProtectMode(request: ModifyWebAIProtectModeRequest): Promise<ModifyWebAIProtectModeResponse>;
11933
+ /**
11934
+ * @summary Enables or disables the Intelligent Protection policy for a website.
11935
+ *
11936
+ * @param request ModifyWebAIProtectSwitchRequest
11937
+ * @param runtime runtime options for this request RuntimeOptions
11938
+ * @return ModifyWebAIProtectSwitchResponse
11939
+ */
10153
11940
  modifyWebAIProtectSwitchWithOptions(request: ModifyWebAIProtectSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAIProtectSwitchResponse>;
11941
+ /**
11942
+ * @summary Enables or disables the Intelligent Protection policy for a website.
11943
+ *
11944
+ * @param request ModifyWebAIProtectSwitchRequest
11945
+ * @return ModifyWebAIProtectSwitchResponse
11946
+ */
10154
11947
  modifyWebAIProtectSwitch(request: ModifyWebAIProtectSwitchRequest): Promise<ModifyWebAIProtectSwitchResponse>;
11948
+ /**
11949
+ * @summary Changes the mode in which a website service is added to Anti-DDoS Pro or Anti-DDoS Premium.
11950
+ *
11951
+ * @param request ModifyWebAccessModeRequest
11952
+ * @param runtime runtime options for this request RuntimeOptions
11953
+ * @return ModifyWebAccessModeResponse
11954
+ */
10155
11955
  modifyWebAccessModeWithOptions(request: ModifyWebAccessModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAccessModeResponse>;
11956
+ /**
11957
+ * @summary Changes the mode in which a website service is added to Anti-DDoS Pro or Anti-DDoS Premium.
11958
+ *
11959
+ * @param request ModifyWebAccessModeRequest
11960
+ * @return ModifyWebAccessModeResponse
11961
+ */
10156
11962
  modifyWebAccessMode(request: ModifyWebAccessModeRequest): Promise<ModifyWebAccessModeResponse>;
11963
+ /**
11964
+ * @summary Modifies the blocked locations that are configured in the Location Blacklist (Domain Names) policy for a website.
11965
+ *
11966
+ * @param request ModifyWebAreaBlockRequest
11967
+ * @param runtime runtime options for this request RuntimeOptions
11968
+ * @return ModifyWebAreaBlockResponse
11969
+ */
10157
11970
  modifyWebAreaBlockWithOptions(request: ModifyWebAreaBlockRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockResponse>;
11971
+ /**
11972
+ * @summary Modifies the blocked locations that are configured in the Location Blacklist (Domain Names) policy for a website.
11973
+ *
11974
+ * @param request ModifyWebAreaBlockRequest
11975
+ * @return ModifyWebAreaBlockResponse
11976
+ */
10158
11977
  modifyWebAreaBlock(request: ModifyWebAreaBlockRequest): Promise<ModifyWebAreaBlockResponse>;
10159
11978
  /**
10160
- * You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
10161
- * ### Limits
10162
- * 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.
10163
- *
10164
- * @param request ModifyWebAreaBlockSwitchRequest
10165
- * @param runtime runtime options for this request RuntimeOptions
10166
- * @return ModifyWebAreaBlockSwitchResponse
11979
+ * @summary Enables or disables the Location Blacklist (Domain Names) policy for a domain name.
11980
+ *
11981
+ * @description You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
11982
+ * ### Limits
11983
+ * 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.
11984
+ *
11985
+ * @param request ModifyWebAreaBlockSwitchRequest
11986
+ * @param runtime runtime options for this request RuntimeOptions
11987
+ * @return ModifyWebAreaBlockSwitchResponse
10167
11988
  */
10168
11989
  modifyWebAreaBlockSwitchWithOptions(request: ModifyWebAreaBlockSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockSwitchResponse>;
10169
11990
  /**
10170
- * You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
10171
- * ### Limits
10172
- * 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.
10173
- *
10174
- * @param request ModifyWebAreaBlockSwitchRequest
10175
- * @return ModifyWebAreaBlockSwitchResponse
11991
+ * @summary Enables or disables the Location Blacklist (Domain Names) policy for a domain name.
11992
+ *
11993
+ * @description You can call the ModifyWebAreaBlockSwitch operation to enable or disable the Location Blacklist (Domain Names) policy for a domain name.
11994
+ * ### Limits
11995
+ * 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.
11996
+ *
11997
+ * @param request ModifyWebAreaBlockSwitchRequest
11998
+ * @return ModifyWebAreaBlockSwitchResponse
10176
11999
  */
10177
12000
  modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
12001
+ /**
12002
+ * @summary 统一全局CC开关
12003
+ *
12004
+ * @param request ModifyWebCCGlobalSwitchRequest
12005
+ * @param runtime runtime options for this request RuntimeOptions
12006
+ * @return ModifyWebCCGlobalSwitchResponse
12007
+ */
12008
+ modifyWebCCGlobalSwitchWithOptions(request: ModifyWebCCGlobalSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCGlobalSwitchResponse>;
12009
+ /**
12010
+ * @summary 统一全局CC开关
12011
+ *
12012
+ * @param request ModifyWebCCGlobalSwitchRequest
12013
+ * @return ModifyWebCCGlobalSwitchResponse
12014
+ */
12015
+ modifyWebCCGlobalSwitch(request: ModifyWebCCGlobalSwitchRequest): Promise<ModifyWebCCGlobalSwitchResponse>;
12016
+ /**
12017
+ * @param request ModifyWebCCRuleRequest
12018
+ * @param runtime runtime options for this request RuntimeOptions
12019
+ * @return ModifyWebCCRuleResponse
12020
+ */
10178
12021
  modifyWebCCRuleWithOptions(request: ModifyWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCRuleResponse>;
12022
+ /**
12023
+ * @param request ModifyWebCCRuleRequest
12024
+ * @return ModifyWebCCRuleResponse
12025
+ */
10179
12026
  modifyWebCCRule(request: ModifyWebCCRuleRequest): Promise<ModifyWebCCRuleResponse>;
12027
+ /**
12028
+ * @summary Modifies the custom rule of the Static Page Caching policy for a website.
12029
+ *
12030
+ * @param request ModifyWebCacheCustomRuleRequest
12031
+ * @param runtime runtime options for this request RuntimeOptions
12032
+ * @return ModifyWebCacheCustomRuleResponse
12033
+ */
10180
12034
  modifyWebCacheCustomRuleWithOptions(request: ModifyWebCacheCustomRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheCustomRuleResponse>;
12035
+ /**
12036
+ * @summary Modifies the custom rule of the Static Page Caching policy for a website.
12037
+ *
12038
+ * @param request ModifyWebCacheCustomRuleRequest
12039
+ * @return ModifyWebCacheCustomRuleResponse
12040
+ */
10181
12041
  modifyWebCacheCustomRule(request: ModifyWebCacheCustomRuleRequest): Promise<ModifyWebCacheCustomRuleResponse>;
12042
+ /**
12043
+ * @summary Changes the cache mode of the Static Page Caching policy for a website.
12044
+ *
12045
+ * @param request ModifyWebCacheModeRequest
12046
+ * @param runtime runtime options for this request RuntimeOptions
12047
+ * @return ModifyWebCacheModeResponse
12048
+ */
10182
12049
  modifyWebCacheModeWithOptions(request: ModifyWebCacheModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheModeResponse>;
12050
+ /**
12051
+ * @summary Changes the cache mode of the Static Page Caching policy for a website.
12052
+ *
12053
+ * @param request ModifyWebCacheModeRequest
12054
+ * @return ModifyWebCacheModeResponse
12055
+ */
10183
12056
  modifyWebCacheMode(request: ModifyWebCacheModeRequest): Promise<ModifyWebCacheModeResponse>;
10184
12057
  /**
10185
- * You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
10186
- * ### Limits
10187
- * 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.
10188
- *
10189
- * @param request ModifyWebCacheSwitchRequest
10190
- * @param runtime runtime options for this request RuntimeOptions
10191
- * @return ModifyWebCacheSwitchResponse
12058
+ * @summary Enables or disables the Static Page Caching policy for a website.
12059
+ *
12060
+ * @description You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
12061
+ * ### Limits
12062
+ * 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.
12063
+ *
12064
+ * @param request ModifyWebCacheSwitchRequest
12065
+ * @param runtime runtime options for this request RuntimeOptions
12066
+ * @return ModifyWebCacheSwitchResponse
10192
12067
  */
10193
12068
  modifyWebCacheSwitchWithOptions(request: ModifyWebCacheSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheSwitchResponse>;
10194
12069
  /**
10195
- * You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
10196
- * ### Limits
10197
- * 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.
10198
- *
10199
- * @param request ModifyWebCacheSwitchRequest
10200
- * @return ModifyWebCacheSwitchResponse
12070
+ * @summary Enables or disables the Static Page Caching policy for a website.
12071
+ *
12072
+ * @description You can call the ModifyWebCacheSwitch operation to enable or disable the Static Page Caching policy for a website.
12073
+ * ### Limits
12074
+ * 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.
12075
+ *
12076
+ * @param request ModifyWebCacheSwitchRequest
12077
+ * @return ModifyWebCacheSwitchResponse
10201
12078
  */
10202
12079
  modifyWebCacheSwitch(request: ModifyWebCacheSwitchRequest): Promise<ModifyWebCacheSwitchResponse>;
12080
+ /**
12081
+ * @summary Enables or disables the Black Lists and White Lists (Domain Names) policy for a domain name.
12082
+ *
12083
+ * @param request ModifyWebIpSetSwitchRequest
12084
+ * @param runtime runtime options for this request RuntimeOptions
12085
+ * @return ModifyWebIpSetSwitchResponse
12086
+ */
10203
12087
  modifyWebIpSetSwitchWithOptions(request: ModifyWebIpSetSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebIpSetSwitchResponse>;
12088
+ /**
12089
+ * @summary Enables or disables the Black Lists and White Lists (Domain Names) policy for a domain name.
12090
+ *
12091
+ * @param request ModifyWebIpSetSwitchRequest
12092
+ * @return ModifyWebIpSetSwitchResponse
12093
+ */
10204
12094
  modifyWebIpSetSwitch(request: ModifyWebIpSetSwitchRequest): Promise<ModifyWebIpSetSwitchResponse>;
12095
+ /**
12096
+ * @summary Modifies the accurate access control rule of a website.
12097
+ *
12098
+ * @param request ModifyWebPreciseAccessRuleRequest
12099
+ * @param runtime runtime options for this request RuntimeOptions
12100
+ * @return ModifyWebPreciseAccessRuleResponse
12101
+ */
10205
12102
  modifyWebPreciseAccessRuleWithOptions(request: ModifyWebPreciseAccessRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebPreciseAccessRuleResponse>;
12103
+ /**
12104
+ * @summary Modifies the accurate access control rule of a website.
12105
+ *
12106
+ * @param request ModifyWebPreciseAccessRuleRequest
12107
+ * @return ModifyWebPreciseAccessRuleResponse
12108
+ */
10206
12109
  modifyWebPreciseAccessRule(request: ModifyWebPreciseAccessRuleRequest): Promise<ModifyWebPreciseAccessRuleResponse>;
12110
+ /**
12111
+ * @summary Enables or disables the Accurate Access Control policy for a website.
12112
+ *
12113
+ * @param request ModifyWebPreciseAccessSwitchRequest
12114
+ * @param runtime runtime options for this request RuntimeOptions
12115
+ * @return ModifyWebPreciseAccessSwitchResponse
12116
+ */
10207
12117
  modifyWebPreciseAccessSwitchWithOptions(request: ModifyWebPreciseAccessSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebPreciseAccessSwitchResponse>;
12118
+ /**
12119
+ * @summary Enables or disables the Accurate Access Control policy for a website.
12120
+ *
12121
+ * @param request ModifyWebPreciseAccessSwitchRequest
12122
+ * @return ModifyWebPreciseAccessSwitchResponse
12123
+ */
10208
12124
  modifyWebPreciseAccessSwitch(request: ModifyWebPreciseAccessSwitchRequest): Promise<ModifyWebPreciseAccessSwitchResponse>;
12125
+ /**
12126
+ * @param request ModifyWebRuleRequest
12127
+ * @param runtime runtime options for this request RuntimeOptions
12128
+ * @return ModifyWebRuleResponse
12129
+ */
10209
12130
  modifyWebRuleWithOptions(request: ModifyWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebRuleResponse>;
12131
+ /**
12132
+ * @param request ModifyWebRuleRequest
12133
+ * @return ModifyWebRuleResponse
12134
+ */
10210
12135
  modifyWebRule(request: ModifyWebRuleRequest): Promise<ModifyWebRuleResponse>;
10211
12136
  /**
10212
- * The ID of the request, which is used to locate and troubleshoot issues.
10213
- *
10214
- * @param request ReleaseInstanceRequest
10215
- * @param runtime runtime options for this request RuntimeOptions
10216
- * @return ReleaseInstanceResponse
12137
+ * @summary The ID of the instance that you want to release.
12138
+ * > You can release only expired instances. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/91478.html) operation to query the IDs and expiration status of all instances.
12139
+ *
12140
+ * @description The ID of the request, which is used to locate and troubleshoot issues.
12141
+ *
12142
+ * @param request ReleaseInstanceRequest
12143
+ * @param runtime runtime options for this request RuntimeOptions
12144
+ * @return ReleaseInstanceResponse
10217
12145
  */
10218
12146
  releaseInstanceWithOptions(request: ReleaseInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstanceResponse>;
10219
12147
  /**
10220
- * The ID of the request, which is used to locate and troubleshoot issues.
10221
- *
10222
- * @param request ReleaseInstanceRequest
10223
- * @return ReleaseInstanceResponse
12148
+ * @summary The ID of the instance that you want to release.
12149
+ * > You can release only expired instances. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/91478.html) operation to query the IDs and expiration status of all instances.
12150
+ *
12151
+ * @description The ID of the request, which is used to locate and troubleshoot issues.
12152
+ *
12153
+ * @param request ReleaseInstanceRequest
12154
+ * @return ReleaseInstanceResponse
10224
12155
  */
10225
12156
  releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
10226
12157
  /**
10227
- * 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.
10228
- * Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
10229
- * ### Limits
10230
- * 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.
10231
- *
10232
- * @param request SwitchSchedulerRuleRequest
10233
- * @param runtime runtime options for this request RuntimeOptions
10234
- * @return SwitchSchedulerRuleResponse
12158
+ * @summary Switches service traffic to your Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
12159
+ *
12160
+ * @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.
12161
+ * 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.
12162
+ * ### Limits
12163
+ * 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.
12164
+ *
12165
+ * @param request SwitchSchedulerRuleRequest
12166
+ * @param runtime runtime options for this request RuntimeOptions
12167
+ * @return SwitchSchedulerRuleResponse
10235
12168
  */
10236
12169
  switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
10237
12170
  /**
10238
- * 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.
10239
- * Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](~~157479~~) operation.
10240
- * ### Limits
10241
- * 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.
10242
- *
10243
- * @param request SwitchSchedulerRuleRequest
10244
- * @return SwitchSchedulerRuleResponse
12171
+ * @summary Switches service traffic to your Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
12172
+ *
12173
+ * @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.
12174
+ * 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.
12175
+ * ### Limits
12176
+ * 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.
12177
+ *
12178
+ * @param request SwitchSchedulerRuleRequest
12179
+ * @return SwitchSchedulerRuleResponse
10245
12180
  */
10246
12181
  switchSchedulerRule(request: SwitchSchedulerRuleRequest): Promise<SwitchSchedulerRuleResponse>;
10247
12182
  }