tencentcloud-sdk-nodejs 4.0.578 → 4.0.579

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/SERVICE_CHANGELOG.md +49 -71
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/btoe/index.ts +2 -2
  7. package/src/services/chdfs/index.ts +2 -2
  8. package/src/services/cvm/v20170312/cvm_models.ts +6 -4
  9. package/src/services/ess/v20201111/ess_client.ts +8 -8
  10. package/src/services/ess/v20201111/ess_models.ts +8 -8
  11. package/src/services/essbasic/index.ts +2 -2
  12. package/src/services/facefusion/index.ts +2 -2
  13. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  14. package/src/services/iotvideo/index.ts +2 -2
  15. package/src/services/mgobe/index.ts +2 -2
  16. package/src/services/redis/v20180412/redis_client.ts +1 -1
  17. package/src/services/redis/v20180412/redis_models.ts +118 -65
  18. package/src/services/sms/index.ts +2 -2
  19. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +51 -9
  20. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +241 -35
  21. package/src/services/tem/index.ts +2 -2
  22. package/src/services/teo/v20220901/teo_models.ts +2 -2
  23. package/src/services/thpc/index.ts +2 -2
  24. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  25. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  26. package/src/services/tsw/index.ts +2 -2
  27. package/src/services/vm/index.ts +4 -4
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/btoe/index.d.ts +4 -4
  31. package/tencentcloud/services/btoe/index.js +2 -2
  32. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  33. package/tencentcloud/services/chdfs/index.js +2 -2
  34. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -4
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -8
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -8
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -8
  38. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  39. package/tencentcloud/services/essbasic/index.js +2 -2
  40. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  41. package/tencentcloud/services/facefusion/index.js +2 -2
  42. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  43. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  44. package/tencentcloud/services/iotvideo/index.js +2 -2
  45. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  46. package/tencentcloud/services/mgobe/index.js +2 -2
  47. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  48. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  49. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +109 -56
  50. package/tencentcloud/services/sms/index.d.ts +4 -4
  51. package/tencentcloud/services/sms/index.js +2 -2
  52. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +19 -3
  53. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +25 -3
  54. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +207 -32
  55. package/tencentcloud/services/tem/index.d.ts +4 -4
  56. package/tencentcloud/services/tem/index.js +2 -2
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  58. package/tencentcloud/services/thpc/index.d.ts +4 -4
  59. package/tencentcloud/services/thpc/index.js +2 -2
  60. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  61. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  62. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  63. package/tencentcloud/services/tsw/index.d.ts +4 -4
  64. package/tencentcloud/services/tsw/index.js +2 -2
  65. package/tencentcloud/services/vm/index.d.ts +6 -6
  66. package/tencentcloud/services/vm/index.js +4 -4
  67. package/test/tcaplusdb.v20190823.test.js +32 -2
@@ -232,6 +232,26 @@ export interface TableRollbackResultNew {
232
232
  TotalKeyNum: number
233
233
  }
234
234
 
235
+ /**
236
+ * DescribeBackupRecords返回参数结构体
237
+ */
238
+ export interface DescribeBackupRecordsResponse {
239
+ /**
240
+ * 备份记录详情
241
+ */
242
+ BackupRecords: Array<BackupRecords>
243
+
244
+ /**
245
+ * 返回记录条数
246
+ */
247
+ TotalCount: number
248
+
249
+ /**
250
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
251
+ */
252
+ RequestId?: string
253
+ }
254
+
235
255
  /**
236
256
  * 申请单id及其状态
237
257
  */
@@ -1609,6 +1629,31 @@ export interface RecoverRecycleTablesRequest {
1609
1629
  SelectedTables: Array<SelectedTableInfoNew>
1610
1630
  }
1611
1631
 
1632
+ /**
1633
+ * ModifyClusterMachine请求参数结构体
1634
+ */
1635
+ export interface ModifyClusterMachineRequest {
1636
+ /**
1637
+ * 集群id
1638
+ */
1639
+ ClusterId: string
1640
+
1641
+ /**
1642
+ * svr占用的机器
1643
+ */
1644
+ ServerList: Array<MachineInfo>
1645
+
1646
+ /**
1647
+ * proxy占用的机器
1648
+ */
1649
+ ProxyList: Array<MachineInfo>
1650
+
1651
+ /**
1652
+ * 集群类型1共享集群2独占集群
1653
+ */
1654
+ ClusterType: number
1655
+ }
1656
+
1612
1657
  /**
1613
1658
  * DeleteSnapshots返回参数结构体
1614
1659
  */
