tencentcloud-sdk-nodejs 4.1.89 → 4.1.91

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 (62) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cam/v20190116/cam_client.js +7 -4
  3. package/es/services/cdn/v20180606/cdn_client.js +15 -84
  4. package/es/services/cfs/v20190719/cfs_client.js +66 -27
  5. package/es/services/dlc/v20210125/dlc_client.js +93 -24
  6. package/es/services/ess/v20201111/ess_client.js +6 -0
  7. package/es/services/hunyuan/v20230901/hunyuan_client.js +34 -40
  8. package/es/services/lowcode/v20210108/lowcode_client.js +12 -0
  9. package/es/services/teo/v20220901/teo_client.js +82 -22
  10. package/es/services/waf/v20180125/waf_client.js +18 -6
  11. package/es/services/wedata/v20210820/wedata_client.js +5 -2
  12. package/package.json +1 -1
  13. package/tencentcloud/common/sdk_version.d.ts +1 -1
  14. package/tencentcloud/common/sdk_version.js +1 -1
  15. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  16. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +43 -1
  17. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -5
  18. package/tencentcloud/services/cam/v20190116/cam_client.js +12 -6
  19. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +69 -22
  20. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -1
  21. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -1
  22. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -22
  23. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +29 -167
  24. package/tencentcloud/services/cdn/v20180606/cdn_client.js +36 -220
  25. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4192 -6711
  26. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +82 -30
  27. package/tencentcloud/services/cfs/v20190719/cfs_client.js +121 -43
  28. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +941 -283
  29. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -7
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +189 -72
  31. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +110 -6
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +117 -25
  33. package/tencentcloud/services/dlc/v20210125/dlc_client.js +174 -36
  34. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1568 -206
  35. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  36. package/tencentcloud/services/es/v20250101/es_models.d.ts +17 -0
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -2
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +19 -1
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7775 -7577
  40. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +62 -70
  41. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +84 -96
  42. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +0 -96
  43. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +1 -1
  44. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  45. package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +17 -1
  46. package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +24 -0
  47. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +148 -31
  48. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -4
  49. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +39 -0
  50. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  51. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +19 -15
  52. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +112 -30
  53. package/tencentcloud/services/teo/v20220901/teo_client.js +162 -40
  54. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1000 -181
  55. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
  56. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +18 -3
  57. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +23 -7
  58. package/tencentcloud/services/waf/v20180125/waf_client.js +33 -9
  59. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -114
  60. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
  61. package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
  62. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +86 -4
@@ -2203,7 +2203,7 @@ export interface CreateLiveTranscodeTemplateRequest {
2203
2203
  /**
2204
2204
  * 关键帧间隔,单位:秒。
2205
2205
  默认原始的间隔
2206
- 范围2-6
2206
+ 范围1-6
2207
2207
  */
2208
2208
  Gop?: number;
2209
2209
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeKnowledgeSetListRequest, UploadKnowledgeDocumentSetRequest, UpdateKnowledgeSetResponse, SearchDocListRequest, DescribeKnowledgeDocumentSetListResponse, SearchDocListResponse, DeleteKnowledgeSetResponse, UpdateKnowledgeSetRequest, DescribeKnowledgeDocumentSetDetailRequest, CreateKnowledgeSetResponse, DeleteKnowledgeSetRequest, DescribeKnowledgeDocumentSetListRequest, DescribeDataSourceListRequest, DeleteKnowledgeDocumentSetRequest, DescribeKnowledgeSetListResponse, DescribeDataSourceListResponse, UploadKnowledgeDocumentSetResponse, DeleteKnowledgeDocumentSetResponse, CreateKnowledgeSetRequest, DescribeKnowledgeDocumentSetDetailResponse } from "./lowcode_models";
3
+ import { DescribeKnowledgeSetListRequest, UploadKnowledgeDocumentSetRequest, UpdateKnowledgeSetResponse, SearchDocListRequest, DescribeKnowledgeDocumentSetListResponse, DeleteAppBindWxAppResponse, CheckDeployAppResponse, SearchDocListResponse, CheckDeployAppRequest, DescribeKnowledgeDocumentSetListRequest, PutWxAppIdToWeAppRequest, UpdateKnowledgeSetRequest, DeployAppRequest, DescribeKnowledgeDocumentSetDetailRequest, DeployAppResponse, DeleteKnowledgeSetRequest, DeleteKnowledgeSetResponse, DescribeDataSourceListRequest, DeleteKnowledgeDocumentSetRequest, DescribeKnowledgeSetListResponse, DescribeDataSourceListResponse, DeleteAppBindWxAppRequest, UploadKnowledgeDocumentSetResponse, DeleteKnowledgeDocumentSetResponse, CreateKnowledgeSetRequest, DescribeKnowledgeDocumentSetDetailResponse, PutWxAppIdToWeAppResponse, CreateKnowledgeSetResponse } from "./lowcode_models";
4
4
  /**
5
5
  * lowcode client
6
6
  * @class
@@ -11,6 +11,10 @@ export declare class Client extends AbstractClient {
11
11
  * 创建知识库
12
12
  */
