tencentcloud-sdk-nodejs 4.1.248 → 4.1.249

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 (31) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/dataagent/v20250513/dataagent_client.js +6 -0
  3. package/es/services/mongodb/v20190725/mongodb_client.js +165 -153
  4. package/es/services/ocr/v20181119/ocr_client.js +5 -8
  5. package/es/services/tokenhub/v20260322/tokenhub_client.js +43 -22
  6. package/es/services/tsf/v20180326/tsf_client.js +4 -73
  7. package/package.json +1 -1
  8. package/tencentcloud/common/sdk_version.d.ts +1 -1
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +219 -341
  11. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  12. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  13. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +9 -1
  14. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +12 -0
  15. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +108 -6
  16. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -35
  17. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +186 -170
  18. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +274 -250
  19. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +254 -104
  20. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -22
  21. package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -26
  22. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +204 -271
  23. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -24
  24. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +81 -39
  25. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +107 -51
  26. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +545 -230
  27. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -15
  28. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -143
  29. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -190
  30. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +85 -1013
  31. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -9
@@ -7,6 +7,15 @@ export interface DescribeSpecInfoRequest {
7
7
  */
8
8
  Zone?: string;
9
9
  }
10
+ /**
11
+ * DescribeAuditConfig请求参数结构体
12
+ */
13
+ export interface DescribeAuditConfigRequest {
14
+ /**
15
+ * 实例 ID,格式如:cmgo-xftsghuy,与云数据库控制台页面中显示的实例 ID 相同。
16
+ */
17
+ InstanceId: string;
18
+ }
10
19
  /**
11
20
  * CreateDBInstance请求参数结构体
12
21
  */
