@alicloud/ddosbgp20180720 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/client.d.ts +89 -53
  2. package/dist/client.js +147 -53
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddIpRequest.d.ts +11 -10
  5. package/dist/models/AddIpRequest.js.map +1 -1
  6. package/dist/models/AddIpResponseBody.d.ts +1 -1
  7. package/dist/models/AttachAssetGroupToInstanceRequest.d.ts +2 -2
  8. package/dist/models/AttachAssetGroupToInstanceShrinkRequest.d.ts +2 -2
  9. package/dist/models/AttachToPolicyRequest.d.ts +27 -10
  10. package/dist/models/AttachToPolicyRequest.js.map +1 -1
  11. package/dist/models/AttachToPolicyResponseBody.d.ts +1 -1
  12. package/dist/models/AttachToPolicyShrinkRequest.d.ts +12 -1
  13. package/dist/models/AttachToPolicyShrinkRequest.js.map +1 -1
  14. package/dist/models/CheckGrantRequest.d.ts +4 -3
  15. package/dist/models/CheckGrantRequest.js.map +1 -1
  16. package/dist/models/CheckGrantResponseBody.d.ts +3 -2
  17. package/dist/models/CheckGrantResponseBody.js.map +1 -1
  18. package/dist/models/CreatePolicyRequest.d.ts +15 -5
  19. package/dist/models/CreatePolicyRequest.js.map +1 -1
  20. package/dist/models/CreatePolicyResponseBody.d.ts +2 -2
  21. package/dist/models/DeleteIpRequest.d.ts +8 -10
  22. package/dist/models/DeleteIpRequest.js.map +1 -1
  23. package/dist/models/DeleteIpResponseBody.d.ts +1 -1
  24. package/dist/models/DescribeAssetGroupRequest.d.ts +4 -3
  25. package/dist/models/DescribeAssetGroupRequest.js.map +1 -1
  26. package/dist/models/DescribeAssetGroupToInstanceRequest.d.ts +5 -4
  27. package/dist/models/DescribeAssetGroupToInstanceRequest.js.map +1 -1
  28. package/dist/models/DescribeDdosOriginInstanceBillRequest.d.ts +12 -14
  29. package/dist/models/DescribeDdosOriginInstanceBillRequest.js.map +1 -1
  30. package/dist/models/DescribeDdosOriginInstanceBillResponseBody.d.ts +72 -85
  31. package/dist/models/DescribeDdosOriginInstanceBillResponseBody.js.map +1 -1
  32. package/dist/models/DescribeInstanceListRequest.d.ts +13 -9
  33. package/dist/models/DescribeInstanceListRequest.js.map +1 -1
  34. package/dist/models/DescribeInstanceListResponseBody.d.ts +28 -18
  35. package/dist/models/DescribeInstanceListResponseBody.js.map +1 -1
  36. package/dist/models/DescribeNetworkLayerInterceptsRequest.d.ts +107 -0
  37. package/dist/models/DescribeNetworkLayerInterceptsRequest.js +78 -0
  38. package/dist/models/DescribeNetworkLayerInterceptsRequest.js.map +1 -0
  39. package/dist/models/DescribeNetworkLayerInterceptsResponse.d.ts +19 -0
  40. package/dist/models/DescribeNetworkLayerInterceptsResponse.js +69 -0
  41. package/dist/models/DescribeNetworkLayerInterceptsResponse.js.map +1 -0
  42. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.d.ts +144 -0
  43. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.js +106 -0
  44. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.js.map +1 -0
  45. package/dist/models/DescribePackIpListRequest.d.ts +14 -11
  46. package/dist/models/DescribePackIpListRequest.js.map +1 -1
  47. package/dist/models/DescribePackIpListResponseBody.d.ts +28 -22
  48. package/dist/models/DescribePackIpListResponseBody.js.map +1 -1
  49. package/dist/models/DescribeRdMemberListRequest.d.ts +1 -1
  50. package/dist/models/DescribeRdMemberListResponseBody.d.ts +2 -2
  51. package/dist/models/DescribeRdStatusResponseBody.d.ts +5 -3
  52. package/dist/models/DescribeRdStatusResponseBody.js.map +1 -1
  53. package/dist/models/DescribeRegionsRequest.d.ts +4 -4
  54. package/dist/models/DescribeRegionsResponseBody.d.ts +5 -6
  55. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  56. package/dist/models/DescribeTrafficRequest.d.ts +16 -21
  57. package/dist/models/DescribeTrafficRequest.js.map +1 -1
  58. package/dist/models/DescribeTrafficResponseBody.d.ts +11 -12
  59. package/dist/models/DescribeTrafficResponseBody.js.map +1 -1
  60. package/dist/models/DetachFromPolicyRequest.d.ts +26 -8
  61. package/dist/models/DetachFromPolicyRequest.js.map +1 -1
  62. package/dist/models/DetachFromPolicyResponseBody.d.ts +1 -1
  63. package/dist/models/DetachFromPolicyShrinkRequest.d.ts +16 -6
  64. package/dist/models/DetachFromPolicyShrinkRequest.js.map +1 -1
  65. package/dist/models/DettachAssetGroupToInstanceRequest.d.ts +5 -4
  66. package/dist/models/DettachAssetGroupToInstanceRequest.js.map +1 -1
  67. package/dist/models/DettachAssetGroupToInstanceShrinkRequest.d.ts +2 -2
  68. package/dist/models/ListPolicyAttachmentRequest.d.ts +27 -11
  69. package/dist/models/ListPolicyAttachmentRequest.js.map +1 -1
  70. package/dist/models/ListPolicyAttachmentResponseBody.d.ts +19 -13
  71. package/dist/models/ListPolicyAttachmentResponseBody.js.map +1 -1
  72. package/dist/models/ListPolicyAttachmentShrinkRequest.d.ts +18 -9
  73. package/dist/models/ListPolicyAttachmentShrinkRequest.js.map +1 -1
  74. package/dist/models/ListPolicyRequest.d.ts +5 -16
  75. package/dist/models/ListPolicyRequest.js.map +1 -1
  76. package/dist/models/ListPolicyResponseBody.d.ts +182 -94
  77. package/dist/models/ListPolicyResponseBody.js +41 -1
  78. package/dist/models/ListPolicyResponseBody.js.map +1 -1
  79. package/dist/models/ModifyPolicyContentRequest.d.ts +176 -90
  80. package/dist/models/ModifyPolicyContentRequest.js +41 -1
  81. package/dist/models/ModifyPolicyContentRequest.js.map +1 -1
  82. package/dist/models/ModifyPolicyContentResponseBody.d.ts +1 -1
  83. package/dist/models/ModifyPolicyContentShrinkRequest.d.ts +9 -2
  84. package/dist/models/ModifyPolicyContentShrinkRequest.js.map +1 -1
  85. package/dist/models/ModifyPolicyRequest.d.ts +181 -118
  86. package/dist/models/ModifyPolicyRequest.js +41 -1
  87. package/dist/models/ModifyPolicyRequest.js.map +1 -1
  88. package/dist/models/ModifyPolicyResponseBody.d.ts +1 -1
  89. package/dist/models/ModifyPolicyShrinkRequest.d.ts +10 -26
  90. package/dist/models/ModifyPolicyShrinkRequest.js.map +1 -1
  91. package/dist/models/ModifyRemarkRequest.d.ts +5 -7
  92. package/dist/models/ModifyRemarkRequest.js.map +1 -1
  93. package/dist/models/ReleaseDdosOriginInstanceRequest.d.ts +1 -1
  94. package/dist/models/model.d.ts +7 -0
  95. package/dist/models/model.js +34 -20
  96. package/dist/models/model.js.map +1 -1
  97. package/package.json +2 -2
  98. package/src/client.ts +160 -53
  99. package/src/models/AddIpRequest.ts +11 -10
  100. package/src/models/AddIpResponseBody.ts +1 -1
  101. package/src/models/AttachAssetGroupToInstanceRequest.ts +2 -2
  102. package/src/models/AttachAssetGroupToInstanceShrinkRequest.ts +2 -2
  103. package/src/models/AttachToPolicyRequest.ts +27 -10
  104. package/src/models/AttachToPolicyResponseBody.ts +1 -1
  105. package/src/models/AttachToPolicyShrinkRequest.ts +12 -1
  106. package/src/models/CheckGrantRequest.ts +4 -3
  107. package/src/models/CheckGrantResponseBody.ts +3 -2
  108. package/src/models/CreatePolicyRequest.ts +15 -5
  109. package/src/models/CreatePolicyResponseBody.ts +2 -2
  110. package/src/models/DeleteIpRequest.ts +8 -10
  111. package/src/models/DeleteIpResponseBody.ts +1 -1
  112. package/src/models/DescribeAssetGroupRequest.ts +4 -3
  113. package/src/models/DescribeAssetGroupToInstanceRequest.ts +5 -4
  114. package/src/models/DescribeDdosOriginInstanceBillRequest.ts +12 -14
  115. package/src/models/DescribeDdosOriginInstanceBillResponseBody.ts +72 -85
  116. package/src/models/DescribeInstanceListRequest.ts +13 -9
  117. package/src/models/DescribeInstanceListResponseBody.ts +28 -18
  118. package/src/models/DescribeNetworkLayerInterceptsRequest.ts +140 -0
  119. package/src/models/DescribeNetworkLayerInterceptsResponse.ts +40 -0
  120. package/src/models/DescribeNetworkLayerInterceptsResponseBody.ts +196 -0
  121. package/src/models/DescribePackIpListRequest.ts +14 -11
  122. package/src/models/DescribePackIpListResponseBody.ts +28 -22
  123. package/src/models/DescribeRdMemberListRequest.ts +1 -1
  124. package/src/models/DescribeRdMemberListResponseBody.ts +2 -2
  125. package/src/models/DescribeRdStatusResponseBody.ts +5 -3
  126. package/src/models/DescribeRegionsRequest.ts +4 -4
  127. package/src/models/DescribeRegionsResponseBody.ts +5 -6
  128. package/src/models/DescribeTrafficRequest.ts +16 -21
  129. package/src/models/DescribeTrafficResponseBody.ts +11 -12
  130. package/src/models/DetachFromPolicyRequest.ts +26 -8
  131. package/src/models/DetachFromPolicyResponseBody.ts +1 -1
  132. package/src/models/DetachFromPolicyShrinkRequest.ts +16 -6
  133. package/src/models/DettachAssetGroupToInstanceRequest.ts +5 -4
  134. package/src/models/DettachAssetGroupToInstanceShrinkRequest.ts +2 -2
  135. package/src/models/ListPolicyAttachmentRequest.ts +27 -11
  136. package/src/models/ListPolicyAttachmentResponseBody.ts +19 -13
  137. package/src/models/ListPolicyAttachmentShrinkRequest.ts +18 -9
  138. package/src/models/ListPolicyRequest.ts +5 -16
  139. package/src/models/ListPolicyResponseBody.ts +213 -94
  140. package/src/models/ModifyPolicyContentRequest.ts +207 -90
  141. package/src/models/ModifyPolicyContentResponseBody.ts +1 -1
  142. package/src/models/ModifyPolicyContentShrinkRequest.ts +9 -2
  143. package/src/models/ModifyPolicyRequest.ts +212 -118
  144. package/src/models/ModifyPolicyResponseBody.ts +1 -1
  145. package/src/models/ModifyPolicyShrinkRequest.ts +10 -26
  146. package/src/models/ModifyRemarkRequest.ts +5 -7
  147. package/src/models/ReleaseDdosOriginInstanceRequest.ts +1 -1
  148. package/src/models/model.ts +7 -0
