tencentcloud-sdk-nodejs 4.0.840 → 4.0.842

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 (85) hide show
  1. package/CHANGELOG.md +315 -0
  2. package/README.md +7 -0
  3. package/SERVICE_CHANGELOG.md +330 -91
  4. package/examples/common/common_client.js +47 -0
  5. package/examples/common/common_client.ts +47 -0
  6. package/package.json +6 -1
  7. package/products.md +26 -26
  8. package/src/common/index.ts +3 -0
  9. package/src/common/sdk_version.ts +1 -1
  10. package/src/services/aiart/v20221229/aiart_client.ts +99 -13
  11. package/src/services/aiart/v20221229/aiart_models.ts +359 -76
  12. package/src/services/apm/v20210622/apm_client.ts +46 -8
  13. package/src/services/apm/v20210622/apm_models.ts +233 -24
  14. package/src/services/billing/v20180709/billing_models.ts +15 -0
  15. package/src/services/ccc/v20200210/ccc_models.ts +2 -1
  16. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  17. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
  18. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
  19. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
  20. package/src/services/ess/v20201111/ess_client.ts +2 -0
  21. package/src/services/ess/v20201111/ess_models.ts +30 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
  24. package/src/services/ims/v20201229/ims_client.ts +2 -3
  25. package/src/services/ims/v20201229/ims_models.ts +54 -54
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  28. package/src/services/iss/v20230517/iss_models.ts +16 -0
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
  30. package/src/services/live/v20180801/live_client.ts +1 -1
  31. package/src/services/live/v20180801/live_models.ts +6 -6
  32. package/src/services/lke/v20231130/lke_client.ts +0 -24
  33. package/src/services/lke/v20231130/lke_models.ts +0 -81
  34. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
  35. package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
  36. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  37. package/src/services/tdid/v20210519/tdid_client.ts +1 -1
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
  39. package/src/services/teo/v20220901/teo_models.ts +8 -9
  40. package/src/services/tione/v20211111/tione_client.ts +1 -0
  41. package/src/services/tione/v20211111/tione_models.ts +16 -0
  42. package/tencentcloud/common/index.d.ts +3 -0
  43. package/tencentcloud/common/index.js +6 -0
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
  47. package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
  48. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
  49. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
  50. package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
  51. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
  52. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
  53. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
  54. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  55. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  56. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
  57. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -2
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
  60. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
  61. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
  62. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  64. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  65. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
  66. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
  69. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  70. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
  72. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
  73. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
  74. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
  75. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
  76. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  77. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
  78. package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
  80. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -9
  81. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
  82. package/test/aiart.v20221229.test.js +52 -2
  83. package/test/apm.v20210622.test.js +32 -2
  84. package/test/iotexplorer.v20190423.test.js +10 -0
  85. package/test/lke.v20231130.test.js +0 -20
@@ -970,32 +970,6 @@ export interface DeleteQARequest {
970
970
  */
971
971
  QaBizIds: Array<string>;
972
972
  }
973
- /**
974
- * ParseDoc请求参数结构体
975
- */
976
- export interface ParseDocRequest {
977
- /**
978
- * 文件名称(需要包括文件后缀, 最大长度1024字节)
979
- */
980
- Name: string;
981
- /**
982
- * 文件下载链接 (支持的文件类型: docx, txt, markdown, pdf)
983
- */
984
- Url: string;
985
- /**
986
- * 任务ID, 用于幂等去重, 业务自行定义(最大长度64字节)
987
- */
988
- TaskId: string;
989
- /**
990
- * 切分策略
991
- */
992
- Policy?: string;
993
- /**
994
- * 默认值: parse
995
- * @deprecated
996
- */
997
- Operate?: string;
998
- }
999
973
  /**
1000
974
  * ListRelease请求参数结构体
1001
975
  */
@@ -1772,35 +1746,6 @@ export interface DeleteQACateResponse {
1772
1746
  */
1773
1747
  RequestId?: string;
1774
1748
  }
