tencentcloud-sdk-nodejs-intl-en 3.0.1281 → 3.0.1283

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.
@@ -3291,7 +3291,7 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
3291
3291
  this.MetricName = null;
3292
3292
 
3293
3293
  /**
3294
- * Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
3294
+ * Site ID set. this parameter will change from option to required after may 30, 2024. for details, see the notice: [tencent cloud EdgeOne API change notification](https://www.tencentcloud.comom/document/product/1552/104902?from_cn_redirect=1). a maximum of 100 site ids can be imported. use `*` to query all site data under the tencent cloud root account. querying account-level data requires all resource permissions for all sites in this interface.
3295
3295
  * @type {Array.<string> || null}
3296
3296
  */
3297
3297
  this.ZoneIds = null;
@@ -3303,7 +3303,7 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
3303
3303
  this.Limit = null;
3304
3304
 
3305
3305
  /**
3306
- * Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).
3306
+ * Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.com/document/product/1145/56985).
3307
3307
  If needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.
3308
3308
  * @type {Array.<QueryCondition> || null}
3309
3309
  */
@@ -837,6 +837,7 @@ Note:
837
837
 
838
838
  /**
839
839
  * This API is used to stop a relaying task.
840
+ You can create a relay task before the anchor enters the room. When the relay task is finished, you need to call the stop interface actively. If you do not call the Stop Relay Task Interface, Tencent Cloud will automatically stop the mix relay task when all users participating in the mix have no data uploaded for a period of time exceeding the timeout (AgentParams.MaxIdleTime) set when starting the relay task.
840
841
  * @param {StopPublishCdnStreamRequest} req
841
842
  * @param {function(string, StopPublishCdnStreamResponse):void} cb
842
843
  * @public