@@ -194,7 +203,7 @@ export interface DescribeDBInstanceParamTplRequest {
194
203
  */
195
204
  export interface CreateBackupDBInstanceResponse {
196
205
  /**
197
- * 查询备份流程的状态。
206
+ * <p>查询备份流程的状态。</p>
198
207
  */
199
208
  AsyncRequestId?: string;
200
209
  /**
@@ -322,18 +331,17 @@ export interface InquirePriceRenewDBInstancesRequest {
322
331
  InstanceChargePrepaid: InstanceChargePrepaid;
323
332
  }
324
333
  /**
325
- * DescribeAuditLogFiles返回参数结构体
334
+ * DescribeDBInstanceNamespace返回参数结构体
326
335
  */
327
- export interface DescribeAuditLogFilesResponse {
336
+ export interface DescribeDBInstanceNamespaceResponse {
328
337
  /**
329
- * 符合条件的审计日志文件个数。
338
+ * 查询实例的数据库列表。若未使用 DbName 指定具体查询的数据库,则仅返回查询实例所有的数据库列表,而不返回 Collections 集合信息。
330
339
  */
331
- TotalCount?: number;
340
+ Databases?: Array<string>;
332
341
  /**
333
- * 审计日志文件详情。
334
- 注意:此字段可能返回 null,表示取不到有效值。
342
+ * 查询的集合信息。指定 DbName 时,则仅返回该数据库下的集合列表。
335
343
  */
336
- Items?: Array<AuditLogFile>;
344
+ Collections?: Array<string>;
337
345
  /**
338
346
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
339
347
  */
@@ -822,6 +830,15 @@ export interface IsolateDBInstanceResponse {
822
830
  */
823
831
  RequestId?: string;
824
832
  }
833
+ /**
834
+ * DescribeInstanceParams请求参数结构体
835
+ */
836
+ export interface DescribeInstanceParamsRequest {
837
+ /**
838
+ * 指定待查询参数列表的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
839
+ */
840
+ InstanceId: string;
841
+ }
825
842
  /**
826
843
  * CreateDBInstanceParamTpl请求参数结构体
827
844
  */
@@ -1016,6 +1033,15 @@ export interface FlashbackDatabase {
1016
1033
  */
1017
1034
  Collections: Array<FlashbackCollection>;
1018
1035
  }
1036
+ /**
1037
+ * ModifyDBInstanceLogToCLS返回参数结构体
1038
+ */
1039
+ export interface ModifyDBInstanceLogToCLSResponse {
1040
+ /**
1041
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1042
+ */
1043
+ RequestId?: string;
1044
+ }
1019
1045
  /**
1020
1046
  * ModifyDBInstanceNetworkAddress请求参数结构体
1021
1047
  */
@@ -2312,17 +2338,18 @@ export interface DescribeAccountUsersResponse {
2312
2338
  RequestId?: string;
2313
2339
  }
2314
2340
  /**
2315
- * DescribeDBInstanceNamespace返回参数结构体
2341
+ * DescribeAuditLogFiles返回参数结构体
2316
2342
  */
2317
- export interface DescribeDBInstanceNamespaceResponse {
2343
+ export interface DescribeAuditLogFilesResponse {
2318
2344
  /**
2319
- * 查询实例的数据库列表。若未使用 DbName 指定具体查询的数据库,则仅返回查询实例所有的数据库列表,而不返回 Collections 集合信息。
2345
+ * 符合条件的审计日志文件个数。
2320
2346
  */
2321
- Databases?: Array<string>;
2347
+ TotalCount?: number;
2322
2348
  /**
2323
- * 查询的集合信息。指定 DbName 时,则仅返回该数据库下的集合列表。
2349
+ * 审计日志文件详情。
2350
+ 注意:此字段可能返回 null,表示取不到有效值。
2324
2351
  */
2325
- Collections?: Array<string>;
2352
+ Items?: Array<AuditLogFile>;
2326
2353
  /**
2327
2354
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2328
2355
  */
@@ -2378,6 +2405,43 @@ export interface DescribeBackupDownloadTaskRequest {
2378
2405
  */
2379
2406
  Status?: Array<number | bigint>;
2380
2407
  }
2408
+ /**
2409
+ * ModifyDBInstanceLogToCLS请求参数结构体
2410
+ */
2411
+ export interface ModifyDBInstanceLogToCLSRequest {
2412
+ /**
2413
+ * <p>指定实例ID。例如:cmgo-p8vn****。请登录 MongoDB 控制台在实例列表复制实例 ID。</p>
2414
+ */
2415
+ InstanceId: string;
2416
+ /**
2417
+ * <p>日志类型。MongoDB-ErrorLog:错误日志,MongoDB-SlowLog:慢日志,MongoDB-OperationLog:操作日志</p>
2418
+ */
2419
+ LogType: string;
2420
+ /**
2421
+ * <p>投递状态。ON:开启,OFF:关闭。</p>
2422
+ */
2423
+ Status: string;
2424
+ /**
2425
+ * <p>是否需要创建日志集。默认为 false。</p>
2426
+ */
2427
+ CreateLogset?: boolean;
2428
+ /**
2429
+ * <p>需要创建日志集时为日志集名称;选择已有日志集时,为日志集 ID。默认为空。 说明:1. 当参数 Status 的值为 ON 时,Logset 和 LogTopic 参数必须填一个。2. 当参数 CreateLogset 的值为 true 时,Logset 填日志集命名,例如 my_test,否则需要填日志集 id,例如 6adsaw-****。</p>
2430
+ */
2431
+ Logset?: string;
2432
+ /**
2433
+ * <p>是否需要创建日志主题。默认为 false。</p>
2434
+ */
2435
+ CreateLogTopic?: boolean;
2436
+ /**
2437
+ * <p>需要创建日志主题时为日志主题名称;选择已有日志主题时,为日志主题 ID。默认为空。 说明:1. 当参数 Status 的值为 ON 时,Logset 和 LogTopic 参数必须填一个。2. 2. 当参数 CreateLogTopic 的值为 true 时,LogTopic 填日志主题命名,例如 my_test,否则需要填日志主题id,例如 6adsaw-****。</p>
2438
+ */
2439
+ LogTopic?: string;
2440
+ /**
2441
+ * <p>CLS 所在地域,不填则默认为 Region 的参数值。</p>
2442
+ */
2443
+ CLSRegion?: string;
2444
+ }
2381
2445
  /**
2382
2446
  * ModifySRVConnectionUrl请求参数结构体
2383
2447
  */
@@ -2495,13 +2559,13 @@ export interface UserInfo {
2495
2559
  ConsolePassUpdateTime?: string;
2496
2560
  }
2497
2561
  /**
2498
- * DescribeInstanceParams请求参数结构体
2562
+ * CloseAuditService返回参数结构体
2499
2563
  */
2500
- export interface DescribeInstanceParamsRequest {
2564
+ export interface CloseAuditServiceResponse {
2501
2565
  /**
2502
- * 指定待查询参数列表的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID
2566
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
2503
2567
  */
2504
- InstanceId: string;
2568
+ RequestId?: string;
2505
2569
  }
2506
2570
  /**
2507
2571
  * 节点Tag
@@ -2654,6 +2718,31 @@ export interface ResetDBInstancePasswordResponse {
2654
2718
  */
2655
2719
  RequestId?: string;
2656
2720
  }
2721
+ /**
2722
+ * CreateSlowLogPatternDownloadTask请求参数结构体
2723
+ */
2724
+ export interface CreateSlowLogPatternDownloadTaskRequest {
2725
+ /**
2726
+ * <p>实例 ID。请登录 <a href="https://console.cloud.tencent.com/mongodb">MongoDB 控制台</a>在实例列表复制实例 ID。</p>
2727
+ */
2728
+ InstanceId: string;
2729
+ /**
2730
+ * <p>采集慢日志开始时间</p>
2731
+ */
2732
+ StartTime: string;
2733
+ /**
2734
+ * <p>采集慢日志结束时间</p>
2735
+ */
2736
+ EndTime: string;
2737
+ /**
2738
+ * <p>慢日志采集阈值</p>
2739
+ */
2740
+ ThresholdMs?: number;
2741
+ /**
2742
+ * <p>慢日志类型</p>
2743
+ */
2744
+ Commands?: Array<string>;
2745
+ }
2657
2746
  /**
2658
2747
  * 客户端连接信息,包括客户端IP和连接数
2659
2748
  */
@@ -3022,13 +3111,74 @@ export interface DescribeDBInstanceNodePropertyResponse {
3022
3111
  RequestId?: string;
3023
3112
  }
3024
3113
  /**
3025
- * CloseAuditService返回参数结构体
3114
+ * 实例信息详情
3026
3115
  */
3027
- export interface CloseAuditServiceResponse {
3116
+ export interface InstanceInfo {
3028
3117
  /**
3029
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3118
+ * 审计日志保存时长。
3119
+ 注意:此字段可能返回 null,表示取不到有效值。
3030
3120
  */
3031
- RequestId?: string;
3121
+ AuditLogExpireDay?: number;
3122
+ /**
3123
+ * 审计状态。
3124
+ 注意:此字段可能返回 null,表示取不到有效值。
3125
+ */
3126
+ AuditStatus?: string;
3127
+ /**
3128
+ * 实例 ID。
3129
+ 注意:此字段可能返回 null,表示取不到有效值。
3130
+ */
3131
+ InstanceId?: string;
3132
+ /**
3133
+ * 实例名。
3134
+ 注意:此字段可能返回 null,表示取不到有效值。
3135
+ */
3136
+ InstanceName?: string;
3137
+ /**
3138
+ * 实例角色。
3139
+ 注意:此字段可能返回 null,表示取不到有效值。
3140
+ */
3141
+ InstanceRole?: string;
3142
+ /**
3143
+ * 实例类型。
3144
+ 注意:此字段可能返回 null,表示取不到有效值。
3145
+ */
3146
+ InstanceType?: string;
3147
+ /**
3148
+ * 数据库版本。
3149
+ 注意:此字段可能返回 null,表示取不到有效值。
3150
+ */
3151
+ MongodbVersion?: string;
3152
+ /**
3153
+ * 项目 ID。
3154
+ 注意:此字段可能返回 null,表示取不到有效值。
3155
+ */
3156
+ ProjectId?: number;
3157
+ /**
3158
+ * 地域。
3159
+ 注意:此字段可能返回 null,表示取不到有效值。
3160
+ */
3161
+ Region?: string;
3162
+ /**
3163
+ * 实例状态。
3164
+ 注意:此字段可能返回 null,表示取不到有效值。
3165
+ */
3166
+ Status?: string;
3167
+ /**
3168
+ * 是否支持审计。
3169
+ 注意:此字段可能返回 null,表示取不到有效值。
3170
+ */
3171
+ SupportAudit?: boolean;
3172
+ /**
3173
+ * 可用区。
3174
+ 注意:此字段可能返回 null,表示取不到有效值。
3175
+ */
3176
+ Zone?: string;
3177
+ /**
3178
+ * 标签信息
3179
+ 注意:此字段可能返回 null,表示取不到有效值。
3180
+ */
3181
+ TagList?: Array<TagInfo>;
3032
3182
  }
3033
3183
  /**
3034
3184
  * DescribeDBInstanceParamTplDetail返回参数结构体
@@ -3161,6 +3311,27 @@ export interface DescribeInstanceSSLResponse {
3161
3311
  */
3162
3312
  RequestId?: string;
3163
3313
  }
3314
+ /**
3315
+ * 日志投递CLS配置
3316
+ */
3317
+ export interface LogToCLSConfig {
3318
+ /**
3319
+ * <p>CLS服务所在地域</p>
3320
+ */
3321
+ CLSRegion?: string;
3322
+ /**
3323
+ * <p>投递状态打开或者关闭</p>
3324
+ */
3325
+ Status?: string;
3326
+ /**
3327
+ * <p>CLS日志集ID</p>
3328
+ */
3329
+ LogSetId?: string;
3330
+ /**
3331
+ * <p>日志主题ID</p>
3332
+ */
3333
+ LogTopicId?: string;
3334
+ }
3164
3335
  /**
3165
3336
  * ModifyDBInstanceParamTpl请求参数结构体
3166
3337
  */
@@ -3182,6 +3353,19 @@ export interface ModifyDBInstanceParamTplRequest {
3182
3353
  */
3183
3354
  Params?: Array<ParamType>;
3184
3355
  }
3356
+ /**
3357
+ * CreateSlowLogPatternDownloadTask返回参数结构体
3358
+ */
3359
+ export interface CreateSlowLogPatternDownloadTaskResponse {
3360
+ /**
3361
+ * <p>下载任务状态</p>
3362
+ */
3363
+ Status?: Array<number | bigint>;
3364
+ /**
3365
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3366
+ */
3367
+ RequestId?: string;
3368
+ }
3185
3369
  /**
3186
3370
  * DescribeCurrentOp请求参数结构体
3187
3371
  */
@@ -3413,76 +3597,6 @@ export interface ShardInfo {
3413
3597
  */
3414
3598
  RealReplicaSetId?: string;
3415
3599
  }
3416
- /**
3417
- * 实例信息详情
3418
- */
3419
- export interface InstanceInfo {
3420
- /**
3421
- * 审计日志保存时长。
3422
- 注意:此字段可能返回 null,表示取不到有效值。
3423
- */
3424
- AuditLogExpireDay?: number;
3425
- /**
3426
- * 审计状态。
3427
- 注意:此字段可能返回 null,表示取不到有效值。
3428
- */
3429
- AuditStatus?: string;
3430
- /**
3431
- * 实例 ID。
3432
- 注意:此字段可能返回 null,表示取不到有效值。
3433
- */
3434
- InstanceId?: string;
3435
- /**
3436
- * 实例名。
3437
- 注意:此字段可能返回 null,表示取不到有效值。
3438
- */
3439
- InstanceName?: string;
3440
- /**
3441
- * 实例角色。
3442
- 注意:此字段可能返回 null,表示取不到有效值。
3443
- */
3444
- InstanceRole?: string;
3445
- /**
3446
- * 实例类型。
3447
- 注意:此字段可能返回 null,表示取不到有效值。
3448
- */
3449
- InstanceType?: string;
3450
- /**
3451
- * 数据库版本。
3452
- 注意:此字段可能返回 null,表示取不到有效值。
3453
- */
3454
- MongodbVersion?: string;
3455
- /**
3456
- * 项目 ID。
3457
- 注意:此字段可能返回 null,表示取不到有效值。
3458
- */
3459
- ProjectId?: number;
3460
- /**
3461
- * 地域。
3462
- 注意:此字段可能返回 null,表示取不到有效值。
3463
- */
3464
- Region?: string;
3465
- /**
3466
- * 实例状态。
3467
- 注意:此字段可能返回 null,表示取不到有效值。
3468
- */
3469
- Status?: string;
3470
- /**
3471
- * 是否支持审计。
3472
- 注意:此字段可能返回 null,表示取不到有效值。
3473
- */
3474
- SupportAudit?: boolean;
3475
- /**
3476
- * 可用区。
3477
- 注意:此字段可能返回 null,表示取不到有效值。
3478
- */
3479
- Zone?: string;
3480
- /**
3481
- * 标签信息
3482
- 注意:此字段可能返回 null,表示取不到有效值。
3483
- */
3484
- TagList?: Array<TagInfo>;
3485
- }
3486
3600
  /**
3487
3601
  * SetBackupRules返回参数结构体
3488
3602
  */
@@ -3522,6 +3636,15 @@ export interface EnableSRVConnectionUrlRequest {
3522
3636
  */
3523
3637
  InstanceId: string;
3524
3638
  }
3639
+ /**
3640
+ * IncreaseDBInstanceConnectionLimit返回参数结构体
3641
+ */
3642
+ export interface IncreaseDBInstanceConnectionLimitResponse {
3643
+ /**
3644
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3645
+ */
3646
+ RequestId?: string;
3647
+ }
3525
3648
  /**
3526
3649
  * RenewDBInstances返回参数结构体
3527
3650
  */
@@ -3633,36 +3756,38 @@ export interface DescribeTransparentDataEncryptionStatusResponse {
3633
3756
  RequestId?: string;
3634
3757
  }
3635
3758
  /**
3636
- * DescribeAuditConfig请求参数结构体
3759
+ * DescribeDBInstanceLogToCLS请求参数结构体
3637
3760
  */
3638
- export interface DescribeAuditConfigRequest {
3761
+ export interface DescribeDBInstanceLogToCLSRequest {
3639
3762
  /**
3640
- * 实例 ID,格式如:cmgo-xftsghuy,与云数据库控制台页面中显示的实例 ID 相同。
3763
+ * <p>指定实例ID。例如:cmgo-p8vn****。请登录 MongoDB 控制台在实例列表复制实例 ID。</p>
3641
3764
  */
3642
3765
  InstanceId: string;
3766
+ /**
3767
+ * <p>CLS服务所在地域</p>
3768
+ */
3769
+ CLSRegion?: string;
3643
3770
  }
3644
3771
  /**
3645
3772
  * CreateBackupDBInstance请求参数结构体
3646
3773
  */
3647
3774
  export interface CreateBackupDBInstanceRequest {
3648
3775
  /**
3649
- * 实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID
3776
+ * <p>实例 ID。例如:cmgo-p8vn****。请登录 <a href="https://console.cloud.tencent.com/mongodb">MongoDB 控制台</a>在实例列表复制实例 ID。</p>
3650
3777
  */
3651
3778
  InstanceId: string;
3652
3779
  /**
3653
- * 设置备份方式。
3654
- - 0:逻辑备份。
3655
- - 1:物理备份。
3656
- - 3:快照备份。
3657
- **说明**:
3658
- 1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。
3659
- 2. 实例开通存储加密,则备份方式不能为物理备份。
3780
+ * <p>设置备份方式。</p><ul><li>0:逻辑备份。</li><li>1:物理备份。</li><li>3:快照备份。<br><strong>说明</strong>:</li><li>通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。</li><li>实例开通存储加密,则备份方式不能为物理备份。</li></ul>
3660
3781
  */
3661
3782
  BackupMethod: number;
3662
3783
  /**
3663
- * 备份备注信息。
3784
+ * <p>备份备注信息。</p>
3664
3785
  */
3665
3786
  BackupRemark?: string;
3787
+ /**
3788
+ * <p>保存天数,-2-永久保留(不定期保留),-1-跟随长期保留时长,0-按配置天数,1~7300-自定义天数(最长20年)</p><p>单位:天</p>
3789
+ */
3790
+ BackupRetentionDays?: number;
3666
3791
  }
3667
3792
  /**
3668
3793
  * 库表回档到新实例,库表信息
@@ -3813,6 +3938,27 @@ export interface IsolateDBInstanceRequest {
3813
3938
  */
3814
3939
  InstanceId: string;
3815
3940
  }
3941
+ /**
3942
+ * DescribeDBInstanceLogToCLS返回参数结构体
3943
+ */
3944
+ export interface DescribeDBInstanceLogToCLSResponse {
3945
+ /**
3946
+ * <p>实例错误日志投递配置</p>
3947
+ */
3948
+ ErrorLog?: LogToCLSConfig;
3949
+ /**
3950
+ * <p>实例慢日志投递配置</p>
3951
+ */
3952
+ SlowLog?: LogToCLSConfig;
3953
+ /**
3954
+ * <p>实例操作日志投递配置</p>
3955
+ */
3956
+ OperationLog?: LogToCLSConfig;
3957
+ /**
3958
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3959
+ */
3960
+ RequestId?: string;
3961
+ }
3816
3962
  /**
3817
3963
  * DescribePasswordRotation请求参数结构体
3818
3964
  */
@@ -3869,6 +4015,10 @@ export interface EnableTransparentDataEncryptionResponse {
3869
4015
  */
3870
4016
  RequestId?: string;
3871
4017
  }
4018
+ /**
4019
+ * IncreaseDBInstanceConnectionLimit请求参数结构体
4020
+ */
4021
+ export type IncreaseDBInstanceConnectionLimitRequest = null;
3872
4022
  /**
3873
4023
  * DescribeAuditLogFiles请求参数结构体
3874
4024
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { TableOCRRequest, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, GetOCRTokenResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, MLIDCardOCRRequest, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, VerifyScenePhotoResponse, RecognizeAgentResponse, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, RecognizeTravelCardOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, VatInvoiceVerifyNewResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, ExtractDocMultiResponse, RecognizeContainerOCRRequest, TextDetectRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeEncryptedIDCardOCRRequest, RecognizeHealthCodeOCRResponse, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, SubmitQuestionMarkAgentJobRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, VerifyBizLicenseEnterprise4Response, HandwritingEssayOCRRequest, BankSlipOCRResponse, RecognizeTravelCardOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, VerifyScenePhotoRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeAgentRequest, SmartStructuralOCRResponse, IDCardOCRRequest, MixedInvoiceDetectRequest, RecognizeStoreNameResponse, WaybillOCRRequest, RideHailingTransportLicenseOCRRequest, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, RecognizeHealthCodeOCRRequest, BusinessCardOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
3
+ import { TableOCRRequest, HKIDCardOCRRequest, BankSlipOCRRequest, BusinessCardOCRResponse, VinOCRResponse, BankCardOCRRequest, CarInvoiceOCRRequest, DescribeQuestionMarkAgentJobResponse, ExtractDocMultiRequest, QuestionSplitLayoutOCRRequest, DescribeMarkEssayAgentJobResponse, EstateCertOCRResponse, ExtractDocMultiProRequest, MLIDPassportOCRRequest, TextDetectResponse, GetOCRTokenResponse, DriverLicenseOCRResponse, WaybillOCRResponse, ClassifyStoreNameRequest, QuestionSplitOCRRequest, FlightInvoiceOCRRequest, MLIDCardOCRRequest, IDCardOCRResponse, EnterpriseLicenseOCRResponse, QuestionOCRResponse, DriverLicenseOCRRequest, VerifyBizLicenseEnterprise3Response, RecognizeTableOCRResponse, QrcodeOCRResponse, HKIDCardOCRResponse, MainlandPermitOCRRequest, EnglishOCRRequest, VehicleLicenseOCRRequest, QuestionSplitOCRResponse, TableOCRResponse, RecognizeStoreNameRequest, VerifyScenePhotoResponse, RecognizeAgentResponse, TrainTicketOCRResponse, RecognizeFormulaOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, RecognizeGeneralCardWarnRequest, SmartStructuralOCRRequest, ExtractDocMultiProResponse, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, RideHailingDriverLicenseOCRRequest, GeneralAccurateOCRResponse, QrcodeOCRRequest, VatInvoiceVerifyNewResponse, RecognizeGeneralInvoiceRequest, GeneralBasicOCRResponse, RecognizeMedicalInvoiceOCRResponse, RecognizeValidIDCardOCRRequest, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VinOCRRequest, ExtractDocAgentResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, ClassifyDetectOCRRequest, LicensePlateOCRResponse, ExtractDocBasicRequest, RecognizeThaiIDCardOCRResponse, ExtractDocMultiResponse, RecognizeContainerOCRRequest, TextDetectRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, RecognizeEncryptedIDCardOCRRequest, SubmitExtractDocAgentJobResponse, ImageEnhancementResponse, PassportOCRResponse, VehicleRegCertOCRRequest, QuestionSplitLayoutOCRResponse, SubmitMarkEssayAgentJobRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, SubmitMarkEssayAgentJobResponse, GeneralEfficientOCRRequest, AdvertiseOCRRequest, SubmitQuestionMarkAgentJobResponse, RideHailingDriverLicenseOCRResponse, ImageEnhancementRequest, ExtractDocBasicResponse, EnterpriseLicenseOCRRequest, GeneralAccurateOCRRequest, RecognizeFormulaOCRRequest, FlightInvoiceOCRResponse, VatInvoiceVerifyNewRequest, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, GetOCRTokenRequest, RecognizeGeneralCardWarnResponse, ClassifyStoreNameResponse, DescribeExtractDocAgentJobRequest, RecognizeTableAccurateOCRRequest, SealOCRResponse, VerifyBizLicenseEnterprise4Response, HandwritingEssayOCRRequest, BankSlipOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, VerifyScenePhotoRequest, DescribeQuestionMarkAgentJobRequest, MixedInvoiceOCRRequest, DescribeExtractDocAgentJobResponse, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralFastOCRRequest, RecognizeGeneralInvoiceResponse, HandwritingEssayOCRResponse, VerifyBizLicenseEnterprise4Request, QuestionOCRRequest, RecognizeMedicalInvoiceOCRRequest, InsuranceBillOCRResponse, TrainTicketOCRRequest, GeneralEfficientOCRResponse, MLIDPassportOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, RecognizeTableAccurateOCRResponse, ResidenceBookletOCRRequest, GetOCRResultRequest, GetOCRResultResponse, MainlandPermitOCRResponse, PermitOCRRequest, EnglishOCRResponse, VerifyBizLicenseEnterprise3Request, RecognizeEncryptedIDCardOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, PermitOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, SubmitExtractDocAgentJobRequest, ExtractDocAgentRequest, AdvertiseOCRResponse, RecognizeAgentRequest, SmartStructuralOCRResponse, IDCardOCRRequest, MixedInvoiceDetectRequest, WaybillOCRRequest, RecognizeStoreNameResponse, RideHailingTransportLicenseOCRRequest, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, BankCardOCRResponse, SubmitQuestionMarkAgentJobRequest, BusinessCardOCRRequest, RecognizeValidIDCardOCRResponse, DescribeMarkEssayAgentJobRequest, GeneralFastOCRResponse } from "./ocr_models";
4
4
  /**
5
5
  * ocr client
6
6
  * @class
@@ -172,6 +172,13 @@ export declare class Client extends AbstractClient {
172
172
  默认接口请求频率限制:10次/秒。
173
173
  */
174
174
  GeneralAccurateOCR(req: GeneralAccurateOCRRequest, cb?: (error: string, rep: GeneralAccurateOCRResponse) => void): Promise<GeneralAccurateOCRResponse>;
175
+ /**
176
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
177
+ 注意:
178
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
179
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
180
+ */
181
+ VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
175
182
  /**
176
183
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
177
184
  默认接口请求频率限制:5次/秒。
@@ -275,14 +282,6 @@ export declare class Client extends AbstractClient {
275
282
  默认接口请求并发限制:10张/分钟。
276
283
  */
277
284
  DescribeQuestionMarkAgentJob(req: DescribeQuestionMarkAgentJobRequest, cb?: (error: string, rep: DescribeQuestionMarkAgentJobResponse) => void): Promise<DescribeQuestionMarkAgentJobResponse>;
278
- /**
279
- * 产品规划
280
-
281
- 本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。
282
-
283
- 默认接口请求频率限制:20次/秒。
284
- */
285
- RecognizeTravelCardOCR(req: RecognizeTravelCardOCRRequest, cb?: (error: string, rep: RecognizeTravelCardOCRResponse) => void): Promise<RecognizeTravelCardOCRResponse>;
286
285
  /**
287
286
  * 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
288
287
 
@@ -725,26 +724,16 @@ export declare class Client extends AbstractClient {
725
724
  */
726
725
  VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
727
726
  /**
728
- * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
729
- 注意:
730
- 存在个别特殊情况下核验结果不准确,请选用前知悉;
731
- 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
727
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
728
+ 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
732
729
  */
733
- VerifyBizLicenseEnterprise4(req: VerifyBizLicenseEnterprise4Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise4Response) => void): Promise<VerifyBizLicenseEnterprise4Response>;
730
+ VerifyBizLicenseEnterprise3(req: VerifyBizLicenseEnterprise3Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise3Response) => void): Promise<VerifyBizLicenseEnterprise3Response>;
734
731
  /**
735
732
  * 本接口支持 单张、多张、多类型 票据的混合识别,同时支持自选需要识别的票据类型,已支持票种包括:增值税发票(专票、普票、卷票)、全电发票、非税发票、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,并支持其他类发票的识别。
736
733
 
737
734
  默认接口请求频率限制:5次/秒。
738
735
  */
739
736
  MixedInvoiceOCR(req: MixedInvoiceOCRRequest, cb?: (error: string, rep: MixedInvoiceOCRResponse) => void): Promise<MixedInvoiceOCRResponse>;
740
- /**
741
- * 产品规划
742
-
743
- 本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
744
-
745
- 默认接口请求频率限制:10次/秒。
746
- */
747
- RecognizeHealthCodeOCR(req: RecognizeHealthCodeOCRRequest, cb?: (error: string, rep: RecognizeHealthCodeOCRResponse) => void): Promise<RecognizeHealthCodeOCRResponse>;
748
737
  /**
749
738
  * 本接口支持数学试题内容的识别和结构化输出,包括通用文本解析和小学/初中/高中数学公式解析能力(包括91种题型,180种符号),公式返回格式为 Latex 格式文本。
750
739
 
@@ -214,6 +214,15 @@ class Client extends abstract_client_1.AbstractClient {
214
214
  async GeneralAccurateOCR(req, cb) {
215
215
  return this.request("GeneralAccurateOCR", req, cb);
216
216
  }
217
+ /**
218
+ * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
219
+ 注意:
220
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
221
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
222
+ */
223
+ async VerifyBizLicenseEnterprise4(req, cb) {
224
+ return this.request("VerifyBizLicenseEnterprise4", req, cb);
225
+ }
217
226
  /**
218
227
  * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
219
228
  默认接口请求频率限制:5次/秒。
@@ -335,16 +344,6 @@ class Client extends abstract_client_1.AbstractClient {
335
344
  async DescribeQuestionMarkAgentJob(req, cb) {
336
345
  return this.request("DescribeQuestionMarkAgentJob", req, cb);
337
346
  }
338
- /**
339
- * 产品规划
340
-
341
- 本接口支持通信大数据行程卡识别,包括行程卡颜色、更新时间、途经地、存在中高风险地区的城市、电话号码,五个字段的识别结果输出。
342
-
343
- 默认接口请求频率限制:20次/秒。
344
- */
345
- async RecognizeTravelCardOCR(req, cb) {
346
- return this.request("RecognizeTravelCardOCR", req, cb);
347
- }
348
347
  /**
349
348
  * 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
350
349
 
@@ -891,13 +890,11 @@ class Client extends abstract_client_1.AbstractClient {
891
890
  return this.request("VerifyOfdVatInvoiceOCR", req, cb);
892
891
  }
893
892
  /**
894
- * 提供比对校验企业名称、统一社会信用代码、法人姓名、注册登记证件号码一致性的服务,助力快速核验企业资质。
895
- 注意:
896
- 存在个别特殊情况下核验结果不准确,请选用前知悉;
897
- 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
893
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
894
+ 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
898
895
  */
899
- async VerifyBizLicenseEnterprise4(req, cb) {
900
- return this.request("VerifyBizLicenseEnterprise4", req, cb);
896
+ async VerifyBizLicenseEnterprise3(req, cb) {
897
+ return this.request("VerifyBizLicenseEnterprise3", req, cb);
901
898
  }
902
899
  /**
903
900
  * 本接口支持 单张、多张、多类型 票据的混合识别,同时支持自选需要识别的票据类型,已支持票种包括:增值税发票(专票、普票、卷票)、全电发票、非税发票、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票共14种标准报销发票,并支持其他类发票的识别。
@@ -907,16 +904,6 @@ class Client extends abstract_client_1.AbstractClient {
907
904
  async MixedInvoiceOCR(req, cb) {
908
905
  return this.request("MixedInvoiceOCR", req, cb);
909
906
  }
910
- /**
911
- * 产品规划
912
-
913
- 本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。
914
-
915
- 默认接口请求频率限制:10次/秒。
916
- */
917
- async RecognizeHealthCodeOCR(req, cb) {
918
- return this.request("RecognizeHealthCodeOCR", req, cb);
919
- }
920
907
  /**
921
908
  * 本接口支持数学试题内容的识别和结构化输出,包括通用文本解析和小学/初中/高中数学公式解析能力(包括91种题型,180种符号),公式返回格式为 Latex 格式文本。
922
909