@alicloud/ddoscoo20200101 2.0.0 → 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 +2395 -565
- package/dist/client.js +2404 -561
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +2414 -562
package/dist/client.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ export declare class ConfigL7RsPolicyRequest extends $tea.Model {
|
|
|
182
182
|
domain?: string;
|
|
183
183
|
policy?: string;
|
|
184
184
|
resourceGroupId?: string;
|
|
185
|
+
upstreamRetry?: number;
|
|
185
186
|
static names(): {
|
|
186
187
|
[key: string]: string;
|
|
187
188
|
};
|
|
@@ -3522,6 +3523,7 @@ export declare class DescribeL7RsPolicyResponseBody extends $tea.Model {
|
|
|
3522
3523
|
attributes?: DescribeL7RsPolicyResponseBodyAttributes[];
|
|
3523
3524
|
proxyMode?: string;
|
|
3524
3525
|
requestId?: string;
|
|
3526
|
+
upstreamRetry?: number;
|
|
3525
3527
|
static names(): {
|
|
3526
3528
|
[key: string]: string;
|
|
3527
3529
|
};
|
|
@@ -8267,6 +8269,12 @@ export declare class DescribeInstancesResponseBodyInstances extends $tea.Model {
|
|
|
8267
8269
|
});
|
|
8268
8270
|
}
|
|
8269
8271
|
export declare class DescribeL7RsPolicyResponseBodyAttributesAttribute extends $tea.Model {
|
|
8272
|
+
connectTimeout?: number;
|
|
8273
|
+
failTimeout?: number;
|
|
8274
|
+
maxFails?: number;
|
|
8275
|
+
mode?: string;
|
|
8276
|
+
readTimeout?: number;
|
|
8277
|
+
sendTimeout?: number;
|
|
8270
8278
|
weight?: number;
|
|
8271
8279
|
static names(): {
|
|
8272
8280
|
[key: string]: string;
|
|
@@ -9147,1093 +9155,2915 @@ export default class Client extends OpenApi {
|
|
|
9147
9155
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
9148
9156
|
[key: string]: string;
|
|
9149
9157
|
}, endpoint: string): string;
|
|
9158
|
+
/**
|
|
9159
|
+
* @param request AddAutoCcBlacklistRequest
|
|
9160
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9161
|
+
* @return AddAutoCcBlacklistResponse
|
|
9162
|
+
*/
|
|
9150
9163
|
addAutoCcBlacklistWithOptions(request: AddAutoCcBlacklistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcBlacklistResponse>;
|
|
9164
|
+
/**
|
|
9165
|
+
* @param request AddAutoCcBlacklistRequest
|
|
9166
|
+
* @return AddAutoCcBlacklistResponse
|
|
9167
|
+
*/
|
|
9151
9168
|
addAutoCcBlacklist(request: AddAutoCcBlacklistRequest): Promise<AddAutoCcBlacklistResponse>;
|
|
9152
9169
|
/**
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
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
|
|
9161
9180
|
*/
|
|
9162
9181
|
addAutoCcWhitelistWithOptions(request: AddAutoCcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<AddAutoCcWhitelistResponse>;
|
|
9163
9182
|
/**
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
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
|
|
9171
9192
|
*/
|
|
9172
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
|
+
*/
|
|
9173
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
|
+
*/
|
|
9174
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
|
+
*/
|
|
9175
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
|
+
*/
|
|
9176
9223
|
attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
|
|
9177
9224
|
/**
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
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
|
|
9183
9232
|
*/
|
|
9184
9233
|
configL7RsPolicyWithOptions(request: ConfigL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7RsPolicyResponse>;
|
|
9185
9234
|
/**
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
|
|
9189
|
-
|
|
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
|
|
9190
9241
|
*/
|
|
9191
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
|
+
*/
|
|
9192
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
|
+
*/
|
|
9193
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
|
+
*/
|
|
9194
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
|
+
*/
|
|
9195
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
|
+
*/
|
|
9196
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
|
+
*/
|
|
9197
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
|
+
*/
|
|
9198
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
|
+
*/
|
|
9199
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
|
+
*/
|
|
9200
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
|
+
*/
|
|
9201
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
|
+
*/
|
|
9202
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
|
+
*/
|
|
9203
9332
|
configNetworkRules(request: ConfigNetworkRulesRequest): Promise<ConfigNetworkRulesResponse>;
|
|
9204
9333
|
/**
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
|
|
9208
|
-
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
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
|
|
9212
9343
|
*/
|
|
9213
9344
|
configUdpReflectWithOptions(request: ConfigUdpReflectRequest, runtime: $Util.RuntimeOptions): Promise<ConfigUdpReflectResponse>;
|
|
9214
9345
|
/**
|
|
9215
|
-
|
|
9216
|
-
|
|
9217
|
-
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
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
|
|
9221
9354
|
*/
|
|
9222
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
|
+
*/
|
|
9223
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
|
+
*/
|
|
9224
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
|
+
*/
|
|
9225
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
|
+
*/
|
|
9226
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
|
+
*/
|
|
9227
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
|
+
*/
|
|
9228
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
|
+
*/
|
|
9229
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
|
+
*/
|
|
9230
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
|
+
*/
|
|
9231
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
|
+
*/
|
|
9232
9430
|
createNetworkRules(request: CreateNetworkRulesRequest): Promise<CreateNetworkRulesResponse>;
|
|
9233
9431
|
/**
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
|
|
9237
|
-
|
|
9238
|
-
|
|
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
|
|
9239
9439
|
*/
|
|
9240
9440
|
createPortWithOptions(request: CreatePortRequest, runtime: $Util.RuntimeOptions): Promise<CreatePortResponse>;
|
|
9241
9441
|
/**
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
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
|
|
9246
9448
|
*/
|
|
9247
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
|
+
*/
|
|
9248
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
|
+
*/
|
|
9249
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
|
+
*/
|
|
9250
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
|
+
*/
|
|
9251
9479
|
createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
|
|
9252
9480
|
/**
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
|
|
9259
|
-
|
|
9260
|
-
|
|
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
|
|
9261
9491
|
*/
|
|
9262
9492
|
createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
|
|
9263
9493
|
/**
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
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
|
|
9271
9503
|
*/
|
|
9272
9504
|
createTagResources(request: CreateTagResourcesRequest): Promise<CreateTagResourcesResponse>;
|
|
9505
|
+
/**
|
|
9506
|
+
* @param request CreateWebCCRuleRequest
|
|
9507
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9508
|
+
* @return CreateWebCCRuleResponse
|
|
9509
|
+
*/
|
|
9273
9510
|
createWebCCRuleWithOptions(request: CreateWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebCCRuleResponse>;
|
|
9511
|
+
/**
|
|
9512
|
+
* @param request CreateWebCCRuleRequest
|
|
9513
|
+
* @return CreateWebCCRuleResponse
|
|
9514
|
+
*/
|
|
9274
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
|
+
*/
|
|
9275
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
|
+
*/
|
|
9276
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
|
+
*/
|
|
9277
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
|
+
*/
|
|
9278
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
|
+
*/
|
|
9279
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
|
+
*/
|
|
9280
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
|
+
*/
|
|
9281
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
|
+
*/
|
|
9282
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
|
+
*/
|
|
9283
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
|
+
*/
|
|
9284
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
|
+
*/
|
|
9285
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
|
+
*/
|
|
9286
9605
|
deleteNetworkRule(request: DeleteNetworkRuleRequest): Promise<DeleteNetworkRuleResponse>;
|
|
9287
9606
|
/**
|
|
9288
|
-
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
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
|
|
9294
9615
|
*/
|
|
9295
9616
|
deletePortWithOptions(request: DeletePortRequest, runtime: $Util.RuntimeOptions): Promise<DeletePortResponse>;
|
|
9296
9617
|
/**
|
|
9297
|
-
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
|
|
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
|
|
9302
9625
|
*/
|
|
9303
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
|
+
*/
|
|
9304
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
|
+
*/
|
|
9305
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
|
+
*/
|
|
9306
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
|
+
*/
|
|
9307
9656
|
deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
|
|
9308
9657
|
/**
|
|
9309
|
-
|
|
9310
|
-
|
|
9311
|
-
|
|
9312
|
-
|
|
9313
|
-
|
|
9314
|
-
|
|
9315
|
-
|
|
9316
|
-
|
|
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
|
|
9317
9668
|
*/
|
|
9318
9669
|
deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
|
|
9319
9670
|
/**
|
|
9320
|
-
|
|
9321
|
-
|
|
9322
|
-
|
|
9323
|
-
|
|
9324
|
-
|
|
9325
|
-
|
|
9326
|
-
|
|
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
|
|
9327
9680
|
*/
|
|
9328
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
|
+
*/
|
|
9329
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
|
+
*/
|
|
9330
9696
|
deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
|
|
9331
9697
|
/**
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
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
|
|
9339
9707
|
*/
|
|
9340
9708
|
deleteWebCacheCustomRuleWithOptions(request: DeleteWebCacheCustomRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCacheCustomRuleResponse>;
|
|
9341
9709
|
/**
|
|
9342
|
-
|
|
9343
|
-
|
|
9344
|
-
|
|
9345
|
-
|
|
9346
|
-
|
|
9347
|
-
|
|
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
|
|
9348
9718
|
*/
|
|
9349
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
|
+
*/
|
|
9350
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
|
+
*/
|
|
9351
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
|
+
*/
|
|
9352
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
|
+
*/
|
|
9353
9749
|
deleteWebRule(request: DeleteWebRuleRequest): Promise<DeleteWebRuleResponse>;
|
|
9354
9750
|
/**
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9359
|
-
|
|
9360
|
-
|
|
9361
|
-
|
|
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
|
|
9362
9760
|
*/
|
|
9363
9761
|
describeAsyncTasksWithOptions(request: DescribeAsyncTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAsyncTasksResponse>;
|
|
9364
9762
|
/**
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
|
|
9368
|
-
|
|
9369
|
-
|
|
9370
|
-
|
|
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
|
|
9371
9771
|
*/
|
|
9372
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
|
+
*/
|
|
9373
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
|
+
*/
|
|
9374
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
|
+
*/
|
|
9375
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
|
+
*/
|
|
9376
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
|
+
*/
|
|
9377
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
|
+
*/
|
|
9378
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
|
+
*/
|
|
9379
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
|
+
*/
|
|
9380
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
|
+
*/
|
|
9381
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
|
+
*/
|
|
9382
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
|
+
*/
|
|
9383
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
|
+
*/
|
|
9384
9862
|
describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
|
|
9385
9863
|
/**
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
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
|
|
9394
9874
|
*/
|
|
9395
9875
|
describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
|
|
9396
9876
|
/**
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
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
|
|
9404
9886
|
*/
|
|
9405
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
|
+
*/
|
|
9406
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
|
+
*/
|
|
9407
9902
|
describeCerts(request: DescribeCertsRequest): Promise<DescribeCertsResponse>;
|
|
9903
|
+
/**
|
|
9904
|
+
* @param request DescribeCnameReusesRequest
|
|
9905
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
9906
|
+
* @return DescribeCnameReusesResponse
|
|
9907
|
+
*/
|
|
9408
9908
|
describeCnameReusesWithOptions(request: DescribeCnameReusesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCnameReusesResponse>;
|
|
9909
|
+
/**
|
|
9910
|
+
* @param request DescribeCnameReusesRequest
|
|
9911
|
+
* @return DescribeCnameReusesResponse
|
|
9912
|
+
*/
|
|
9409
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
|
+
*/
|
|
9410
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
|
+
*/
|
|
9411
9928
|
describeDDoSEvents(request: DescribeDDoSEventsRequest): Promise<DescribeDDoSEventsResponse>;
|
|
9412
9929
|
/**
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9417
|
-
|
|
9418
|
-
|
|
9419
|
-
|
|
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
|
|
9420
9939
|
*/
|
|
9421
9940
|
describeDDosAllEventListWithOptions(request: DescribeDDosAllEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosAllEventListResponse>;
|
|
9422
9941
|
/**
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
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
|
|
9429
9950
|
*/
|
|
9430
9951
|
describeDDosAllEventList(request: DescribeDDosAllEventListRequest): Promise<DescribeDDosAllEventListResponse>;
|
|
9431
9952
|
/**
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
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
|
|
9437
9960
|
*/
|
|
9438
9961
|
describeDDosEventAreaWithOptions(request: DescribeDDosEventAreaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAreaResponse>;
|
|
9439
9962
|
/**
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9443
|
-
|
|
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
|
|
9444
9969
|
*/
|
|
9445
9970
|
describeDDosEventArea(request: DescribeDDosEventAreaRequest): Promise<DescribeDDosEventAreaResponse>;
|
|
9446
9971
|
/**
|
|
9447
|
-
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
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
|
|
9452
9979
|
*/
|
|
9453
9980
|
describeDDosEventAttackTypeWithOptions(request: DescribeDDosEventAttackTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventAttackTypeResponse>;
|
|
9454
9981
|
/**
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
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
|
|
9459
9988
|
*/
|
|
9460
9989
|
describeDDosEventAttackType(request: DescribeDDosEventAttackTypeRequest): Promise<DescribeDDosEventAttackTypeResponse>;
|
|
9461
9990
|
/**
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
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
|
|
9467
9998
|
*/
|
|
9468
9999
|
describeDDosEventIspWithOptions(request: DescribeDDosEventIspRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventIspResponse>;
|
|
9469
10000
|
/**
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
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
|
|
9474
10007
|
*/
|
|
9475
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
|
+
*/
|
|
9476
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
|
+
*/
|
|
9477
10023
|
describeDDosEventMax(request: DescribeDDosEventMaxRequest): Promise<DescribeDDosEventMaxResponse>;
|
|
9478
10024
|
/**
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
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
|
|
9484
10032
|
*/
|
|
9485
10033
|
describeDDosEventSrcIpWithOptions(request: DescribeDDosEventSrcIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDosEventSrcIpResponse>;
|
|
9486
10034
|
/**
|
|
9487
|
-
|
|
9488
|
-
|
|
9489
|
-
|
|
9490
|
-
|
|
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
|
|
9491
10041
|
*/
|
|
9492
10042
|
describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
|
|
9493
10043
|
/**
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9500
|
-
|
|
9501
|
-
|
|
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
|
|
9502
10054
|
*/
|
|
9503
10055
|
describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
9504
10056
|
/**
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9510
|
-
|
|
9511
|
-
|
|
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
|
|
9512
10066
|
*/
|
|
9513
10067
|
describeDefenseCountStatistics(request: DescribeDefenseCountStatisticsRequest): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
9514
10068
|
/**
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
|
|
9518
|
-
|
|
9519
|
-
|
|
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
|
|
9520
10076
|
*/
|
|
9521
10077
|
describeDefenseRecordsWithOptions(request: DescribeDefenseRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseRecordsResponse>;
|
|
9522
10078
|
/**
|
|
9523
|
-
|
|
9524
|
-
|
|
9525
|
-
|
|
9526
|
-
|
|
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
|
|
9527
10085
|
*/
|
|
9528
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
|
+
*/
|
|
9529
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
|
+
*/
|
|
9530
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
|
+
*/
|
|
9531
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
|
+
*/
|
|
9532
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
|
+
*/
|
|
9533
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
|
+
*/
|
|
9534
10131
|
describeDomainQPSList(request: DescribeDomainQPSListRequest): Promise<DescribeDomainQPSListResponse>;
|
|
9535
10132
|
/**
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
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
|
|
9544
10143
|
*/
|
|
9545
10144
|
describeDomainResourceWithOptions(request: DescribeDomainResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResourceResponse>;
|
|
9546
10145
|
/**
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9553
|
-
|
|
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
|
|
9554
10155
|
*/
|
|
9555
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
|
+
*/
|
|
9556
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
|
+
*/
|
|
9557
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
|
+
*/
|
|
9558
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
|
+
*/
|
|
9559
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
|
+
*/
|
|
9560
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
|
+
*/
|
|
9561
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
|
+
*/
|
|
9562
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
|
+
*/
|
|
9563
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
|
+
*/
|
|
9564
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
|
+
*/
|
|
9565
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
|
+
*/
|
|
9566
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
|
+
*/
|
|
9567
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
|
+
*/
|
|
9568
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
|
+
*/
|
|
9569
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
|
+
*/
|
|
9570
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
|
+
*/
|
|
9571
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
|
+
*/
|
|
9572
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
|
+
*/
|
|
9573
10291
|
describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
|
|
9574
10292
|
/**
|
|
9575
|
-
|
|
9576
|
-
|
|
9577
|
-
|
|
9578
|
-
|
|
9579
|
-
|
|
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
|
|
9580
10300
|
*/
|
|
9581
10301
|
describeElasticBandwidthSpecWithOptions(request: DescribeElasticBandwidthSpecRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticBandwidthSpecResponse>;
|
|
9582
10302
|
/**
|
|
9583
|
-
|
|
9584
|
-
|
|
9585
|
-
|
|
9586
|
-
|
|
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
|
|
9587
10309
|
*/
|
|
9588
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
|
+
*/
|
|
9589
10318
|
describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse>;
|
|
10319
|
+
/**
|
|
10320
|
+
* @summary 高防弹性qps曲线图
|
|
10321
|
+
*
|
|
10322
|
+
* @param request DescribeElasticQpsRequest
|
|
10323
|
+
* @return DescribeElasticQpsResponse
|
|
10324
|
+
*/
|
|
9590
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
|
+
*/
|
|
9591
10333
|
describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse>;
|
|
10334
|
+
/**
|
|
10335
|
+
* @summary 查询qps日95流量图
|
|
10336
|
+
*
|
|
10337
|
+
* @param request DescribeElasticQpsRecordRequest
|
|
10338
|
+
* @return DescribeElasticQpsRecordResponse
|
|
10339
|
+
*/
|
|
9592
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
|
+
*/
|
|
9593
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
|
+
*/
|
|
9594
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
|
+
*/
|
|
9595
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
|
+
*/
|
|
9596
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
|
+
*/
|
|
9597
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
|
+
*/
|
|
9598
10385
|
describeHealthCheckStatus(request: DescribeHealthCheckStatusRequest): Promise<DescribeHealthCheckStatusResponse>;
|
|
9599
10386
|
/**
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
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
|
|
9607
10396
|
*/
|
|
9608
10397
|
describeInstanceDetailsWithOptions(request: DescribeInstanceDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDetailsResponse>;
|
|
9609
10398
|
/**
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
|
|
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
|
|
9616
10407
|
*/
|
|
9617
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
|
+
*/
|
|
9618
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
|
+
*/
|
|
9619
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
|
+
*/
|
|
9620
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
|
+
*/
|
|
9621
10438
|
describeInstanceIds(request: DescribeInstanceIdsRequest): Promise<DescribeInstanceIdsResponse>;
|
|
9622
10439
|
/**
|
|
9623
|
-
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
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
|
|
9630
10449
|
*/
|
|
9631
10450
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
9632
10451
|
/**
|
|
9633
|
-
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
|
|
9638
|
-
|
|
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
|
|
9639
10460
|
*/
|
|
9640
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
|
+
*/
|
|
9641
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
|
+
*/
|
|
9642
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
|
+
*/
|
|
9643
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
|
+
*/
|
|
9644
10491
|
describeInstanceStatus(request: DescribeInstanceStatusRequest): Promise<DescribeInstanceStatusResponse>;
|
|
9645
10492
|
/**
|
|
9646
|
-
|
|
9647
|
-
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
|
|
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
|
|
9651
10498
|
*/
|
|
9652
10499
|
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
9653
10500
|
/**
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
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
|
|
9658
10505
|
*/
|
|
9659
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
|
+
*/
|
|
9660
10514
|
describeL7RsPolicyWithOptions(request: DescribeL7RsPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7RsPolicyResponse>;
|
|
9661
|
-
describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
|
|
9662
|
-
describeLayer4RulePolicyWithOptions(request: DescribeLayer4RulePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLayer4RulePolicyResponse>;
|
|
9663
|
-
describeLayer4RulePolicy(request: DescribeLayer4RulePolicyRequest): Promise<DescribeLayer4RulePolicyResponse>;
|
|
9664
|
-
describeLogStoreExistStatusWithOptions(request: DescribeLogStoreExistStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogStoreExistStatusResponse>;
|
|
9665
|
-
describeLogStoreExistStatus(request: DescribeLogStoreExistStatusRequest): Promise<DescribeLogStoreExistStatusResponse>;
|
|
9666
|
-
describeNetworkRegionBlockWithOptions(request: DescribeNetworkRegionBlockRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRegionBlockResponse>;
|
|
9667
|
-
describeNetworkRegionBlock(request: DescribeNetworkRegionBlockRequest): Promise<DescribeNetworkRegionBlockResponse>;
|
|
9668
|
-
describeNetworkRuleAttributesWithOptions(request: DescribeNetworkRuleAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRuleAttributesResponse>;
|
|
9669
|
-
describeNetworkRuleAttributes(request: DescribeNetworkRuleAttributesRequest): Promise<DescribeNetworkRuleAttributesResponse>;
|
|
9670
|
-
describeNetworkRulesWithOptions(request: DescribeNetworkRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNetworkRulesResponse>;
|
|
9671
|
-
describeNetworkRules(request: DescribeNetworkRulesRequest): Promise<DescribeNetworkRulesResponse>;
|
|
9672
10515
|
/**
|
|
9673
|
-
|
|
9674
|
-
|
|
9675
|
-
|
|
9676
|
-
|
|
9677
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
9678
|
-
* @return DescribeOpEntitiesResponse
|
|
10516
|
+
* @summary Queries the back-to-origin policies for the forwarding rule of a website.
|
|
10517
|
+
*
|
|
10518
|
+
* @param request DescribeL7RsPolicyRequest
|
|
10519
|
+
* @return DescribeL7RsPolicyResponse
|
|
9679
10520
|
*/
|
|
9680
|
-
|
|
10521
|
+
describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
|
|
9681
10522
|
/**
|
|
9682
|
-
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9686
|
-
|
|
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
|
|
9687
10528
|
*/
|
|
9688
|
-
|
|
10529
|
+
describeLayer4RulePolicyWithOptions(request: DescribeLayer4RulePolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLayer4RulePolicyResponse>;
|
|
9689
10530
|
/**
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
|
|
9694
|
-
* @return DescribePortResponse
|
|
10531
|
+
* @summary Queries the back-to-origin settings of a port forwarding rule.
|
|
10532
|
+
*
|
|
10533
|
+
* @param request DescribeLayer4RulePolicyRequest
|
|
10534
|
+
* @return DescribeLayer4RulePolicyResponse
|
|
9695
10535
|
*/
|
|
9696
|
-
|
|
10536
|
+
describeLayer4RulePolicy(request: DescribeLayer4RulePolicyRequest): Promise<DescribeLayer4RulePolicyResponse>;
|
|
9697
10537
|
/**
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
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
|
+
*/
|
|
10596
|
+
describeNetworkRules(request: DescribeNetworkRulesRequest): Promise<DescribeNetworkRulesResponse>;
|
|
10597
|
+
/**
|
|
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
|
|
10606
|
+
*/
|
|
10607
|
+
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
10608
|
+
/**
|
|
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
|
|
10616
|
+
*/
|
|
10617
|
+
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
10618
|
+
/**
|
|
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
|
|
10626
|
+
*/
|
|
10627
|
+
describePortWithOptions(request: DescribePortRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortResponse>;
|
|
10628
|
+
/**
|
|
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
|
|
9702
10635
|
*/
|
|
9703
10636
|
describePort(request: DescribePortRequest): Promise<DescribePortResponse>;
|
|
9704
10637
|
/**
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
|
|
9708
|
-
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
|
|
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
|
|
9712
10647
|
*/
|
|
9713
10648
|
describePortAttackMaxFlowWithOptions(request: DescribePortAttackMaxFlowRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortAttackMaxFlowResponse>;
|
|
9714
10649
|
/**
|
|
9715
|
-
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
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
|
|
9721
10658
|
*/
|
|
9722
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
|
+
*/
|
|
9723
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
|
+
*/
|
|
9724
10674
|
describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
|
|
10675
|
+
/**
|
|
10676
|
+
* @param request DescribePortCcAttackTopIPRequest
|
|
10677
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10678
|
+
* @return DescribePortCcAttackTopIPResponse
|
|
10679
|
+
*/
|
|
9725
10680
|
describePortCcAttackTopIPWithOptions(request: DescribePortCcAttackTopIPRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortCcAttackTopIPResponse>;
|
|
10681
|
+
/**
|
|
10682
|
+
* @param request DescribePortCcAttackTopIPRequest
|
|
10683
|
+
* @return DescribePortCcAttackTopIPResponse
|
|
10684
|
+
*/
|
|
9726
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
|
+
*/
|
|
9727
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
|
+
*/
|
|
9728
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
|
+
*/
|
|
9729
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
|
+
*/
|
|
9730
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
|
+
*/
|
|
9731
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
|
+
*/
|
|
9732
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
|
+
*/
|
|
9733
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
|
+
*/
|
|
9734
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
|
+
*/
|
|
9735
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
|
+
*/
|
|
9736
10760
|
describePortViewSourceCountries(request: DescribePortViewSourceCountriesRequest): Promise<DescribePortViewSourceCountriesResponse>;
|
|
9737
10761
|
/**
|
|
9738
|
-
|
|
9739
|
-
|
|
9740
|
-
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
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
|
|
9746
10772
|
*/
|
|
9747
10773
|
describePortViewSourceIspsWithOptions(request: DescribePortViewSourceIspsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortViewSourceIspsResponse>;
|
|
9748
10774
|
/**
|
|
9749
|
-
|
|
9750
|
-
|
|
9751
|
-
|
|
9752
|
-
|
|
9753
|
-
|
|
9754
|
-
|
|
9755
|
-
|
|
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
|
|
9756
10784
|
*/
|
|
9757
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
|
+
*/
|
|
9758
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
|
+
*/
|
|
9759
10800
|
describePortViewSourceProvinces(request: DescribePortViewSourceProvincesRequest): Promise<DescribePortViewSourceProvincesResponse>;
|
|
9760
10801
|
/**
|
|
9761
|
-
|
|
9762
|
-
|
|
9763
|
-
|
|
9764
|
-
|
|
9765
|
-
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
|
|
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
|
|
9769
10812
|
*/
|
|
9770
10813
|
describeSceneDefenseObjectsWithOptions(request: DescribeSceneDefenseObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefenseObjectsResponse>;
|
|
9771
10814
|
/**
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
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
|
|
9779
10824
|
*/
|
|
9780
10825
|
describeSceneDefenseObjects(request: DescribeSceneDefenseObjectsRequest): Promise<DescribeSceneDefenseObjectsResponse>;
|
|
9781
10826
|
/**
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
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
|
|
9789
10836
|
*/
|
|
9790
10837
|
describeSceneDefensePoliciesWithOptions(request: DescribeSceneDefensePoliciesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSceneDefensePoliciesResponse>;
|
|
9791
10838
|
/**
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
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
|
|
9798
10847
|
*/
|
|
9799
10848
|
describeSceneDefensePolicies(request: DescribeSceneDefensePoliciesRequest): Promise<DescribeSceneDefensePoliciesResponse>;
|
|
10849
|
+
/**
|
|
10850
|
+
* @param request DescribeSchedulerRulesRequest
|
|
10851
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10852
|
+
* @return DescribeSchedulerRulesResponse
|
|
10853
|
+
*/
|
|
9800
10854
|
describeSchedulerRulesWithOptions(request: DescribeSchedulerRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSchedulerRulesResponse>;
|
|
10855
|
+
/**
|
|
10856
|
+
* @param request DescribeSchedulerRulesRequest
|
|
10857
|
+
* @return DescribeSchedulerRulesResponse
|
|
10858
|
+
*/
|
|
9801
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
|
+
*/
|
|
9802
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
|
+
*/
|
|
9803
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
|
+
*/
|
|
9804
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
|
+
*/
|
|
9805
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
|
+
*/
|
|
9806
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
|
+
*/
|
|
9807
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
|
+
*/
|
|
9808
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
|
+
*/
|
|
9809
10919
|
describeSlsOpenStatus(request: DescribeSlsOpenStatusRequest): Promise<DescribeSlsOpenStatusResponse>;
|
|
9810
10920
|
/**
|
|
9811
|
-
|
|
9812
|
-
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
|
|
9816
|
-
|
|
9817
|
-
|
|
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
|
|
9818
10930
|
*/
|
|
9819
10931
|
describeStsGrantStatusWithOptions(request: DescribeStsGrantStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStsGrantStatusResponse>;
|
|
9820
10932
|
/**
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
|
|
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
|
|
9827
10941
|
*/
|
|
9828
10942
|
describeStsGrantStatus(request: DescribeStsGrantStatusRequest): Promise<DescribeStsGrantStatusResponse>;
|
|
9829
10943
|
/**
|
|
9830
|
-
|
|
9831
|
-
|
|
9832
|
-
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
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
|
|
9838
10954
|
*/
|
|
9839
10955
|
describeSystemLogWithOptions(request: DescribeSystemLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSystemLogResponse>;
|
|
9840
10956
|
/**
|
|
9841
|
-
|
|
9842
|
-
|
|
9843
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
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
|
|
9848
10966
|
*/
|
|
9849
10967
|
describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
|
|
9850
10968
|
/**
|
|
9851
|
-
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
9857
|
-
|
|
9858
|
-
|
|
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
|
|
9859
10979
|
*/
|
|
9860
10980
|
describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
|
|
9861
10981
|
/**
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
9865
|
-
|
|
9866
|
-
|
|
9867
|
-
|
|
9868
|
-
|
|
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
|
|
9869
10991
|
*/
|
|
9870
10992
|
describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
|
|
9871
10993
|
/**
|
|
9872
|
-
|
|
9873
|
-
|
|
9874
|
-
|
|
9875
|
-
|
|
9876
|
-
|
|
9877
|
-
|
|
9878
|
-
|
|
9879
|
-
|
|
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
|
|
9880
11004
|
*/
|
|
9881
11005
|
describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
|
|
9882
11006
|
/**
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
|
|
9886
|
-
|
|
9887
|
-
|
|
9888
|
-
|
|
9889
|
-
|
|
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
|
|
9890
11016
|
*/
|
|
9891
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
|
+
*/
|
|
9892
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
|
+
*/
|
|
9893
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
|
+
*/
|
|
9894
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
|
+
*/
|
|
9895
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
|
+
*/
|
|
9896
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
|
+
*/
|
|
9897
11062
|
describeUnBlackholeCount(request: DescribeUnBlackholeCountRequest): Promise<DescribeUnBlackholeCountResponse>;
|
|
9898
11063
|
/**
|
|
9899
|
-
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9903
|
-
|
|
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
|
|
9904
11071
|
*/
|
|
9905
11072
|
describeUnBlockCountWithOptions(request: DescribeUnBlockCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUnBlockCountResponse>;
|
|
9906
11073
|
/**
|
|
9907
|
-
|
|
9908
|
-
|
|
9909
|
-
|
|
9910
|
-
|
|
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
|
|
9911
11080
|
*/
|
|
9912
11081
|
describeUnBlockCount(request: DescribeUnBlockCountRequest): Promise<DescribeUnBlockCountResponse>;
|
|
9913
11082
|
/**
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
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
|
|
9921
11092
|
*/
|
|
9922
11093
|
describeWebAccessLogDispatchStatusWithOptions(request: DescribeWebAccessLogDispatchStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebAccessLogDispatchStatusResponse>;
|
|
9923
11094
|
/**
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
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
|
|
9930
11103
|
*/
|
|
9931
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
|
+
*/
|
|
9932
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
|
+
*/
|
|
9933
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
|
+
*/
|
|
9934
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
|
+
*/
|
|
9935
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
|
+
*/
|
|
9936
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
|
+
*/
|
|
9937
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
|
+
*/
|
|
9938
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
|
+
*/
|
|
9939
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
|
+
*/
|
|
9940
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
|
+
*/
|
|
9941
11179
|
describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
|
|
9942
11180
|
/**
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
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
|
|
9950
11190
|
*/
|
|
9951
11191
|
describeWebCacheConfigsWithOptions(request: DescribeWebCacheConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCacheConfigsResponse>;
|
|
9952
11192
|
/**
|
|
9953
|
-
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
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
|
|
9959
11201
|
*/
|
|
9960
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
|
+
*/
|
|
9961
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
|
+
*/
|
|
9962
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
|
+
*/
|
|
9963
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
|
+
*/
|
|
9964
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
|
+
*/
|
|
9965
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
|
+
*/
|
|
9966
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
|
+
*/
|
|
9967
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
|
+
*/
|
|
9968
11262
|
describeWebPreciseAccessRule(request: DescribeWebPreciseAccessRuleRequest): Promise<DescribeWebPreciseAccessRuleResponse>;
|
|
11263
|
+
/**
|
|
11264
|
+
* @param request DescribeWebReportTopIpRequest
|
|
11265
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11266
|
+
* @return DescribeWebReportTopIpResponse
|
|
11267
|
+
*/
|
|
9969
11268
|
describeWebReportTopIpWithOptions(request: DescribeWebReportTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebReportTopIpResponse>;
|
|
11269
|
+
/**
|
|
11270
|
+
* @param request DescribeWebReportTopIpRequest
|
|
11271
|
+
* @return DescribeWebReportTopIpResponse
|
|
11272
|
+
*/
|
|
9970
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
|
+
*/
|
|
9971
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
|
+
*/
|
|
9972
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
|
+
*/
|
|
9973
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
|
+
*/
|
|
9974
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
|
+
*/
|
|
9975
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
|
+
*/
|
|
9976
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
|
+
*/
|
|
9977
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
|
+
*/
|
|
9978
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
|
+
*/
|
|
9979
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
|
+
*/
|
|
9980
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
|
+
*/
|
|
9981
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
|
+
*/
|
|
9982
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
|
+
*/
|
|
9983
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
|
+
*/
|
|
9984
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
|
+
*/
|
|
9985
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
|
+
*/
|
|
9986
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
|
+
*/
|
|
9987
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
|
+
*/
|
|
9988
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
|
+
*/
|
|
9989
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
|
+
*/
|
|
9990
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
|
+
*/
|
|
9991
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
|
+
*/
|
|
9992
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
|
+
*/
|
|
9993
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
|
+
*/
|
|
9994
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
|
+
*/
|
|
9995
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
|
+
*/
|
|
9996
11472
|
enableWebCCRule(request: EnableWebCCRuleRequest): Promise<EnableWebCCRuleResponse>;
|
|
9997
11473
|
/**
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
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
|
|
10003
11481
|
*/
|
|
10004
11482
|
modifyBizBandWidthModeWithOptions(request: ModifyBizBandWidthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBizBandWidthModeResponse>;
|
|
10005
11483
|
/**
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
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
|
|
10010
11490
|
*/
|
|
10011
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
|
+
*/
|
|
10012
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
|
+
*/
|
|
10013
11506
|
modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
|
|
10014
11507
|
/**
|
|
10015
|
-
|
|
10016
|
-
|
|
10017
|
-
|
|
10018
|
-
|
|
10019
|
-
|
|
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
|
|
10020
11515
|
*/
|
|
10021
11516
|
modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
|
|
10022
11517
|
/**
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
|
|
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
|
|
10027
11524
|
*/
|
|
10028
11525
|
modifyBlockStatus(request: ModifyBlockStatusRequest): Promise<ModifyBlockStatusResponse>;
|
|
10029
11526
|
/**
|
|
10030
|
-
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
|
|
10034
|
-
|
|
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
|
|
10035
11534
|
*/
|
|
10036
11535
|
modifyCnameReuseWithOptions(request: ModifyCnameReuseRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCnameReuseResponse>;
|
|
10037
11536
|
/**
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
10041
|
-
|
|
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
|
|
10042
11543
|
*/
|
|
10043
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
|
+
*/
|
|
10044
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
|
+
*/
|
|
10045
11559
|
modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
|
|
10046
11560
|
/**
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
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
|
|
10052
11568
|
*/
|
|
10053
11569
|
modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
|
|
10054
11570
|
/**
|
|
10055
|
-
|
|
10056
|
-
|
|
10057
|
-
|
|
10058
|
-
|
|
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
|
|
10059
11577
|
*/
|
|
10060
11578
|
modifyElasticBandWidth(request: ModifyElasticBandWidthRequest): Promise<ModifyElasticBandWidthResponse>;
|
|
10061
11579
|
/**
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
|
|
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
|
|
10067
11587
|
*/
|
|
10068
11588
|
modifyElasticBizBandWidthWithOptions(request: ModifyElasticBizBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizBandWidthResponse>;
|
|
10069
11589
|
/**
|
|
10070
|
-
|
|
10071
|
-
|
|
10072
|
-
|
|
10073
|
-
|
|
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
|
|
10074
11596
|
*/
|
|
10075
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
|
+
*/
|
|
10076
11605
|
modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse>;
|
|
11606
|
+
/**
|
|
11607
|
+
* @summary 开启/关闭弹性QPS 首次模式直接生效
|
|
11608
|
+
*
|
|
11609
|
+
* @param request ModifyElasticBizQpsRequest
|
|
11610
|
+
* @return ModifyElasticBizQpsResponse
|
|
11611
|
+
*/
|
|
10077
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
|
+
*/
|
|
10078
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
|
+
*/
|
|
10079
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
|
+
*/
|
|
10080
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
|
+
*/
|
|
10081
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
|
+
*/
|
|
10082
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
|
+
*/
|
|
10083
11657
|
modifyHealthCheckConfig(request: ModifyHealthCheckConfigRequest): Promise<ModifyHealthCheckConfigResponse>;
|
|
10084
11658
|
/**
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
|
|
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
|
|
10090
11666
|
*/
|
|
10091
11667
|
modifyHttp2EnableWithOptions(request: ModifyHttp2EnableRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHttp2EnableResponse>;
|
|
10092
11668
|
/**
|
|
10093
|
-
|
|
10094
|
-
|
|
10095
|
-
|
|
10096
|
-
|
|
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
|
|
10097
11675
|
*/
|
|
10098
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
|
+
*/
|
|
10099
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
|
+
*/
|
|
10100
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
|
+
*/
|
|
10101
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
|
+
*/
|
|
10102
11706
|
modifyNetworkRuleAttribute(request: ModifyNetworkRuleAttributeRequest): Promise<ModifyNetworkRuleAttributeResponse>;
|
|
10103
11707
|
/**
|
|
10104
|
-
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
|
|
10108
|
-
|
|
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
|
|
10109
11715
|
*/
|
|
10110
11716
|
modifyOcspStatusWithOptions(request: ModifyOcspStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOcspStatusResponse>;
|
|
10111
11717
|
/**
|
|
10112
|
-
|
|
10113
|
-
|
|
10114
|
-
|
|
10115
|
-
|
|
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
|
|
10116
11724
|
*/
|
|
10117
11725
|
modifyOcspStatus(request: ModifyOcspStatusRequest): Promise<ModifyOcspStatusResponse>;
|
|
10118
11726
|
/**
|
|
10119
|
-
|
|
10120
|
-
|
|
10121
|
-
|
|
10122
|
-
|
|
10123
|
-
|
|
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
|
|
10124
11734
|
*/
|
|
10125
11735
|
modifyPortWithOptions(request: ModifyPortRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPortResponse>;
|
|
10126
11736
|
/**
|
|
10127
|
-
|
|
10128
|
-
|
|
10129
|
-
|
|
10130
|
-
|
|
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
|
|
10131
11743
|
*/
|
|
10132
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
|
+
*/
|
|
10133
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
|
+
*/
|
|
10134
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
|
+
*/
|
|
10135
11767
|
modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse>;
|
|
11768
|
+
/**
|
|
11769
|
+
* @summary 修改弹性qps模式
|
|
11770
|
+
*
|
|
11771
|
+
* @param request ModifyQpsModeRequest
|
|
11772
|
+
* @return ModifyQpsModeResponse
|
|
11773
|
+
*/
|
|
10136
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
|
+
*/
|
|
10137
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
|
+
*/
|
|
10138
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
|
+
*/
|
|
10139
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
|
+
*/
|
|
10140
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
|
+
*/
|
|
10141
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
|
+
*/
|
|
10142
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
|
+
*/
|
|
10143
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
|
+
*/
|
|
10144
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
|
+
*/
|
|
10145
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
|
+
*/
|
|
10146
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
|
+
*/
|
|
10147
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
|
+
*/
|
|
10148
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
|
+
*/
|
|
10149
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
|
+
*/
|
|
10150
11879
|
modifyWebAreaBlock(request: ModifyWebAreaBlockRequest): Promise<ModifyWebAreaBlockResponse>;
|
|
10151
11880
|
/**
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
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
|
|
10159
11890
|
*/
|
|
10160
11891
|
modifyWebAreaBlockSwitchWithOptions(request: ModifyWebAreaBlockSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
10161
11892
|
/**
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
|
|
10166
|
-
|
|
10167
|
-
|
|
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
|
|
10168
11901
|
*/
|
|
10169
11902
|
modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
11903
|
+
/**
|
|
11904
|
+
* @param request ModifyWebCCRuleRequest
|
|
11905
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
11906
|
+
* @return ModifyWebCCRuleResponse
|
|
11907
|
+
*/
|
|
10170
11908
|
modifyWebCCRuleWithOptions(request: ModifyWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCRuleResponse>;
|
|
11909
|
+
/**
|
|
11910
|
+
* @param request ModifyWebCCRuleRequest
|
|
11911
|
+
* @return ModifyWebCCRuleResponse
|
|
11912
|
+
*/
|
|
10171
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
|
+
*/
|
|
10172
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
|
+
*/
|
|
10173
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
|
+
*/
|
|
10174
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
|
+
*/
|
|
10175
11943
|
modifyWebCacheMode(request: ModifyWebCacheModeRequest): Promise<ModifyWebCacheModeResponse>;
|
|
10176
11944
|
/**
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
|
|
10180
|
-
|
|
10181
|
-
|
|
10182
|
-
|
|
10183
|
-
|
|
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
|
|
10184
11954
|
*/
|
|
10185
11955
|
modifyWebCacheSwitchWithOptions(request: ModifyWebCacheSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCacheSwitchResponse>;
|
|
10186
11956
|
/**
|
|
10187
|
-
|
|
10188
|
-
|
|
10189
|
-
|
|
10190
|
-
|
|
10191
|
-
|
|
10192
|
-
|
|
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
|
|
10193
11965
|
*/
|
|
10194
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
|
+
*/
|
|
10195
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
|
+
*/
|
|
10196
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
|
+
*/
|
|
10197
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
|
+
*/
|
|
10198
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
|
+
*/
|
|
10199
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
|
+
*/
|
|
10200
12011
|
modifyWebPreciseAccessSwitch(request: ModifyWebPreciseAccessSwitchRequest): Promise<ModifyWebPreciseAccessSwitchResponse>;
|
|
12012
|
+
/**
|
|
12013
|
+
* @param request ModifyWebRuleRequest
|
|
12014
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
12015
|
+
* @return ModifyWebRuleResponse
|
|
12016
|
+
*/
|
|
10201
12017
|
modifyWebRuleWithOptions(request: ModifyWebRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebRuleResponse>;
|
|
12018
|
+
/**
|
|
12019
|
+
* @param request ModifyWebRuleRequest
|
|
12020
|
+
* @return ModifyWebRuleResponse
|
|
12021
|
+
*/
|
|
10202
12022
|
modifyWebRule(request: ModifyWebRuleRequest): Promise<ModifyWebRuleResponse>;
|
|
10203
12023
|
/**
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
|
-
|
|
10208
|
-
|
|
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
|
|
10209
12032
|
*/
|
|
10210
12033
|
releaseInstanceWithOptions(request: ReleaseInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstanceResponse>;
|
|
10211
12034
|
/**
|
|
10212
|
-
|
|
10213
|
-
|
|
10214
|
-
|
|
10215
|
-
|
|
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
|
|
10216
12042
|
*/
|
|
10217
12043
|
releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
|
|
10218
12044
|
/**
|
|
10219
|
-
|
|
10220
|
-
|
|
10221
|
-
|
|
10222
|
-
|
|
10223
|
-
|
|
10224
|
-
|
|
10225
|
-
|
|
10226
|
-
|
|
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
|
|
10227
12055
|
*/
|
|
10228
12056
|
switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
|
|
10229
12057
|
/**
|
|
10230
|
-
|
|
10231
|
-
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
|
|
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
|
|
10237
12067
|
*/
|
|
10238
12068
|
switchSchedulerRule(request: SwitchSchedulerRuleRequest): Promise<SwitchSchedulerRuleResponse>;
|
|
10239
12069
|
}
|