tencentcloud-sdk-nodejs 4.1.274 → 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/goosefs/v20220519/goosefs_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 +35 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +51 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +800 -226
- 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_models.d.ts +5 -5
- 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/mps/v20190612/mps_models.d.ts +4 -0
- 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/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/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +362 -182
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +93 -173
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
|
}
|
|
@@ -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
|
}
|
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
|
*/
|