tencentcloud-sdk-nodejs 4.0.413 → 4.0.416
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 +623 -0
- package/SERVICE_CHANGELOG.md +814 -288
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -0
- package/src/services/bm/v20180423/bm_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -1
- package/src/services/ccc/v20200210/ccc_client.ts +0 -14
- package/src/services/ccc/v20200210/ccc_models.ts +25 -40
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
- package/src/services/ess/v20201111/ess_client.ts +33 -16
- package/src/services/ess/v20201111/ess_models.ts +105 -34
- package/src/services/essbasic/v20210526/essbasic_client.ts +33 -18
- package/src/services/essbasic/v20210526/essbasic_models.ts +119 -56
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +185 -111
- package/src/services/gme/v20180711/gme_models.ts +312 -71
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
- package/src/services/live/v20180801/live_models.ts +6 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
- package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +25 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/organization/v20181225/organization_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +25 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
- package/src/services/taf/v20200210/taf_client.ts +20 -37
- package/src/services/taf/v20200210/taf_models.ts +154 -224
- package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
- package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
- package/src/services/tcss/v20201101/tcss_models.ts +54 -0
- package/src/services/tem/v20210701/tem_client.ts +41 -4
- package/src/services/tem/v20210701/tem_models.ts +409 -225
- package/src/services/teo/v20220106/teo_client.ts +8 -7
- package/src/services/teo/v20220106/teo_models.ts +536 -355
- package/src/services/tione/v20211111/tione_models.ts +23 -1
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/tse/v20201207/tse_client.ts +16 -2
- package/src/services/tse/v20201207/tse_models.ts +93 -17
- package/src/services/vod/v20180717/vod_client.ts +49 -33
- package/src/services/vod/v20180717/vod_models.ts +78 -21
- package/src/services/vpc/v20170312/vpc_models.ts +29 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
- package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +20 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +93 -30
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -51
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
- package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- 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 +22 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +13 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +316 -160
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
- package/test/ccc.v20200210.test.js +0 -10
- package/test/ess.v20201111.test.js +14 -4
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/gme.v20180711.test.js +90 -30
- package/test/mongodb.v20190725.test.js +0 -10
- package/test/redis.v20180412.test.js +10 -0
- package/test/taf.v20200210.test.js +8 -18
- package/test/tbaas.v20180416.test.js +6 -76
- package/test/tem.v20210701.test.js +30 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vod.v20180717.test.js +18 -8
|
@@ -194,6 +194,17 @@ export interface ImageVirusInfo {
|
|
|
194
194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
195
|
*/
|
|
196
196
|
FileName: string
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* 检测平台
|
|
200
|
+
1: 云查杀引擎
|
|
201
|
+
2: tav
|
|
202
|
+
3: binaryAi
|
|
203
|
+
4: 异常行为
|
|
204
|
+
5: 威胁情报
|
|
205
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
206
|
+
*/
|
|
207
|
+
CheckPlatform: Array<string>
|
|
197
208
|
}
|
|
198
209
|
|
|
199
210
|
/**
|
|
@@ -2269,6 +2280,11 @@ export interface DescribeAssetSummaryResponse {
|
|
|
2269
2280
|
*/
|
|
2270
2281
|
ImageUnsafeCnt: number
|
|
2271
2282
|
|
|
2283
|
+
/**
|
|
2284
|
+
* 主机未安装agent数量
|
|
2285
|
+
*/
|
|
2286
|
+
HostUnInstallCnt: number
|
|
2287
|
+
|
|
2272
2288
|
/**
|
|
2273
2289
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2274
2290
|
*/
|
|
@@ -7618,6 +7634,11 @@ export interface DescribeAssetImageVirusListExportResponse {
|
|
|
7618
7634
|
*/
|
|
7619
7635
|
DownloadUrl: string
|
|
7620
7636
|
|
|
7637
|
+
/**
|
|
7638
|
+
* 任务ID
|
|
7639
|
+
*/
|
|
7640
|
+
JobId: string
|
|
7641
|
+
|
|
7621
7642
|
/**
|
|
7622
7643
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7623
7644
|
*/
|
|
@@ -10319,6 +10340,11 @@ export interface DescribeContainerAssetSummaryResponse {
|
|
|
10319
10340
|
*/
|
|
10320
10341
|
ImageTotalCnt: number
|
|
10321
10342
|
|
|
10343
|
+
/**
|
|
10344
|
+
* 主机未安装agent数量
|
|
10345
|
+
*/
|
|
10346
|
+
HostUnInstallCnt: number
|
|
10347
|
+
|
|
10322
10348
|
/**
|
|
10323
10349
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10324
10350
|
*/
|
|
@@ -11793,6 +11819,17 @@ CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在
|
|
|
11793
11819
|
*/
|
|
11794
11820
|
ContainerIsolateOperationSrc: string
|
|
11795
11821
|
|
|
11822
|
+
/**
|
|
11823
|
+
* 检测平台
|
|
11824
|
+
1: 云查杀引擎
|
|
11825
|
+
2: tav
|
|
11826
|
+
3: binaryAi
|
|
11827
|
+
4: 异常行为
|
|
11828
|
+
5: 威胁情报
|
|
11829
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11830
|
+
*/
|
|
11831
|
+
CheckPlatform: Array<string>
|
|
11832
|
+
|
|
11796
11833
|
/**
|
|
11797
11834
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11798
11835
|
*/
|
|
@@ -12714,6 +12751,23 @@ VALIDATION: 参数非法
|
|
|
12714
12751
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12715
12752
|
*/
|
|
12716
12753
|
MD5: string
|
|
12754
|
+
|
|
12755
|
+
/**
|
|
12756
|
+
* 风险等级 RISK_CRITICAL, RISK_HIGH, RISK_MEDIUM, RISK_LOW, RISK_NOTICE。
|
|
12757
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12758
|
+
*/
|
|
12759
|
+
RiskLevel: string
|
|
12760
|
+
|
|
12761
|
+
/**
|
|
12762
|
+
* 检测平台
|
|
12763
|
+
1: 云查杀引擎
|
|
12764
|
+
2: tav
|
|
12765
|
+
3: binaryAi
|
|
12766
|
+
4: 异常行为
|
|
12767
|
+
5: 威胁情报
|
|
12768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12769
|
+
*/
|
|
12770
|
+
CheckPlatform: Array<string>
|
|
12717
12771
|
}
|
|
12718
12772
|
|
|
12719
12773
|
/**
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
ResumeDeployApplicationResponse,
|
|
29
29
|
StorageConf,
|
|
30
30
|
DescribeApplicationPodsRequest,
|
|
31
|
+
IngressTls,
|
|
31
32
|
DeployServicePodDetail,
|
|
32
33
|
LogOutputConf,
|
|
33
34
|
DeleteIngressResponse,
|
|
@@ -54,9 +55,10 @@ import {
|
|
|
54
55
|
DescribeLogConfigRequest,
|
|
55
56
|
TemDeployApplicationDetailInfo,
|
|
56
57
|
DescribeEnvironmentStatusResponse,
|
|
57
|
-
|
|
58
|
+
DeployStrategyConf,
|
|
58
59
|
DescribeApplicationPodsResponse,
|
|
59
60
|
DescribeConfigDataListRequest,
|
|
61
|
+
EnableApplicationAutoscalerResponse,
|
|
60
62
|
ServicePage,
|
|
61
63
|
TemServiceVersionInfo,
|
|
62
64
|
ServicePortMapping,
|
|
@@ -78,6 +80,7 @@ import {
|
|
|
78
80
|
ModifyApplicationInfoResponse,
|
|
79
81
|
RestartApplicationRequest,
|
|
80
82
|
DestroyEnvironmentResponse,
|
|
83
|
+
DisableApplicationAutoscalerResponse,
|
|
81
84
|
DescribeIngressRequest,
|
|
82
85
|
StopApplicationResponse,
|
|
83
86
|
DeployApplicationResponse,
|
|
@@ -90,13 +93,14 @@ import {
|
|
|
90
93
|
DescribeApplicationsStatusResponse,
|
|
91
94
|
DescribeDeployApplicationDetailRequest,
|
|
92
95
|
DeleteIngressRequest,
|
|
96
|
+
DisableApplicationAutoscalerRequest,
|
|
93
97
|
DescribeRelatedIngressesRequest,
|
|
94
98
|
CosToken,
|
|
95
99
|
GenerateApplicationPackageDownloadUrlRequest,
|
|
96
100
|
DescribeEnvironmentsResponse,
|
|
97
101
|
DeleteApplicationAutoscalerResponse,
|
|
98
102
|
DescribeRelatedIngressesResponse,
|
|
99
|
-
|
|
103
|
+
DescribeEnvironmentRequest,
|
|
100
104
|
DescribePagedLogConfigListRequest,
|
|
101
105
|
TemEnvironmentStartingStatus,
|
|
102
106
|
TemService,
|
|
@@ -104,6 +108,8 @@ import {
|
|
|
104
108
|
CronHorizontalAutoscaler,
|
|
105
109
|
DescribeDeployApplicationDetailResponse,
|
|
106
110
|
IngressRuleValue,
|
|
111
|
+
DescribeEnvironmentResponse,
|
|
112
|
+
TemNamespaceInfo,
|
|
107
113
|
CreateApplicationAutoscalerRequest,
|
|
108
114
|
ConfigData,
|
|
109
115
|
ResumeDeployApplicationRequest,
|
|
@@ -132,21 +138,22 @@ import {
|
|
|
132
138
|
ModifyEnvironmentRequest,
|
|
133
139
|
GenerateApplicationPackageDownloadUrlResponse,
|
|
134
140
|
IngressRuleBackend,
|
|
135
|
-
DeployStrategyConf,
|
|
136
141
|
DescribeIngressResponse,
|
|
137
142
|
WorkloadInfo,
|
|
138
143
|
IngressRulePath,
|
|
144
|
+
NamespaceInfo,
|
|
139
145
|
DescribeLogConfigResponse,
|
|
140
146
|
ServicePortMappingItem,
|
|
141
147
|
RevertDeployApplicationRequest,
|
|
142
148
|
CreateApplicationResponse,
|
|
143
149
|
HorizontalAutoscaler,
|
|
144
150
|
PortMapping,
|
|
151
|
+
LogConfig,
|
|
145
152
|
ModifyEnvironmentResponse,
|
|
146
153
|
ModifyApplicationReplicasRequest,
|
|
147
154
|
ModifyLogConfigRequest,
|
|
148
155
|
DestroyLogConfigRequest,
|
|
149
|
-
|
|
156
|
+
EnableApplicationAutoscalerRequest,
|
|
150
157
|
EksService,
|
|
151
158
|
Pair,
|
|
152
159
|
} from "./tem_models"
|
|
@@ -200,6 +207,16 @@ export class Client extends AbstractClient {
|
|
|
200
207
|
return this.request("ModifyIngress", req, cb)
|
|
201
208
|
}
|
|
202
209
|
|
|
210
|
+
/**
|
|
211
|
+
* 启用应用弹性策略组合
|
|
212
|
+
*/
|
|
213
|
+
async EnableApplicationAutoscaler(
|
|
214
|
+
req: EnableApplicationAutoscalerRequest,
|
|
215
|
+
cb?: (error: string, rep: EnableApplicationAutoscalerResponse) => void
|
|
216
|
+
): Promise<EnableApplicationAutoscalerResponse> {
|
|
217
|
+
return this.request("EnableApplicationAutoscaler", req, cb)
|
|
218
|
+
}
|
|
219
|
+
|
|
203
220
|
/**
|
|
204
221
|
* 修改应用实例数量
|
|
205
222
|
*/
|
|
@@ -323,6 +340,16 @@ export class Client extends AbstractClient {
|
|
|
323
340
|
return this.request("ModifyEnvironment", req, cb)
|
|
324
341
|
}
|
|
325
342
|
|
|
343
|
+
/**
|
|
344
|
+
* 获取环境基础信息
|
|
345
|
+
*/
|
|
346
|
+
async DescribeEnvironment(
|
|
347
|
+
req: DescribeEnvironmentRequest,
|
|
348
|
+
cb?: (error: string, rep: DescribeEnvironmentResponse) => void
|
|
349
|
+
): Promise<DescribeEnvironmentResponse> {
|
|
350
|
+
return this.request("DescribeEnvironment", req, cb)
|
|
351
|
+
}
|
|
352
|
+
|
|
326
353
|
/**
|
|
327
354
|
* 查询日志收集配置详情
|
|
328
355
|
*/
|
|
@@ -463,6 +490,16 @@ export class Client extends AbstractClient {
|
|
|
463
490
|
return this.request("CreateEnvironment", req, cb)
|
|
464
491
|
}
|
|
465
492
|
|
|
493
|
+
/**
|
|
494
|
+
* 关闭应用弹性策略组合
|
|
495
|
+
*/
|
|
496
|
+
async DisableApplicationAutoscaler(
|
|
497
|
+
req: DisableApplicationAutoscalerRequest,
|
|
498
|
+
cb?: (error: string, rep: DisableApplicationAutoscalerResponse) => void
|
|
499
|
+
): Promise<DisableApplicationAutoscalerResponse> {
|
|
500
|
+
return this.request("DisableApplicationAutoscaler", req, cb)
|
|
501
|
+
}
|
|
502
|
+
|
|
466
503
|
/**
|
|
467
504
|
* 查询 Ingress 规则列表
|
|
468
505
|
*/
|