@@ -1669,6 +1714,43 @@ export interface ModifyTableGroupNameRequest {
1669
1714
  TableGroupName: string
1670
1715
  }
1671
1716
 
1717
+ /**
1718
+ * 备份保留策略详情
1719
+ 集群策略: ClueterId=集群Id, TableGroupId=-1, TableName="-1"
1720
+ 集群+表格组策略: ClueterId=集群Id, TableGroupId=表格组Id, TableName="-1"
1721
+ 集群+表格组+表格策略: ClueterId=集群Id, TableGroupId=表格组Id, TableName="表格名"
1722
+
1723
+ FileTag=0 txh引擎文件, =1 ulog流水文件, 当要设置为=1时, 这两项不可变 TableGroupId=-1和TableName="-1"
1724
+ ExpireDay为大于等于1,小于999的整形数字
1725
+ OperType=0 代表动作为新增, =1 代表动作为删除, =2 代表动作为修改, 其中0和2可以混用,后端实现兼容
1726
+ */
1727
+ export interface BackupExpireRuleInfo {
1728
+ /**
1729
+ * 所属表格组ID
1730
+ */
1731
+ TableGroupId: string
1732
+
1733
+ /**
1734
+ * 表名称
1735
+ */
1736
+ TableName: string
1737
+
1738
+ /**
1739
+ * 文件标签,见上面描述
1740
+ */
1741
+ FileTag: number
1742
+
1743
+ /**
1744
+ * 淘汰天数,见上面描述
1745
+ */
1746
+ ExpireDay: number
1747
+
1748
+ /**
1749
+ * 操作类型,见上面描述
1750
+ */
1751
+ OperType: number
1752
+ }
1753
+
1672
1754
  /**
1673
1755
  * DescribeTableGroups请求参数结构体
1674
1756
  */
@@ -1700,9 +1782,30 @@ export interface DescribeTableGroupsRequest {
1700
1782
  }
1701
1783
 
1702
1784
  /**
1703
- * DescribeUinInWhitelist请求参数结构体
1785
+ * ModifyCensorship返回参数结构体
1704
1786
  */
1705
- export type DescribeUinInWhitelistRequest = null
1787
+ export interface ModifyCensorshipResponse {
1788
+ /**
1789
+ * 集群id
1790
+ */
1791
+ ClusterId: string
1792
+
1793
+ /**
1794
+ * 已加入审批人的uin
1795
+ 注意:此字段可能返回 null,表示取不到有效值。
1796
+ */
1797
+ Uins: Array<string>
1798
+
1799
+ /**
1800
+ * 集群是否开启审核 0-关闭 1-开启
1801
+ */
1802
+ Censorship: number
1803
+
1804
+ /**
1805
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1806
+ */
1807
+ RequestId?: string
1808
+ }
1706
1809
 
1707
1810
  /**
1708
1811
  * MergeTablesData请求参数结构体
@@ -2065,6 +2168,37 @@ export interface CreateSnapshotsResponse {
2065
2168
  RequestId?: string
2066
2169
  }
2067
2170
 
2171
+ /**
2172
+ * SetBackupExpireRule请求参数结构体
2173
+ */
2174
+ export interface SetBackupExpireRuleRequest {
2175
+ /**
2176
+ * 表所属集群实例ID
2177
+ */
2178
+ ClusterId: string
2179
+
2180
+ /**
2181
+ * 淘汰策略数组
2182
+ */
2183
+ BackupExpireRules: Array<BackupExpireRuleInfo>
2184
+ }
2185
+
2186
+ /**
2187
+ * DeleteBackupRecords返回参数结构体
2188
+ */
2189
+ export interface DeleteBackupRecordsResponse {
2190
+ /**
2191
+ * TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
2192
+ 注意:此字段可能返回 null,表示取不到有效值。
2193
+ */
2194
+ TaskId: string
2195
+
2196
+ /**
2197
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2198
+ */
2199
+ RequestId?: string
2200
+ }
2201
+
2068
2202
  /**
2069
2203
  * 表定义描述文件详情,包含文件内容
2070
2204
  */
