tencentcloud-sdk-nodejs-cls 4.1.302 → 4.1.305
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/package.json
CHANGED
|
@@ -14784,11 +14784,11 @@ export interface DeleteConsumerGroupResponse {
|
|
|
14784
14784
|
*/
|
|
14785
14785
|
export interface SearchLogRequest {
|
|
14786
14786
|
/**
|
|
14787
|
-
* <p>要检索分析的日志的起始时间,<strong>Unix时间戳(毫秒)</strong></p>
|
|
14787
|
+
* <p>要检索分析的日志的起始时间,<strong>Unix时间戳(毫秒)</strong></p><p>时间范围为左闭右开区间 [From, To),包含 From 时刻</p>
|
|
14788
14788
|
*/
|
|
14789
14789
|
From: number;
|
|
14790
14790
|
/**
|
|
14791
|
-
* <p>要检索分析的日志的结束时间,<strong>Unix时间戳(毫秒)</strong></p>
|
|
14791
|
+
* <p>要检索分析的日志的结束时间,<strong>Unix时间戳(毫秒)</strong></p><p>时间范围为左闭右开区间 [From, To),不包含 To 时刻</p>
|
|
14792
14792
|
*/
|
|
14793
14793
|
To: number;
|
|
14794
14794
|
/**
|