tencentcloud-sdk-nodejs 4.1.273 → 4.1.275
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/cfw/v20190904/cfw_client.js +26 -2
- package/es/services/chdfs/v20201112/chdfs_client.js +12 -0
- package/es/services/dlc/v20210125/dlc_client.js +17 -2
- package/es/services/goosefs/v20220519/goosefs_client.js +3 -0
- package/es/services/mps/v20190612/mps_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/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +12 -12
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +105 -93
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +37 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +53 -5
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +988 -459
- package/tencentcloud/services/chdfs/v20201112/chdfs_client.d.ts +17 -1
- package/tencentcloud/services/chdfs/v20201112/chdfs_client.js +24 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +173 -48
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +49 -37
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +23 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +33 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +215 -47
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -53
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -173
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +2 -2
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +5 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +6 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +26 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +3 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +3 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +10 -14
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +7 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +89 -1
- package/tencentcloud/services/rce/v20260130/rce_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +45 -11
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +375 -182
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +97 -177
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.275";
|
|
@@ -75,6 +75,9 @@ export class Client extends AbstractClient {
|
|
|
75
75
|
async CreateNatFwInstance(req, cb) {
|
|
76
76
|
return this.request("CreateNatFwInstance", req, cb);
|
|
77
77
|
}
|
|
78
|
+
async CheckClusterNatFwPreAccess(req, cb) {
|
|
79
|
+
return this.request("CheckClusterNatFwPreAccess", req, cb);
|
|
80
|
+
}
|
|
78
81
|
async ModifyIpsModeSwitch(req, cb) {
|
|
79
82
|
return this.request("ModifyIpsModeSwitch", req, cb);
|
|
80
83
|
}
|
|
@@ -111,8 +114,8 @@ export class Client extends AbstractClient {
|
|
|
111
114
|
async DescribeNatFwDnatRule(req, cb) {
|
|
112
115
|
return this.request("DescribeNatFwDnatRule", req, cb);
|
|
113
116
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
117
|
+
async DescribeBlockList(req, cb) {
|
|
118
|
+
return this.request("DescribeBlockList", req, cb);
|
|
116
119
|
}
|
|
117
120
|
async DescribeNatFwInfoCount(req, cb) {
|
|
118
121
|
return this.request("DescribeNatFwInfoCount", req, cb);
|
|
@@ -144,6 +147,9 @@ export class Client extends AbstractClient {
|
|
|
144
147
|
async CreateSecurityGroupRules(req, cb) {
|
|
145
148
|
return this.request("CreateSecurityGroupRules", req, cb);
|
|
146
149
|
}
|
|
150
|
+
async DescribeFwGroupIdNames(req, cb) {
|
|
151
|
+
return this.request("DescribeFwGroupIdNames", req, cb);
|
|
152
|
+
}
|
|
147
153
|
async CreateAlertCenterRuleAsync(req, cb) {
|
|
148
154
|
return this.request("CreateAlertCenterRuleAsync", req, cb);
|
|
149
155
|
}
|
|
@@ -225,6 +231,9 @@ export class Client extends AbstractClient {
|
|
|
225
231
|
async DescribeCcnVpcFwSwitch(req, cb) {
|
|
226
232
|
return this.request("DescribeCcnVpcFwSwitch", req, cb);
|
|
227
233
|
}
|
|
234
|
+
async DescribeVpcAclEdgeRange(req, cb) {
|
|
235
|
+
return this.request("DescribeVpcAclEdgeRange", req, cb);
|
|
236
|
+
}
|
|
228
237
|
async ModifyClusterNatFwSwitch(req, cb) {
|
|
229
238
|
return this.request("ModifyClusterNatFwSwitch", req, cb);
|
|
230
239
|
}
|
|
@@ -270,6 +279,9 @@ export class Client extends AbstractClient {
|
|
|
270
279
|
async DescribeIPStatusList(req, cb) {
|
|
271
280
|
return this.request("DescribeIPStatusList", req, cb);
|
|
272
281
|
}
|
|
282
|
+
async DescribeSecurityGroupRegionList(req, cb) {
|
|
283
|
+
return this.request("DescribeSecurityGroupRegionList", req, cb);
|
|
284
|
+
}
|
|
273
285
|
async DescribeCfwAssets(req, cb) {
|
|
274
286
|
return this.request("DescribeCfwAssets", req, cb);
|
|
275
287
|
}
|
|
@@ -306,6 +318,9 @@ export class Client extends AbstractClient {
|
|
|
306
318
|
async DescribeClusterNatCcnFwSwitchList(req, cb) {
|
|
307
319
|
return this.request("DescribeClusterNatCcnFwSwitchList", req, cb);
|
|
308
320
|
}
|
|
321
|
+
async DescribeIpsRuleListNew(req, cb) {
|
|
322
|
+
return this.request("DescribeIpsRuleListNew", req, cb);
|
|
323
|
+
}
|
|
309
324
|
async ModifyAclRule(req, cb) {
|
|
310
325
|
return this.request("ModifyAclRule", req, cb);
|
|
311
326
|
}
|
|
@@ -399,18 +414,27 @@ export class Client extends AbstractClient {
|
|
|
399
414
|
async ModifyRunSyncAsset(req, cb) {
|
|
400
415
|
return this.request("ModifyRunSyncAsset", req, cb);
|
|
401
416
|
}
|
|
417
|
+
async DescribeNatRuleScopes(req, cb) {
|
|
418
|
+
return this.request("DescribeNatRuleScopes", req, cb);
|
|
419
|
+
}
|
|
402
420
|
async DescribeIpsModeSwitch(req, cb) {
|
|
403
421
|
return this.request("DescribeIpsModeSwitch", req, cb);
|
|
404
422
|
}
|
|
405
423
|
async DescribeAddressTemplateList(req, cb) {
|
|
406
424
|
return this.request("DescribeAddressTemplateList", req, cb);
|
|
407
425
|
}
|
|
426
|
+
async DescribeGuideScanInfo(req, cb) {
|
|
427
|
+
return this.request("DescribeGuideScanInfo", req, cb);
|
|
428
|
+
}
|
|
408
429
|
async SetNatFwEip(req, cb) {
|
|
409
430
|
return this.request("SetNatFwEip", req, cb);
|
|
410
431
|
}
|
|
411
432
|
async DescribeAclRegInfo(req, cb) {
|
|
412
433
|
return this.request("DescribeAclRegInfo", req, cb);
|
|
413
434
|
}
|
|
435
|
+
async CheckClusterVpcFwPreAccess(req, cb) {
|
|
436
|
+
return this.request("CheckClusterVpcFwPreAccess", req, cb);
|
|
437
|
+
}
|
|
414
438
|
async DescribeCfwAnalysisData(req, cb) {
|
|
415
439
|
return this.request("DescribeCfwAnalysisData", req, cb);
|
|
416
440
|
}
|
|
@@ -66,12 +66,18 @@ export class Client extends AbstractClient {
|
|
|
66
66
|
async DescribeAccessGroup(req, cb) {
|
|
67
67
|
return this.request("DescribeAccessGroup", req, cb);
|
|
68
68
|
}
|
|
69
|
+
async DeletePathProtectionRule(req, cb) {
|
|
70
|
+
return this.request("DeletePathProtectionRule", req, cb);
|
|
71
|
+
}
|
|
69
72
|
async DeleteLifeCycleRules(req, cb) {
|
|
70
73
|
return this.request("DeleteLifeCycleRules", req, cb);
|
|
71
74
|
}
|
|
72
75
|
async CreateAccessRules(req, cb) {
|
|
73
76
|
return this.request("CreateAccessRules", req, cb);
|
|
74
77
|
}
|
|
78
|
+
async DescribePathProtectionRules(req, cb) {
|
|
79
|
+
return this.request("DescribePathProtectionRules", req, cb);
|
|
80
|
+
}
|
|
75
81
|
async ModifyFileSystem(req, cb) {
|
|
76
82
|
return this.request("ModifyFileSystem", req, cb);
|
|
77
83
|
}
|
|
@@ -90,6 +96,9 @@ export class Client extends AbstractClient {
|
|
|
90
96
|
async DescribeRestoreTasks(req, cb) {
|
|
91
97
|
return this.request("DescribeRestoreTasks", req, cb);
|
|
92
98
|
}
|
|
99
|
+
async CreatePathProtectionRule(req, cb) {
|
|
100
|
+
return this.request("CreatePathProtectionRule", req, cb);
|
|
101
|
+
}
|
|
93
102
|
async ModifyResourceTags(req, cb) {
|
|
94
103
|
return this.request("ModifyResourceTags", req, cb);
|
|
95
104
|
}
|
|
@@ -102,4 +111,7 @@ export class Client extends AbstractClient {
|
|
|
102
111
|
async CreateAccessGroup(req, cb) {
|
|
103
112
|
return this.request("CreateAccessGroup", req, cb);
|
|
104
113
|
}
|
|
114
|
+
async ModifyPathProtectionRule(req, cb) {
|
|
115
|
+
return this.request("ModifyPathProtectionRule", req, cb);
|
|
116
|
+
}
|
|
105
117
|
}
|
|
@@ -42,6 +42,9 @@ export class Client extends AbstractClient {
|
|
|
42
42
|
async DescribeDataMaskStrategies(req, cb) {
|
|
43
43
|
return this.request("DescribeDataMaskStrategies", req, cb);
|
|
44
44
|
}
|
|
45
|
+
async DeleteMetaDatabase(req, cb) {
|
|
46
|
+
return this.request("DeleteMetaDatabase", req, cb);
|
|
47
|
+
}
|
|
45
48
|
async DeleteWorkGroup(req, cb) {
|
|
46
49
|
return this.request("DeleteWorkGroup", req, cb);
|
|
47
50
|
}
|
|
@@ -174,8 +177,8 @@ export class Client extends AbstractClient {
|
|
|
174
177
|
async DescribeAdvancedStoreLocation(req, cb) {
|
|
175
178
|
return this.request("DescribeAdvancedStoreLocation", req, cb);
|
|
176
179
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
180
|
+
async AlterTableComment(req, cb) {
|
|
181
|
+
return this.request("AlterTableComment", req, cb);
|
|
179
182
|
}
|
|
180
183
|
async DescribeSparkAppJobs(req, cb) {
|
|
181
184
|
return this.request("DescribeSparkAppJobs", req, cb);
|
|
@@ -189,6 +192,9 @@ export class Client extends AbstractClient {
|
|
|
189
192
|
async DescribeScripts(req, cb) {
|
|
190
193
|
return this.request("DescribeScripts", req, cb);
|
|
191
194
|
}
|
|
195
|
+
async GenerateInternalTable(req, cb) {
|
|
196
|
+
return this.request("GenerateInternalTable", req, cb);
|
|
197
|
+
}
|
|
192
198
|
async AttachDataMaskPolicy(req, cb) {
|
|
193
199
|
return this.request("AttachDataMaskPolicy", req, cb);
|
|
194
200
|
}
|
|
@@ -333,6 +339,9 @@ export class Client extends AbstractClient {
|
|
|
333
339
|
async DropDMSPartitions(req, cb) {
|
|
334
340
|
return this.request("DropDMSPartitions", req, cb);
|
|
335
341
|
}
|
|
342
|
+
async CreateMetaDatabase(req, cb) {
|
|
343
|
+
return this.request("CreateMetaDatabase", req, cb);
|
|
344
|
+
}
|
|
336
345
|
async CreateWorkGroup(req, cb) {
|
|
337
346
|
return this.request("CreateWorkGroup", req, cb);
|
|
338
347
|
}
|
|
@@ -411,6 +420,9 @@ export class Client extends AbstractClient {
|
|
|
411
420
|
async DescribeDataEngineImageVersions(req, cb) {
|
|
412
421
|
return this.request("DescribeDataEngineImageVersions", req, cb);
|
|
413
422
|
}
|
|
423
|
+
async LockMetaData(req, cb) {
|
|
424
|
+
return this.request("LockMetaData", req, cb);
|
|
425
|
+
}
|
|
414
426
|
async CreateDMSTable(req, cb) {
|
|
415
427
|
return this.request("CreateDMSTable", req, cb);
|
|
416
428
|
}
|
|
@@ -492,6 +504,9 @@ export class Client extends AbstractClient {
|
|
|
492
504
|
async DescribeMCPTask(req, cb) {
|
|
493
505
|
return this.request("DescribeMCPTask", req, cb);
|
|
494
506
|
}
|
|
507
|
+
async DescribeDatabase(req, cb) {
|
|
508
|
+
return this.request("DescribeDatabase", req, cb);
|
|
509
|
+
}
|
|
495
510
|
async InitializeTCLake(req, cb) {
|
|
496
511
|
return this.request("InitializeTCLake", req, cb);
|
|
497
512
|
}
|
|
@@ -30,6 +30,9 @@ export class Client extends AbstractClient {
|
|
|
30
30
|
async ModifyDataRepositoryBandwidth(req, cb) {
|
|
31
31
|
return this.request("ModifyDataRepositoryBandwidth", req, cb);
|
|
32
32
|
}
|
|
33
|
+
async ModifyDataRepositoryTaskStatus(req, cb) {
|
|
34
|
+
return this.request("ModifyDataRepositoryTaskStatus", req, cb);
|
|
35
|
+
}
|
|
33
36
|
async BatchDeleteClientNodes(req, cb) {
|
|
34
37
|
return this.request("BatchDeleteClientNodes", req, cb);
|
|
35
38
|
}
|
|
@@ -144,6 +144,9 @@ export class Client extends AbstractClient {
|
|
|
144
144
|
async DeleteContentReviewTemplate(req, cb) {
|
|
145
145
|
return this.request("DeleteContentReviewTemplate", req, cb);
|
|
146
146
|
}
|
|
147
|
+
async DescribeAigcTaskStatus(req, cb) {
|
|
148
|
+
return this.request("DescribeAigcTaskStatus", req, cb);
|
|
149
|
+
}
|
|
147
150
|
async DescribeImageTasks(req, cb) {
|
|
148
151
|
return this.request("DescribeImageTasks", req, cb);
|
|
149
152
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.275";
|
|
@@ -103,7 +103,7 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
103
103
|
*/
|
|
104
104
|
DescribeUpstreams(req: DescribeUpstreamsRequest, cb?: (error: string, rep: DescribeUpstreamsResponse) => void): Promise<DescribeUpstreamsResponse>;
|
|
105
105
|
/**
|
|
106
|
-
* 本接口(DescribeApi)用于查询用户 API 网关的 API
|
|
106
|
+
* 本接口(DescribeApi)用于查询用户 API 网关的 API 接口的详细信息。u200b
|
|
107
107
|
*/
|
|
108
108
|
DescribeApi(req: DescribeApiRequest, cb?: (error: string, rep: DescribeApiResponse) => void): Promise<DescribeApiResponse>;
|
|
109
109
|
/**
|
|
@@ -169,7 +169,7 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
169
169
|
return this.request("DescribeUpstreams", req, cb);
|
|
170
170
|
}
|
|
171
171
|
/**
|
|
172
|
-
* 本接口(DescribeApi)用于查询用户 API 网关的 API
|
|
172
|
+
* 本接口(DescribeApi)用于查询用户 API 网关的 API 接口的详细信息。u200b
|
|
173
173
|
*/
|
|
174
174
|
async DescribeApi(req, cb) {
|
|
175
175
|
return this.request("DescribeApi", req, cb);
|
|
@@ -378,7 +378,7 @@ export interface DescribeApiResponse {
|
|
|
378
378
|
/**
|
|
379
379
|
* API 详情。
|
|
380
380
|
*/
|
|
381
|
-
Result
|
|
381
|
+
Result?: ApiInfo;
|
|
382
382
|
/**
|
|
383
383
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
384
384
|
*/
|
|
@@ -1057,42 +1057,42 @@ export interface Plugin {
|
|
|
1057
1057
|
/**
|
|
1058
1058
|
* 插件ID。
|
|
1059
1059
|
*/
|
|
1060
|
-
PluginId
|
|
1060
|
+
PluginId?: string;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* 插件名称。
|
|
1063
1063
|
*/
|
|
1064
|
-
PluginName
|
|
1064
|
+
PluginName?: string;
|
|
1065
1065
|
/**
|
|
1066
1066
|
* 插件类型。
|
|
1067
1067
|
*/
|
|
1068
|
-
PluginType
|
|
1068
|
+
PluginType?: string;
|
|
1069
1069
|
/**
|
|
1070
1070
|
* 插件定义语句。
|
|
1071
1071
|
*/
|
|
1072
|
-
PluginData
|
|
1072
|
+
PluginData?: string;
|
|
1073
1073
|
/**
|
|
1074
1074
|
* 插件描述。
|
|
1075
1075
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1076
1076
|
*/
|
|
1077
|
-
Description
|
|
1077
|
+
Description?: string;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* 插件创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
1080
1080
|
*/
|
|
1081
|
-
CreatedTime
|
|
1081
|
+
CreatedTime?: string;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* 插件修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
|
|
1084
1084
|
*/
|
|
1085
|
-
ModifiedTime
|
|
1085
|
+
ModifiedTime?: string;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* 插件绑定的API总数。
|
|
1088
1088
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1089
1089
|
*/
|
|
1090
|
-
AttachedApiTotalCount
|
|
1090
|
+
AttachedApiTotalCount?: number;
|
|
1091
1091
|
/**
|
|
1092
1092
|
* 插件绑定的API信息。
|
|
1093
1093
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1094
1094
|
*/
|
|
1095
|
-
AttachedApis
|
|
1095
|
+
AttachedApis?: Array<AttachedApiInfo>;
|
|
1096
1096
|
}
|
|
1097
1097
|
/**
|
|
1098
1098
|
* UnbindApiApp返回参数结构体
|
|
@@ -1220,7 +1220,7 @@ export interface DescribePluginResponse {
|
|
|
1220
1220
|
/**
|
|
1221
1221
|
* 插件详情。
|
|
1222
1222
|
*/
|
|
1223
|
-
Result
|
|
1223
|
+
Result?: Plugin;
|
|
1224
1224
|
/**
|
|
1225
1225
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1226
1226
|
*/
|
|
@@ -4054,7 +4054,7 @@ export interface DescribePluginsResponse {
|
|
|
4054
4054
|
/**
|
|
4055
4055
|
* 插件详情。
|
|
4056
4056
|
*/
|
|
4057
|
-
Result
|
|
4057
|
+
Result?: PluginSummary;
|
|
4058
4058
|
/**
|
|
4059
4059
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4060
4060
|
*/
|