1775
- /**
1776
- * QueryParseDocResult返回参数结构体
1777
- */
1778
- export interface QueryParseDocResultResponse {
1779
- /**
1780
- * 等待 / 执行中 / 成功 / 失败
1781
- */
1782
- Status?: string;
1783
- /**
1784
- * 解析后的文件内容
1785
- */
1786
- Name?: string;
1787
- /**
1788
- * 文件下载地址
1789
- */
1790
- Url?: string;
1791
- /**
1792
- * 解析失败原因
1793
- */
1794
- Reason?: string;
1795
- /**
1796
- * 消耗量,输出页数
1797
- */
1798
- Usage?: Usage;
1799
- /**
1800
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1801
- */
1802
- RequestId?: string;
1803
- }
1804
1749
  /**
1805
1750
  * ListReleaseDocPreview返回参数结构体
1806
1751
  */
@@ -3029,15 +2974,6 @@ export interface AppInfo {
3029
2974
  */
3030
2975
  ModelAliasName?: string;
3031
2976
  }
3032
- /**
3033
- * QueryParseDocResult请求参数结构体
3034
- */
3035
- export interface QueryParseDocResultRequest {
3036
- /**
3037
- * 任务ID
3038
- */
3039
- TaskId: string;
3040
- }
3041
2977
  /**
3042
2978
  * 知识问答配置
3043
2979
  */
@@ -3699,19 +3635,6 @@ export interface StopDocParseResponse {
3699
3635
  */
3700
3636
  RequestId?: string;
3701
3637
  }
3702
- /**
3703
- * ParseDoc返回参数结构体
3704
- */
3705
- export interface ParseDocResponse {
3706
- /**
3707
- * 任务ID
3708
- */
3709
- TaskId?: string;
3710
- /**
3711
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3712
- */
3713
- RequestId?: string;
3714
- }
3715
3638
  /**
3716
3639
  * ListQACate请求参数结构体
3717
3640
  */
@@ -696,6 +696,19 @@ export interface ModifyAccountDescriptionResponse {
696
696
  */
697
697
  RequestId?: string;
698
698
  }
699
+ /**
700
+ * 标签
701
+ */
702
+ export interface Tag {
703
+ /**
704
+ * 标签键
705
+ */
706
+ TagKey?: string;
707
+ /**
708
+ * 标签值
709
+ */
710
+ TagValue?: string;
711
+ }
699
712
  /**
700
713
  * 参数约束
701
714
  */