@@ -2660,6 +2794,37 @@ export interface DescribeSnapshotsResponse {
2660
2794
  RequestId?: string
2661
2795
  }
2662
2796
 
2797
+ /**
2798
+ * SetBackupExpireRule返回参数结构体
2799
+ */
2800
+ export interface SetBackupExpireRuleResponse {
2801
+ /**
2802
+ * TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
2803
+ 注意:此字段可能返回 null,表示取不到有效值。
2804
+ */
2805
+ TaskId: string
2806
+
2807
+ /**
2808
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2809
+ */
2810
+ RequestId?: string
2811
+ }
2812
+
2813
+ /**
2814
+ * DeleteBackupRecords请求参数结构体
2815
+ */
2816
+ export interface DeleteBackupRecordsRequest {
2817
+ /**
2818
+ * 待删除备份记录的所在集群ID
2819
+ */
2820
+ ClusterId: string
2821
+
2822
+ /**
2823
+ * 待删除备份记录的详情
2824
+ */
2825
+ BackupRecords: Array<BackupRecords>
2826
+ }
2827
+
2663
2828
  /**
2664
2829
  * VerifyIdlFiles请求参数结构体
2665
2830
  */
@@ -3332,6 +3497,36 @@ export interface DeleteTableGroupResponse {
3332
3497
  RequestId?: string
3333
3498
  }
3334
3499
 
3500
+ /**
3501
+ * DescribeBackupRecords请求参数结构体
3502
+ */
3503
+ export interface DescribeBackupRecordsRequest {
3504
+ /**
3505
+ * 集群ID,用于获取指定集群的单据
3506
+ */
3507
+ ClusterId?: string
3508
+
3509
+ /**
3510
+ * 分页
3511
+ */
3512
+ Limit?: number
3513
+
3514
+ /**
3515
+ * 分页
3516
+ */
3517
+ Offset?: number
3518
+
3519
+ /**
3520
+ * 表格组id,用于过滤
3521
+ */
3522
+ TableGroupId?: string
3523
+
3524
+ /**
3525
+ * 表格名,用于过滤
3526
+ */
3527
+ TableName?: string
3528
+ }
3529
+
3335
3530
  /**
3336
3531
  * center资源池中的机器信息
3337
3532
  */
@@ -3398,30 +3593,9 @@ export interface RollbackTablesRequest {
3398
3593
  }
3399
3594
 
3400
3595
  /**
3401
- * ModifyCensorship返回参数结构体
3596
+ * DescribeUinInWhitelist请求参数结构体
3402
3597
  */
3403
- export interface ModifyCensorshipResponse {
3404
- /**
3405
- * 集群id
3406
- */
3407
- ClusterId: string
3408
-
3409
- /**
3410
- * 已加入审批人的uin
3411
- 注意:此字段可能返回 null,表示取不到有效值。
3412
- */
3413
- Uins: Array<string>
3414
-
3415
- /**
3416
- * 集群是否开启审核 0-关闭 1-开启
3417
- */
3418
- Censorship: number
3419
-
3420
- /**
3421
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3422
- */
3423
- RequestId?: string
3424
- }
3598
+ export type DescribeUinInWhitelistRequest = null
3425
3599
 
3426
3600
  /**
3427
3601
  * CompareIdlFiles请求参数结构体
@@ -3546,28 +3720,60 @@ export interface ModifyTableMemosResponse {
3546
3720
  }
3547
3721
 
3548
3722
  /**
3549
- * ModifyClusterMachine请求参数结构体
3723
+ * 备份记录
3724
+ 作为出参时,每个字段都会填充
3725
+ 作为入参时, 原封不动将每个字段填回结构体, 注意只有FIleTag=OSDATA才可以调用此接口
3550
3726
  */
