tencentcloud-sdk-nodejs 4.1.0 → 4.1.1
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/es/common/sdk_version.js +1 -1
- package/es/common/sse_response_model.js +1 -1
- package/es/services/cdb/v20170320/cdb_client.js +3 -0
- package/es/services/cls/v20201016/cls_client.js +2 -14
- package/es/services/dnspod/v20210323/dnspod_client.js +168 -159
- package/es/services/dsgc/v20190723/dsgc_client.js +0 -3
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/mps/v20190612/mps_client.js +31 -4
- package/es/services/redis/v20180412/redis_client.js +3 -0
- package/es/services/tcb/v20180608/tcb_client.js +3 -3
- package/es/services/tcss/v20201101/tcss_client.js +26 -29
- package/es/services/tdmq/v20200217/tdmq_client.js +0 -3
- package/es/services/teo/v20220901/teo_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sse_response_model.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +35 -35
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +3 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -7
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +7 -7
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +0 -10
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +161 -128
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +22 -77
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +0 -130
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +21 -10
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -19
- package/tencentcloud/services/cls/v20201016/cls_client.js +3 -27
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +189 -553
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -43
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +14 -32
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +17 -70
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -24
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +187 -175
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +273 -255
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +218 -17
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +0 -4
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +1 -6
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -7
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +0 -13
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +2 -2
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +0 -1
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +2 -2
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +16 -17
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +117 -315
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +10 -14
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +0 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -23
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +23 -51
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +86 -22
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +42 -5
- package/tencentcloud/services/mps/v20190612/mps_client.js +61 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1322 -216
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +43 -154
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +18 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +0 -21
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +84 -183
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +31 -45
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +45 -61
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +974 -1431
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +82 -224
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +58 -26
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +2 -5
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -5
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +2 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +0 -27
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +0 -17
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +0 -17
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +33 -0
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +0 -482
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.1";
|
|
@@ -129,6 +129,9 @@ export class Client extends AbstractClient {
|
|
|
129
129
|
async CreateDatabase(req, cb) {
|
|
130
130
|
return this.request("CreateDatabase", req, cb);
|
|
131
131
|
}
|
|
132
|
+
async DescribeCPUExpandStrategyInfo(req, cb) {
|
|
133
|
+
return this.request("DescribeCPUExpandStrategyInfo", req, cb);
|
|
134
|
+
}
|
|
132
135
|
async DisassociateSecurityGroups(req, cb) {
|
|
133
136
|
return this.request("DisassociateSecurityGroups", req, cb);
|
|
134
137
|
}
|
|
@@ -48,12 +48,6 @@ export class Client extends AbstractClient {
|
|
|
48
48
|
async CreateTopic(req, cb) {
|
|
49
49
|
return this.request("CreateTopic", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async DescribeCloudProductLogTasks(req, cb) {
|
|
52
|
-
return this.request("DescribeCloudProductLogTasks", req, cb);
|
|
53
|
-
}
|
|
54
|
-
async DeleteCloudProductLogTask(req, cb) {
|
|
55
|
-
return this.request("DeleteCloudProductLogTask", req, cb);
|
|
56
|
-
}
|
|
57
51
|
async DeleteAlarmNotice(req, cb) {
|
|
58
52
|
return this.request("DeleteAlarmNotice", req, cb);
|
|
59
53
|
}
|
|
@@ -102,9 +96,6 @@ export class Client extends AbstractClient {
|
|
|
102
96
|
async CreateNoticeContent(req, cb) {
|
|
103
97
|
return this.request("CreateNoticeContent", req, cb);
|
|
104
98
|
}
|
|
105
|
-
async ModifyCloudProductLogTask(req, cb) {
|
|
106
|
-
return this.request("ModifyCloudProductLogTask", req, cb);
|
|
107
|
-
}
|
|
108
99
|
async DeleteConsumer(req, cb) {
|
|
109
100
|
return this.request("DeleteConsumer", req, cb);
|
|
110
101
|
}
|
|
@@ -156,8 +147,8 @@ export class Client extends AbstractClient {
|
|
|
156
147
|
async ModifyAlarmShield(req, cb) {
|
|
157
148
|
return this.request("ModifyAlarmShield", req, cb);
|
|
158
149
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
150
|
+
async SearchDashboardSubscribe(req, cb) {
|
|
151
|
+
return this.request("SearchDashboardSubscribe", req, cb);
|
|
161
152
|
}
|
|
162
153
|
async CreateConfigExtra(req, cb) {
|
|
163
154
|
return this.request("CreateConfigExtra", req, cb);
|
|
@@ -279,9 +270,6 @@ export class Client extends AbstractClient {
|
|
|
279
270
|
async DescribeConfigExtras(req, cb) {
|
|
280
271
|
return this.request("DescribeConfigExtras", req, cb);
|
|
281
272
|
}
|
|
282
|
-
async SearchDashboardSubscribe(req, cb) {
|
|
283
|
-
return this.request("SearchDashboardSubscribe", req, cb);
|
|
284
|
-
}
|
|
285
273
|
async CheckRechargeKafkaServer(req, cb) {
|
|
286
274
|
return this.request("CheckRechargeKafkaServer", req, cb);
|
|
287
275
|
}
|
|
@@ -3,256 +3,265 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("dnspod.tencentcloudapi.com", "2021-03-23", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async DescribeDomainPurview(req, cb) {
|
|
7
|
+
return this.request("DescribeDomainPurview", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async ModifySubdomainStatus(req, cb) {
|
|
10
|
+
return this.request("ModifySubdomainStatus", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async DescribeSubdomainAnalytics(req, cb) {
|
|
13
|
+
return this.request("DescribeSubdomainAnalytics", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async CreateTXTRecord(req, cb) {
|
|
16
|
+
return this.request("CreateTXTRecord", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async CheckSnapshotRollback(req, cb) {
|
|
19
|
+
return this.request("CheckSnapshotRollback", req, cb);
|
|
17
20
|
}
|
|
18
21
|
async ModifyVasAutoRenewStatus(req, cb) {
|
|
19
22
|
return this.request("ModifyVasAutoRenewStatus", req, cb);
|
|
20
23
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
24
|
+
async DescribeDomainWhois(req, cb) {
|
|
25
|
+
return this.request("DescribeDomainWhois", req, cb);
|
|
23
26
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
27
|
+
async CreateDomainBatch(req, cb) {
|
|
28
|
+
return this.request("CreateDomainBatch", req, cb);
|
|
26
29
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
30
|
+
async DescribeDomainShareInfo(req, cb) {
|
|
31
|
+
return this.request("DescribeDomainShareInfo", req, cb);
|
|
29
32
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
33
|
+
async CreateLineGroup(req, cb) {
|
|
34
|
+
return this.request("CreateLineGroup", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DescribeDomain(req, cb) {
|
|
37
|
+
return this.request("DescribeDomain", req, cb);
|
|
32
38
|
}
|
|
33
39
|
async DescribeRecordType(req, cb) {
|
|
34
40
|
return this.request("DescribeRecordType", req, cb);
|
|
35
41
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
38
|
-
}
|
|
39
|
-
async RollbackRecordSnapshot(req, cb) {
|
|
40
|
-
return this.request("RollbackRecordSnapshot", req, cb);
|
|
41
|
-
}
|
|
42
|
-
async ModifyDomainStatus(req, cb) {
|
|
43
|
-
return this.request("ModifyDomainStatus", req, cb);
|
|
42
|
+
async ModifyRecordGroup(req, cb) {
|
|
43
|
+
return this.request("ModifyRecordGroup", req, cb);
|
|
44
44
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async ModifySnapshotConfig(req, cb) {
|
|
46
|
+
return this.request("ModifySnapshotConfig", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async ModifyRecord(req, cb) {
|
|
49
|
+
return this.request("ModifyRecord", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async ModifyDomainOwner(req, cb) {
|
|
52
|
+
return this.request("ModifyDomainOwner", req, cb);
|
|
53
53
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
54
|
+
async DeleteRecordBatch(req, cb) {
|
|
55
|
+
return this.request("DeleteRecordBatch", req, cb);
|
|
56
56
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async RollbackRecordSnapshot(req, cb) {
|
|
58
|
+
return this.request("RollbackRecordSnapshot", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async DescribeRecordExistExceptDefaultNS(req, cb) {
|
|
61
|
+
return this.request("DescribeRecordExistExceptDefaultNS", req, cb);
|
|
62
62
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async CreateSnapshot(req, cb) {
|
|
64
|
+
return this.request("CreateSnapshot", req, cb);
|
|
65
65
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
66
|
+
async ModifyRecordFields(req, cb) {
|
|
67
|
+
return this.request("ModifyRecordFields", req, cb);
|
|
68
68
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async DeleteDomainBatch(req, cb) {
|
|
70
|
+
return this.request("DeleteDomainBatch", req, cb);
|
|
71
71
|
}
|
|
72
72
|
async DescribeSnapshotRollbackResult(req, cb) {
|
|
73
73
|
return this.request("DescribeSnapshotRollbackResult", req, cb);
|
|
74
74
|
}
|
|
75
|
-
async DeleteSnapshot(req, cb) {
|
|
76
|
-
return this.request("DeleteSnapshot", req, cb);
|
|
77
|
-
}
|
|
78
75
|
async ModifyDomainUnlock(req, cb) {
|
|
79
76
|
return this.request("ModifyDomainUnlock", req, cb);
|
|
80
77
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
78
|
+
async DescribeDomainList(req, cb) {
|
|
79
|
+
return this.request("DescribeDomainList", req, cb);
|
|
83
80
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
81
|
+
async DescribeSnapshotConfig(req, cb) {
|
|
82
|
+
return this.request("DescribeSnapshotConfig", req, cb);
|
|
86
83
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
84
|
+
async DescribeUserDetail(req, cb) {
|
|
85
|
+
return this.request("DescribeUserDetail", req, cb);
|
|
89
86
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
87
|
+
async ModifyDomainStatus(req, cb) {
|
|
88
|
+
return this.request("ModifyDomainStatus", req, cb);
|
|
92
89
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
90
|
+
async DescribeDomainAnalytics(req, cb) {
|
|
91
|
+
return this.request("DescribeDomainAnalytics", req, cb);
|
|
95
92
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
93
|
+
async ModifyPackageAutoRenew(req, cb) {
|
|
94
|
+
return this.request("ModifyPackageAutoRenew", req, cb);
|
|
98
95
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
96
|
+
async CreateRecord(req, cb) {
|
|
97
|
+
return this.request("CreateRecord", req, cb);
|
|
101
98
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
99
|
+
async DescribeRecordLineCategoryList(req, cb) {
|
|
100
|
+
return this.request("DescribeRecordLineCategoryList", req, cb);
|
|
104
101
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
102
|
+
async DescribeDomainLogList(req, cb) {
|
|
103
|
+
return this.request("DescribeDomainLogList", req, cb);
|
|
107
104
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
105
|
+
async CreateDomainGroup(req, cb) {
|
|
106
|
+
return this.request("CreateDomainGroup", req, cb);
|
|
110
107
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
108
|
+
async DescribeDomainPreview(req, cb) {
|
|
109
|
+
return this.request("DescribeDomainPreview", req, cb);
|
|
113
110
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
111
|
+
async ModifyRecordToGroup(req, cb) {
|
|
112
|
+
return this.request("ModifyRecordToGroup", req, cb);
|
|
116
113
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
114
|
+
async ModifyTXTRecord(req, cb) {
|
|
115
|
+
return this.request("ModifyTXTRecord", req, cb);
|
|
119
116
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
117
|
+
async DeleteDomain(req, cb) {
|
|
118
|
+
return this.request("DeleteDomain", req, cb);
|
|
122
119
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
120
|
+
async DescribeDomainGroupList(req, cb) {
|
|
121
|
+
return this.request("DescribeDomainGroupList", req, cb);
|
|
125
122
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
123
|
+
async DeleteDomainCustomLine(req, cb) {
|
|
124
|
+
return this.request("DeleteDomainCustomLine", req, cb);
|
|
128
125
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
126
|
+
async DescribeDomainAliasList(req, cb) {
|
|
127
|
+
return this.request("DescribeDomainAliasList", req, cb);
|
|
131
128
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
129
|
+
async DescribeSnapshotList(req, cb) {
|
|
130
|
+
return this.request("DescribeSnapshotList", req, cb);
|
|
134
131
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
132
|
+
async CreateSubDomainsAnalyticsFile(req, cb) {
|
|
133
|
+
return this.request("CreateSubDomainsAnalyticsFile", req, cb);
|
|
137
134
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
135
|
+
async DeleteSnapshot(req, cb) {
|
|
136
|
+
return this.request("DeleteSnapshot", req, cb);
|
|
140
137
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
138
|
+
async CreateDeal(req, cb) {
|
|
139
|
+
return this.request("CreateDeal", req, cb);
|
|
143
140
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
141
|
+
async ModifyDomainToGroup(req, cb) {
|
|
142
|
+
return this.request("ModifyDomainToGroup", req, cb);
|
|
146
143
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
144
|
+
async CreateDomain(req, cb) {
|
|
145
|
+
return this.request("CreateDomain", req, cb);
|
|
149
146
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
147
|
+
async ModifyDomainLock(req, cb) {
|
|
148
|
+
return this.request("ModifyDomainLock", req, cb);
|
|
152
149
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
150
|
+
async RollbackSnapshot(req, cb) {
|
|
151
|
+
return this.request("RollbackSnapshot", req, cb);
|
|
152
|
+
}
|
|
153
|
+
async DescribeRecordGroupList(req, cb) {
|
|
154
|
+
return this.request("DescribeRecordGroupList", req, cb);
|
|
155
155
|
}
|
|
156
156
|
async DescribeRecordLineList(req, cb) {
|
|
157
157
|
return this.request("DescribeRecordLineList", req, cb);
|
|
158
158
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
159
|
+
async ModifyRecordRemark(req, cb) {
|
|
160
|
+
return this.request("ModifyRecordRemark", req, cb);
|
|
161
161
|
}
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
162
|
+
async DescribeLineGroupList(req, cb) {
|
|
163
|
+
return this.request("DescribeLineGroupList", req, cb);
|
|
164
164
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
165
|
+
async ModifyLineGroup(req, cb) {
|
|
166
|
+
return this.request("ModifyLineGroup", req, cb);
|
|
167
167
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
168
|
+
async CreateLineGroupCopy(req, cb) {
|
|
169
|
+
return this.request("CreateLineGroupCopy", req, cb);
|
|
170
170
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
171
|
+
async CheckRecordSnapshotRollback(req, cb) {
|
|
172
|
+
return this.request("CheckRecordSnapshotRollback", req, cb);
|
|
173
173
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
174
|
+
async PayOrderWithBalance(req, cb) {
|
|
175
|
+
return this.request("PayOrderWithBalance", req, cb);
|
|
176
176
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
177
|
+
async DescribeFileInfoByJobId(req, cb) {
|
|
178
|
+
return this.request("DescribeFileInfoByJobId", req, cb);
|
|
179
179
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
180
|
+
async DescribePackageDetail(req, cb) {
|
|
181
|
+
return this.request("DescribePackageDetail", req, cb);
|
|
182
182
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
183
|
+
async DescribeRecordFilterList(req, cb) {
|
|
184
|
+
return this.request("DescribeRecordFilterList", req, cb);
|
|
185
185
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
186
|
+
async ModifyRecordBatch(req, cb) {
|
|
187
|
+
return this.request("ModifyRecordBatch", req, cb);
|
|
188
188
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
189
|
+
async DescribeRecordSnapshotRollbackResult(req, cb) {
|
|
190
|
+
return this.request("DescribeRecordSnapshotRollbackResult", req, cb);
|
|
191
191
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
192
|
+
async CreateSubdomainValidateTXTValue(req, cb) {
|
|
193
|
+
return this.request("CreateSubdomainValidateTXTValue", req, cb);
|
|
194
194
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
195
|
+
async DescribeRecordList(req, cb) {
|
|
196
|
+
return this.request("DescribeRecordList", req, cb);
|
|
197
197
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
198
|
+
async DescribeSnapshotRollbackTask(req, cb) {
|
|
199
|
+
return this.request("DescribeSnapshotRollbackTask", req, cb);
|
|
200
200
|
}
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
201
|
+
async DeleteRecord(req, cb) {
|
|
202
|
+
return this.request("DeleteRecord", req, cb);
|
|
203
203
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
204
|
+
async DeleteRecordGroup(req, cb) {
|
|
205
|
+
return this.request("DeleteRecordGroup", req, cb);
|
|
206
206
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
207
|
+
async DownloadSnapshot(req, cb) {
|
|
208
|
+
return this.request("DownloadSnapshot", req, cb);
|
|
209
209
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
210
|
+
async ModifyRecordStatus(req, cb) {
|
|
211
|
+
return this.request("ModifyRecordStatus", req, cb);
|
|
212
212
|
}
|
|
213
213
|
async ModifyDomainCustomLine(req, cb) {
|
|
214
214
|
return this.request("ModifyDomainCustomLine", req, cb);
|
|
215
215
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
216
|
+
async DescribeVASStatistic(req, cb) {
|
|
217
|
+
return this.request("DescribeVASStatistic", req, cb);
|
|
218
218
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
219
|
+
async DeleteShareDomain(req, cb) {
|
|
220
|
+
return this.request("DeleteShareDomain", req, cb);
|
|
221
221
|
}
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
222
|
+
async DeleteLineGroup(req, cb) {
|
|
223
|
+
return this.request("DeleteLineGroup", req, cb);
|
|
224
224
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
225
|
+
async CreateRecordGroup(req, cb) {
|
|
226
|
+
return this.request("CreateRecordGroup", req, cb);
|
|
227
227
|
}
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
228
|
+
async ModifyDynamicDNS(req, cb) {
|
|
229
|
+
return this.request("ModifyDynamicDNS", req, cb);
|
|
230
230
|
}
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
231
|
+
async CreateRecordBatch(req, cb) {
|
|
232
|
+
return this.request("CreateRecordBatch", req, cb);
|
|
233
233
|
}
|
|
234
|
-
async
|
|
235
|
-
return this.request("
|
|
234
|
+
async CreateDomainCustomLine(req, cb) {
|
|
235
|
+
return this.request("CreateDomainCustomLine", req, cb);
|
|
236
236
|
}
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
237
|
+
async CreateDomainsAnalyticsFile(req, cb) {
|
|
238
|
+
return this.request("CreateDomainsAnalyticsFile", req, cb);
|
|
239
239
|
}
|
|
240
|
-
async
|
|
241
|
-
return this.request("
|
|
240
|
+
async DescribeRecord(req, cb) {
|
|
241
|
+
return this.request("DescribeRecord", req, cb);
|
|
242
242
|
}
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
243
|
+
async DescribeDomainShareUserList(req, cb) {
|
|
244
|
+
return this.request("DescribeDomainShareUserList", req, cb);
|
|
245
245
|
}
|
|
246
|
-
async
|
|
247
|
-
return this.request("
|
|
246
|
+
async ModifyDomainRemark(req, cb) {
|
|
247
|
+
return this.request("ModifyDomainRemark", req, cb);
|
|
248
248
|
}
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
249
|
+
async DescribeSubdomainValidateStatus(req, cb) {
|
|
250
|
+
return this.request("DescribeSubdomainValidateStatus", req, cb);
|
|
251
251
|
}
|
|
252
|
-
async
|
|
253
|
-
return this.request("
|
|
252
|
+
async DeleteDomainAlias(req, cb) {
|
|
253
|
+
return this.request("DeleteDomainAlias", req, cb);
|
|
254
254
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
255
|
+
async DescribeBatchTask(req, cb) {
|
|
256
|
+
return this.request("DescribeBatchTask", req, cb);
|
|
257
|
+
}
|
|
258
|
+
async DescribeDomainCustomLineList(req, cb) {
|
|
259
|
+
return this.request("DescribeDomainCustomLineList", req, cb);
|
|
260
|
+
}
|
|
261
|
+
async DescribeDomainFilterList(req, cb) {
|
|
262
|
+
return this.request("DescribeDomainFilterList", req, cb);
|
|
263
|
+
}
|
|
264
|
+
async CreateDomainAlias(req, cb) {
|
|
265
|
+
return this.request("CreateDomainAlias", req, cb);
|
|
257
266
|
}
|
|
258
267
|
}
|
|
@@ -54,9 +54,6 @@ export class Client extends AbstractClient {
|
|
|
54
54
|
async DescribeDSPACategoryRuleStatistic(req, cb) {
|
|
55
55
|
return this.request("DescribeDSPACategoryRuleStatistic", req, cb);
|
|
56
56
|
}
|
|
57
|
-
async DescribeRuleDetail(req, cb) {
|
|
58
|
-
return this.request("DescribeRuleDetail", req, cb);
|
|
59
|
-
}
|
|
60
57
|
async DeleteDSPACOSDiscoveryTaskResult(req, cb) {
|
|
61
58
|
return this.request("DeleteDSPACOSDiscoveryTaskResult", req, cb);
|
|
62
59
|
}
|
|
@@ -426,6 +426,9 @@ export class Client extends AbstractClient {
|
|
|
426
426
|
async UpdateExporterIntegration(req, cb) {
|
|
427
427
|
return this.request("UpdateExporterIntegration", req, cb);
|
|
428
428
|
}
|
|
429
|
+
async DescribePrometheusIntegrationMetrics(req, cb) {
|
|
430
|
+
return this.request("DescribePrometheusIntegrationMetrics", req, cb);
|
|
431
|
+
}
|
|
429
432
|
async DescribeAllNamespaces(req, cb) {
|
|
430
433
|
return this.request("DescribeAllNamespaces", req, cb);
|
|
431
434
|
}
|
|
@@ -3,12 +3,21 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("mps.tencentcloudapi.com", "2019-06-12", clientConfig);
|
|
5
5
|
}
|
|
6
|
+
async DescribeAsrHotwords(req, cb) {
|
|
7
|
+
return this.request("DescribeAsrHotwords", req, cb);
|
|
8
|
+
}
|
|
6
9
|
async CreateSnapshotByTimeOffsetTemplate(req, cb) {
|
|
7
10
|
return this.request("CreateSnapshotByTimeOffsetTemplate", req, cb);
|
|
8
11
|
}
|
|
9
12
|
async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
|
|
10
13
|
return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
|
|
11
14
|
}
|
|
15
|
+
async CreateAnimatedGraphicsTemplate(req, cb) {
|
|
16
|
+
return this.request("CreateAnimatedGraphicsTemplate", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async ModifySmartSubtitleTemplate(req, cb) {
|
|
19
|
+
return this.request("ModifySmartSubtitleTemplate", req, cb);
|
|
20
|
+
}
|
|
12
21
|
async ModifyLiveRecordTemplate(req, cb) {
|
|
13
22
|
return this.request("ModifyLiveRecordTemplate", req, cb);
|
|
14
23
|
}
|
|
@@ -24,6 +33,9 @@ export class Client extends AbstractClient {
|
|
|
24
33
|
async DescribeAIAnalysisTemplates(req, cb) {
|
|
25
34
|
return this.request("DescribeAIAnalysisTemplates", req, cb);
|
|
26
35
|
}
|
|
36
|
+
async DeleteSmartSubtitleTemplate(req, cb) {
|
|
37
|
+
return this.request("DeleteSmartSubtitleTemplate", req, cb);
|
|
38
|
+
}
|
|
27
39
|
async ParseLiveStreamProcessNotification(req, cb) {
|
|
28
40
|
return this.request("ParseLiveStreamProcessNotification", req, cb);
|
|
29
41
|
}
|
|
@@ -63,8 +75,8 @@ export class Client extends AbstractClient {
|
|
|
63
75
|
async DescribeLiveRecordTemplates(req, cb) {
|
|
64
76
|
return this.request("DescribeLiveRecordTemplates", req, cb);
|
|
65
77
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
78
|
+
async DeleteAsrHotwords(req, cb) {
|
|
79
|
+
return this.request("DeleteAsrHotwords", req, cb);
|
|
68
80
|
}
|
|
69
81
|
async EnableWorkflow(req, cb) {
|
|
70
82
|
return this.request("EnableWorkflow", req, cb);
|
|
@@ -72,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
72
84
|
async RecognizeMediaForZhiXue(req, cb) {
|
|
73
85
|
return this.request("RecognizeMediaForZhiXue", req, cb);
|
|
74
86
|
}
|
|
87
|
+
async DescribeAsrHotwordsList(req, cb) {
|
|
88
|
+
return this.request("DescribeAsrHotwordsList", req, cb);
|
|
89
|
+
}
|
|
75
90
|
async ModifyStreamLinkFlow(req, cb) {
|
|
76
91
|
return this.request("ModifyStreamLinkFlow", req, cb);
|
|
77
92
|
}
|
|
@@ -156,6 +171,9 @@ export class Client extends AbstractClient {
|
|
|
156
171
|
async ModifyStreamLinkInput(req, cb) {
|
|
157
172
|
return this.request("ModifyStreamLinkInput", req, cb);
|
|
158
173
|
}
|
|
174
|
+
async CreateSmartSubtitleTemplate(req, cb) {
|
|
175
|
+
return this.request("CreateSmartSubtitleTemplate", req, cb);
|
|
176
|
+
}
|
|
159
177
|
async DescribeStreamLinkRegions(req, cb) {
|
|
160
178
|
return this.request("DescribeStreamLinkRegions", req, cb);
|
|
161
179
|
}
|
|
@@ -186,6 +204,9 @@ export class Client extends AbstractClient {
|
|
|
186
204
|
async DescribeStreamLinkEventAttachedFlows(req, cb) {
|
|
187
205
|
return this.request("DescribeStreamLinkEventAttachedFlows", req, cb);
|
|
188
206
|
}
|
|
207
|
+
async DescribeSmartSubtitleTemplates(req, cb) {
|
|
208
|
+
return this.request("DescribeSmartSubtitleTemplates", req, cb);
|
|
209
|
+
}
|
|
189
210
|
async ModifyStreamLinkOutputInfo(req, cb) {
|
|
190
211
|
return this.request("ModifyStreamLinkOutputInfo", req, cb);
|
|
191
212
|
}
|
|
@@ -201,6 +222,9 @@ export class Client extends AbstractClient {
|
|
|
201
222
|
async DescribeStreamLinkEvents(req, cb) {
|
|
202
223
|
return this.request("DescribeStreamLinkEvents", req, cb);
|
|
203
224
|
}
|
|
225
|
+
async ModifyAsrHotwords(req, cb) {
|
|
226
|
+
return this.request("ModifyAsrHotwords", req, cb);
|
|
227
|
+
}
|
|
204
228
|
async DescribeStreamLinkFlowSRTStatistics(req, cb) {
|
|
205
229
|
return this.request("DescribeStreamLinkFlowSRTStatistics", req, cb);
|
|
206
230
|
}
|
|
@@ -294,8 +318,8 @@ export class Client extends AbstractClient {
|
|
|
294
318
|
async DeletePersonSample(req, cb) {
|
|
295
319
|
return this.request("DeletePersonSample", req, cb);
|
|
296
320
|
}
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
321
|
+
async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
|
|
322
|
+
return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
|
|
299
323
|
}
|
|
300
324
|
async EnableSchedule(req, cb) {
|
|
301
325
|
return this.request("EnableSchedule", req, cb);
|
|
@@ -318,6 +342,9 @@ export class Client extends AbstractClient {
|
|
|
318
342
|
async DescribeStreamLinkFlowMediaStatistics(req, cb) {
|
|
319
343
|
return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
|
|
320
344
|
}
|
|
345
|
+
async CreateAsrHotwords(req, cb) {
|
|
346
|
+
return this.request("CreateAsrHotwords", req, cb);
|
|
347
|
+
}
|
|
321
348
|
async CreateStreamLinkEvent(req, cb) {
|
|
322
349
|
return this.request("CreateStreamLinkEvent", req, cb);
|
|
323
350
|
}
|
|
@@ -285,6 +285,9 @@ export class Client extends AbstractClient {
|
|
|
285
285
|
async DescribeInstances(req, cb) {
|
|
286
286
|
return this.request("DescribeInstances", req, cb);
|
|
287
287
|
}
|
|
288
|
+
async RemoveReplicationGroup(req, cb) {
|
|
289
|
+
return this.request("RemoveReplicationGroup", req, cb);
|
|
290
|
+
}
|
|
288
291
|
async OpenSSL(req, cb) {
|
|
289
292
|
return this.request("OpenSSL", req, cb);
|
|
290
293
|
}
|
|
@@ -75,6 +75,9 @@ export class Client extends AbstractClient {
|
|
|
75
75
|
async CreateStaticStore(req, cb) {
|
|
76
76
|
return this.request("CreateStaticStore", req, cb);
|
|
77
77
|
}
|
|
78
|
+
async EditAuthConfig(req, cb) {
|
|
79
|
+
return this.request("EditAuthConfig", req, cb);
|
|
80
|
+
}
|
|
78
81
|
async DescribeSpecialCostItems(req, cb) {
|
|
79
82
|
return this.request("DescribeSpecialCostItems", req, cb);
|
|
80
83
|
}
|
|
@@ -195,9 +198,6 @@ export class Client extends AbstractClient {
|
|
|
195
198
|
async DestroyEnv(req, cb) {
|
|
196
199
|
return this.request("DestroyEnv", req, cb);
|
|
197
200
|
}
|
|
198
|
-
async DescribeActivityInfo(req, cb) {
|
|
199
|
-
return this.request("DescribeActivityInfo", req, cb);
|
|
200
|
-
}
|
|
201
201
|
async DescribeCloudBaseRunOneClickTaskExternal(req, cb) {
|
|
202
202
|
return this.request("DescribeCloudBaseRunOneClickTaskExternal", req, cb);
|
|
203
203
|
}
|