@alicloud/ddosbgp20180720 3.0.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/dist/client.d.ts +97 -57
  2. package/dist/client.js +155 -57
  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/CheckAccessLogAuthRequest.d.ts +2 -2
  15. package/dist/models/CheckAccessLogAuthResponseBody.d.ts +4 -5
  16. package/dist/models/CheckAccessLogAuthResponseBody.js.map +1 -1
  17. package/dist/models/CheckGrantRequest.d.ts +4 -3
  18. package/dist/models/CheckGrantRequest.js.map +1 -1
  19. package/dist/models/CheckGrantResponseBody.d.ts +3 -2
  20. package/dist/models/CheckGrantResponseBody.js.map +1 -1
  21. package/dist/models/CreatePolicyRequest.d.ts +15 -5
  22. package/dist/models/CreatePolicyRequest.js.map +1 -1
  23. package/dist/models/CreatePolicyResponseBody.d.ts +2 -2
  24. package/dist/models/DeleteIpRequest.d.ts +8 -10
  25. package/dist/models/DeleteIpRequest.js.map +1 -1
  26. package/dist/models/DeleteIpResponseBody.d.ts +1 -1
  27. package/dist/models/DescribeAssetGroupRequest.d.ts +4 -3
  28. package/dist/models/DescribeAssetGroupRequest.js.map +1 -1
  29. package/dist/models/DescribeAssetGroupToInstanceRequest.d.ts +5 -4
  30. package/dist/models/DescribeAssetGroupToInstanceRequest.js.map +1 -1
  31. package/dist/models/DescribeDdosOriginInstanceBillRequest.d.ts +12 -14
  32. package/dist/models/DescribeDdosOriginInstanceBillRequest.js.map +1 -1
  33. package/dist/models/DescribeDdosOriginInstanceBillResponseBody.d.ts +72 -85
  34. package/dist/models/DescribeDdosOriginInstanceBillResponseBody.js.map +1 -1
  35. package/dist/models/DescribeInstanceListRequest.d.ts +28 -29
  36. package/dist/models/DescribeInstanceListRequest.js.map +1 -1
  37. package/dist/models/DescribeInstanceListResponseBody.d.ts +46 -42
  38. package/dist/models/DescribeInstanceListResponseBody.js +2 -0
  39. package/dist/models/DescribeInstanceListResponseBody.js.map +1 -1
  40. package/dist/models/DescribeNetworkLayerInterceptsRequest.d.ts +107 -0
  41. package/dist/models/DescribeNetworkLayerInterceptsRequest.js +78 -0
  42. package/dist/models/DescribeNetworkLayerInterceptsRequest.js.map +1 -0
  43. package/dist/models/DescribeNetworkLayerInterceptsResponse.d.ts +19 -0
  44. package/dist/models/DescribeNetworkLayerInterceptsResponse.js +69 -0
  45. package/dist/models/DescribeNetworkLayerInterceptsResponse.js.map +1 -0
  46. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.d.ts +144 -0
  47. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.js +106 -0
  48. package/dist/models/DescribeNetworkLayerInterceptsResponseBody.js.map +1 -0
  49. package/dist/models/DescribePackIpListRequest.d.ts +14 -11
  50. package/dist/models/DescribePackIpListRequest.js.map +1 -1
  51. package/dist/models/DescribePackIpListResponseBody.d.ts +28 -22
  52. package/dist/models/DescribePackIpListResponseBody.js.map +1 -1
  53. package/dist/models/DescribeRdMemberListRequest.d.ts +1 -1
  54. package/dist/models/DescribeRdMemberListResponseBody.d.ts +2 -2
  55. package/dist/models/DescribeRdStatusResponseBody.d.ts +5 -3
  56. package/dist/models/DescribeRdStatusResponseBody.js.map +1 -1
  57. package/dist/models/DescribeRegionsRequest.d.ts +4 -4
  58. package/dist/models/DescribeRegionsResponseBody.d.ts +5 -6
  59. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  60. package/dist/models/DescribeTrafficRequest.d.ts +16 -21
  61. package/dist/models/DescribeTrafficRequest.js.map +1 -1
  62. package/dist/models/DescribeTrafficResponseBody.d.ts +11 -12
  63. package/dist/models/DescribeTrafficResponseBody.js.map +1 -1
  64. package/dist/models/DetachFromPolicyRequest.d.ts +26 -8
  65. package/dist/models/DetachFromPolicyRequest.js.map +1 -1
  66. package/dist/models/DetachFromPolicyResponseBody.d.ts +1 -1
  67. package/dist/models/DetachFromPolicyShrinkRequest.d.ts +16 -6
  68. package/dist/models/DetachFromPolicyShrinkRequest.js.map +1 -1
  69. package/dist/models/DettachAssetGroupToInstanceRequest.d.ts +5 -4
  70. package/dist/models/DettachAssetGroupToInstanceRequest.js.map +1 -1
  71. package/dist/models/DettachAssetGroupToInstanceShrinkRequest.d.ts +2 -2
  72. package/dist/models/GetSlsOpenStatusRequest.d.ts +1 -1
  73. package/dist/models/GetSlsOpenStatusResponseBody.d.ts +4 -4
  74. package/dist/models/ListOpenedAccessLogInstancesRequest.d.ts +3 -3
  75. package/dist/models/ListOpenedAccessLogInstancesResponseBody.d.ts +7 -7
  76. package/dist/models/ListPolicyAttachmentRequest.d.ts +27 -11
  77. package/dist/models/ListPolicyAttachmentRequest.js.map +1 -1
  78. package/dist/models/ListPolicyAttachmentResponseBody.d.ts +19 -13
  79. package/dist/models/ListPolicyAttachmentResponseBody.js.map +1 -1
  80. package/dist/models/ListPolicyAttachmentShrinkRequest.d.ts +18 -9
  81. package/dist/models/ListPolicyAttachmentShrinkRequest.js.map +1 -1
  82. package/dist/models/ListPolicyRequest.d.ts +5 -16
  83. package/dist/models/ListPolicyRequest.js.map +1 -1
  84. package/dist/models/ListPolicyResponseBody.d.ts +182 -94
  85. package/dist/models/ListPolicyResponseBody.js +41 -1
  86. package/dist/models/ListPolicyResponseBody.js.map +1 -1
  87. package/dist/models/ModifyPolicyContentRequest.d.ts +176 -90
  88. package/dist/models/ModifyPolicyContentRequest.js +41 -1
  89. package/dist/models/ModifyPolicyContentRequest.js.map +1 -1
  90. package/dist/models/ModifyPolicyContentResponseBody.d.ts +1 -1
  91. package/dist/models/ModifyPolicyContentShrinkRequest.d.ts +9 -2
  92. package/dist/models/ModifyPolicyContentShrinkRequest.js.map +1 -1
  93. package/dist/models/ModifyPolicyRequest.d.ts +181 -118
  94. package/dist/models/ModifyPolicyRequest.js +41 -1
  95. package/dist/models/ModifyPolicyRequest.js.map +1 -1
  96. package/dist/models/ModifyPolicyResponseBody.d.ts +1 -1
  97. package/dist/models/ModifyPolicyShrinkRequest.d.ts +10 -26
  98. package/dist/models/ModifyPolicyShrinkRequest.js.map +1 -1
  99. package/dist/models/ModifyRemarkRequest.d.ts +5 -7
  100. package/dist/models/ModifyRemarkRequest.js.map +1 -1
  101. package/dist/models/ReleaseDdosOriginInstanceRequest.d.ts +1 -1
  102. package/dist/models/model.d.ts +7 -0
  103. package/dist/models/model.js +34 -20
  104. package/dist/models/model.js.map +1 -1
  105. package/package.json +2 -2
  106. package/src/client.ts +168 -57
  107. package/src/models/AddIpRequest.ts +11 -10
  108. package/src/models/AddIpResponseBody.ts +1 -1
  109. package/src/models/AttachAssetGroupToInstanceRequest.ts +2 -2
  110. package/src/models/AttachAssetGroupToInstanceShrinkRequest.ts +2 -2
  111. package/src/models/AttachToPolicyRequest.ts +27 -10
  112. package/src/models/AttachToPolicyResponseBody.ts +1 -1
  113. package/src/models/AttachToPolicyShrinkRequest.ts +12 -1
  114. package/src/models/CheckAccessLogAuthRequest.ts +2 -2
  115. package/src/models/CheckAccessLogAuthResponseBody.ts +4 -5
  116. package/src/models/CheckGrantRequest.ts +4 -3
  117. package/src/models/CheckGrantResponseBody.ts +3 -2
  118. package/src/models/CreatePolicyRequest.ts +15 -5
  119. package/src/models/CreatePolicyResponseBody.ts +2 -2
  120. package/src/models/DeleteIpRequest.ts +8 -10
  121. package/src/models/DeleteIpResponseBody.ts +1 -1
  122. package/src/models/DescribeAssetGroupRequest.ts +4 -3
  123. package/src/models/DescribeAssetGroupToInstanceRequest.ts +5 -4
  124. package/src/models/DescribeDdosOriginInstanceBillRequest.ts +12 -14
  125. package/src/models/DescribeDdosOriginInstanceBillResponseBody.ts +72 -85
  126. package/src/models/DescribeInstanceListRequest.ts +28 -29
  127. package/src/models/DescribeInstanceListResponseBody.ts +48 -42
  128. package/src/models/DescribeNetworkLayerInterceptsRequest.ts +140 -0
  129. package/src/models/DescribeNetworkLayerInterceptsResponse.ts +40 -0
  130. package/src/models/DescribeNetworkLayerInterceptsResponseBody.ts +196 -0
  131. package/src/models/DescribePackIpListRequest.ts +14 -11
  132. package/src/models/DescribePackIpListResponseBody.ts +28 -22
  133. package/src/models/DescribeRdMemberListRequest.ts +1 -1
  134. package/src/models/DescribeRdMemberListResponseBody.ts +2 -2
  135. package/src/models/DescribeRdStatusResponseBody.ts +5 -3
  136. package/src/models/DescribeRegionsRequest.ts +4 -4
  137. package/src/models/DescribeRegionsResponseBody.ts +5 -6
  138. package/src/models/DescribeTrafficRequest.ts +16 -21
  139. package/src/models/DescribeTrafficResponseBody.ts +11 -12
  140. package/src/models/DetachFromPolicyRequest.ts +26 -8
  141. package/src/models/DetachFromPolicyResponseBody.ts +1 -1
  142. package/src/models/DetachFromPolicyShrinkRequest.ts +16 -6
  143. package/src/models/DettachAssetGroupToInstanceRequest.ts +5 -4
  144. package/src/models/DettachAssetGroupToInstanceShrinkRequest.ts +2 -2
  145. package/src/models/GetSlsOpenStatusRequest.ts +1 -1
  146. package/src/models/GetSlsOpenStatusResponseBody.ts +4 -4
  147. package/src/models/ListOpenedAccessLogInstancesRequest.ts +3 -3
  148. package/src/models/ListOpenedAccessLogInstancesResponseBody.ts +7 -7
  149. package/src/models/ListPolicyAttachmentRequest.ts +27 -11
  150. package/src/models/ListPolicyAttachmentResponseBody.ts +19 -13
  151. package/src/models/ListPolicyAttachmentShrinkRequest.ts +18 -9
  152. package/src/models/ListPolicyRequest.ts +5 -16
  153. package/src/models/ListPolicyResponseBody.ts +213 -94
  154. package/src/models/ModifyPolicyContentRequest.ts +207 -90
  155. package/src/models/ModifyPolicyContentResponseBody.ts +1 -1
  156. package/src/models/ModifyPolicyContentShrinkRequest.ts +9 -2
  157. package/src/models/ModifyPolicyRequest.ts +212 -118
  158. package/src/models/ModifyPolicyResponseBody.ts +1 -1
  159. package/src/models/ModifyPolicyShrinkRequest.ts +10 -26
  160. package/src/models/ModifyRemarkRequest.ts +5 -7
  161. package/src/models/ReleaseDdosOriginInstanceRequest.ts +1 -1
  162. 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,12 @@ 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