3551
- export interface ModifyClusterMachineRequest {
3727
+ export interface BackupRecords {
3552
3728
  /**
3553
- * 集群id
3729
+ * 表格组ID
3554
3730
  */
3555
- ClusterId: string
3731
+ ZoneId: number
3556
3732
 
3557
3733
  /**
3558
- * svr占用的机器
3734
+ * 表名称
3559
3735
  */
3560
- ServerList: Array<MachineInfo>
3736
+ TableName: string
3561
3737
 
3562
3738
  /**
3563
- * proxy占用的机器
3739
+ * 备份源
3564
3740
  */
3565
- ProxyList: Array<MachineInfo>
3741
+ BackupType: string
3566
3742
 
3567
3743
  /**
3568
- * 集群类型1共享集群2独占集群
3744
+ * 文件标签:TCAPLUS_FULL或OSDATA
3569
3745
  */
3570
- ClusterType: number
3746
+ FileTag: string
3747
+
3748
+ /**
3749
+ * 分片数量
3750
+ */
3751
+ ShardCount: number
3752
+
3753
+ /**
3754
+ * 备份批次日期
3755
+ */
3756
+ BackupBatchTime: string
3757
+
3758
+ /**
3759
+ * 备份文件汇总大小
3760
+ */
3761
+ BackupFileSize: number
3762
+
3763
+ /**
3764
+ * 备份成功率
3765
+ */
3766
+ BackupSuccRate: string
3767
+
3768
+ /**
3769
+ * 备份文件过期时间
3770
+ */
3771
+ BackupExpireTime: string
3772
+
3773
+ /**
3774
+ * 业务ID
3775
+ */
3776
+ AppId: number
3571
3777
  }
3572
3778
 
3573
3779
  /**
@@ -1,7 +1,7 @@
1
- import { v20210701 } from "./v20210701"
2
1
  import { v20201221 } from "./v20201221"
2
+ import { v20210701 } from "./v20210701"
3
3
 
4
4
  export const tem = {
5
- v20210701: v20210701,
6
5
  v20201221: v20201221,
6
+ v20210701: v20210701,
7
7
  }
@@ -4174,12 +4174,12 @@ export interface WafRule {
4174
4174
  Switch: string
4175
4175
 
4176
4176
  /**
4177
- * 黑名单,ID参考接口 [DescribeSecurityGroupManagedRules](https://tcloud4api.woa.com/document/product/1657/80807?!preview&!document=1)。
4177
+ * 黑名单ID列表,将规则ID加入本参数列表中代表该ID关闭,即该规则ID不再生效。
4178
4178
  */
4179
4179
  BlockRuleIDs: Array<number>
4180
4180
 
4181
4181
  /**
4182
- * 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。ID参考接口 [DescribeSecurityGroupManagedRules](https://tcloud4api.woa.com/document/product/1657/80807?!preview&!document=1)。
4182
+ * 观察模式ID列表,将规则ID加入本参数列表中代表该ID使用观察模式生效,即该规则ID进入观察模式。
4183
4183
  */
4184
4184
  ObserveRuleIDs: Array<number>
4185
4185
  }
@@ -1,9 +1,9 @@
1
+ import { v20230321 } from "./v20230321"
1
2
  import { v20220401 } from "./v20220401"
2
3
  import { v20211109 } from "./v20211109"
3
- import { v20230321 } from "./v20230321"
4
4
 
5
5
  export const thpc = {
6
+ v20230321: v20230321,
6
7
  v20220401: v20220401,
7
8
  v20211109: v20211109,
8
- v20230321: v20230321,
9
9
  }
@@ -395,7 +395,7 @@ export class Client extends AbstractClient {
395
395
  }
396
396
 
397
397
  /**
398
- * 设置PPT检测任务回调地址,回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260
398
+ * 设置PPT检测任务回调地址,回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260#c9cbe05f-fe1a-4410-b4dc-40cc301c7b81
399
399
  */
