tencentcloud-sdk-nodejs 4.0.864 → 4.0.865

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 (40) hide show
  1. package/CHANGELOG.md +193 -0
  2. package/SERVICE_CHANGELOG.md +262 -47
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cls/v20201016/cls_models.ts +24 -4
  7. package/src/services/dnspod/v20210323/dnspod_client.ts +13 -1
  8. package/src/services/dnspod/v20210323/dnspod_models.ts +32 -4
  9. package/src/services/ess/v20201111/ess_client.ts +1 -1
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
  11. package/src/services/faceid/v20180301/faceid_models.ts +6 -5
  12. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
  13. package/src/services/lighthouse/v20200324/lighthouse_models.ts +27 -17
  14. package/src/services/monitor/v20180724/monitor_models.ts +21 -11
  15. package/src/services/redis/v20180412/redis_models.ts +215 -120
  16. package/src/services/tcb/v20180608/tcb_client.ts +2 -3
  17. package/src/services/tcb/v20180608/tcb_models.ts +55 -21
  18. package/src/services/teo/v20220901/teo_models.ts +5 -5
  19. package/src/services/trp/v20210515/trp_models.ts +114 -28
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +24 -4
  23. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  24. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  25. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +30 -4
  26. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  27. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
  30. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -5
  31. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  32. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +27 -17
  33. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -11
  34. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +215 -120
  35. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +0 -1
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -1
  37. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -21
  38. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  39. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +114 -28
  40. package/test/dnspod.v20210323.test.js +10 -0
@@ -739,7 +739,7 @@ p.s.
739
739
  - 使用此接口生成链接,需要贵企业先开通 <font color="red">使用手机号验证签署方身份 </font>功能。您可以在 <b>【腾讯电子签网页端】->【企业设置】->【拓展服务】</b>中找到该功能。
740
740
  - 生成批量签署链接时,<font color="red">合同目标参与方的状态必须为<b>待签署</b>状态</font>。签署人点击链接后需要输入短信验证码才能查看合同内容。
741
741
  - 企业员工批量签署链接:需要传入签署方所在企业名称,用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">该签署方企业必须已完成腾讯电子签企业认证</font>
742
- - 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">签名区仅支持手写签名</font>
742
+ - 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
743
743
  */
744
744
  CreateBatchSignUrl(req: CreateBatchSignUrlRequest, cb?: (error: string, rep: CreateBatchSignUrlResponse) => void): Promise<CreateBatchSignUrlResponse>;
745
745
  /**
@@ -881,7 +881,7 @@ p.s.
881
881
  - 使用此接口生成链接,需要贵企业先开通 <font color="red">使用手机号验证签署方身份 </font>功能。您可以在 <b>【腾讯电子签网页端】->【企业设置】->【拓展服务】</b>中找到该功能。
882
882
  - 生成批量签署链接时,<font color="red">合同目标参与方的状态必须为<b>待签署</b>状态</font>。签署人点击链接后需要输入短信验证码才能查看合同内容。
883
883
  - 企业员工批量签署链接:需要传入签署方所在企业名称,用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">该签署方企业必须已完成腾讯电子签企业认证</font>
884
- - 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">签名区仅支持手写签名</font>
884
+ - 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
885
885
  */