+ * Queries the details of Anti-DDoS Origin instances.
317
329
  *
318
330
  * @remarks
319
- * Queries the details of all Anti-DDoS Origin instances.
331
+ * This operation is used to query the details of all Anti-DDoS Origin instances owned by the current Alibaba Cloud account by paging, such as instance IDs, validity periods, and statuses.
332
+ * ### QPS limit
333
+ * You can invoke this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. This may affect your business. Invoke this operation within the limit.
320
334
  *
321
335
  * @param request - DescribeInstanceListRequest
322
336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -324,10 +338,12 @@ export default class Client extends OpenApi {
324
338
  */
325
339
  describeInstanceListWithOptions(request: $_model.DescribeInstanceListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInstanceListResponse>;
326
340
  /**
327
- * Queries the details of all Anti-DDoS Origin instances.
341
+ * Queries the details of Anti-DDoS Origin instances.
328
342
  *
329
343
  * @remarks
330
- * Queries the details of all Anti-DDoS Origin instances.
344
+ * This operation is used to query the details of all Anti-DDoS Origin instances owned by the current Alibaba Cloud account by paging, such as instance IDs, validity periods, and statuses.
345
+ * ### QPS limit
346
+ * You can invoke this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. This may affect your business. Invoke this operation within the limit.
331
347
  *
332
348
  * @param request - DescribeInstanceListRequest
333
349
  * @returns DescribeInstanceListResponse
@@ -348,6 +364,31 @@ export default class Client extends OpenApi {
348
364
  * @returns DescribeInstanceSpecsResponse
349
365
  */
350
366
  describeInstanceSpecs(request: $_model.DescribeInstanceSpecsRequest): Promise<$_model.DescribeInstanceSpecsResponse>;
367
+ /**
368
+ * Queries the network-layer interception records of Anti-DDoS Origin instances.
369
+ *
370
+ * @remarks
371
+ * 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.
372
+ * ### QPS limit
373
+ * 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.
374
+ *
375
+ * @param request - DescribeNetworkLayerInterceptsRequest
376
+ * @param runtime - runtime options for this request RuntimeOptions
377
+ * @returns DescribeNetworkLayerInterceptsResponse
378
+ */
379
+ describeNetworkLayerInterceptsWithOptions(request: $_model.DescribeNetworkLayerInterceptsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeNetworkLayerInterceptsResponse>;
380
+ /**
381
+ * Queries the network-layer interception records of Anti-DDoS Origin instances.
382
+ *
383
+ * @remarks
384
+ * 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.
385
+ * ### QPS limit
386
+ * 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.
387
+ *
388
+ * @param request - DescribeNetworkLayerInterceptsRequest
389
+ * @returns DescribeNetworkLayerInterceptsResponse
390
+ */
391
+ describeNetworkLayerIntercepts(request: $_model.DescribeNetworkLayerInterceptsRequest): Promise<$_model.DescribeNetworkLayerInterceptsResponse>;
351
392
  /**
352
393
  * Queries the operation logs of an Anti-DDoS Origin instance.
353
394
  *
@@ -374,12 +415,12 @@ export default class Client extends OpenApi {
374
415
  */
375
416
  describeOpEntities(request: $_model.DescribeOpEntitiesRequest): Promise<$_model.DescribeOpEntitiesResponse>;
376
417
  /**
377
- * Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
418
+ * Queries the list of protected IP addresses for a single Anti-DDoS Origin instance.
378
419
  *
379
420
  * @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.
421
+ * 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.
422
+ * ### QPS limit
423
+ * 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
424
  *
384
425
  * @param request - DescribePackIpListRequest
385
426
  * @param runtime - runtime options for this request RuntimeOptions
@@ -387,12 +428,12 @@ export default class Client extends OpenApi {
387
428
  */
388
429
  describePackIpListWithOptions(request: $_model.DescribePackIpListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePackIpListResponse>;
389
430
  /**
390
- * Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
431
+ * Queries the list of protected IP addresses for a single Anti-DDoS Origin instance.
391
432
  *
392
433
  * @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.
434
+ * 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.
435
+ * ### QPS limit
436
+ * 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
437
  *
397
438
  * @param request - DescribePackIpListRequest
398
439
  * @returns DescribePackIpListResponse
@@ -416,7 +457,6 @@ export default class Client extends OpenApi {
416
457
  /**
417
458
  * Queries the status of the multi-account management feature.
418
459
  *
419
- * @param request - DescribeRdStatusRequest
420
460
  * @param runtime - runtime options for this request RuntimeOptions
421
461
  * @returns DescribeRdStatusResponse
422
462
  */
@@ -427,7 +467,7 @@ export default class Client extends OpenApi {
427
467
  */
428
468
  describeRdStatus(): Promise<$_model.DescribeRdStatusResponse>;
429
469
  /**
430
- * Queries the regions of assets that can be protected by Anti-DDoS Origin Enterprise in a specific region.
470
+ * Queries all regions supported by Anti-DDoS Origin Enterprise.
431
471
  *
432
472
  * @param request - DescribeRegionsRequest
433
473
  * @param runtime - runtime options for this request RuntimeOptions
@@ -435,20 +475,20 @@ export default class Client extends OpenApi {
435
475
  */
436
476
  describeRegionsWithOptions(request: $_model.DescribeRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
437
477
  /**
438
- * Queries the regions of assets that can be protected by Anti-DDoS Origin Enterprise in a specific region.
478
+ * Queries all regions supported by Anti-DDoS Origin Enterprise.
439
479
  *
440
480
  * @param request - DescribeRegionsRequest
441
481
  * @returns DescribeRegionsResponse
442
482
  */
443
483
  describeRegions(request: $_model.DescribeRegionsRequest): Promise<$_model.DescribeRegionsResponse>;
444
484
  /**
445
- * Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
485
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time period.
446
486
  *
447
487
  * @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.
488
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time range.
489
+ * > When calling this operation, you must set the **InstanceId** parameter to specify the Anti-DDoS Origin instance to query.
490
+ * ### QPS limit
491
+ * 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
492
  *
453
493
  * @param request - DescribeTrafficRequest
454
494
  * @param runtime - runtime options for this request RuntimeOptions
@@ -456,20 +496,20 @@ export default class Client extends OpenApi {
456
496
  */
457
497
  describeTrafficWithOptions(request: $_model.DescribeTrafficRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTrafficResponse>;
458
498
  /**
459
- * Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
499
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time period.
460
500
  *
461
501
  * @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.
502
+ * Queries the traffic statistics of a specified Anti-DDoS Origin instance within a specified time range.
503
+ * > When calling this operation, you must set the **InstanceId** parameter to specify the Anti-DDoS Origin instance to query.
504
+ * ### QPS limit
505
+ * 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
506
  *
467
507
  * @param request - DescribeTrafficRequest
468
508
  * @returns DescribeTrafficResponse
469
509
  */
470
510
  describeTraffic(request: $_model.DescribeTrafficRequest): Promise<$_model.DescribeTrafficResponse>;
471
511
  /**
472
- * Removes protected objects from a mitigation policy.
512
+ * Dissociates a mitigation policy from a protected object.
473
513
  *
474
514
  * @param tmpReq - DetachFromPolicyRequest
475
515
  * @param runtime - runtime options for this request RuntimeOptions
@@ -477,7 +517,7 @@ export default class Client extends OpenApi {
477
517
  */
478
518
  detachFromPolicyWithOptions(tmpReq: $_model.DetachFromPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetachFromPolicyResponse>;
479
519
  /**
480
- * Removes protected objects from a mitigation policy.
520
+ * Dissociates a mitigation policy from a protected object.
481
521
  *
482
522
  * @param request - DetachFromPolicyRequest
483
523
  * @returns DetachFromPolicyResponse
@@ -499,7 +539,7 @@ export default class Client extends OpenApi {
499
539
  */
500
540
  dettachAssetGroupToInstance(request: $_model.DettachAssetGroupToInstanceRequest): Promise<$_model.DettachAssetGroupToInstanceResponse>;
501
541
  /**
502
- * Queries whether Simple Log Service is activated.
542
+ * Queries the activation status of Simple Log Service for the current Alibaba Cloud account.
503
543
  *
504
544
  * @param request - GetSlsOpenStatusRequest
505
545
  * @param runtime - runtime options for this request RuntimeOptions
@@ -507,14 +547,14 @@ export default class Client extends OpenApi {
507
547
  */
508
548
  getSlsOpenStatusWithOptions(request: $_model.GetSlsOpenStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSlsOpenStatusResponse>;
509
549
  /**
510
- * Queries whether Simple Log Service is activated.
550
+ * Queries the activation status of Simple Log Service for the current Alibaba Cloud account.
511
551
  *
512
552
  * @param request - GetSlsOpenStatusRequest
513
553
  * @returns GetSlsOpenStatusResponse
514
554
  */
515
555
  getSlsOpenStatus(request: $_model.GetSlsOpenStatusRequest): Promise<$_model.GetSlsOpenStatusResponse>;
516
556
  /**
517
- * Queries the Anti-DDoS Origin instances for which log analysis is enabled.
557
+ * Queries Anti-DDoS Origin instances that have log analysis enabled.
518
558
  *
519
559
  * @param request - ListOpenedAccessLogInstancesRequest
520
560
  * @param runtime - runtime options for this request RuntimeOptions
@@ -522,7 +562,7 @@ export default class Client extends OpenApi {
522
562
  */
523
563
  listOpenedAccessLogInstancesWithOptions(request: $_model.ListOpenedAccessLogInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOpenedAccessLogInstancesResponse>;
524
564
  /**
525
- * Queries the Anti-DDoS Origin instances for which log analysis is enabled.
565
+ * Queries Anti-DDoS Origin instances that have log analysis enabled.
526
566
  *
527
567
  * @param request - ListOpenedAccessLogInstancesRequest
528
568
  * @returns ListOpenedAccessLogInstancesResponse
@@ -544,7 +584,7 @@ export default class Client extends OpenApi {
544
584
  */
545
585
  listPolicy(request: $_model.ListPolicyRequest): Promise<$_model.ListPolicyResponse>;
546
586
  /**
547
- * Queries attachments to mitigation policies.
587
+ * Queries the associations of mitigation policies.
548
588
  *
549
589
  * @param tmpReq - ListPolicyAttachmentRequest
550
590
  * @param runtime - runtime options for this request RuntimeOptions
@@ -552,7 +592,7 @@ export default class Client extends OpenApi {
552
592
  */
553
593
  listPolicyAttachmentWithOptions(tmpReq: $_model.ListPolicyAttachmentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPolicyAttachmentResponse>;
554
594
  /**
555
- * Queries attachments to mitigation policies.
595
+ * Queries the associations of mitigation policies.
556
596
  *
557
597
  * @param request - ListPolicyAttachmentRequest
558
598
  * @returns ListPolicyAttachmentResponse
@@ -620,10 +660,10 @@ export default class Client extends OpenApi {
620
660
  */
621
661
  modifyPolicy(request: $_model.ModifyPolicyRequest): Promise<$_model.ModifyPolicyResponse>;
622
662
  /**
623
- * Modifies the content of the mitigation policy.
663
+ * Modifies the content of a mitigation policy.
624
664
  *
625
665
  * @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.
666
+ * Make sure that you pass all parameters when you call this operation. If a parameter is left empty, the corresponding configuration is deleted.
627
667
  *
628
668
  * @param tmpReq - ModifyPolicyContentRequest
629
669
  * @param runtime - runtime options for this request RuntimeOptions
@@ -631,22 +671,22 @@ export default class Client extends OpenApi {
631
671
  */
632
672
  modifyPolicyContentWithOptions(tmpReq: $_model.ModifyPolicyContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyPolicyContentResponse>;
633
673
  /**
634
- * Modifies the content of the mitigation policy.
674
+ * Modifies the content of a mitigation policy.
635
675
  *
636
676
  * @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.
677
+ * Make sure that you pass all parameters when you call this operation. If a parameter is left empty, the corresponding configuration is deleted.
638
678
  *
639
679
  * @param request - ModifyPolicyContentRequest
640
680
  * @returns ModifyPolicyContentResponse
641
681
  */
642
682
  modifyPolicyContent(request: $_model.ModifyPolicyContentRequest): Promise<$_model.ModifyPolicyContentResponse>;
643
683
  /**
644
- * Adds remarks for a single Anti-DDoS Origin instance.
684
+ * Sets a remark for a single Anti-DDoS Origin instance.
645
685
  *
646
686
  * @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.
687
+ * Sets a remark for a single Anti-DDoS Origin instance.
688
+ * ### QPS limit
689
+ * 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
690
  *
651
691
  * @param request - ModifyRemarkRequest
652
692
  * @param runtime - runtime options for this request RuntimeOptions
@@ -654,12 +694,12 @@ export default class Client extends OpenApi {
654
694
  */
655
695
  modifyRemarkWithOptions(request: $_model.ModifyRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyRemarkResponse>;
656
696
  /**
657
- * Adds remarks for a single Anti-DDoS Origin instance.
697
+ * Sets a remark for a single Anti-DDoS Origin instance.
658
698
  *
659
699
  * @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.
700
+ * Sets a remark for a single Anti-DDoS Origin instance.
701
+ * ### QPS limit
702
+ * 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
703
  *
664
704
  * @param request - ModifyRemarkRequest
665
705
  * @returns ModifyRemarkResponse