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