tencentcloud-sdk-nodejs-tione 4.1.188 → 4.1.189

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tione",
3
- "version": "4.1.188",
3
+ "version": "4.1.189",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -220,7 +220,7 @@ export interface DescribeLogsRequest {
220
220
  */
221
221
  EndTime?: string;
222
222
  /**
223
- * 日志查询条数,默认值100,最大值100
223
+ * 日志查询条数,默认值100,最大值1000
224
224
  */
225
225
  Limit?: number;
226
226
  /**
@@ -268,6 +268,10 @@ export interface DescribeLogsRequest {
268
268
  3. Filter. Negative和Filter. Fuzzy没有使用
269
269
  */
270
270
  Filters?: Array<Filter>;
271
+ /**
272
+ * 使用OFFSET分页查询时,指定返回的数据偏移量,默认为0
273
+ */
274
+ Offset?: number;
271
275
  }
272
276
  /**
273
277
  * DescribeModelAccelerateVersions请求参数结构体
@@ -3973,7 +3977,7 @@ export interface WeightEntry {
3973
3977
  */
3974
3978
  ServiceId: string;
3975
3979
  /**
3976
- * 流量权重值,同 ServiceGroup 下 总和应为 100
3980
+ * 流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
3977
3981
  */
3978
3982
  Weight: number;
3979
3983
  }