@@ -1211,6 +1224,10 @@ export interface DescribeDBInstancesRequest {
1211
1224
  * 按标签key查询
1212
1225
  */
1213
1226
  TagKeys?: Array<string>;
1227
+ /**
1228
+ * 标签
1229
+ */
1230
+ Tags?: Array<Tag>;
1214
1231
  /**
1215
1232
  * 实例类型过滤,1-独享实例,2-主实例,3-灾备实例,多个按逗号分隔
1216
1233
  */
@@ -1629,6 +1646,10 @@ export interface DescribeDBInstanceDetailResponse {
1629
1646
  * 是否支持DCN切换
1630
1647
  */
1631
1648
  IsDcnSwitchSupported?: number;
1649
+ /**
1650
+ * proxy版本号
1651
+ */
1652
+ ProxyVersion?: string;
1632
1653
  /**
1633
1654
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1634
1655
  */
@@ -3576,11 +3597,11 @@ export interface DescribeDBInstancesResponse {
3576
3597
  /**
3577
3598
  * 符合条件的实例数量
3578
3599
  */
3579
- TotalCount: number;
3600
+ TotalCount?: number;
3580
3601
  /**
3581
3602
  * 实例详细信息列表
3582
3603
  */
3583
- Instances: Array<DBInstance>;
3604
+ Instances?: Array<DBInstance>;
3584
3605
  /**
3585
3606
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3586
3607
  */
@@ -592,6 +592,7 @@ export interface SmartStructuralOCRV2Request {
592
592
  PropertyOwnershipCertificate -- 房产证识别
593
593
  RealEstateCertificate --不动产权证识别
594
594
  HouseEncumbranceCertificate -- 他权证识别
595
+ CarInsurance -- 车险保单
595
596
  */
596
597
  ConfigId?: string;
597
598
  /**
@@ -20,7 +20,7 @@ export declare class Client extends AbstractClient {
20
20
  */
21
21
  VerifyCredentials(req: VerifyCredentialsRequest, cb?: (error: string, rep: VerifyCredentialsResponse) => void): Promise<VerifyCredentialsResponse>;
22
22
  /**
23
- * 查询凭证模版内容
23
+ * 查询凭证模板内容
24
24
  */
25
25
  QueryCPT(req: QueryCPTRequest, cb?: (error: string, rep: QueryCPTResponse) => void): Promise<QueryCPTResponse>;
26
26
  /**
@@ -46,7 +46,7 @@ class Client extends abstract_client_1.AbstractClient {
46
46
  return this.request("VerifyCredentials", req, cb);
47
47
  }
48
48
  /**
49
- * 查询凭证模版内容
49
+ * 查询凭证模板内容
50
50
  */
51
51
  async QueryCPT(req, cb) {
52
52
  return this.request("QueryCPT", req, cb);
@@ -4601,6 +4601,10 @@ export interface CreateRabbitMQVirtualHostRequest {
4601
4601
  * 消息轨迹开关,true打开,false关闭,默认关闭
4602
4602
  */
4603
4603
  TraceFlag?: boolean;
4604
+ /**
4605
+ * 是否创建镜像队列策略,默认值 true
4606
+ */
4607
+ MirrorQueuePolicyFlag?: boolean;
4604
4608
  }
4605
4609
  /**
4606
4610
  * VerifyRocketMQConsume请求参数结构体
@@ -5042,7 +5046,7 @@ export interface CreateRabbitMQVirtualHostResponse {
5042
5046
  /**
5043
5047
  * vhost名
5044
5048
  */
5045
- VirtualHost: string;
5049
+ VirtualHost?: string;
5046
5050
  /**
5047
5051
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5048
5052
  */
@@ -5661,122 +5665,137 @@ export interface DescribeRabbitMQQueueDetailResponse {
5661
5665
  * 队列名称
5662
5666
  注意:此字段可能返回 null,表示取不到有效值。
5663
5667
  */
5664
- InstanceId: string;
5668
+ InstanceId?: string;
5665
5669
  /**
5666
5670
  * Vhost参数
5667
5671
  注意:此字段可能返回 null,表示取不到有效值。
5668
5672
  */
5669
- VirtualHost: string;
5673
+ VirtualHost?: string;
5670
5674
  /**
5671
5675
  * 队列名称
5672
5676
  注意:此字段可能返回 null,表示取不到有效值。
5673
5677
  */
5674
- QueueName: string;
5678
+ QueueName?: string;
5675
5679
  /**
5676
5680
  * 队列类型,取值classic或quorum
5677
5681
  注意:此字段可能返回 null,表示取不到有效值。
5678
5682
  */
5679
- QueueType: string;
5683
+ QueueType?: string;
5680
5684
  /**
5681
5685
  * 在线消费者数量
5682
5686
  注意:此字段可能返回 null,表示取不到有效值。
5683
5687
  */
5684
- Consumers: number;
5688
+ Consumers?: number;
5685
5689
  /**
5686
5690
  * 持久标记
5687
5691
  注意:此字段可能返回 null,表示取不到有效值。
5688
5692
  */
5689
- Durable: boolean;
5693
+ Durable?: boolean;
5690
5694
  /**
5691
5695
  * 自动清除
5692
5696
  注意:此字段可能返回 null,表示取不到有效值。
5693
5697
  */
5694
- AutoDelete: boolean;
5698
+ AutoDelete?: boolean;
5695
5699
  /**
5696
5700
  * 备注
5697
5701
  注意:此字段可能返回 null,表示取不到有效值。
5698
5702
  */
5699
- Remark: string;
5703
+ Remark?: string;
5700
5704
  /**
5701
5705
  * MessageTTL参数,classic类型专用
5702
5706
  注意:此字段可能返回 null,表示取不到有效值。
5703
5707
  */
5704
- MessageTTL: number;
5708
+ MessageTTL?: number;
5705
5709
  /**
5706
5710
  * AutoExpire参数
5707
5711
  注意:此字段可能返回 null,表示取不到有效值。
5708
5712
  */
5709
- AutoExpire: number;
5713
+ AutoExpire?: number;
5710
5714
  /**
5711
5715
  * MaxLength参数
5712
5716
  注意:此字段可能返回 null,表示取不到有效值。
5713
5717
  */
5714
- MaxLength: number;
5718
+ MaxLength?: number;
5715
5719
  /**
5716
5720
  * MaxLengthBytes参数
5717
5721
  注意:此字段可能返回 null,表示取不到有效值。
5718
5722
  */
5719
- MaxLengthBytes: number;
5723
+ MaxLengthBytes?: number;
5720
5724
  /**
5721
5725
  * DeliveryLimit参数,quorum类型专用
5722
5726
  注意:此字段可能返回 null,表示取不到有效值。
5723
5727
  */
5724
- DeliveryLimit: number;
5728
+ DeliveryLimit?: number;
5725
5729
  /**
5726
5730
  * OverflowBehaviour参数,取值为drop-head, reject-publish或reject-publish-dlx
5727
5731
  注意:此字段可能返回 null,表示取不到有效值。
5728
5732
  */
5729
- OverflowBehaviour: string;
5733
+ OverflowBehaviour?: string;
5730
5734
  /**
5731
5735
  * DeadLetterExchange参数
5732
5736
  注意:此字段可能返回 null,表示取不到有效值。
5733
5737
  */
5734
- DeadLetterExchange: string;
5738
+ DeadLetterExchange?: string;
5735
5739
  /**
5736
5740
  * DeadLetterRoutingKey参数
5737
5741
  注意:此字段可能返回 null,表示取不到有效值。
5738
5742
  */
5739
- DeadLetterRoutingKey: string;
5743
+ DeadLetterRoutingKey?: string;
5740
5744
  /**
5741
5745
  * SingleActiveConsumer参数
5742
5746
  注意:此字段可能返回 null,表示取不到有效值。
5743
5747
  */
5744
- SingleActiveConsumer: boolean;
5748
+ SingleActiveConsumer?: boolean;
5745
5749
  /**
5746
5750
  * MaximumPriority参数,classic类型专用
5747
5751
  注意:此字段可能返回 null,表示取不到有效值。
5748
5752
  */
5749
- MaximumPriority: number;
5753
+ MaximumPriority?: number;
5750
5754
  /**
5751
5755
  * LazyMode参数,classic类型专用
5752
5756
  注意:此字段可能返回 null,表示取不到有效值。
5753
5757
  */
5754
- LazyMode: boolean;
5758
+ LazyMode?: boolean;
5755
5759
  /**
5756
5760
  * MasterLocator参数,classic类型专用
5757
5761
  注意:此字段可能返回 null,表示取不到有效值。
5758
5762
  */
5759
- MasterLocator: string;
5763
+ MasterLocator?: string;
5760
5764
  /**
5761
5765
  * MaxInMemoryLength参数,quorum类型专用
5762
5766
  注意:此字段可能返回 null,表示取不到有效值。
5763
5767
  */
5764
- MaxInMemoryLength: number;
5768
+ MaxInMemoryLength?: number;
5765
5769
  /**
5766
5770
  * MaxInMemoryBytes参数,quorum类型专用
5767
5771
  注意:此字段可能返回 null,表示取不到有效值。
5768
5772
  */
5769
- MaxInMemoryBytes: number;
5773
+ MaxInMemoryBytes?: number;
5770
5774
  /**
5771
5775
  * 创建时间戳,单位秒
5772
5776
  注意:此字段可能返回 null,表示取不到有效值。
5773
5777
  */
5774
- CreateTime: number;
5778
+ CreateTime?: number;
5775
5779
  /**
5776
5780
  * 节点
5777
5781
  注意:此字段可能返回 null,表示取不到有效值。
5778
5782
  */
5779
- Node: string;
5783
+ Node?: string;
5784
+ /**
5785
+ * 仲裁队列死信一致性策略
5786
+ 注意:此字段可能返回 null,表示取不到有效值。
5787
+ */
5788
+ DeadLetterStrategy?: string;
5789
+ /**
5790
+ * 仲裁队列的领导者选举策略
5791
+ 注意:此字段可能返回 null,表示取不到有效值。
5792
+ */
5793
+ QueueLeaderLocator?: string;
5794
+ /**
5795
+ * 仲裁队列的初始副本组大小
5796
+ 注意:此字段可能返回 null,表示取不到有效值。
5797
+ */
5798
+ QuorumInitialGroupSize?: number;
5780
5799
  /**
5781
5800
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5782
5801
  */
@@ -148,7 +148,7 @@ export interface OriginDetail {
148
148
  <li>COS:腾讯云 COS 对象存储源站;</li>
149
149
  <li>AWS_S3:AWS S3 对象存储源站;</li>
150
150
  <li>ORIGIN_GROUP:源站组类型源站;</li>
151
- <li>VODEO:云点播(混合云版);</li>
151
+ <li>VODEO:云点播(混合云版);</li>
152
152
  <li>SPACE:源站卸载,当前仅白名单开放;</li>
153
153
  <li>LB:负载均衡,当前仅白名单开放。</li>
154
154
  */
@@ -160,7 +160,6 @@ export interface OriginDetail {
160
160
  <li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>
161
161
  <li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>
162
162
  <li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>
163
-
164
163
  */
165
164
  Origin?: string;
166
165
  /**
@@ -176,10 +175,10 @@ export interface OriginDetail {
176
175
  */
177
176
  BackOriginGroupName?: string;
178
177
  /**
179
- * 指定是否允许访问私有对象存储源站,该参数仅当源站类型 OriginType = COS 或 AWS_S3 时会生效,取值有:
178
+ * 指定是否允许访问私有对象存储源站,该参数仅当源站类型OriginType = COS 或 AWS_S3 时会生效,取值有:
180
179
  <li>on:使用私有鉴权;</li>
181
180
  <li>off:不使用私有鉴权。</li>
182
- 不填写,默认值为off。
181
+ 不填写,默认值为 off。
183
182
  */
184
183
  PrivateAccess?: string;
185
184
  /**
@@ -7799,6 +7798,11 @@ export interface AccelerationDomain {
7799
7798
  注意:此字段可能返回 null,表示取不到有效值。
7800
7799
  */
7801
7800
  OriginProtocol?: string;
7801
+ /**
7802
+ * 域名证书信息
7803
+ 注意:此字段可能返回 null,表示取不到有效值。
7804
+ */
7805
+ Certificate?: AccelerationDomainCertificate;
7802
7806
  /**
7803
7807
  * HTTP回源端口。
7804
7808
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7839,11 +7843,6 @@ export interface AccelerationDomain {
7839
7843
  注意:此字段可能返回 null,表示取不到有效值。
7840
7844
  */
7841
7845
  OwnershipVerification?: OwnershipVerification;
7842
- /**
7843
- * 域名证书信息
7844
- 注意:此字段可能返回 null,表示取不到有效值。
7845
- */
7846
- Certificate?: AccelerationDomainCertificate;
7847
7846
  }
7848
7847
  /**
7849
7848
  * 慢速攻击的基础配置。
@@ -6768,6 +6768,16 @@ export interface CronInfo {
6768
6768
  */
6769
6769
  EndTime?: string;
6770
6770
  }
6771
+ /**
6772
+ * 本地磁盘信息
6773
+ */
6774
+ export interface LocalDisk {
6775
+ /**
6776
+ * 节点ID
6777
+ 注意:此字段可能返回 null,表示取不到有效值。
6778
+ */
6779
+ InstanceId: string;
6780
+ }
6771
6781
  /**
6772
6782
  * 框架信息列表
6773
6783
  */
@@ -7183,6 +7193,11 @@ export interface DataConfig {
7183
7193
  注意:此字段可能返回 null,表示取不到有效值。
7184
7194
  */
7185
7195
  CFSTurboSource?: CFSTurbo;
7196
+ /**
7197
+ * 来自本地磁盘的信息
7198
+ 注意:此字段可能返回 null,表示取不到有效值。
7199
+ */
7200
+ LocalDiskSource?: LocalDisk;
7186
7201
  }
7187
7202
  /**
7188
7203
  * DescribeTrainingModelVersion请求参数结构体
@@ -18,6 +18,26 @@ const client = new tencentcloud.aiart.v20221229.Client({
18
18
  })
19
19
  describe("aiart.v20221229.test.js", function () {
20
20
 
21
+ it("aiart.v20221229.SubmitTextToImageProJob", async function () {
22
+ try {
23
+ const data = await client.SubmitTextToImageProJob({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("aiart.v20221229.SubmitTrainPortraitModelJob", async function () {
32
+ try {
33
+ const data = await client.SubmitTrainPortraitModelJob({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
21
41
  it("aiart.v20221229.QueryTextToImageProJob", async function () {
22
42
  try {
23
43
  const data = await client.QueryTextToImageProJob({})
@@ -28,9 +48,29 @@ it("aiart.v20221229.QueryTextToImageProJob", async function () {
28
48
  }
29
49
  })
30
50
 
31
- it("aiart.v20221229.SubmitTextToImageProJob", async function () {
51
+ it("aiart.v20221229.QueryTrainPortraitModelJob", async function () {
32
52
  try {
33
- const data = await client.SubmitTextToImageProJob({})
53
+ const data = await client.QueryTrainPortraitModelJob({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("aiart.v20221229.UploadTrainPortraitImages", async function () {
62
+ try {
63
+ const data = await client.UploadTrainPortraitImages({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("aiart.v20221229.QueryDrawPortraitJob", async function () {
72
+ try {
73
+ const data = await client.QueryDrawPortraitJob({})
34
74
  expect(data).to.be.ok
35
75
  } catch(error) {
36
76
  expect(error.requestId).to.be.ok
@@ -48,6 +88,16 @@ it("aiart.v20221229.TextToImage", async function () {
48
88
  }
49
89
  })
50
90
 
91
+ it("aiart.v20221229.SubmitDrawPortraitJob", async function () {
92
+ try {
93
+ const data = await client.SubmitDrawPortraitJob({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
51
101
  it("aiart.v20221229.ImageToImage", async function () {
52
102
  try {
53
103
  const data = await client.ImageToImage({})
@@ -18,9 +18,19 @@ const client = new tencentcloud.apm.v20210622.Client({
18
18
  })
19
19
  describe("apm.v20210622.test.js", function () {
20
20
 
21
- it("apm.v20210622.ModifyApmInstance", async function () {
21
+ it("apm.v20210622.DescribeGeneralApmApplicationConfig", async function () {
22
22
  try {
23
- const data = await client.ModifyApmInstance({})
23
+ const data = await client.DescribeGeneralApmApplicationConfig({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("apm.v20210622.DescribeTagValues", async function () {
32
+ try {
33
+ const data = await client.DescribeTagValues({})
24
34
  expect(data).to.be.ok
25
35
  } catch(error) {
26
36
  expect(error.requestId).to.be.ok
@@ -58,6 +68,26 @@ it("apm.v20210622.DescribeApmAgent", async function () {
58
68
  }
59
69
  })
60
70
 
71
+ it("apm.v20210622.ModifyApmInstance", async function () {
72
+ try {
73
+ const data = await client.ModifyApmInstance({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("apm.v20210622.ModifyGeneralApmApplicationConfig", async function () {
82
+ try {
83
+ const data = await client.ModifyGeneralApmApplicationConfig({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
61
91
  it("apm.v20210622.DescribeGeneralMetricData", async function () {
62
92
  try {
63
93
  const data = await client.DescribeGeneralMetricData({})
@@ -828,6 +828,16 @@ it("iotexplorer.v20190423.DescribeDevicePositionList", async function () {
828
828
  }
829
829
  })
830
830
 
831
+ it("iotexplorer.v20190423.DescribeDeviceFirmwares", async function () {
832
+ try {
833
+ const data = await client.DescribeDeviceFirmwares({})
834
+ expect(data).to.be.ok
835
+ } catch(error) {
836
+ expect(error.requestId).to.be.ok
837
+ expect(error.code).to.be.ok
838
+ }
839
+ })
840
+
831
841
  it("iotexplorer.v20190423.BindDevices", async function () {
832
842
  try {
833
843
  const data = await client.BindDevices({})
@@ -478,16 +478,6 @@ it("lke.v20231130.CreateQA", async function () {
478
478
  }
479
479
  })
480
480
 
481
- it("lke.v20231130.QueryParseDocResult", async function () {
482
- try {
483
- const data = await client.QueryParseDocResult({})
484
- expect(data).to.be.ok
485
- } catch(error) {
486
- expect(error.requestId).to.be.ok
487
- expect(error.code).to.be.ok
488
- }
489
- })
490
-
491
481
  it("lke.v20231130.ListAttributeLabel", async function () {
492
482
  try {
493
483
  const data = await client.ListAttributeLabel({})
@@ -598,16 +588,6 @@ it("lke.v20231130.ModifyDoc", async function () {
598
588
  }
599
589
  })
600
590
 
601
- it("lke.v20231130.ParseDoc", async function () {
602
- try {
603
- const data = await client.ParseDoc({})
604
- expect(data).to.be.ok
605
- } catch(error) {
606
- expect(error.requestId).to.be.ok
607
- expect(error.code).to.be.ok
608
- }
609
- })
610
-
611
591
  it("lke.v20231130.GetWsToken", async function () {
612
592
  try {
613
593
  const data = await client.GetWsToken({})