tencentcloud-sdk-nodejs 4.1.36 → 4.1.37
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/services/dbbrain/v20210527/dbbrain_client.js +12 -6
- package/es/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/es/services/thpc/v20230321/thpc_client.js +3 -0
- package/es/services/tmt/v20180321/tmt_client.js +5 -2
- package/es/services/wedata/v20210820/wedata_client.js +6 -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/services/batch/v20170312/batch_client.d.ts +3 -3
- package/tencentcloud/services/batch/v20170312/batch_client.js +3 -3
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +121 -90
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +9 -9
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +7 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +7 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +21 -16
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +15 -7
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +21 -9
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +144 -44
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +207 -73
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +29 -17
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +3 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +14 -14
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +1 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +90 -32
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +4 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +1 -1
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +22 -0
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +12 -3
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +14 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +335 -258
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +567 -268
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.37";
|
|
@@ -45,8 +45,8 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async UpdateMonitorSwitch(req, cb) {
|
|
46
46
|
return this.request("UpdateMonitorSwitch", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async DescribeRedisTopKeyPrefixList(req, cb) {
|
|
49
|
+
return this.request("DescribeRedisTopKeyPrefixList", req, cb);
|
|
50
50
|
}
|
|
51
51
|
async CreateRedisBigKeyAnalysisTask(req, cb) {
|
|
52
52
|
return this.request("CreateRedisBigKeyAnalysisTask", req, cb);
|
|
@@ -117,6 +117,9 @@ export class Client extends AbstractClient {
|
|
|
117
117
|
async DescribeRedisBigKeyAnalysisTasks(req, cb) {
|
|
118
118
|
return this.request("DescribeRedisBigKeyAnalysisTasks", req, cb);
|
|
119
119
|
}
|
|
120
|
+
async DescribeRedisCommandCostStatistics(req, cb) {
|
|
121
|
+
return this.request("DescribeRedisCommandCostStatistics", req, cb);
|
|
122
|
+
}
|
|
120
123
|
async CreateAuditLogFile(req, cb) {
|
|
121
124
|
return this.request("CreateAuditLogFile", req, cb);
|
|
122
125
|
}
|
|
@@ -132,8 +135,8 @@ export class Client extends AbstractClient {
|
|
|
132
135
|
async DescribeAllUserContact(req, cb) {
|
|
133
136
|
return this.request("DescribeAllUserContact", req, cb);
|
|
134
137
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
138
|
+
async CancelDBAutonomyEvent(req, cb) {
|
|
139
|
+
return this.request("CancelDBAutonomyEvent", req, cb);
|
|
137
140
|
}
|
|
138
141
|
async DescribeSlowLogs(req, cb) {
|
|
139
142
|
return this.request("DescribeSlowLogs", req, cb);
|
|
@@ -186,6 +189,9 @@ export class Client extends AbstractClient {
|
|
|
186
189
|
async DescribeIndexRecommendAggregationSlowLogs(req, cb) {
|
|
187
190
|
return this.request("DescribeIndexRecommendAggregationSlowLogs", req, cb);
|
|
188
191
|
}
|
|
192
|
+
async ModifyDiagDBInstanceConf(req, cb) {
|
|
193
|
+
return this.request("ModifyDiagDBInstanceConf", req, cb);
|
|
194
|
+
}
|
|
189
195
|
async CancelDBAutonomyAction(req, cb) {
|
|
190
196
|
return this.request("CancelDBAutonomyAction", req, cb);
|
|
191
197
|
}
|
|
@@ -222,8 +228,8 @@ export class Client extends AbstractClient {
|
|
|
222
228
|
async DescribeDBDiagReportContent(req, cb) {
|
|
223
229
|
return this.request("DescribeDBDiagReportContent", req, cb);
|
|
224
230
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
231
|
+
async DescribeDBAutonomyAction(req, cb) {
|
|
232
|
+
return this.request("DescribeDBAutonomyAction", req, cb);
|
|
227
233
|
}
|
|
228
234
|
async ModifySqlFilters(req, cb) {
|
|
229
235
|
return this.request("ModifySqlFilters", req, cb);
|
|
@@ -33,6 +33,9 @@ export class Client extends AbstractClient {
|
|
|
33
33
|
async CreateLineGroup(req, cb) {
|
|
34
34
|
return this.request("CreateLineGroup", req, cb);
|
|
35
35
|
}
|
|
36
|
+
async DescribeDomainAndRecordList(req, cb) {
|
|
37
|
+
return this.request("DescribeDomainAndRecordList", req, cb);
|
|
38
|
+
}
|
|
36
39
|
async DescribeDomain(req, cb) {
|
|
37
40
|
return this.request("DescribeDomain", req, cb);
|
|
38
41
|
}
|
|
@@ -69,6 +69,9 @@ export class Client extends AbstractClient {
|
|
|
69
69
|
async AddClusterStorageOption(req, cb) {
|
|
70
70
|
return this.request("AddClusterStorageOption", req, cb);
|
|
71
71
|
}
|
|
72
|
+
async ModifyWorkspacesRenewFlag(req, cb) {
|
|
73
|
+
return this.request("ModifyWorkspacesRenewFlag", req, cb);
|
|
74
|
+
}
|
|
72
75
|
async DeleteQueue(req, cb) {
|
|
73
76
|
return this.request("DeleteQueue", req, cb);
|
|
74
77
|
}
|
|
@@ -9,12 +9,15 @@ export class Client extends AbstractClient {
|
|
|
9
9
|
async TextTranslateBatch(req, cb) {
|
|
10
10
|
return this.request("TextTranslateBatch", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async ImageTranslateLLM(req, cb) {
|
|
13
|
+
return this.request("ImageTranslateLLM", req, cb);
|
|
14
14
|
}
|
|
15
15
|
async GetFileTranslate(req, cb) {
|
|
16
16
|
return this.request("GetFileTranslate", req, cb);
|
|
17
17
|
}
|
|
18
|
+
async ImageTranslate(req, cb) {
|
|
19
|
+
return this.request("ImageTranslate", req, cb);
|
|
20
|
+
}
|
|
18
21
|
async TextTranslate(req, cb) {
|
|
19
22
|
return this.request("TextTranslate", req, cb);
|
|
20
23
|
}
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeTaskByCycleReport(req, cb) {
|
|
46
46
|
return this.request("DescribeTaskByCycleReport", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DownloadLogByLine(req, cb) {
|
|
49
|
+
return this.request("DownloadLogByLine", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DescribeDataCheckStat(req, cb) {
|
|
49
52
|
return this.request("DescribeDataCheckStat", req, cb);
|
|
50
53
|
}
|
|
@@ -315,6 +318,9 @@ export class Client extends AbstractClient {
|
|
|
315
318
|
async DescribeTaskByStatusReport(req, cb) {
|
|
316
319
|
return this.request("DescribeTaskByStatusReport", req, cb);
|
|
317
320
|
}
|
|
321
|
+
async DescribeTaskTemplates(req, cb) {
|
|
322
|
+
return this.request("DescribeTaskTemplates", req, cb);
|
|
323
|
+
}
|
|
318
324
|
async GetOfflineInstanceList(req, cb) {
|
|
319
325
|
return this.request("GetOfflineInstanceList", req, cb);
|
|
320
326
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.37";
|
|
@@ -57,7 +57,7 @@ export declare class Client extends AbstractClient {
|
|
|
57
57
|
/**
|
|
58
58
|
* 用于终止作业。
|
|
59
59
|
当作业处于“SUBMITTED”状态时,禁止终止操作;当作业处于“SUCCEED”状态时,终止操作不会生效。
|
|
60
|
-
终止作业是一个异步过程。整个终止过程的耗时和任务总数成正比。终止的效果相当于所含的所有任务实例进行TerminateTaskInstance操作。具体效果和用法可参考TerminateTaskInstance。
|
|
60
|
+
终止作业是一个异步过程。整个终止过程的耗时和任务总数成正比。终止的效果相当于所含的所有任务实例进行[TerminateTaskInstance](https://cloud.tencent.com/document/product/599/15908)操作。具体效果和用法可参考[TerminateTaskInstance](https://cloud.tencent.com/document/product/599/15908)。
|
|
61
61
|
*/
|
|
62
62
|
TerminateJob(req: TerminateJobRequest, cb?: (error: string, rep: TerminateJobResponse) => void): Promise<TerminateJobResponse>;
|
|
63
63
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class Client extends AbstractClient {
|
|
|
96
96
|
* 用于终止任务实例。
|
|
97
97
|
对于状态已经为“SUCCEED”和“FAILED”的任务实例,不做处理。
|
|
98
98
|
对于状态为“SUBMITTED”、“PENDING”、“RUNNABLE”的任务实例,状态将置为“FAILED”状态。
|
|
99
|
-
对于状态为“STARTING”、“RUNNING”、“FAILED_INTERRUPTED
|
|
99
|
+
对于状态为“STARTING”、“RUNNING”、“FAILED_INTERRUPTED”的任务实例,区分两种情况:如果未显示指定计算环境,会先销毁CVM服务器,然后将状态置为“FAILED”,具有一定耗时;如果指定了计算环境EnvId,任务实例状态置为“FAILED”,并重启执行该任务的CVM服务器,具有一定的耗时。
|
|
100
100
|
对于状态为“FAILED_INTERRUPTED”的任务实例,终止操作实际成功之后,相关资源和配额才会释放。
|
|
101
101
|
*/
|
|
102
102
|
TerminateTaskInstance(req: TerminateTaskInstanceRequest, cb?: (error: string, rep: TerminateTaskInstanceResponse) => void): Promise<TerminateTaskInstanceResponse>;
|
|
@@ -136,7 +136,7 @@ export declare class Client extends AbstractClient {
|
|
|
136
136
|
ModifyTaskTemplate(req: ModifyTaskTemplateRequest, cb?: (error: string, rep: ModifyTaskTemplateResponse) => void): Promise<ModifyTaskTemplateResponse>;
|
|
137
137
|
/**
|
|
138
138
|
* 用于重试作业中失败的任务实例。
|
|
139
|
-
|
|
139
|
+
仅当作业处于“FAILED”状态,支持重试操作。重试操作成功后,作业会按照有向无环图中指定的任务依赖关系,依次重试各个任务中失败的任务实例。任务实例的历史信息将被重置,如同首次运行一样,参与后续的调度和执行。
|
|
140
140
|
*/
|
|
141
141
|
RetryJobs(req: RetryJobsRequest, cb?: (error: string, rep: RetryJobsResponse) => void): Promise<RetryJobsResponse>;
|
|
142
142
|
}
|
|
@@ -97,7 +97,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
97
97
|
/**
|
|
98
98
|
* 用于终止作业。
|
|
99
99
|
当作业处于“SUBMITTED”状态时,禁止终止操作;当作业处于“SUCCEED”状态时,终止操作不会生效。
|
|
100
|
-
终止作业是一个异步过程。整个终止过程的耗时和任务总数成正比。终止的效果相当于所含的所有任务实例进行TerminateTaskInstance操作。具体效果和用法可参考TerminateTaskInstance。
|
|
100
|
+
终止作业是一个异步过程。整个终止过程的耗时和任务总数成正比。终止的效果相当于所含的所有任务实例进行[TerminateTaskInstance](https://cloud.tencent.com/document/product/599/15908)操作。具体效果和用法可参考[TerminateTaskInstance](https://cloud.tencent.com/document/product/599/15908)。
|
|
101
101
|
*/
|
|
102
102
|
async TerminateJob(req, cb) {
|
|
103
103
|
return this.request("TerminateJob", req, cb);
|
|
@@ -154,7 +154,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
154
154
|
* 用于终止任务实例。
|
|
155
155
|
对于状态已经为“SUCCEED”和“FAILED”的任务实例,不做处理。
|
|
156
156
|
对于状态为“SUBMITTED”、“PENDING”、“RUNNABLE”的任务实例,状态将置为“FAILED”状态。
|
|
157
|
-
对于状态为“STARTING”、“RUNNING”、“FAILED_INTERRUPTED
|
|
157
|
+
对于状态为“STARTING”、“RUNNING”、“FAILED_INTERRUPTED”的任务实例,区分两种情况:如果未显示指定计算环境,会先销毁CVM服务器,然后将状态置为“FAILED”,具有一定耗时;如果指定了计算环境EnvId,任务实例状态置为“FAILED”,并重启执行该任务的CVM服务器,具有一定的耗时。
|
|
158
158
|
对于状态为“FAILED_INTERRUPTED”的任务实例,终止操作实际成功之后,相关资源和配额才会释放。
|
|
159
159
|
*/
|
|
160
160
|
async TerminateTaskInstance(req, cb) {
|
|
@@ -212,7 +212,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
212
212
|
}
|
|
213
213
|
/**
|
|
214
214
|
* 用于重试作业中失败的任务实例。
|
|
215
|
-
|
|
215
|
+
仅当作业处于“FAILED”状态,支持重试操作。重试操作成功后,作业会按照有向无环图中指定的任务依赖关系,依次重试各个任务中失败的任务实例。任务实例的历史信息将被重置,如同首次运行一样,参与后续的调度和执行。
|
|
216
216
|
*/
|
|
217
217
|
async RetryJobs(req, cb) {
|
|
218
218
|
return this.request("RetryJobs", req, cb);
|