886
886
  async CreateBatchSignUrl(req, cb) {
887
887
  return this.request("CreateBatchSignUrl", req, cb);
@@ -581,9 +581,9 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
581
581
  注:
582
582
  - 使用此接口生成链接,需要提前开通 `使用手机号验证签署方身份` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
583
583
  - 参与人点击链接后需短信验证码才能查看合同内容。
584
- - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。暂时仅支持给`自建应用集成企业` 生成员工批签链接,不支持子客企业。
585
- - 生成批量签署链接时,合同目标参与方状态需为`待签署`状态。
586
- - 个人批量签署,签名区`仅支持手写签名`。
584
+ - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。暂时仅支持给<font color="red">自建应用集成企业</font>生成员工批签链接,不支持子客企业。
585
+ - 生成批量签署链接时,合同目标参与方状态需为<font color="red">待签署</font>状态。
586
+ - 个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
587
587
  */
588
588
  ChannelCreateBatchSignUrl(req: ChannelCreateBatchSignUrlRequest, cb?: (error: string, rep: ChannelCreateBatchSignUrlResponse) => void): Promise<ChannelCreateBatchSignUrlResponse>;
589
589
  /**
@@ -677,9 +677,9 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
677
677
  注:
678
678
  - 使用此接口生成链接,需要提前开通 `使用手机号验证签署方身份` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
679
679
  - 参与人点击链接后需短信验证码才能查看合同内容。
680
- - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。暂时仅支持给`自建应用集成企业` 生成员工批签链接,不支持子客企业。
681
- - 生成批量签署链接时,合同目标参与方状态需为`待签署`状态。
682
- - 个人批量签署,签名区`仅支持手写签名`。
680
+ - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。暂时仅支持给<font color="red">自建应用集成企业</font>生成员工批签链接,不支持子客企业。
681
+ - 生成批量签署链接时,合同目标参与方状态需为<font color="red">待签署</font>状态。
682
+ - 个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
683
683
  */
684
684
  async ChannelCreateBatchSignUrl(req, cb) {
685
685
  return this.request("ChannelCreateBatchSignUrl", req, cb);
@@ -707,8 +707,9 @@ export interface EncryptedPhoneVerificationRequest {
707
707
  * 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
708
708
 
709
709
  0:明文,不加密
710
- 1: 使用MD5加密
711
- 2: 使用SHA256
710
+ 1:使用MD5加密
711
+ 2:使用SHA256
712
+ 3:使用SM3加密
712
713
  */
713
714
  EncryptionMode: string;
714
715
  }
@@ -728,16 +729,16 @@ export interface EncryptedPhoneVerificationResponse {
728
729
  -9: 没有记录
729
730
  -11: 验证中心服务繁忙
730
731
  */
731
- Result: string;
732
+ Result?: string;
732
733
  /**
733
734
  * 业务结果描述。
734
735
  */
735
- Description: string;
736
+ Description?: string;
736
737
  /**
737
738
  * 运营商名称。
738
739
  取值范围为["移动","联通","电信",""]
739
740
  */
740
- ISP: string;
741
+ ISP?: string;
741
742
  /**
742
743
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
743
744
  */
@@ -1722,7 +1722,7 @@ export interface GenerateCloudStorageAIServiceTaskFileURLResponse {
1722
1722
  */
1723
1723
  FileURL?: string;
1724
1724
  /**
1725
- * 过期时间 UNIX 时间戳
1725
+ * 过期时间 UNIX 时间戳(最大不超过文件所属任务的过期时间)
1726
1726
  */
1727
1727
  ExpireTime?: number;
1728
1728
  /**
@@ -5957,7 +5957,7 @@ export interface GenerateCloudStorageAIServiceTaskFileURLRequest {
5957
5957
  */
5958
5958
  FileName: string;
5959
5959
  /**
5960
- * 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后)
5960
+ * 过期时间 UNIX 时间戳(默认值为当前时间 1 小时后,最大不超过文件所属任务的过期时间)
5961
5961
  */
5962
5962
  ExpireTime?: number;
5963
5963
  }
@@ -973,7 +973,8 @@ export interface CancelShareBlueprintAcrossAccountsResponse {
973
973
  */
974
974
  export interface DescribeSnapshotsRequest {
975
975
  /**
976
- * 要查询快照的 ID 列表。
976
+ * 要查询快照的 ID 列表。每次请求批量快照的上限为 100。
977
+ 可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/1207/54388) 接口返回值中的 SnapshotId 获取。
977
978
  参数不支持同时指定 SnapshotIds 和 Filters。
978
979
  */
979
980
  SnapshotIds?: Array<string>;
@@ -982,15 +983,22 @@ export interface DescribeSnapshotsRequest {
982
983
  <li>snapshot-id</li>按照【快照 ID】进行过滤。
983
984
  类型:String
984
985
  必选:否
986
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/54388">DescribeSnapshots</a> 接口返回值中的 SnapshotId 获取。
987
+
985
988
  <li>disk-id</li>按照【磁盘 ID】进行过滤。
986
989
  类型:String
987
990
  必选:否
991
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/66093">DescribeDisks</a> 接口返回值中的 DiskId 获取。
992
+
988
993
  <li>snapshot-name</li>按照【快照名称】进行过滤。
989
994
  类型:String
990
995
  必选:否
996
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/54388">DescribeSnapshots</a> 接口返回值中的 SnapshotName 获取。
991
997
  <li>instance-id</li>按照【实例 ID 】进行过滤。
992
998
  类型:String
993
999
  必选:否
1000
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/47573">DescribeInstances</a> 接口返回值中的 InstanceId 获取。
1001
+
994
1002
  每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 SnapshotIds 和 Filters。
995
1003
  */
996
1004
  Filters?: Array<Filter>;
@@ -1510,7 +1518,8 @@ export interface FirewallTemplateApplyRecordDetail {
1510
1518
  */
1511
1519
  export interface DescribeInstancesDiskNumRequest {
1512
1520
  /**
1513
- * 实例ID列表。
1521
+ * 实例ID列表。每次请求批量实例的上限为 100。
1522
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/47573">DescribeInstances</a> 接口返回值中的 InstanceId 获取。
1514
1523
  */
1515
1524
  InstanceIds: Array<string>;
1516
1525
  }
@@ -2204,7 +2213,7 @@ export interface StopDockerContainersRequest {
2204
2213
  */
2205
2214
  export interface DescribeModifyInstanceBundlesRequest {
2206
2215
  /**
2207
- * 实例 ID
2216
+ * 实例 ID。可通过 <a href="https://cloud.tencent.com/document/product/1207/47573">DescribeInstances</a> 接口返回值中的 InstanceId 获取。
2208
2217
  */
2209
2218
  InstanceId: string;
2210
2219
  /**
@@ -2212,6 +2221,7 @@ export interface DescribeModifyInstanceBundlesRequest {
2212
2221
  <li>bundle-id</li>按照【套餐 ID】进行过滤。
2213
2222
  类型:String
2214
2223
  必选:否
2224
+ 可通过<a href="https://cloud.tencent.com/document/product/1207/47575"> DescribeBundles </a>接口返回值中的 BundleId 获取。
2215
2225
  <li>support-platform-type</li>按照【系统类型】进行过滤。
2216
2226
  取值: LINUX_UNIX(Linux/Unix系统);WINDOWS(Windows 系统)
2217
2227
  类型:String
@@ -2260,11 +2270,11 @@ export interface DescribeInstancesDiskNumResponse {
2260
2270
  /**
2261
2271
  * 挂载信息列表
2262
2272
  */
2263
- AttachDetailSet: Array<AttachDetail>;
2273
+ AttachDetailSet?: Array<AttachDetail>;
2264
2274
  /**
2265
2275
  * 挂载信息数量
2266
2276
  */
2267
- TotalCount: number;
2277
+ TotalCount?: number;
2268
2278
  /**
2269
2279
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2270
2280
  */
@@ -2288,11 +2298,11 @@ export interface InquirePriceCreateBlueprintResponse {
2288
2298
  */
2289
2299
  export interface ResetFirewallTemplateRulesRequest {
2290
2300
  /**
2291
- * 模板ID
2301
+ * 防火墙模板ID。可通过 [DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874) 接口返回值中的 TemplateId 获取。
2292
2302
  */
2293
2303
  TemplateId: string;
2294
2304
  /**
2295
- * 重置后的防火墙模板规则列表。
2305
+ * 重置后的防火墙模板规则列表。每次请求批量防火墙规则的上限为 100。
2296
2306
  */
2297
2307
  TemplateRules: Array<FirewallRule>;
2298
2308
  }
@@ -3182,7 +3192,7 @@ export interface StopInstancesResponse {
3182
3192
  */
3183
3193
  export interface ResetInstancesPasswordRequest {
3184
3194
  /**
3185
- * 实例 ID 列表。每次请求批量实例的上限为 100
3195
+ * 实例 ID 列表。每次请求批量实例的上限为 100。可通过 <a href="https://cloud.tencent.com/document/product/1207/47573">DescribeInstances</a> 接口返回值中的 InstanceId 获取。
3186
3196
  */
3187
3197
  InstanceIds: Array<string>;
3188
3198
  /**
@@ -3385,11 +3395,11 @@ export interface DescribeSnapshotsResponse {
3385
3395
  /**
3386
3396
  * 快照的数量。
3387
3397
  */
3388
- TotalCount: number;
3398
+ TotalCount?: number;
3389
3399
  /**
3390
3400
  * 快照的详情列表。
3391
3401
  */
3392
- SnapshotSet: Array<Snapshot>;
3402
+ SnapshotSet?: Array<Snapshot>;
3393
3403
  /**
3394
3404
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3395
3405
  */
@@ -4051,11 +4061,11 @@ export interface ModifyInstancesRenewFlagResponse {
4051
4061
  */
4052
4062
  export interface ApplyInstanceSnapshotRequest {
4053
4063
  /**
4054
- * 实例 ID
4064
+ * 实例 ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/product/1207/47573) 接口返回值中的 InstanceId 获取。
4055
4065
  */
4056
4066
  InstanceId: string;
4057
4067
  /**
4058
- * 快照 ID
4068
+ * 快照 ID。可通过 [DescribeSnapshots](https://cloud.tencent.com/document/product/1207/54388) 接口返回值中的 SnapshotId 获取。
4059
4069
  */
4060
4070
  SnapshotId: string;
4061
4071
  }
@@ -4229,11 +4239,11 @@ export interface InternetAccessible {
4229
4239
  */
4230
4240
  export interface ReplaceFirewallTemplateRuleRequest {
4231
4241
  /**
4232
- * 防火墙模板ID。可通过 [DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874) 的返回值 TemplateSet 获取。
4242
+ * 防火墙模板ID。可通过 [DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874) 接口返回值中的 TemplateId 获取。
4233
4243
  */
4234
4244
  TemplateId: string;
4235
4245
  /**
4236
- * 防火墙模板规则ID。可通过 [DescribeFirewallTemplateRules](https://cloud.tencent.com/document/product/1207/96875) 的返回值 TemplateRuleSet 获取。
4246
+ * 防火墙模板规则ID。可通过 [DescribeFirewallTemplateRules](https://cloud.tencent.com/document/product/1207/96875) 接口返回值中的 TemplateRuleId 获取。
4237
4247
  */
4238
4248
  TemplateRuleId: string;
4239
4249
  /**
@@ -4865,11 +4875,11 @@ export interface DescribeModifyInstanceBundlesResponse {
4865
4875
  /**
4866
4876
  * 符合条件的套餐数量。
4867
4877
  */
4868
- TotalCount: number;
4878
+ TotalCount?: number;
4869
4879
  /**
4870
4880
  * 变更套餐详细信息。
4871
4881
  */
4872
- ModifyBundleSet: Array<ModifyBundle>;
4882
+ ModifyBundleSet?: Array<ModifyBundle>;
4873
4883
  /**
4874
4884
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4875
4885
  */
@@ -4906,7 +4916,7 @@ export interface ModifyDisksAttributeResponse {
4906
4916
  */
4907
4917
  export interface CreateInstanceSnapshotRequest {
4908
4918
  /**
4909
- * 需要创建快照的实例 ID
4919
+ * 需要创建快照的实例 ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/product/1207/47573) 接口返回值中的 InstanceId 获取。
4910
4920
  */
4911
4921
  InstanceId: string;
4912
4922
  /**
@@ -1168,6 +1168,11 @@ export interface AlarmPolicyRule {
1168
1168
  注意:此字段可能返回 null,表示取不到有效值。
1169
1169
  */
1170
1170
  HierarchicalValue?: AlarmHierarchicalValue;
1171
+ /**
1172
+ * 是否延迟指标
1173
+ 注意:此字段可能返回 null,表示取不到有效值。
1174
+ */
1175
+ IsLatenessMetric?: number;
1171
1176
  }
1172
1177
  /**
1173
1178
  * CreateGrafanaIntegration请求参数结构体
@@ -3909,51 +3914,51 @@ export interface Metric {
3909
3914
  /**
3910
3915
  * 告警策略类型
3911
3916
  */
3912
- Namespace: string;
3917
+ Namespace?: string;
3913
3918
  /**
3914
3919
  * 指标名
3915
3920
  */
3916
- MetricName: string;
3921
+ MetricName?: string;
3917
3922
  /**
3918
3923
  * 指标展示名
3919
3924
  */
3920
- Description: string;
3925
+ Description?: string;
3921
3926
  /**
3922
3927
  * 最小值
3923
3928
  */
3924
- Min: number;
3929
+ Min?: number;
3925
3930
  /**
3926
3931
  * 最大值
3927
3932
  */
3928
- Max: number;
3933
+ Max?: number;
3929
3934
  /**
3930
3935
  * 维度列表
3931
3936
  */
3932
- Dimensions: Array<string>;
3937
+ Dimensions?: Array<string>;
3933
3938
  /**
3934
3939
  * 单位
3935
3940
  */
3936
- Unit: string;
3941
+ Unit?: string;
3937
3942
  /**
3938
3943
  * 指标配置
3939
3944
  注意:此字段可能返回 null,表示取不到有效值。
3940
3945
  */
3941
- MetricConfig: MetricConfig;
3946
+ MetricConfig?: MetricConfig;
3942
3947
  /**
3943
3948
  * 是否为高级指标。1是 0否
3944
3949
  注意:此字段可能返回 null,表示取不到有效值。
3945
3950
  */
3946
- IsAdvanced: number;
3951
+ IsAdvanced?: number;
3947
3952
  /**
3948
3953
  * 高级指标是否开通。1是 0否
3949
3954
  注意:此字段可能返回 null,表示取不到有效值。
3950
3955
  */
3951
- IsOpen: number;
3956
+ IsOpen?: number;
3952
3957
  /**
3953
3958
  * 集成中心产品ID
3954
3959
  注意:此字段可能返回 null,表示取不到有效值。
3955
3960
  */
3956
- ProductId: number;
3961
+ ProductId?: number;
3957
3962
  /**
3958
3963
  * 匹配运算符
3959
3964
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3964,6 +3969,11 @@ export interface Metric {
3964
3969
  注意:此字段可能返回 null,表示取不到有效值。
3965
3970
  */
3966
3971
  Periods?: Array<number | bigint>;
3972
+ /**
3973
+ * 是否延迟指标
3974
+ 注意:此字段可能返回 null,表示取不到有效值。
3975
+ */
3976
+ IsLatenessMetric?: number;
3967
3977
  }
3968
3978
  /**
3969
3979
  * DescribePrometheusTargetsTMP返回参数结构体