tencentcloud-sdk-nodejs-tione 4.1.8 → 4.1.10

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.8",
3
+ "version": "4.1.10",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2826,7 +2826,7 @@ export interface ServiceInfo {
2826
2826
  * 定时停止的配置
2827
2827
  注意:此字段可能返回 null,表示取不到有效值。
2828
2828
  */
2829
- ScheduledAction?: string;
2829
+ ScheduledAction?: ScheduledAction;
2830
2830
  /**
2831
2831
  * 实例列表
2832
2832
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4296,6 +4296,14 @@ export interface ServiceGroup {
4296
4296
  注意:此字段可能返回 null,表示取不到有效值。
4297
4297
  */
4298
4298
  AvailableReplicasCount?: number;
4299
+ /**
4300
+ * 服务组的subuin
4301
+ */
4302
+ SubUin?: string;
4303
+ /**
4304
+ * 服务组的app_id
4305
+ */
4306
+ AppId?: number;
4299
4307
  }
4300
4308
  /**
4301
4309
  * 服务的限流限速等配置