package/dist/client.d.ts CHANGED
@@ -60,7 +60,10 @@ export default class Client extends OpenApi {
60
60
  */
61
61
  attachAssetGroupToInstance(request: $_model.AttachAssetGroupToInstanceRequest): Promise<$_model.AttachAssetGroupToInstanceResponse>;
62
62
  /**
63
- * Associates a mitigation policy to a protected object.
63
+ * Associates protection objects with a mitigation policy.
64
+ *
65
+ * @remarks
66
+ * A mitigation policy that is associated with protection objects cannot be deleted.
64
67
  *
65
68
  * @param tmpReq - AttachToPolicyRequest
66
69
  * @param runtime - runtime options for this request RuntimeOptions
@@ -68,7 +71,10 @@ export default class Client extends OpenApi {
68
71
  */
69
72
  attachToPolicyWithOptions(tmpReq: $_model.AttachToPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AttachToPolicyResponse>;
70
73
  /**
71
- * Associates a mitigation policy to a protected object.
74
+ * Associates protection objects with a mitigation policy.
75
+ *
76
+ * @remarks
77
+ * A mitigation policy that is associated with protection objects cannot be deleted.
72
78
  *
73
79
  * @param request - AttachToPolicyRequest
74
80
  * @returns AttachToPolicyResponse
@@ -117,6 +123,9 @@ export default class Client extends OpenApi {
117
123
  /**
118
124
  * Creates a mitigation policy.
119
125
  *
126
+ * @remarks
127
+ * A mitigation policy that is associated with protected objects cannot be deleted.
128
+ *
120
129
  * @param request - CreatePolicyRequest
121
130
  * @param runtime - runtime options for this request RuntimeOptions
122
131
  * @returns CreatePolicyResponse
@@ -125,6 +134,9 @@ export default class Client extends OpenApi {
125
134
  /**
126
135
  * Creates a mitigation policy.
127
136
  *
137
+ * @remarks
138
+ * A mitigation policy that is associated with protected objects cannot be deleted.
139
+ *
128
140
  * @param request - CreatePolicyRequest
129
141
  * @returns CreatePolicyResponse
130
142
  */
@@ -157,10 +169,7 @@ export default class Client extends OpenApi {
157
169
  */
158
170
  deleteBlackhole(request: $_model.DeleteBlackholeRequest): Promise<$_model.DeleteBlackholeResponse>;
159
171
  /**
160
- * Removes specific IP addresses from an Anti-DDoS Origin instance.
161
- *
162
- * @remarks
163
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
172
+ * Deletes an IP address from Anti-DDoS Origin and disables protection for that IP address.
164
173
  *
165
174
  * @param request - DeleteIpRequest
166
175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -168,10 +177,7 @@ export default class Client extends OpenApi {
168
177
  */
169
178
  deleteIpWithOptions(request: $_model.DeleteIpRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteIpResponse>;
170
179
  /**
171
- * Removes specific IP addresses from an Anti-DDoS Origin instance.
172
- *
173
- * @remarks
174
- * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
180
+ * Deletes an IP address from Anti-DDoS Origin and disables protection for that IP address.
175
181
  *
176
182
  * @param request - DeleteIpRequest
177
183
  * @returns DeleteIpResponse
@@ -275,7 +281,10 @@ export default class Client extends OpenApi {
275
281
  */
276
282
  describeDdosEvent(request: $_model.DescribeDdosEventRequest): Promise<$_model.DescribeDdosEventResponse>;
277
283
  /**
278
- * Queries the bill of an Anti-DDoS Origin (Pay-as-you-go) instance.
284
+ * Queries the pay-as-you-go billing information of an Anti-DDoS Origin instance.
285
+ *
286
+ * @remarks
287
+ * This operation is used to perform a paged query of the billing details of all Anti-DDoS Origin instances owned by the current Alibaba Cloud account. The billing details include instance IDs, validity periods, and statuses. Paging is supported for this query.
279
288
  *
280
289
  * @param request - DescribeDdosOriginInstanceBillRequest
281
290
  * @param runtime - runtime options for this request RuntimeOptions
@@ -283,7 +292,10 @@ export default class Client extends OpenApi {
283
292
  */
284
293
  describeDdosOriginInstanceBillWithOptions(request: $_model.DescribeDdosOriginInstanceBillRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDdosOriginInstanceBillResponse>;
285
294
  /**
286
- * Queries the bill of an Anti-DDoS Origin (Pay-as-you-go) instance.
295
+ * Queries the pay-as-you-go billing information of an Anti-DDoS Origin instance.
296
+ *
297
+ * @remarks
298
+ * This operation is used to perform a paged query of the billing details of all Anti-DDoS Origin instances owned by the current Alibaba Cloud account. The billing details include instance IDs, validity periods, and statuses. Paging is supported for this query.
287
299
  *
288
300
  * @param request - DescribeDdosOriginInstanceBillRequest
289
301
  * @returns DescribeDdosOriginInstanceBillResponse
@@ -313,10 +325,10 @@ export default class Client extends OpenApi {
313
325
  */
314
326
  describeExcpetionCount(request: $_model.DescribeExcpetionCountRequest): Promise<$_model.DescribeExcpetionCountResponse>;
315
327
  /**
316
- * Queries the details of all Anti-DDoS Origin instances.
328
+ * Retrieves the details of all Anti-DDoS Origin instances.
317
329
  *
318
330
  * @remarks
319
- * Queries the details of all Anti-DDoS Origin instances.
331
+ * Retrieves the details of all Anti-DDoS Origin instances.
320
332
  *
321
333
  * @param request - DescribeInstanceListRequest
322
334
  * @param runtime - runtime options for this request RuntimeOptions
@@ -324,10 +336,10 @@ export default class Client extends OpenApi {
324
336
  */
325
337
  describeInstanceListWithOptions(request: $_model.DescribeInstanceListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInstanceListResponse>;
326
338
  /**
327
- * Queries the details of all Anti-DDoS Origin instances.
339
+ * Retrieves the details of all Anti-DDoS Origin instances.
328
340
  *
329
341
  * @remarks
330
- * Queries the details of all Anti-DDoS Origin instances.
342
+ * Retrieves the details of all Anti-DDoS Origin instances.
331
343
  *
332
344
  * @param request - DescribeInstanceListRequest
333
345
  * @returns DescribeInstanceListResponse
@@ -348,6 +360,31 @@ export default class Client extends OpenApi {
348
360
  * @returns DescribeInstanceSpecsResponse
349
361
  */
350
362
  describeInstanceSpecs(request: $_model.DescribeInstanceSpecsRequest): Promise<$_model.DescribeInstanceSpecsResponse>;
363
+ /**
364
+ * Queries the network-layer interception records of Anti-DDoS Origin instances.
365
+ *
366
+ * @remarks
367
+ * This operation is used to perform a paged query of the details of Layer 3 and Layer 4 packet interception records for all Anti-DDoS Origin instances owned by the current Alibaba Cloud account. Paging is supported.
368
+ * ### QPS limit
369
+ * The single-user QPS limit for this operation is 10 calls per second. If the limit is exceeded, API invokes are throttled, which may affect your business. Invoke this operation at an appropriate frequency.
370
+ *
371
+ * @param request - DescribeNetworkLayerInterceptsRequest
372
+ * @param runtime - runtime options for this request RuntimeOptions
373
+ * @returns DescribeNetworkLayerInterceptsResponse
374
+ */
375
+ describeNetworkLayerInterceptsWithOptions(request: $_model.DescribeNetworkLayerInterceptsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeNetworkLayerInterceptsResponse>;
376
+ /**
377
+ * Queries the network-layer interception records of Anti-DDoS Origin instances.
378
+ *
379
+ * @remarks
380
+ * This operation is used to perform a paged query of the details of Layer 3 and Layer 4 packet interception records for all Anti-DDoS Origin instances owned by the current Alibaba Cloud account. Paging is supported.
381
+ * ### QPS limit
382
+ * The single-user QPS limit for this operation is 10 calls per second. If the limit is exceeded, API invokes are throttled, which may affect your business. Invoke this operation at an appropriate frequency.
383
+ *
384
+ * @param request - DescribeNetworkLayerInterceptsRequest
385
+ * @returns DescribeNetworkLayerInterceptsResponse
386
+ */
387
+ describeNetworkLayerIntercepts(request: $_model.DescribeNetworkLayerInterceptsRequest): Promise<$_model.DescribeNetworkLayerInterceptsResponse>;
351
388
  /**
352
389
  * Queries the operation logs of an Anti-DDoS Origin instance.
353
390
  *
@@ -374,12 +411,12 @@ export default class Client extends OpenApi {
374
411
  */
375
412
  describeOpEntities(request: $_model.DescribeOpEntitiesRequest): Promise<$_model.DescribeOpEntitiesResponse>;
376
413
  /**
377
- * Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
414
+ * Queries the list of protected IP addresses for a single Anti-DDoS Origin instance.
378
415
  *
379
416
  * @remarks
380
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
381
- * ## Limits
382
- * 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.
417
+ * You can call this operation to query a paginated list of protected IP addresses for an Anti-DDoS Origin instance. The query returns details such as the IP addresses, the types of cloud assets to which the IP addresses belong, and their current status, such as whether they are under blackhole filtering.
418
+ * ### QPS limit
419
+ * This operation has a queries per second (QPS) limit of 10 for each user. Calls that exceed this limit are throttled, which may affect your business. We recommend that you call this operation within this limit.
383
420
  *
384
421
  * @param request - DescribePackIpListRequest
385
422
  * @param runtime - runtime options for this request RuntimeOptions
@@ -387,12 +424,12 @@ export default class Client extends OpenApi {
387
424
  */
388
425
  describePackIpListWithOptions(request: $_model.DescribePackIpListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePackIpListResponse>;
389
426
  /**
390
- * Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
427
+ * Queries the list of protected IP addresses for a single Anti-DDoS Origin instance.
391
428
  *
392
429
  * @remarks
393
- * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
394
- * ## Limits
395
- * 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.
430
+ * You can call this operation to query a paginated list of protected IP addresses for an Anti-DDoS Origin instance. The query returns details such as the IP addresses, the types of cloud assets to which the IP addresses belong, and their current status, such as whether they are under blackhole filtering.
431
+ * ### QPS limit
432
+ * This operation has a queries per second (QPS) limit of 10 for each user. Calls that exceed this limit are throttled, which may affect your business. We recommend that you call this operation within this limit.
396
433
  *
397
434
  * @param request - DescribePackIpListRequest
398
435
  * @returns DescribePackIpListResponse
@@ -416,7 +453,6 @@ export default class Client extends OpenApi {
416
453
  /**
417
454
  * Queries the status of the multi-account management feature.
418
455
  *
419
- * @param request - DescribeRdStatusRequest
420
456
  * @param runtime - runtime options for this request RuntimeOptions
421
457
  * @returns DescribeRdStatusResponse
422
458
  */
@@ -427,7 +463,7 @@ export default class Client extends OpenApi {
427
463
  */
428
464
  describeRdStatus(): Promise<$_model.DescribeRdStatusResponse>;
429
465
  /**
430
- * Queries the regions of assets that can be protected by Anti-DDoS Origin Enterprise in a specific region.
466
+ * Queries all regions supported by Anti-DDoS Origin Enterprise.
431
467
  *
432
468
  * @param request - DescribeRegionsRequest
433
469
  * @param runtime - runtime options for this request RuntimeOptions
@@ -435,20 +471,20 @@ export default class Client extends OpenApi {
435
471
  */
436
472
  describeRegionsWithOptions(request: $_model.DescribeRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
437
473
  /**
438
- * Queries the regions of assets that can be protected by Anti-DDoS Origin Enterprise in a specific region.
474
+ * Queries all regions supported by Anti-DDoS Origin Enterprise.
439
475
  *
440
476
  * @param request - DescribeRegionsRequest
441
477
  * @returns DescribeRegionsResponse
442
478
  */
443
479
  describeRegions(request: $_model.DescribeRegionsRequest): Promise<$_model.DescribeRegionsResponse>;
444
480
  /**
445
- * Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
481
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time period.
446
482
  *
447
483
  * @remarks
448
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
449
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
450
- * ## Limits
451
- * You can call this operation once 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.
484
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time range.
485
+ * > When calling this operation, you must set the **InstanceId** parameter to specify the Anti-DDoS Origin instance to query.
486
+ * ### QPS limit
487
+ * The single-user QPS limit for this operation is 1 call per second. If the limit is exceeded, the API call is throttled, which may affect your business. Call this operation as appropriate.
452
488
  *
453
489
  * @param request - DescribeTrafficRequest
454
490
  * @param runtime - runtime options for this request RuntimeOptions
@@ -456,20 +492,20 @@ export default class Client extends OpenApi {
456
492
  */
457
493
  describeTrafficWithOptions(request: $_model.DescribeTrafficRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTrafficResponse>;
458
494
  /**
459
- * Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
495
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time period.
460
496
  *
461
497
  * @remarks
462
- * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
463
- * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
464
- * ## Limits
465
- * You can call this operation once 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.
498
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time range.
499
+ * > When calling this operation, you must set the **InstanceId** parameter to specify the Anti-DDoS Origin instance to query.
500
+ * ### QPS limit
501
+ * The single-user QPS limit for this operation is 1 call per second. If the limit is exceeded, the API call is throttled, which may affect your business. Call this operation as appropriate.
466
502
  *
467
503
  * @param request - DescribeTrafficRequest
468
504
  * @returns DescribeTrafficResponse
469
505
  */
470
506
  describeTraffic(request: $_model.DescribeTrafficRequest): Promise<$_model.DescribeTrafficResponse>;
471
507
  /**
472
- * Removes protected objects from a mitigation policy.
508
+ * Dissociates a mitigation policy from a protected object.
473
509
  *
474
510
  * @param tmpReq - DetachFromPolicyRequest
475
511
  * @param runtime - runtime options for this request RuntimeOptions
@@ -477,7 +513,7 @@ export default class Client extends OpenApi {
477
513
  */
478
514
  detachFromPolicyWithOptions(tmpReq: $_model.DetachFromPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetachFromPolicyResponse>;
479
515
  /**
480
- * Removes protected objects from a mitigation policy.
516
+ * Dissociates a mitigation policy from a protected object.
481
517
  *
482
518
  * @param request - DetachFromPolicyRequest
483
519
  * @returns DetachFromPolicyResponse
@@ -544,7 +580,7 @@ export default class Client extends OpenApi {
544
580
  */
545
581
  listPolicy(request: $_model.ListPolicyRequest): Promise<$_model.ListPolicyResponse>;
546
582
  /**
547
- * Queries attachments to mitigation policies.
583
+ * Queries the associations of mitigation policies.
548
584
  *
549
585
  * @param tmpReq - ListPolicyAttachmentRequest
550
586
  * @param runtime - runtime options for this request RuntimeOptions
@@ -552,7 +588,7 @@ export default class Client extends OpenApi {
552
588
  */
553
589
  listPolicyAttachmentWithOptions(tmpReq: $_model.ListPolicyAttachmentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPolicyAttachmentResponse>;
554
590
  /**
555
- * Queries attachments to mitigation policies.
591
+ * Queries the associations of mitigation policies.
556
592
  *
557
593
  * @param request - ListPolicyAttachmentRequest
558
594
  * @returns ListPolicyAttachmentResponse
@@ -620,10 +656,10 @@ export default class Client extends OpenApi {
620
656
  */
621
657
  modifyPolicy(request: $_model.ModifyPolicyRequest): Promise<$_model.ModifyPolicyResponse>;
622
658
  /**
623
- * Modifies the content of the mitigation policy.
659
+ * Modifies the content of a mitigation policy.
624
660
  *
625
661
  * @remarks
626
- * Make sure that all request parameters are configured when you call this operation. If any parameter is left empty, the configuration is deleted.
662
+ * Make sure that you pass all parameters when you call this operation. If a parameter is left empty, the corresponding configuration is deleted.
627
663
  *
628
664
  * @param tmpReq - ModifyPolicyContentRequest
629
665
  * @param runtime - runtime options for this request RuntimeOptions
@@ -631,22 +667,22 @@ export default class Client extends OpenApi {
631
667
  */
632
668
  modifyPolicyContentWithOptions(tmpReq: $_model.ModifyPolicyContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyPolicyContentResponse>;
633
669
  /**
634
- * Modifies the content of the mitigation policy.
670
+ * Modifies the content of a mitigation policy.
635
671
  *
636
672
  * @remarks
637
- * Make sure that all request parameters are configured when you call this operation. If any parameter is left empty, the configuration is deleted.
673
+ * Make sure that you pass all parameters when you call this operation. If a parameter is left empty, the corresponding configuration is deleted.
638
674
  *
639
675
  * @param request - ModifyPolicyContentRequest
640
676
  * @returns ModifyPolicyContentResponse
641
677
  */
642
678
  modifyPolicyContent(request: $_model.ModifyPolicyContentRequest): Promise<$_model.ModifyPolicyContentResponse>;
643
679
  /**
644
- * Adds remarks for a single Anti-DDoS Origin instance.
680
+ * Sets a remark for a single Anti-DDoS Origin instance.
645
681
  *
646
682
  * @remarks
647
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
648
- * ### [](#qps-)Limits
649
- * 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.
683
+ * Sets a remark for a single Anti-DDoS Origin instance.
684
+ * ### QPS limit
685
+ * The single-user QPS limit for this API is 10 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this API appropriately.
650
686
  *
651
687
  * @param request - ModifyRemarkRequest
652
688
  * @param runtime - runtime options for this request RuntimeOptions
@@ -654,12 +690,12 @@ export default class Client extends OpenApi {
654
690
  */
655
691
  modifyRemarkWithOptions(request: $_model.ModifyRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyRemarkResponse>;
656
692
  /**
657
- * Adds remarks for a single Anti-DDoS Origin instance.
693
+ * Sets a remark for a single Anti-DDoS Origin instance.
658
694
  *
659
695
  * @remarks
660
- * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
661
- * ### [](#qps-)Limits
662
- * 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.
696
+ * Sets a remark for a single Anti-DDoS Origin instance.
697
+ * ### QPS limit
698
+ * The single-user QPS limit for this API is 10 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this API appropriately.
663
699
  *
664
700
  * @param request - ModifyRemarkRequest
665
701
  * @returns ModifyRemarkResponse