400
400
  async SetPPTCheckCallback(
401
401
  req: SetPPTCheckCallbackRequest,
@@ -2288,7 +2288,7 @@ export interface CreatePPTCheckTaskRequest {
2288
2288
  SdkAppId: number
2289
2289
 
2290
2290
  /**
2291
- * 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,比如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
2291
+ * 经过URL编码后的PPT文件地址。URL 编码会将字符转换为可通过因特网传输的格式,例如文档地址为http://example.com/测试.pptx,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pptx。为了提高URL解析的成功率,请对URL进行编码。
2292
2292
  */
2293
2293
  Url: string
2294
2294
 
@@ -3322,7 +3322,7 @@ export interface SetPPTCheckCallbackRequest {
3322
3322
  SdkAppId: number
3323
3323
 
3324
3324
  /**
3325
- * 进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。 回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260
3325
+ * 进度回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。 回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260#c9cbe05f-fe1a-4410-b4dc-40cc301c7b81
3326
3326
  */
3327
3327
  Callback: string
3328
3328
  }
@@ -1,7 +1,7 @@
1
- import { v20210412 } from "./v20210412"
2
1
  import { v20200924 } from "./v20200924"
2
+ import { v20210412 } from "./v20210412"
3
3
 
4
4
  export const tsw = {
5
- v20210412: v20210412,
6
5
  v20200924: v20200924,
6
+ v20210412: v20210412,
7
7
  }
@@ -1,9 +1,9 @@
1
- import { v20210922 } from "./v20210922"
2
- import { v20201229 } from "./v20201229"
3
1
  import { v20200709 } from "./v20200709"
2
+ import { v20201229 } from "./v20201229"
3
+ import { v20210922 } from "./v20210922"
4
4
 
5
5
  export const vm = {
6
- v20210922: v20210922,
7
- v20201229: v20201229,
8
6
  v20200709: v20200709,
7
+ v20201229: v20201229,
8
+ v20210922: v20210922,
9
9
  }
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.578";
1
+ export declare const sdkVersion = "4.0.579";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.578";
4
+ exports.sdkVersion = "4.0.579";
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210514: {
3
- Client: typeof import("./v20210514/btoe_client").Client;
4
- Models: typeof import("./v20210514/btoe_models");
5
- };
6
2
  v20210303: {
7
3
  Client: typeof import("./v20210303/btoe_client").Client;
8
4
  Models: typeof import("./v20210303/btoe_models");
9
5
  };
6
+ v20210514: {
7
+ Client: typeof import("./v20210514/btoe_client").Client;
8
+ Models: typeof import("./v20210514/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210514_1 = require("./v20210514");
5
4
  const v20210303_1 = require("./v20210303");
5
+ const v20210514_1 = require("./v20210514");
6
6
  exports.btoe = {
7
- v20210514: v20210514_1.v20210514,
8
7
  v20210303: v20210303_1.v20210303,
8
+ v20210514: v20210514_1.v20210514,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const chdfs: {
2
- v20190718: {
3
- Client: typeof import("./v20190718/chdfs_client").Client;
4
- Models: typeof import("./v20190718/chdfs_models");
5
- };
6
2
  v20201112: {
7
3
  Client: typeof import("./v20201112/chdfs_client").Client;
8
4
  Models: typeof import("./v20201112/chdfs_models");
9
5
  };
6
+ v20190718: {
7
+ Client: typeof import("./v20190718/chdfs_client").Client;
8
+ Models: typeof import("./v20190718/chdfs_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.chdfs = void 0;
4
- const v20190718_1 = require("./v20190718");
5
4
  const v20201112_1 = require("./v20201112");
5
+ const v20190718_1 = require("./v20190718");
6
6
  exports.chdfs = {
7
- v20190718: v20190718_1.v20190718,
8
7
  v20201112: v20201112_1.v20201112,
8
+ v20190718: v20190718_1.v20190718,
9
9
  };
@@ -350,10 +350,12 @@ export interface ChcHost {
350
350
  /**
351
351
  * CHC的状态<br/>
352
352
  <ul>
353
- <li>REGISTERED: 设备已录入。还未配置带外和部署网络</li>
354
- <li>VPC_READY: 已配置带外和部署网络</li>
353
+ <li>INIT: 设备已录入。还未配置带外和部署网络</li>
354
+ <li>READY: 已配置带外和部署网络</li>
355
355
  <li>PREPARED: 可分配云主机</li>
356
356
  <li>ONLINE: 已分配云主机</li>
357
+ <li>OPERATING: 设备操作中,如正在配置带外网络等。</li>
358
+ <li>CLEAR_NETWORK_FAILED: 清理带外和部署网络失败</li>
357
359
  </ul>
358
360
  */
359
361
  InstanceState: string;
@@ -1033,11 +1035,11 @@ export interface DescribeInstancesStatusResponse {
1033
1035
  /**
1034
1036
  * 符合条件的实例状态数量。
1035
1037
  */
1036
- TotalCount: number;
1038
+ TotalCount?: number;
1037
1039
  /**
1038
1040
  * [实例状态](https://cloud.tencent.com/document/api/213/15753#InstanceStatus) 列表。
1039
1041
  */
1040
- InstanceStatusSet: Array<InstanceStatus>;
1042
+ InstanceStatusSet?: Array<InstanceStatus>;
1041
1043
  /**
1042
1044
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1043
1045
  */
@@ -56,7 +56,7 @@ callbackinfo包含: 回调地址和签名key
56
56
  */
57
57
  VerifyPdf(req: VerifyPdfRequest, cb?: (error: string, rep: VerifyPdfResponse) => void): Promise<VerifyPdfResponse>;
58
58
  /**
59
- * 电子签企业版:指定需要批量撤回的签署流程Id,获取批量撤销链接
59
+ * 指定需要批量撤回的签署流程Id,获取批量撤销链接
60
60
  客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
61
61
  */
62
62
  CreateBatchCancelFlowUrl(req: CreateBatchCancelFlowUrlRequest, cb?: (error: string, rep: CreateBatchCancelFlowUrlResponse) => void): Promise<CreateBatchCancelFlowUrlResponse>;
@@ -77,7 +77,7 @@ callbackinfo包含: 回调地址和签名key
77
77
  */
78
78
  DisableUserAutoSign(req: DisableUserAutoSignRequest, cb?: (error: string, rep: DisableUserAutoSignResponse) => void): Promise<DisableUserAutoSignResponse>;
79
79
  /**
80
- * 解绑用户角色绑定关系
80
+ * 解绑员工与对应角色关系
81
81
  */
82
82
  DeleteIntegrationRoleUsers(req: DeleteIntegrationRoleUsersRequest, cb?: (error: string, rep: DeleteIntegrationRoleUsersResponse) => void): Promise<DeleteIntegrationRoleUsersResponse>;
83
83
  /**
@@ -135,7 +135,7 @@ callbackinfo包含: 回调地址和签名key
135
135
  */
136
136
  CreateFlowByFiles(req: CreateFlowByFilesRequest, cb?: (error: string, rep: CreateFlowByFilesResponse) => void): Promise<CreateFlowByFilesResponse>;
137
137
  /**
138
- * 查询集成版角色
138
+ * 查询企业角色列表
139
139
  */
140
140
  DescribeIntegrationRoles(req: DescribeIntegrationRolesRequest, cb?: (error: string, rep: DescribeIntegrationRolesResponse) => void): Promise<DescribeIntegrationRolesResponse>;
141
141
  /**
@@ -153,11 +153,11 @@ callbackinfo包含: 回调地址和签名key
153
153
  */
154
154
  CancelMultiFlowSignQRCode(req: CancelMultiFlowSignQRCodeRequest, cb?: (error: string, rep: CancelMultiFlowSignQRCodeResponse) => void): Promise<CancelMultiFlowSignQRCodeResponse>;
155
155
  /**
156
- * 查询员工信息,每次返回的数据量最大为20
156
+ * 查询企业员工列表,每次返回的数据量最大为20
157
157
  */
158
158
  DescribeIntegrationEmployees(req: DescribeIntegrationEmployeesRequest, cb?: (error: string, rep: DescribeIntegrationEmployeesResponse) => void): Promise<DescribeIntegrationEmployeesResponse>;
159
159
  /**
160
- * 创建签署链接,请联系客户经理申请使用
160
+ * 创建集成页面签署链接,请联系客户经理申请使用
161
161
  */
162
162
  CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
163
163
  /**
@@ -171,7 +171,7 @@ callbackinfo包含: 回调地址和签名key
171
171
  */
172
172
  DescribeFlowBriefs(req: DescribeFlowBriefsRequest, cb?: (error: string, rep: DescribeFlowBriefsResponse) => void): Promise<DescribeFlowBriefsResponse>;
173
173
  /**
174
- * 集成版绑定员工角色
174
+ * 绑定员工与对应角色
175
175
  */
176
176
  CreateIntegrationUserRoles(req: CreateIntegrationUserRolesRequest, cb?: (error: string, rep: CreateIntegrationUserRolesResponse) => void): Promise<CreateIntegrationUserRolesResponse>;
177
177
  /**
@@ -207,7 +207,7 @@ callbackinfo包含: 回调地址和签名key
207
207
  */
208
208
  DeleteIntegrationEmployees(req: DeleteIntegrationEmployeesRequest, cb?: (error: string, rep: DeleteIntegrationEmployeesResponse) => void): Promise<DeleteIntegrationEmployeesResponse>;
209
209
  /**
210
- * 获取小程序跳转链接
210
+ * 获取小程序签署链接
211
211
 
212
212
  适用场景:如果需要签署人在自己的APP、小程序、H5应用中签署,可以通过此接口获取跳转腾讯电子签小程序的签署跳转链接。
213
213
 
@@ -225,7 +225,7 @@ callbackinfo包含: 回调地址和签名key
225
225
  */
226
226
  CreateIntegrationEmployees(req: CreateIntegrationEmployeesRequest, cb?: (error: string, rep: CreateIntegrationEmployeesResponse) => void): Promise<CreateIntegrationEmployeesResponse>;
227
227
  /**
228
- * 更新集成版员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
228
+ * 更新员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
229
229
  */
230
230
  UpdateIntegrationEmployees(req: UpdateIntegrationEmployeesRequest, cb?: (error: string, rep: UpdateIntegrationEmployeesResponse) => void): Promise<UpdateIntegrationEmployeesResponse>;
231
231
  }
@@ -96,7 +96,7 @@ callbackinfo包含: 回调地址和签名key
96
96
  return this.request("VerifyPdf", req, cb);
97
97
  }
98
98
  /**
99
- * 电子签企业版:指定需要批量撤回的签署流程Id,获取批量撤销链接
99
+ * 指定需要批量撤回的签署流程Id,获取批量撤销链接
100
100
  客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
101
101
  */
102
102
  async CreateBatchCancelFlowUrl(req, cb) {
@@ -125,7 +125,7 @@ callbackinfo包含: 回调地址和签名key
125
125
  return this.request("DisableUserAutoSign", req, cb);
126
126
  }
127
127
  /**
128
- * 解绑用户角色绑定关系
128
+ * 解绑员工与对应角色关系
129
129
  */
130
130
  async DeleteIntegrationRoleUsers(req, cb) {
131
131
  return this.request("DeleteIntegrationRoleUsers", req, cb);
@@ -205,7 +205,7 @@ callbackinfo包含: 回调地址和签名key
205
205
  return this.request("CreateFlowByFiles", req, cb);
206
206
  }
207
207
  /**
208
- * 查询集成版角色
208
+ * 查询企业角色列表
209
209
  */
210
210
  async DescribeIntegrationRoles(req, cb) {
211
211
  return this.request("DescribeIntegrationRoles", req, cb);
@@ -231,13 +231,13 @@ callbackinfo包含: 回调地址和签名key
231
231
  return this.request("CancelMultiFlowSignQRCode", req, cb);
232
232
  }
233
233
  /**
234
- * 查询员工信息,每次返回的数据量最大为20
234
+ * 查询企业员工列表,每次返回的数据量最大为20
235
235
  */
236
236
  async DescribeIntegrationEmployees(req, cb) {
237
237
  return this.request("DescribeIntegrationEmployees", req, cb);
238
238
  }
239
239
  /**
240
- * 创建签署链接,请联系客户经理申请使用
240
+ * 创建集成页面签署链接,请联系客户经理申请使用
241
241
  */
242
242
  async CreateFlowSignUrl(req, cb) {
243
243
  return this.request("CreateFlowSignUrl", req, cb);
@@ -257,7 +257,7 @@ callbackinfo包含: 回调地址和签名key
257
257
  return this.request("DescribeFlowBriefs", req, cb);
258
258
  }
259
259
  /**
260
- * 集成版绑定员工角色
260
+ * 绑定员工与对应角色
261
261
  */
262
262
  async CreateIntegrationUserRoles(req, cb) {
263
263
  return this.request("CreateIntegrationUserRoles", req, cb);
@@ -307,7 +307,7 @@ callbackinfo包含: 回调地址和签名key
307
307
  return this.request("DeleteIntegrationEmployees", req, cb);
308
308
  }
309
309
  /**
310
- * 获取小程序跳转链接
310
+ * 获取小程序签署链接
311
311
 
312
312
  适用场景:如果需要签署人在自己的APP、小程序、H5应用中签署,可以通过此接口获取跳转腾讯电子签小程序的签署跳转链接。
313
313
 
@@ -329,7 +329,7 @@ callbackinfo包含: 回调地址和签名key
329
329
  return this.request("CreateIntegrationEmployees", req, cb);
330
330
  }
331
331
  /**
332
- * 更新集成版员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
332
+ * 更新员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
333
333
  */
334
334
  async UpdateIntegrationEmployees(req, cb) {
335
335
  return this.request("UpdateIntegrationEmployees", req, cb);