tencentcloud-sdk-nodejs-tione 4.1.187 → 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.187",
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请求参数结构体
@@ -3304,6 +3308,10 @@ export interface SubAccountInfo {
3304
3308
  * 子账号在Linux下的GID
3305
3309
  */
3306
3310
  LinuxGid?: number;
3311
+ /**
3312
+ * 子账号在Linux下的用户名
3313
+ */
3314
+ LinuxUserName?: string;
3307
3315
  }
3308
3316
  /**
3309
3317
  * 镜像描述信息
@@ -3969,7 +3977,7 @@ export interface WeightEntry {
3969
3977
  */
3970
3978
  ServiceId: string;
3971
3979
  /**
3972
- * 流量权重值,同 ServiceGroup 下 总和应为 100
3980
+ * 流量权重值,ServiceGroup 下,不同服务版本根据权重比例分配流量
3973
3981
  */
3974
3982
  Weight: number;
3975
3983
  }