13
13
  CreateKnowledgeSet(req: CreateKnowledgeSetRequest, cb?: (error: string, rep: CreateKnowledgeSetResponse) => void): Promise<CreateKnowledgeSetResponse>;
14
+ /**
15
+ * 检查应用发布状态
16
+ */
17
+ CheckDeployApp(req: CheckDeployAppRequest, cb?: (error: string, rep: CheckDeployAppResponse) => void): Promise<CheckDeployAppResponse>;
14
18
  /**
15
19
  * 更新知识库
16
20
  */
@@ -39,10 +43,22 @@ export declare class Client extends AbstractClient {
39
43
  * 更新知识库
40
44
  */
41
45
  UploadKnowledgeDocumentSet(req: UploadKnowledgeDocumentSetRequest, cb?: (error: string, rep: UploadKnowledgeDocumentSetResponse) => void): Promise<UploadKnowledgeDocumentSetResponse>;
46
+ /**
47
+ * 删除应用绑定小程序
48
+ */
49
+ DeleteAppBindWxApp(req: DeleteAppBindWxAppRequest, cb?: (error: string, rep: DeleteAppBindWxAppResponse) => void): Promise<DeleteAppBindWxAppResponse>;
42
50
  /**
43
51
  * 查询知识库下文件集合
44
52
  */
45
53
  DescribeKnowledgeDocumentSetList(req: DescribeKnowledgeDocumentSetListRequest, cb?: (error: string, rep: DescribeKnowledgeDocumentSetListResponse) => void): Promise<DescribeKnowledgeDocumentSetListResponse>;
54
+ /**
55
+ * 发布应用
56
+ */
57
+ DeployApp(req: DeployAppRequest, cb?: (error: string, rep: DeployAppResponse) => void): Promise<DeployAppResponse>;
58
+ /**
59
+ * 接口提供应用绑定微信ID功能。
60
+ */
61
+ PutWxAppIdToWeApp(req: PutWxAppIdToWeAppRequest, cb?: (error: string, rep: PutWxAppIdToWeAppResponse) => void): Promise<PutWxAppIdToWeAppResponse>;
46
62
  /**
47
63
  * 删除知识库
48
64
  */
@@ -33,6 +33,12 @@ class Client extends abstract_client_1.AbstractClient {
33
33
  async CreateKnowledgeSet(req, cb) {
34
34
  return this.request("CreateKnowledgeSet", req, cb);
35
35
  }
36
+ /**
37
+ * 检查应用发布状态
38
+ */
39
+ async CheckDeployApp(req, cb) {
40
+ return this.request("CheckDeployApp", req, cb);
41
+ }
36
42
  /**
37
43
  * 更新知识库
38
44
  */
@@ -75,12 +81,30 @@ class Client extends abstract_client_1.AbstractClient {
75
81
  async UploadKnowledgeDocumentSet(req, cb) {
76
82
  return this.request("UploadKnowledgeDocumentSet", req, cb);
77
83
  }
84
+ /**
85
+ * 删除应用绑定小程序
86
+ */
87
+ async DeleteAppBindWxApp(req, cb) {
88
+ return this.request("DeleteAppBindWxApp", req, cb);
89
+ }
78
90
  /**
79
91
  * 查询知识库下文件集合
80
92
  */
81
93
  async DescribeKnowledgeDocumentSetList(req, cb) {
82
94
  return this.request("DescribeKnowledgeDocumentSetList", req, cb);
83
95
  }
96
+ /**
97
+ * 发布应用
98
+ */
99
+ async DeployApp(req, cb) {
100
+ return this.request("DeployApp", req, cb);
101
+ }
102
+ /**
103
+ * 接口提供应用绑定微信ID功能。
104
+ */
105
+ async PutWxAppIdToWeApp(req, cb) {
106
+ return this.request("PutWxAppIdToWeApp", req, cb);
107
+ }
84
108
  /**
85
109
  * 删除知识库
86
110
  */
@@ -174,6 +174,28 @@ export interface DescribeKnowledgeDocumentSetListResponse {
174
174
  */
175
175
  RequestId?: string;
176
176
  }
177
+ /**
178
+ * DeleteAppBindWxApp返回参数结构体
179
+ */
180
+ export interface DeleteAppBindWxAppResponse {
181
+ /**
182
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
183
+ */
184
+ RequestId?: string;
185
+ }
186
+ /**
187
+ * 数据源模糊查询参数
188
+ */
189
+ export interface DataSourceQueryOption {
190
+ /**
191
+ * 数据源标识模糊匹配
192
+ */
193
+ LikeName?: string;
194
+ /**
195
+ * 数据源名称模糊匹配
196
+ */
197
+ LikeTitle?: string;
198
+ }
177
199
  /**
178
200
  * 上传知识库文档返回结果
179
201
  */
@@ -200,19 +222,6 @@ export interface UploadKnowledgeDocumentSetRsp {
200
222
  */
201
223
  FileId?: string;
202
224
  }
203
- /**
204
- * 数据源模糊查询参数
205
- */
206
- export interface DataSourceQueryOption {
207
- /**
208
- * 数据源标识模糊匹配
209
- */
210
- LikeName?: string;
211
- /**
212
- * 数据源名称模糊匹配
213
- */
214
- LikeTitle?: string;
215
- }
216
225
  /**
217
226
  * 查询条件
218
227
  */
@@ -246,6 +255,19 @@ export interface PageQuery {
246
255
  */
247
256
  Filter?: string;
248
257
  }
258
+ /**
259
+ * CheckDeployApp返回参数结构体
260
+ */
261
+ export interface CheckDeployAppResponse {
262
+ /**
263
+ * 状态:success、building、reviewFail、releaseSuccess、underReview
264
+ */
265
+ Status?: string;
266
+ /**
267
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
268
+ */
269
+ RequestId?: string;
270
+ }
249
271
  /**
250
272
  * SearchDocList返回参数结构体
251
273
  */
@@ -260,13 +282,51 @@ export interface SearchDocListResponse {
260
282
  RequestId?: string;
261
283
  }
262
284
  /**
263
- * DeleteKnowledgeSet返回参数结构体
285
+ * CheckDeployApp请求参数结构体
264
286
  */
265
- export interface DeleteKnowledgeSetResponse {
287
+ export interface CheckDeployAppRequest {
266
288
  /**
267
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
289
+ * 环境ID
268
290
  */
269
- RequestId?: string;
291
+ EnvId: string;
292
+ /**
293
+ * 应用id
294
+ */
295
+ Id: string;
296
+ /**
297
+ * 构建 Id
298
+ */
299
+ BuildId: string;
300
+ }
301
+ /**
302
+ * DescribeKnowledgeDocumentSetList请求参数结构体
303
+ */
304
+ export interface DescribeKnowledgeDocumentSetListRequest {
305
+ /**
306
+ * 环境ID
307
+ */
308
+ EnvId: string;
309
+ /**
310
+ * 知识库标识
311
+ */
312
+ CollectionView: string;
313
+ /**
314
+ * 查询条件
315
+ */
316
+ Query?: PageQuery;
317
+ }
318
+ /**
319
+ * PutWxAppIdToWeApp请求参数结构体
320
+ */
321
+ export interface PutWxAppIdToWeAppRequest {
322
+ /**
323
+ * 应用ID
324
+ */
325
+ WeAppId: string;
326
+ /**
327
+ * 微信AppId
328
+ */
329
+ WxAppId: string;
270
330
  }
271
331
  /**
272
332
  * 删除文档时查询入参
@@ -574,6 +634,31 @@ export interface KnowledgeSet {
574
634
  */
575
635
  TotalSize?: string;
576
636
  }
637
+ /**
638
+ * DeployApp请求参数结构体
639
+ */
640
+ export interface DeployAppRequest {
641
+ /**
642
+ * 环境ID
643
+ */
644
+ EnvId: string;
645
+ /**
646
+ * 应用id
647
+ */
648
+ Id: string;
649
+ /**
650
+ * 发布体验preview/正式upload
651
+ */
652
+ Mode?: string;
653
+ /**
654
+ * 构建类型:mp、pc、web、adminPortal
655
+ */
656
+ BuildType?: string;
657
+ /**
658
+ * 子包数组
659
+ */
660
+ SubAppIds?: Array<string>;
661
+ }
577
662
  /**
578
663
  * 文件拆分信息
579
664
  */
@@ -615,9 +700,22 @@ export interface DescribeKnowledgeDocumentSetDetailRequest {
615
700
  DocumentSetId?: string;
616
701
  }
617
702
  /**
618
- * CreateKnowledgeSet返回参数结构体
703
+ * DeployApp返回参数结构体
619
704
  */
620
- export interface CreateKnowledgeSetResponse {
705
+ export interface DeployAppResponse {
706
+ /**
707
+ * 构建id
708
+ */
709
+ BuildId?: string;
710
+ /**
711
+ * 发布错误code
712
+ */
713
+ DeployErrCode?: number;
714
+ /**
715
+ * 发布错误信息
716
+ 注意:此字段可能返回 null,表示取不到有效值。
717
+ */
718
+ DeployErrMsg?: string;
621
719
  /**
622
720
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
623
721
  */
@@ -654,21 +752,13 @@ export interface RelationField {
654
752
  RelateDataSourceName?: string;
655
753
  }
656
754
  /**
657
- * DescribeKnowledgeDocumentSetList请求参数结构体
755
+ * DeleteKnowledgeSet返回参数结构体
658
756
  */
659
- export interface DescribeKnowledgeDocumentSetListRequest {
660
- /**
661
- * 环境ID
662
- */
663
- EnvId: string;
664
- /**
665
- * 知识库标识
666
- */
667
- CollectionView: string;
757
+ export interface DeleteKnowledgeSetResponse {
668
758
  /**
669
- * 查询条件
759
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
670
760
  */
671
- Query?: PageQuery;
761
+ RequestId?: string;
672
762
  }
673
763
  /**
674
764
  * DescribeDataSourceList请求参数结构体
@@ -843,6 +933,15 @@ export interface DescribeDataSourceListResponse {
843
933
  */
844
934
  RequestId?: string;
845
935
  }
936
+ /**
937
+ * DeleteAppBindWxApp请求参数结构体
938
+ */
939
+ export interface DeleteAppBindWxAppRequest {
940
+ /**
941
+ * 应用id
942
+ */
943
+ WeappId: string;
944
+ }
846
945
  /**
847
946
  * UploadKnowledgeDocumentSet返回参数结构体
848
947
  */
@@ -1109,3 +1208,21 @@ export interface DataSourceDetailItems {
1109
1208
  */
1110
1209
  Count?: number;
1111
1210
  }
1211
+ /**
1212
+ * PutWxAppIdToWeApp返回参数结构体
1213
+ */
1214
+ export interface PutWxAppIdToWeAppResponse {
1215
+ /**
1216
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1217
+ */
1218
+ RequestId?: string;
1219
+ }
1220
+ /**
1221
+ * CreateKnowledgeSet返回参数结构体
1222
+ */
1223
+ export interface CreateKnowledgeSetResponse {
1224
+ /**
1225
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1226
+ */
1227
+ RequestId?: string;
1228
+ }
@@ -15214,7 +15214,7 @@ export interface FailOverOption {
15214
15214
  */
15215
15215
  export interface TimeSpotCheck {
15216
15216
  /**
15217
- * 抽检策略的每次循环检测的时长。取值范围(单位s):
15217
+ * 每次循环检测的时长。取值范围(单位s):
15218
15218
 
15219
15219
  - 最小值:10
15220
15220
  - 最大值:86400
@@ -15222,15 +15222,23 @@ export interface TimeSpotCheck {
15222
15222
  */
15223
15223
  CheckDuration?: number;
15224
15224
  /**
15225
- * 抽检测略的检测间隔,表示在一次检测结束后,等待多长时间后,再次检测。
15225
+ * 抽检间隔,表示在一次检测结束后,等待多长时间后,再次检测。取值范围(单位 s):
15226
+ - 最小值:10
15227
+ - 最大值:3600
15226
15228
  */
15227
15229
  CheckInterval?: number;
15228
15230
  /**
15229
- * 片头跳过时长。
15231
+ * 片头跳过时长。取值范围(单位 s):
15232
+ - 最小值:1
15233
+ - 最大值:1800
15230
15234
  */
15231
15235
  SkipDuration?: number;
15232
15236
  /**
15233
- * 循环次数,该字段为空或 0 时,默认循环直至视频结束。
15237
+ * 循环次数。取值范围:
15238
+ - 最小值:0
15239
+ - 最大值:1000
15240
+
15241
+ 取值为 0 或为空时,表示循环至视频结束。
15234
15242
  */
15235
15243
  CirclesNumber?: number;
15236
15244
  }
@@ -30,6 +30,10 @@ export interface MQTTClientSubscription {
30
30
  * 投递未确认数量
31
31
  */
32
32
  Inflight?: number;
33
+ /**
34
+ * 用户属性
35
+ */
36
+ UserProperties?: Array<SubscriptionUserProperty>;
33
37
  }
34
38
  /**
35
39
  * DeleteUser请求参数结构体
@@ -640,6 +644,16 @@ export interface ModifyInstanceRequest {
640
644
  * 授权策略开关
641
645
  */
642
646
  AuthorizationPolicy?: boolean;
647
+ /**
648
+ * 是否使用默认的服务端证书
649
+ */
650
+ UseDefaultServerCert?: boolean;
651
+ /**
652
+ * TLS:单向认证
653
+ mTLS;双向认证
654
+ BYOC:一机一证
655
+ */
656
+ X509Mode?: string;
643
657
  }
644
658
  /**
645
659
  * RegisterDeviceCertificate返回参数结构体
@@ -2159,6 +2173,18 @@ export interface DescribeInstanceResponse {
2159
2173
  * 单条自动订阅规则TopicFilter数限制
2160
2174
  */
2161
2175
  MaxTopicFilterPerAutoSubscriptionPolicy?: number;
2176
+ /**
2177
+ * 是否使用默认的服务端证书
2178
+ */
2179
+ UseDefaultServerCert?: boolean;
2180
+ /**
2181
+ * 服务端CA最大数量
2182
+ */
2183
+ TrustedCaLimit?: number;
2184
+ /**
2185
+ * 服务端证书最大数量
2186
+ */
2187
+ ServerCertLimit?: number;
2162
2188
  /**
2163
2189
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2164
2190
  */
@@ -2609,6 +2635,19 @@ export interface DeviceCertificateItem {
2609
2635
  */
2610
2636
  NotBeforeTime?: number;
2611
2637
  }
2638
+ /**
2639
+ * 订阅的UserProperty结构
2640
+ */
2641
+ export interface SubscriptionUserProperty {
2642
+ /**
2643
+ * 订阅的UserProperty键
2644
+ */
2645
+ Key?: string;
2646
+ /**
2647
+ * 订阅的UserProperty值
2648
+ */
2649
+ Value?: string;
2650
+ }
2612
2651
  /**
2613
2652
  * MQTT客户端信息
2614
2653
  */
@@ -7423,11 +7423,11 @@ export interface TableTitle {
7423
7423
  */
7424
7424
  export interface RecognizeTableAccurateOCRRequest {
7425
7425
  /**
7426
- * 图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
7426
+ * 图片/PDF的 Base64 值。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
7427
7427
  */
7428
7428
  ImageBase64?: string;
7429
7429
  /**
7430
- * 图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
7430
+ * 图片/PDF的 Url 地址。要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,且长宽比小于3(短边分辨率大于600, 长边分辨率小于等于短边分辨率的三倍)。支持PNG、JPG、JPEG、BMP、PDF格式。图片支持的像素范围:需介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
7431
7431
  */
7432
7432
  ImageUrl?: string;
7433
7433
  /**
@@ -231,7 +231,7 @@ export interface DescribeHostDeployRecordDetailResponse {
231
231
  */
232
232
  RunningTotalCount?: number;
233
233
  /**
234
- * 带部署总数
234
+ * 待部署总数
235
235
  */
236
236
  PendingTotalCount?: number;
237
237
  /**
@@ -371,6 +371,10 @@ export interface DeployRecordDetail {
371
371
  * 原证书加密算法
372
372
  */
373
373
  OldAlgorithm?: string;
374
+ /**
375
+ * 实例状态,不同云产品状态不一样
376
+ */
377
+ InstanceStatus?: string;
374
378
  }
375
379
  /**
376
380
  * CancelCertificateOrder请求参数结构体
@@ -543,11 +547,11 @@ export interface Certificates {
543
547
  */
544
548
  VerifyType?: string;
545
549
  /**
546
- * 证书生效时间。
550
+ * 证书生效时间。时区为GMT+8:00
547
551
  */
548
552
  CertBeginTime?: string;
549
553
  /**
550
- * 证书过期时间。
554
+ * 证书过期时间。时区为GMT+8:00
551
555
  */
552
556
  CertEndTime?: string;
553
557
  /**
@@ -555,7 +559,7 @@ export interface Certificates {
555
559
  */
556
560
  ValidityPeriod?: string;
557
561
  /**
558
- * 创建时间。
562
+ * 创建时间。时区为GMT+8:00
559
563
  */
560
564
  InsertTime?: string;
561
565
  /**
@@ -667,11 +671,11 @@ export interface Certificates {
667
671
  */
668
672
  IsExpiring?: boolean;
669
673
  /**
670
- * DV证书添加验证截止时间
674
+ * DV证书添加验证截止时间,时区为GMT+8:00
671
675
  */
672
676
  DVAuthDeadline?: string;
673
677
  /**
674
- * 域名验证通过时间
678
+ * 域名验证通过时间,时区为GMT+8:00
675
679
  */
676
680
  ValidationPassedTime?: string;
677
681
  /**
@@ -703,7 +707,7 @@ export interface Certificates {
703
707
  */
704
708
  SupportDownloadType?: SupportDownloadType;
705
709
  /**
706
- * 证书吊销完成时间
710
+ * 证书吊销完成时间,时区为GMT+8:00
707
711
  */
708
712
  CertRevokedTime?: string;
709
713
  /**
@@ -996,7 +1000,7 @@ export interface DescribeDeployedResourcesRequest {
996
1000
  */
997
1001
  CertificateIds: Array<string>;
998
1002
  /**
999
- * 资源类型:clb,cdn,live,waf,antiddos,teo
1003
+ * 资源类型:clb,cdn,live,vod,waf,antiddos,teo
1000
1004
  */
1001
1005
  ResourceType: string;
1002
1006
  }
@@ -1907,12 +1911,12 @@ export interface DescribeCertificateResponse {
1907
1911
  */
1908
1912
  VulnerabilityStatus?: string;
1909
1913
  /**
1910
- * 证书生效时间。
1914
+ * 证书生效时间。时区为GMT+8:00
1911
1915
  注意:此字段可能返回 null,表示取不到有效值。
1912
1916
  */
1913
1917
  CertBeginTime?: string;
1914
1918
  /**
1915
- * 证书失效时间。
1919
+ * 证书失效时间。时区为GMT+8:00
1916
1920
  注意:此字段可能返回 null,表示取不到有效值。
1917
1921
  */
1918
1922
  CertEndTime?: string;
@@ -1922,7 +1926,7 @@ export interface DescribeCertificateResponse {
1922
1926
  */
1923
1927
  ValidityPeriod?: string;
1924
1928
  /**
1925
- * 申请时间。
1929
+ * 申请时间。时区为GMT+8:00
1926
1930
  注意:此字段可能返回 null,表示取不到有效值。
1927
1931
  */
1928
1932
  InsertTime?: string;
@@ -2017,7 +2021,7 @@ export interface DescribeCertificateResponse {
2017
2021
  */
2018
2022
  CACommonNames?: Array<string>;
2019
2023
  /**
2020
- * CA证书所有的到期时间。仅证书类型CertificateType为CA有效
2024
+ * CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00
2021
2025
  注意:此字段可能返回 null,表示取不到有效值。
2022
2026
  */
2023
2027
  CAEndTimes?: Array<string>;
@@ -5560,12 +5564,12 @@ export interface DescribeCertificateDetailResponse {
5560
5564
  */
5561
5565
  VulnerabilityStatus?: string;
5562
5566
  /**
5563
- * 证书生效时间。
5567
+ * 证书生效时间。时区为GMT+8:00
5564
5568
  注意:此字段可能返回 null,表示取不到有效值。
5565
5569
  */
5566
5570
  CertBeginTime?: string;
5567
5571
  /**
5568
- * 证书失效时间。
5572
+ * 证书失效时间。时区为GMT+8:00
5569
5573
  注意:此字段可能返回 null,表示取不到有效值。
5570
5574
  */
5571
5575
  CertEndTime?: string;
@@ -5574,7 +5578,7 @@ export interface DescribeCertificateDetailResponse {
5574
5578
  */
5575
5579
  ValidityPeriod?: string;
5576
5580
  /**
5577
- * 证书申请时间。
5581
+ * 证书申请时间。时区为GMT+8:00
5578
5582
  */
5579
5583
  InsertTime?: string;
5580
5584
  /**