tencentcloud-sdk-nodejs 4.0.928 → 4.0.930
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.
- package/CHANGELOG.md +729 -0
- package/SERVICE_CHANGELOG.md +619 -47
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +8 -0
- package/src/services/asr/v20190614/asr_client.ts +71 -15
- package/src/services/asr/v20190614/asr_models.ts +293 -79
- package/src/services/bi/v20220105/bi_models.ts +5 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +105 -2
- package/src/services/cfg/v20210820/cfg_client.ts +1 -0
- package/src/services/cfg/v20210820/cfg_models.ts +66 -6
- package/src/services/cfw/v20190904/cfw_client.ts +14 -2
- package/src/services/cfw/v20190904/cfw_models.ts +213 -189
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +19 -7
- package/src/services/clb/v20180317/clb_models.ts +21 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +30 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +120 -0
- package/src/services/dasb/v20191018/dasb_models.ts +4 -0
- package/src/services/dc/v20180410/dc_client.ts +4 -5
- package/src/services/dc/v20180410/dc_models.ts +68 -50
- package/src/services/dcdb/v20180411/dcdb_client.ts +13 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +34 -6
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +109 -81
- package/src/services/es/v20180416/es_client.ts +13 -1
- package/src/services/es/v20180416/es_models.ts +53 -21
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -12
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/ims/v20201229/ims_client.ts +2 -2
- package/src/services/iss/v20230517/iss_models.ts +12 -0
- package/src/services/lke/v20231130/lke_client.ts +2 -0
- package/src/services/lke/v20231130/lke_models.ts +69 -3
- package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
- package/src/services/mariadb/v20170312/mariadb_models.ts +69 -41
- package/src/services/oceanus/v20190422/oceanus_models.ts +9 -0
- package/src/services/ocr/v20181119/ocr_client.ts +13 -7
- package/src/services/ocr/v20181119/ocr_models.ts +1 -2
- package/src/services/scf/v20180416/scf_models.ts +7 -8
- package/src/services/sms/v20190711/sms_client.ts +32 -64
- package/src/services/sms/v20190711/sms_models.ts +27 -28
- package/src/services/ssl/v20191205/ssl_client.ts +14 -1
- package/src/services/ssl/v20191205/ssl_models.ts +87 -21
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +88 -47
- package/src/services/thpc/v20230321/thpc_client.ts +33 -14
- package/src/services/thpc/v20230321/thpc_models.ts +347 -19
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +20 -0
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +8 -0
- package/src/services/wedata/v20210820/wedata_client.ts +16 -3
- package/src/services/wedata/v20210820/wedata_models.ts +164 -79
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +23 -3
- package/tencentcloud/services/asr/v20190614/asr_client.js +31 -3
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +281 -79
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +104 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +65 -6
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +211 -189
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +19 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +21 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +116 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +3 -4
- package/tencentcloud/services/dc/v20180410/dc_client.js +3 -4
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +68 -50
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +32 -6
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +7 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +107 -81
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +51 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -12
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +67 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +67 -41
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +8 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +7 -8
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +28 -60
- package/tencentcloud/services/sms/v20190711/sms_client.js +28 -60
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +27 -28
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +84 -21
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +87 -47
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +9 -5
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +12 -6
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +338 -19
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +20 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +161 -79
- package/test/asr.v20190614.test.js +42 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +22 -2
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/mariadb.v20170312.test.js +12 -2
- package/test/ssl.v20191205.test.js +10 -0
- package/test/thpc.v20230321.test.js +14 -4
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -64,6 +64,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
64
|
async ModifyBackupTime(req, cb) {
|
|
65
65
|
return this.request("ModifyBackupTime", req, cb);
|
|
66
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* 本接口(ModifyInstanceVport)用于修改实例VPORT
|
|
69
|
+
*/
|
|
70
|
+
async ModifyInstanceVport(req, cb) {
|
|
71
|
+
return this.request("ModifyInstanceVport", req, cb);
|
|
72
|
+
}
|
|
67
73
|
/**
|
|
68
74
|
* 本接口(DescribeSaleInfo)用于查询云数据库可售卖的地域和可用区信息。
|
|
69
75
|
*/
|
|
@@ -398,10 +404,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
398
404
|
return this.request("DescribePrice", req, cb);
|
|
399
405
|
}
|
|
400
406
|
/**
|
|
401
|
-
* 本接口(
|
|
407
|
+
* 本接口(DescribeBinlogTime)用于查询可回档时间范围。
|
|
402
408
|
*/
|
|
403
|
-
async
|
|
404
|
-
return this.request("
|
|
409
|
+
async DescribeBinlogTime(req, cb) {
|
|
410
|
+
return this.request("DescribeBinlogTime", req, cb);
|
|
405
411
|
}
|
|
406
412
|
/**
|
|
407
413
|
* 本接口(UpgradeDedicatedDBInstance)用于扩容独享云数据库实例。
|
|
@@ -1058,17 +1058,46 @@ export interface CloneAccountRequest {
|
|
|
1058
1058
|
DstDesc?: string;
|
|
1059
1059
|
}
|
|
1060
1060
|
/**
|
|
1061
|
-
*
|
|
1061
|
+
* DescribePrice请求参数结构体
|
|
1062
1062
|
*/
|
|
1063
|
-
export interface
|
|
1063
|
+
export interface DescribePriceRequest {
|
|
1064
1064
|
/**
|
|
1065
|
-
*
|
|
1065
|
+
* 欲新购实例的可用区ID。
|
|
1066
1066
|
*/
|
|
1067
|
-
|
|
1067
|
+
Zone: string;
|
|
1068
1068
|
/**
|
|
1069
|
-
*
|
|
1069
|
+
* 实例节点个数,可以通过 DescribeDBInstanceSpecs
|
|
1070
|
+
查询实例规格获得。
|
|
1070
1071
|
*/
|
|
1071
|
-
|
|
1072
|
+
NodeCount: number;
|
|
1073
|
+
/**
|
|
1074
|
+
* 内存大小,单位:GB,可以通过 DescribeDBInstanceSpecs
|
|
1075
|
+
查询实例规格获得。
|
|
1076
|
+
*/
|
|
1077
|
+
Memory: number;
|
|
1078
|
+
/**
|
|
1079
|
+
* 存储空间大小,单位:GB,可以通过 DescribeDBInstanceSpecs
|
|
1080
|
+
查询实例规格获得不同内存大小对应的磁盘规格下限和上限。
|
|
1081
|
+
*/
|
|
1082
|
+
Storage: number;
|
|
1083
|
+
/**
|
|
1084
|
+
* 欲购买的时长,单位:月。
|
|
1085
|
+
*/
|
|
1086
|
+
Period?: number;
|
|
1087
|
+
/**
|
|
1088
|
+
* 欲购买的数量,默认查询购买1个实例的价格。
|
|
1089
|
+
*/
|
|
1090
|
+
Count?: number;
|
|
1091
|
+
/**
|
|
1092
|
+
* 付费类型。postpaid:按量付费 prepaid:预付费
|
|
1093
|
+
*/
|
|
1094
|
+
Paymode?: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* 价格金额单位,不传默认单位为分,取值:
|
|
1097
|
+
* pent:分
|
|
1098
|
+
* microPent:微分
|
|
1099
|
+
*/
|
|
1100
|
+
AmountUnit?: string;
|
|
1072
1101
|
}
|
|
1073
1102
|
/**
|
|
1074
1103
|
* 慢查询条目信息
|
|
@@ -1665,46 +1694,17 @@ export interface DescribeDBInstanceDetailResponse {
|
|
|
1665
1694
|
RequestId?: string;
|
|
1666
1695
|
}
|
|
1667
1696
|
/**
|
|
1668
|
-
*
|
|
1697
|
+
* DescribeDatabaseObjects请求参数结构体
|
|
1669
1698
|
*/
|
|
1670
|
-
export interface
|
|
1671
|
-
/**
|
|
1672
|
-
* 欲新购实例的可用区ID。
|
|
1673
|
-
*/
|
|
1674
|
-
Zone: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* 实例节点个数,可以通过 DescribeDBInstanceSpecs
|
|
1677
|
-
查询实例规格获得。
|
|
1678
|
-
*/
|
|
1679
|
-
NodeCount: number;
|
|
1680
|
-
/**
|
|
1681
|
-
* 内存大小,单位:GB,可以通过 DescribeDBInstanceSpecs
|
|
1682
|
-
查询实例规格获得。
|
|
1683
|
-
*/
|
|
1684
|
-
Memory: number;
|
|
1685
|
-
/**
|
|
1686
|
-
* 存储空间大小,单位:GB,可以通过 DescribeDBInstanceSpecs
|
|
1687
|
-
查询实例规格获得不同内存大小对应的磁盘规格下限和上限。
|
|
1688
|
-
*/
|
|
1689
|
-
Storage: number;
|
|
1690
|
-
/**
|
|
1691
|
-
* 欲购买的时长,单位:月。
|
|
1692
|
-
*/
|
|
1693
|
-
Period?: number;
|
|
1694
|
-
/**
|
|
1695
|
-
* 欲购买的数量,默认查询购买1个实例的价格。
|
|
1696
|
-
*/
|
|
1697
|
-
Count?: number;
|
|
1699
|
+
export interface DescribeDatabaseObjectsRequest {
|
|
1698
1700
|
/**
|
|
1699
|
-
*
|
|
1701
|
+
* 实例 ID,形如:dcdbt-ow7t8lmc。
|
|
1700
1702
|
*/
|
|
1701
|
-
|
|
1703
|
+
InstanceId: string;
|
|
1702
1704
|
/**
|
|
1703
|
-
*
|
|
1704
|
-
* pent:分
|
|
1705
|
-
* microPent:微分
|
|
1705
|
+
* 数据库名称,通过 DescribeDatabases 接口获取。
|
|
1706
1706
|
*/
|
|
1707
|
-
|
|
1707
|
+
DbName: string;
|
|
1708
1708
|
}
|
|
1709
1709
|
/**
|
|
1710
1710
|
* CreateDBInstance返回参数结构体
|
|
@@ -1949,6 +1949,15 @@ export interface GrantAccountPrivilegesRequest {
|
|
|
1949
1949
|
*/
|
|
1950
1950
|
ColName?: string;
|
|
1951
1951
|
}
|
|
1952
|
+
/**
|
|
1953
|
+
* DescribeBinlogTime请求参数结构体
|
|
1954
|
+
*/
|
|
1955
|
+
export interface DescribeBinlogTimeRequest {
|
|
1956
|
+
/**
|
|
1957
|
+
* 实例 ID,形如:tdsql-ow728lmc。
|
|
1958
|
+
*/
|
|
1959
|
+
InstanceId: string;
|
|
1960
|
+
}
|
|
1952
1961
|
/**
|
|
1953
1962
|
* CreateDedicatedClusterDBInstance请求参数结构体
|
|
1954
1963
|
*/
|
|
@@ -2475,6 +2484,23 @@ export interface DeleteAccountRequest {
|
|
|
2475
2484
|
*/
|
|
2476
2485
|
Host: string;
|
|
2477
2486
|
}
|
|
2487
|
+
/**
|
|
2488
|
+
* DescribeBinlogTime返回参数结构体
|
|
2489
|
+
*/
|
|
2490
|
+
export interface DescribeBinlogTimeResponse {
|
|
2491
|
+
/**
|
|
2492
|
+
* 开始时间
|
|
2493
|
+
*/
|
|
2494
|
+
StartTime: string;
|
|
2495
|
+
/**
|
|
2496
|
+
* 结束时间
|
|
2497
|
+
*/
|
|
2498
|
+
EndTime: string;
|
|
2499
|
+
/**
|
|
2500
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2501
|
+
*/
|
|
2502
|
+
RequestId?: string;
|
|
2503
|
+
}
|
|
2478
2504
|
/**
|
|
2479
2505
|
* UpgradeHourDBInstance请求参数结构体
|
|
2480
2506
|
*/
|
|
@@ -159,6 +159,10 @@ export interface DeleteJobsRequest {
|
|
|
159
159
|
* 工作空间Id
|
|
160
160
|
*/
|
|
161
161
|
WorkSpaceId?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 作业名称列表
|
|
164
|
+
*/
|
|
165
|
+
JobNames?: Array<string>;
|
|
162
166
|
}
|
|
163
167
|
/**
|
|
164
168
|
* ModifyWorkSpace请求参数结构体
|
|
@@ -2745,6 +2749,11 @@ export interface Cluster {
|
|
|
2745
2749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2746
2750
|
*/
|
|
2747
2751
|
BillingResourceMode?: string;
|
|
2752
|
+
/**
|
|
2753
|
+
* Cu比例
|
|
2754
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2755
|
+
*/
|
|
2756
|
+
MemRatio?: number;
|
|
2748
2757
|
}
|
|
2749
2758
|
/**
|
|
2750
2759
|
* DescribeJobSubmissionLog请求参数结构体
|
|
@@ -145,6 +145,7 @@ export declare class Client extends AbstractClient {
|
|
|
145
145
|
RecognizeEncryptedIDCardOCR(req: RecognizeEncryptedIDCardOCRRequest, cb?: (error: string, rep: RecognizeEncryptedIDCardOCRResponse) => void): Promise<RecognizeEncryptedIDCardOCRResponse>;
|
|
146
146
|
/**
|
|
147
147
|
* 本接口用于识别门头照文字识别结果以及对应分类标签信息
|
|
148
|
+
默认接口请求频率限制:1次/秒
|
|
148
149
|
*/
|
|
149
150
|
RecognizeStoreName(req: RecognizeStoreNameRequest, cb?: (error: string, rep: RecognizeStoreNameResponse) => void): Promise<RecognizeStoreNameResponse>;
|
|
150
151
|
/**
|
|
@@ -208,6 +209,7 @@ export declare class Client extends AbstractClient {
|
|
|
208
209
|
SmartStructuralOCR(req: SmartStructuralOCRRequest, cb?: (error: string, rep: SmartStructuralOCRResponse) => void): Promise<SmartStructuralOCRResponse>;
|
|
209
210
|
/**
|
|
210
211
|
* 本接口用于识别门头照分类标签信息
|
|
212
|
+
默认接口请求频率限制:1次/秒
|
|
211
213
|
*/
|
|
212
214
|
ClassifyStoreName(req: ClassifyStoreNameRequest, cb?: (error: string, rep: ClassifyStoreNameResponse) => void): Promise<ClassifyStoreNameResponse>;
|
|
213
215
|
/**
|
|
@@ -431,7 +433,9 @@ export declare class Client extends AbstractClient {
|
|
|
431
433
|
*/
|
|
432
434
|
BizLicenseOCR(req: BizLicenseOCRRequest, cb?: (error: string, rep: BizLicenseOCRResponse) => void): Promise<BizLicenseOCRResponse>;
|
|
433
435
|
/**
|
|
434
|
-
*
|
|
436
|
+
* 智慧表单产品已下线,需要下线相关API
|
|
437
|
+
|
|
438
|
+
支持查询智能表单录入任务的状态。本产品免费公测中,您可以点击demo(超链接:https://ocr.smartform.cloud.tencent.com/)试用,如需购买请与商务团队联系。
|
|
435
439
|
*/
|
|
436
440
|
GetTaskState(req: GetTaskStateRequest, cb?: (error: string, rep: GetTaskStateResponse) => void): Promise<GetTaskStateResponse>;
|
|
437
441
|
/**
|
|
@@ -680,7 +684,9 @@ export declare class Client extends AbstractClient {
|
|
|
680
684
|
*/
|
|
681
685
|
RecognizeTableOCR(req: RecognizeTableOCRRequest, cb?: (error: string, rep: RecognizeTableOCRResponse) => void): Promise<RecognizeTableOCRResponse>;
|
|
682
686
|
/**
|
|
683
|
-
*
|
|
687
|
+
* 智慧表单产品已下线,需要下线相关API
|
|
688
|
+
|
|
689
|
+
本接口可创建智能表单录入任务,支持多个识别图片和PDF的URL上传,返回含有识别内容的操作页面URL。
|
|
684
690
|
|
|
685
691
|
智能表单录入产品提供高准确率的表单识别技术和人工核对工具,支持自定义字段,将识别结果自动填入到自定义条目中,并提供人工操作工具,完成整个表单识别过程。适用性强,可对票据、合同、货单等文件的识别,适用于金融、货代、保险、档案等领域。本产品免费公测中,您可以点击demo(超链接:https://ocr.smartform.cloud.tencent.com/)试用,如需购买请与商务团队联系。
|
|
686
692
|
*/
|
|
@@ -175,6 +175,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* 本接口用于识别门头照文字识别结果以及对应分类标签信息
|
|
178
|
+
默认接口请求频率限制:1次/秒
|
|
178
179
|
*/
|
|
179
180
|
async RecognizeStoreName(req, cb) {
|
|
180
181
|
return this.request("RecognizeStoreName", req, cb);
|
|
@@ -260,6 +261,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
260
261
|
}
|
|
261
262
|
/**
|
|
262
263
|
* 本接口用于识别门头照分类标签信息
|
|
264
|
+
默认接口请求频率限制:1次/秒
|
|
263
265
|
*/
|
|
264
266
|
async ClassifyStoreName(req, cb) {
|
|
265
267
|
return this.request("ClassifyStoreName", req, cb);
|
|
@@ -507,7 +509,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
507
509
|
return this.request("BizLicenseOCR", req, cb);
|
|
508
510
|
}
|
|
509
511
|
/**
|
|
510
|
-
*
|
|
512
|
+
* 智慧表单产品已下线,需要下线相关API
|
|
513
|
+
|
|
514
|
+
支持查询智能表单录入任务的状态。本产品免费公测中,您可以点击demo(超链接:https://ocr.smartform.cloud.tencent.com/)试用,如需购买请与商务团队联系。
|
|
511
515
|
*/
|
|
512
516
|
async GetTaskState(req, cb) {
|
|
513
517
|
return this.request("GetTaskState", req, cb);
|
|
@@ -804,7 +808,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
804
808
|
return this.request("RecognizeTableOCR", req, cb);
|
|
805
809
|
}
|
|
806
810
|
/**
|
|
807
|
-
*
|
|
811
|
+
* 智慧表单产品已下线,需要下线相关API
|
|
812
|
+
|
|
813
|
+
本接口可创建智能表单录入任务,支持多个识别图片和PDF的URL上传,返回含有识别内容的操作页面URL。
|
|
808
814
|
|
|
809
815
|
智能表单录入产品提供高准确率的表单识别技术和人工核对工具,支持自定义字段,将识别结果自动填入到自定义条目中,并提供人工操作工具,完成整个表单识别过程。适用性强,可对票据、合同、货单等文件的识别,适用于金融、货代、保险、档案等领域。本产品免费公测中,您可以点击demo(超链接:https://ocr.smartform.cloud.tencent.com/)试用,如需购买请与商务团队联系。
|
|
810
816
|
*/
|
|
@@ -1314,7 +1314,7 @@ export interface CreateTriggerRequest {
|
|
|
1314
1314
|
*/
|
|
1315
1315
|
TriggerName: string;
|
|
1316
1316
|
/**
|
|
1317
|
-
* 触发器类型,目前支持 cos 、
|
|
1317
|
+
* 触发器类型,目前支持 cos 、cls 、 timer、 ckafka、http类型。创建函数 URL 请使用 http 类型,参考[创建函数 URL ](https://cloud.tencent.com/document/product/583/100227#33bbbda4-9131-48a6-ac37-ac62ffe01424)。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。
|
|
1318
1318
|
*/
|
|
1319
1319
|
Type: string;
|
|
1320
1320
|
/**
|
|
@@ -1326,7 +1326,7 @@ export interface CreateTriggerRequest {
|
|
|
1326
1326
|
*/
|
|
1327
1327
|
Namespace?: string;
|
|
1328
1328
|
/**
|
|
1329
|
-
*
|
|
1329
|
+
* 触发器所生效的版本或别名,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布,默认为 $LATEST。
|
|
1330
1330
|
*/
|
|
1331
1331
|
Qualifier?: string;
|
|
1332
1332
|
/**
|
|
@@ -3397,7 +3397,7 @@ export interface DeleteTriggerRequest {
|
|
|
3397
3397
|
*/
|
|
3398
3398
|
TriggerName: string;
|
|
3399
3399
|
/**
|
|
3400
|
-
*
|
|
3400
|
+
* 要删除的触发器类型,目前只支持 timer、ckafka 、apigw 、cls 、cos 、cmq 、http 类型
|
|
3401
3401
|
*/
|
|
3402
3402
|
Type: string;
|
|
3403
3403
|
/**
|
|
@@ -3409,8 +3409,7 @@ export interface DeleteTriggerRequest {
|
|
|
3409
3409
|
*/
|
|
3410
3410
|
TriggerDesc?: string;
|
|
3411
3411
|
/**
|
|
3412
|
-
*
|
|
3413
|
-
如果删除的触发器类型为 APIGW 触发器,该字段为必填参数
|
|
3412
|
+
* 要删除的触发器实际所指向的版本或别名,默认值为 $LATEST
|
|
3414
3413
|
*/
|
|
3415
3414
|
Qualifier?: string;
|
|
3416
3415
|
}
|
|
@@ -3524,7 +3523,7 @@ export interface UpdateTriggerRequest {
|
|
|
3524
3523
|
*/
|
|
3525
3524
|
TriggerName: string;
|
|
3526
3525
|
/**
|
|
3527
|
-
*
|
|
3526
|
+
* 触发器类型,目前只支持timer、ckafka、http三种类型
|
|
3528
3527
|
*/
|
|
3529
3528
|
Type: string;
|
|
3530
3529
|
/**
|
|
@@ -3532,11 +3531,11 @@ export interface UpdateTriggerRequest {
|
|
|
3532
3531
|
*/
|
|
3533
3532
|
Enable?: string;
|
|
3534
3533
|
/**
|
|
3535
|
-
*
|
|
3534
|
+
* 触发器创建时所指向的函数版本或别名,默认为 $LATEST
|
|
3536
3535
|
*/
|
|
3537
3536
|
Qualifier?: string;
|
|
3538
3537
|
/**
|
|
3539
|
-
*
|
|
3538
|
+
* 函数的命名空间,默认值为default
|
|
3540
3539
|
*/
|
|
3541
3540
|
Namespace?: string;
|
|
3542
3541
|
/**
|
|
@@ -8,111 +8,79 @@ import { PullSmsReplyStatusRequest, DeleteSmsTemplateResponse, ModifySmsTemplate
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
3. 修改短信签名,仅当签名为**待审核**或**已拒绝**状态时,才能进行修改,**已审核通过**的签名不支持修改。
|
|
14
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
15
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
11
|
+
* 本接口 (ModifySmsSign) 用于修改短信签名。
|
|
12
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>修改短信签名前,请先认真参阅 <a href="https://cloud.tencent.com/document/product/382/39022">腾讯云短信签名审核标准。</a></li><li>个人认证用户不支持使用 API 修改短信签名,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 修改短信签名。</li><li>修改短信签名,仅当签名为<b>待审核</b>或<b>已拒绝</b>状态时,才能进行修改,<b>已审核通过</b>的签名不支持修改。</li></ul></blockquote>
|
|
16
13
|
*/
|
|
17
14
|
ModifySmsSign(req: ModifySmsSignRequest, cb?: (error: string, rep: ModifySmsSignResponse) => void): Promise<ModifySmsSignResponse>;
|
|
18
15
|
/**
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
22
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
16
|
+
* 本接口 (AddSmsSign) 用于添加短信签名。
|
|
17
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>添加短信签名前,请先认真参阅 <a href="https://cloud.tencent.com/document/product/382/39022">腾讯云短信签名审核标准。</a></li><li>个人认证用户不支持使用 API 申请短信签名,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 申请短信签名。</li></ul></blockquote>
|
|
23
18
|
*/
|
|
24
19
|
AddSmsSign(req: AddSmsSignRequest, cb?: (error: string, rep: AddSmsSignResponse) => void): Promise<AddSmsSignResponse>;
|
|
25
20
|
/**
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
>- 注:此接口需要联系 [sms helper](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 开通。
|
|
29
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
30
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
21
|
+
* 本接口 (PullSmsSendStatus) 用于拉取短信下发状态。
|
|
22
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>此接口需要联系 <a href="https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81">腾讯云短信小助手</a> 开通。</li><li>下发状态也支持 <a href="https://cloud.tencent.com/document/product/382/37809#.E7.9F.AD.E4.BF.A1.E7.8A.B6.E6.80.81.E5.9B.9E.E8.B0.83.E9.85.8D.E7.BD.AE">配置回调</a> 的方式获取。</li></ul></blockquote>
|
|
31
23
|
*/
|
|
32
24
|
PullSmsSendStatus(req: PullSmsSendStatusRequest, cb?: (error: string, rep: PullSmsSendStatusResponse) => void): Promise<PullSmsSendStatusResponse>;
|
|
33
25
|
/**
|
|
34
|
-
*
|
|
35
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
36
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
26
|
+
* 本接口 (SendSms) 用于发送验证码、通知类短信和营销短信。支持国内短信与国际/港澳台短信。
|
|
37
27
|
*/
|
|
38
28
|
SendSms(req: SendSmsRequest, cb?: (error: string, rep: SendSmsResponse) => void): Promise<SendSmsResponse>;
|
|
39
29
|
/**
|
|
40
|
-
*
|
|
41
|
-
|
|
42
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
30
|
+
* 本接口 (DeleteSmsTemplate) 用于删除短信模板。
|
|
31
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>个人认证用户不支持使用 API 删除短信正文模板,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 删除短信正文模板。</li></ul></blockquote>
|
|
43
32
|
*/
|
|
44
33
|
DeleteSmsTemplate(req: DeleteSmsTemplateRequest, cb?: (error: string, rep: DeleteSmsTemplateResponse) => void): Promise<DeleteSmsTemplateResponse>;
|
|
45
34
|
/**
|
|
46
|
-
*
|
|
47
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
48
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
35
|
+
* 本接口 (SmsPackagesStatistics) 用于统计用户套餐包数据。
|
|
49
36
|
*/
|
|
50
37
|
SmsPackagesStatistics(req: SmsPackagesStatisticsRequest, cb?: (error: string, rep: SmsPackagesStatisticsResponse) => void): Promise<SmsPackagesStatisticsResponse>;
|
|
51
38
|
/**
|
|
52
|
-
*
|
|
53
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
54
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
39
|
+
* 本接口 (SendStatusStatistics) 用于统计用户发送短信的数据。
|
|
55
40
|
*/
|
|
56
41
|
SendStatusStatistics(req: SendStatusStatisticsRequest, cb?: (error: string, rep: SendStatusStatisticsResponse) => void): Promise<SendStatusStatisticsResponse>;
|
|
57
42
|
/**
|
|
58
|
-
*
|
|
59
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
60
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
43
|
+
* 本接口 (CallbackStatusStatistics) 用于统计用户回执的数据。
|
|
61
44
|
*/
|
|
62
45
|
CallbackStatusStatistics(req: CallbackStatusStatisticsRequest, cb?: (error: string, rep: CallbackStatusStatisticsResponse) => void): Promise<CallbackStatusStatisticsResponse>;
|
|
63
46
|
/**
|
|
64
|
-
*
|
|
65
|
-
|
|
66
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
47
|
+
* 本接口 (DescribeSmsTemplateList) 用于查询短信模板状态。
|
|
48
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>个人认证用户不支持使用 API 查询短信正文模板,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 查询短信正文模板。</li></ul></blockquote>
|
|
67
49
|
*/
|
|
68
50
|
DescribeSmsTemplateList(req: DescribeSmsTemplateListRequest, cb?: (error: string, rep: DescribeSmsTemplateListResponse) => void): Promise<DescribeSmsTemplateListResponse>;
|
|
69
51
|
/**
|
|
70
|
-
*
|
|
71
|
-
|
|
72
|
-
>- 注:此接口需要联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 开通。
|
|
73
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
74
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
52
|
+
* 本接口 (PullSmsReplyStatus) 用于拉取短信回复状态。
|
|
53
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>此接口需要联系 <a href="https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81">腾讯云短信小助手</a> 开通。</li><li>上行回复也支持 <a href="https://cloud.tencent.com/document/product/382/42907">配置回复回调</a> 的方式获取。</li></ul></blockquote>
|
|
75
54
|
*/
|
|
76
55
|
PullSmsReplyStatus(req: PullSmsReplyStatusRequest, cb?: (error: string, rep: PullSmsReplyStatusResponse) => void): Promise<PullSmsReplyStatusResponse>;
|
|
77
56
|
/**
|
|
78
|
-
*
|
|
79
|
-
|
|
80
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
57
|
+
* 本接口 (DescribeSmsSignList) 用于查询短信签名状态。
|
|
58
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>个人认证用户不支持使用 API 查询短信签名,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 查询短信签名。</li></ul></blockquote>
|
|
81
59
|
*/
|
|
82
60
|
DescribeSmsSignList(req: DescribeSmsSignListRequest, cb?: (error: string, rep: DescribeSmsSignListResponse) => void): Promise<DescribeSmsSignListResponse>;
|
|
83
61
|
/**
|
|
84
|
-
*
|
|
85
|
-
|
|
86
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
87
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
62
|
+
* 本接口 (PullSmsSendStatusByPhoneNumber) 用于拉取单个号码短信下发状态。
|
|
63
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>下发状态也支持 <a href="https://cloud.tencent.com/document/product/382/37809#.E7.9F.AD.E4.BF.A1.E7.8A.B6.E6.80.81.E5.9B.9E.E8.B0.83.E9.85.8D.E7.BD.AE">配置回调</a> 的方式获取。</li></ul></blockquote>
|
|
88
64
|
*/
|
|
89
65
|
PullSmsSendStatusByPhoneNumber(req: PullSmsSendStatusByPhoneNumberRequest, cb?: (error: string, rep: PullSmsSendStatusByPhoneNumberResponse) => void): Promise<PullSmsSendStatusByPhoneNumberResponse>;
|
|
90
66
|
/**
|
|
91
|
-
*
|
|
92
|
-
|
|
93
|
-
3. 修改短信模板,仅当正文模板为**待审核**或**已拒绝**状态时,才能进行修改,**已审核通过**的正文模板不支持修改。
|
|
94
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
95
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
67
|
+
* 本接口 (ModifySmsTemplate) 用于修改短信模板。
|
|
68
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>修改短信正文模板前,请先认真参阅 <a href="https://cloud.tencent.com/document/product/382/39023">腾讯云短信正文模板审核标准。</a></li><li>个人认证用户不支持使用 API 修改短信正文模板,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 修改短信正文模板。</li><li>修改短信模板,仅当正文模板为<b>待审核</b>或<b>已拒绝</b>状态时,才能进行修改,<b>已审核通过</b>的正文模板不支持修改。</li></ul></blockquote>
|
|
96
69
|
*/
|
|
97
70
|
ModifySmsTemplate(req: ModifySmsTemplateRequest, cb?: (error: string, rep: ModifySmsTemplateResponse) => void): Promise<ModifySmsTemplateResponse>;
|
|
98
71
|
/**
|
|
99
|
-
*
|
|
100
|
-
|
|
101
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
102
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
72
|
+
* 本接口 (PullSmsReplyStatusByPhoneNumber) 用于拉取单个号码短信回复状态。
|
|
73
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>上行回复也支持 <a href="https://cloud.tencent.com/document/product/382/42907">配置回复回调</a> 的方式获取。</li></ul></blockquote>
|
|
103
74
|
*/
|
|
104
75
|
PullSmsReplyStatusByPhoneNumber(req: PullSmsReplyStatusByPhoneNumberRequest, cb?: (error: string, rep: PullSmsReplyStatusByPhoneNumberResponse) => void): Promise<PullSmsReplyStatusByPhoneNumberResponse>;
|
|
105
76
|
/**
|
|
106
|
-
*
|
|
107
|
-
|
|
108
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
77
|
+
* 本接口 (DeleteSmsSign) 用于删除短信签名。
|
|
78
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>个人认证用户不支持使用 API 删除短信签名,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 删除短信签名。</li></ul></blockquote>
|
|
109
79
|
*/
|
|
110
80
|
DeleteSmsSign(req: DeleteSmsSignRequest, cb?: (error: string, rep: DeleteSmsSignResponse) => void): Promise<DeleteSmsSignResponse>;
|
|
111
81
|
/**
|
|
112
|
-
*
|
|
113
|
-
|
|
114
|
-
>- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
|
|
115
|
-
>- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
|
|
82
|
+
* 本接口 (AddSmsTemplate) 用于创建短信模板。
|
|
83
|
+
<blockquote class="d-mod-explain"><div class="d-mod-title d-explain-title" style="line-height: normal;"><i class="d-icon-explain"></i>说明:</div><p></p><ul><li>申请短信模板前,请先认真参阅 <a href="https://cloud.tencent.com/document/product/382/39023">腾讯云短信正文模板审核标准。</a></li><li>个人认证用户不支持使用 API 申请短信正文模板,请参阅了解 <a href="https://cloud.tencent.com/document/product/378/3629">实名认证基本介绍</a>,如果为个人认证请登录 <a href="https://console.cloud.tencent.com/smsv2">控制台</a> 申请短信正文模板。</li></ul></blockquote>
|
|
116
84
|
*/
|
|
117
85
|
AddSmsTemplate(req: AddSmsTemplateRequest, cb?: (error: string, rep: AddSmsTemplateResponse) => void): Promise<AddSmsTemplateResponse>;
|
|
118
86
|
}
|