tencentcloud-sdk-nodejs 4.0.230 → 4.0.234
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 +505 -41
- package/package.json +1 -1
- package/products.md +154 -153
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_client.ts +1 -0
- package/src/services/advisor/v20200721/advisor_models.ts +21 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
- package/src/services/cam/v20190116/cam_models.ts +10 -5
- package/src/services/cdb/v20170320/cdb_client.ts +37 -12
- package/src/services/cdb/v20170320/cdb_models.ts +163 -68
- package/src/services/cdn/v20180606/cdn_client.ts +18 -4
- package/src/services/cdn/v20180606/cdn_models.ts +139 -53
- package/src/services/clb/v20180317/clb_client.ts +14 -1
- package/src/services/clb/v20180317/clb_models.ts +54 -19
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +12 -9
- package/src/services/cwp/v20180228/cwp_models.ts +7 -7
- package/src/services/dts/v20180330/dts_client.ts +8 -119
- package/src/services/dts/v20180330/dts_models.ts +371 -875
- package/src/services/ecm/v20190719/ecm_models.ts +12 -1
- package/src/services/eiam/v20210420/eiam_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +37 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +6 -6
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
- package/src/services/ocr/v20181119/ocr_client.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +212 -26
- package/src/services/postgres/v20170312/postgres_models.ts +14 -11
- package/src/services/scf/v20180416/scf_client.ts +2 -0
- package/src/services/scf/v20180416/scf_models.ts +49 -0
- package/src/services/ses/v20201002/ses_models.ts +2 -1
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +8 -6
- package/src/services/tcb/v20180608/tcb_client.ts +28 -4
- package/src/services/tcb/v20180608/tcb_models.ts +148 -21
- package/src/services/tcm/index.ts +5 -0
- package/src/services/tcm/v20210413/index.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +88 -0
- package/src/services/tcm/v20210413/tcm_models.ts +891 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +34 -0
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +18 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +9 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +118 -45
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -7
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -42
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -57
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +219 -645
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +6 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +180 -26
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -1
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +128 -21
- package/tencentcloud/services/tcm/index.d.ts +6 -0
- package/tencentcloud/services/tcm/index.js +7 -0
- package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/index.js +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +29 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/test/apigateway.v20180808.test.js +34 -4
- package/test/cdb.v20170320.test.js +22 -2
- package/test/cdn.v20180606.test.js +10 -0
- package/test/clb.v20180317.test.js +10 -0
- package/test/dts.v20180330.test.js +0 -80
- package/test/iotexplorer.v20190423.test.js +32 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tcb.v20180608.test.js +20 -0
- package/test/tcm.v20210413.test.js +41 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,36 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 72 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-11 10:57:53
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DescribeService](https://cloud.tencent.com/document/api/628/45199)
|
|
16
|
-
|
|
17
|
-
* 新增出参:DeploymentType, SpecialUse
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
13
|
+
新增接口:
|
|
21
14
|
|
|
22
|
-
* [
|
|
15
|
+
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63891)
|
|
16
|
+
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63890)
|
|
23
17
|
|
|
24
|
-
|
|
18
|
+
新增数据结构:
|
|
25
19
|
|
|
20
|
+
* [BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem)
|
|
26
21
|
|
|
27
22
|
|
|
28
23
|
|
|
29
|
-
##
|
|
24
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
30
25
|
|
|
31
|
-
### 第
|
|
26
|
+
### 第 57 次发布
|
|
32
27
|
|
|
33
|
-
发布时间:2021-11-
|
|
28
|
+
发布时间:2021-11-11 10:58:59
|
|
34
29
|
|
|
35
30
|
本次发布包含了以下内容:
|
|
36
31
|
|
|
@@ -38,55 +33,83 @@
|
|
|
38
33
|
|
|
39
34
|
新增接口:
|
|
40
35
|
|
|
41
|
-
* [
|
|
42
|
-
|
|
43
|
-
修改接口:
|
|
44
|
-
|
|
45
|
-
* [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
|
|
46
|
-
|
|
47
|
-
* 新增入参:Royalty
|
|
48
|
-
|
|
49
|
-
* <font color="#dd0000">**修改入参**:</font>Tag
|
|
50
|
-
|
|
36
|
+
* [ModifyLoadBalancerSla](https://cloud.tencent.com/document/api/214/63892)
|
|
51
37
|
|
|
52
38
|
新增数据结构:
|
|
53
39
|
|
|
54
|
-
* [
|
|
40
|
+
* [SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam)
|
|
55
41
|
|
|
56
42
|
|
|
57
43
|
|
|
58
|
-
##
|
|
44
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
59
45
|
|
|
60
|
-
### 第
|
|
46
|
+
### 第 58 次发布
|
|
61
47
|
|
|
62
|
-
发布时间:2021-11-
|
|
48
|
+
发布时间:2021-11-11 11:01:56
|
|
63
49
|
|
|
64
50
|
本次发布包含了以下内容:
|
|
65
51
|
|
|
66
52
|
改善已有的文档。
|
|
67
53
|
|
|
68
|
-
|
|
54
|
+
修改接口:
|
|
69
55
|
|
|
70
|
-
* [
|
|
56
|
+
* [CreateListener](https://cloud.tencent.com/document/api/1108/48466)
|
|
71
57
|
|
|
58
|
+
* 新增入参:EndPorts
|
|
72
59
|
|
|
73
60
|
|
|
74
|
-
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
75
61
|
|
|
76
|
-
### 第 37 次发布
|
|
77
62
|
|
|
78
|
-
|
|
63
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
64
|
+
|
|
65
|
+
### 第 1 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2021-11-10 15:03:56
|
|
79
68
|
|
|
80
69
|
本次发布包含了以下内容:
|
|
81
70
|
|
|
82
71
|
改善已有的文档。
|
|
83
72
|
|
|
84
|
-
|
|
73
|
+
新增接口:
|
|
85
74
|
|
|
86
|
-
* [
|
|
75
|
+
* [DescribeMesh](https://cloud.tencent.com/document/api/1261/63842)
|
|
76
|
+
* [DescribeMeshList](https://cloud.tencent.com/document/api/1261/63841)
|
|
87
77
|
|
|
88
|
-
|
|
78
|
+
新增数据结构:
|
|
89
79
|
|
|
80
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
81
|
+
* [ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation)
|
|
82
|
+
* [AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState)
|
|
83
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
84
|
+
* [Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster)
|
|
85
|
+
* [ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig)
|
|
86
|
+
* [ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus)
|
|
87
|
+
* [DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig)
|
|
88
|
+
* [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
|
|
89
|
+
* [Filter](https://cloud.tencent.com/document/api/1261/63843#Filter)
|
|
90
|
+
* [GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo)
|
|
91
|
+
* [HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec)
|
|
92
|
+
* [IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway)
|
|
93
|
+
* [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
|
|
94
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
95
|
+
* [IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig)
|
|
96
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
97
|
+
* [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
|
|
98
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
99
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
100
|
+
* [MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus)
|
|
101
|
+
* [MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec)
|
|
102
|
+
* [PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource)
|
|
103
|
+
* [PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig)
|
|
104
|
+
* [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
|
|
105
|
+
* [Resource](https://cloud.tencent.com/document/api/1261/63843#Resource)
|
|
106
|
+
* [ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource)
|
|
107
|
+
* [ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements)
|
|
108
|
+
* [SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems)
|
|
109
|
+
* [SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange)
|
|
110
|
+
* [Service](https://cloud.tencent.com/document/api/1261/63843#Service)
|
|
111
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
|
112
|
+
* [WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)
|
|
90
113
|
|
|
91
114
|
|
|
92
115
|
|
|
@@ -311,6 +334,25 @@
|
|
|
311
334
|
|
|
312
335
|
## 云顾问(advisor) 版本:2020-07-21
|
|
313
336
|
|
|
337
|
+
### 第 3 次发布
|
|
338
|
+
|
|
339
|
+
发布时间:2021-11-09 08:05:53
|
|
340
|
+
|
|
341
|
+
本次发布包含了以下内容:
|
|
342
|
+
|
|
343
|
+
改善已有的文档。
|
|
344
|
+
|
|
345
|
+
新增数据结构:
|
|
346
|
+
|
|
347
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1264/63113#KeyValue)
|
|
348
|
+
|
|
349
|
+
修改数据结构:
|
|
350
|
+
|
|
351
|
+
* [RiskFieldsDesc](https://cloud.tencent.com/document/api/1264/63113#RiskFieldsDesc)
|
|
352
|
+
|
|
353
|
+
* 新增成员:FieldDict
|
|
354
|
+
|
|
355
|
+
|
|
314
356
|
### 第 2 次发布
|
|
315
357
|
|
|
316
358
|
发布时间:2021-10-29 08:00:17
|
|
@@ -1422,6 +1464,30 @@
|
|
|
1422
1464
|
|
|
1423
1465
|
## API网关(apigateway) 版本:2018-08-08
|
|
1424
1466
|
|
|
1467
|
+
### 第 21 次发布
|
|
1468
|
+
|
|
1469
|
+
发布时间:2021-11-10 08:02:05
|
|
1470
|
+
|
|
1471
|
+
本次发布包含了以下内容:
|
|
1472
|
+
|
|
1473
|
+
改善已有的文档。
|
|
1474
|
+
|
|
1475
|
+
新增接口:
|
|
1476
|
+
|
|
1477
|
+
* [DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)
|
|
1478
|
+
* [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
|
|
1479
|
+
* [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
|
|
1480
|
+
|
|
1481
|
+
新增数据结构:
|
|
1482
|
+
|
|
1483
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
|
|
1484
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
|
|
1485
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
|
|
1486
|
+
* [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
|
|
1487
|
+
* [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
|
|
1488
|
+
* [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
|
|
1489
|
+
* [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
|
|
1490
|
+
|
|
1425
1491
|
### 第 20 次发布
|
|
1426
1492
|
|
|
1427
1493
|
发布时间:2021-11-04 08:03:57
|
|
@@ -6104,6 +6170,23 @@
|
|
|
6104
6170
|
|
|
6105
6171
|
## 访问管理(cam) 版本:2019-01-16
|
|
6106
6172
|
|
|
6173
|
+
### 第 39 次发布
|
|
6174
|
+
|
|
6175
|
+
发布时间:2021-11-08 08:02:23
|
|
6176
|
+
|
|
6177
|
+
本次发布包含了以下内容:
|
|
6178
|
+
|
|
6179
|
+
改善已有的文档。
|
|
6180
|
+
|
|
6181
|
+
修改数据结构:
|
|
6182
|
+
|
|
6183
|
+
* [GroupIdOfUidInfo](https://cloud.tencent.com/document/api/598/33167#GroupIdOfUidInfo)
|
|
6184
|
+
|
|
6185
|
+
* 新增成员:Uin
|
|
6186
|
+
|
|
6187
|
+
* <font color="#dd0000">**修改成员**:</font>Uid
|
|
6188
|
+
|
|
6189
|
+
|
|
6107
6190
|
### 第 38 次发布
|
|
6108
6191
|
|
|
6109
6192
|
发布时间:2021-10-14 08:05:24
|
|
@@ -8066,6 +8149,23 @@
|
|
|
8066
8149
|
|
|
8067
8150
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8068
8151
|
|
|
8152
|
+
### 第 72 次发布
|
|
8153
|
+
|
|
8154
|
+
发布时间:2021-11-11 10:57:53
|
|
8155
|
+
|
|
8156
|
+
本次发布包含了以下内容:
|
|
8157
|
+
|
|
8158
|
+
改善已有的文档。
|
|
8159
|
+
|
|
8160
|
+
新增接口:
|
|
8161
|
+
|
|
8162
|
+
* [[DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63891)](https://cloud.tencent.com/document/api/#/#)
|
|
8163
|
+
* [[ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63890)](https://cloud.tencent.com/document/api/#/#)
|
|
8164
|
+
|
|
8165
|
+
新增数据结构:
|
|
8166
|
+
|
|
8167
|
+
* [[BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem)](https://cloud.tencent.com/document/api/236/15878#[BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem))
|
|
8168
|
+
|
|
8069
8169
|
### 第 71 次发布
|
|
8070
8170
|
|
|
8071
8171
|
发布时间:2021-11-01 08:06:13
|
|
@@ -9566,6 +9666,30 @@
|
|
|
9566
9666
|
|
|
9567
9667
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9568
9668
|
|
|
9669
|
+
### 第 86 次发布
|
|
9670
|
+
|
|
9671
|
+
发布时间:2021-11-09 08:07:45
|
|
9672
|
+
|
|
9673
|
+
本次发布包含了以下内容:
|
|
9674
|
+
|
|
9675
|
+
改善已有的文档。
|
|
9676
|
+
|
|
9677
|
+
新增接口:
|
|
9678
|
+
|
|
9679
|
+
* [DescribeScdnBotData](https://cloud.tencent.com/document/api/228/63777)
|
|
9680
|
+
|
|
9681
|
+
新增数据结构:
|
|
9682
|
+
|
|
9683
|
+
* [BotStats](https://cloud.tencent.com/document/api/228/30987#BotStats)
|
|
9684
|
+
* [BotStatsDetailData](https://cloud.tencent.com/document/api/228/30987#BotStatsDetailData)
|
|
9685
|
+
|
|
9686
|
+
修改数据结构:
|
|
9687
|
+
|
|
9688
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
9689
|
+
|
|
9690
|
+
* 新增成员:ConfigId
|
|
9691
|
+
|
|
9692
|
+
|
|
9569
9693
|
### 第 85 次发布
|
|
9570
9694
|
|
|
9571
9695
|
发布时间:2021-11-02 08:03:38
|
|
@@ -12981,6 +13105,22 @@
|
|
|
12981
13105
|
|
|
12982
13106
|
## 负载均衡(clb) 版本:2018-03-17
|
|
12983
13107
|
|
|
13108
|
+
### 第 57 次发布
|
|
13109
|
+
|
|
13110
|
+
发布时间:2021-11-11 10:58:59
|
|
13111
|
+
|
|
13112
|
+
本次发布包含了以下内容:
|
|
13113
|
+
|
|
13114
|
+
改善已有的文档。
|
|
13115
|
+
|
|
13116
|
+
新增接口:
|
|
13117
|
+
|
|
13118
|
+
* [[ModifyLoadBalancerSla](https://cloud.tencent.com/document/api/214/63892)](https://cloud.tencent.com/document/api/#/#)
|
|
13119
|
+
|
|
13120
|
+
新增数据结构:
|
|
13121
|
+
|
|
13122
|
+
* [[SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam)](https://cloud.tencent.com/document/api/214/30694#[SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam))
|
|
13123
|
+
|
|
12984
13124
|
### 第 56 次发布
|
|
12985
13125
|
|
|
12986
13126
|
发布时间:2021-11-02 08:04:16
|
|
@@ -16159,7 +16299,7 @@
|
|
|
16159
16299
|
|
|
16160
16300
|
新增接口:
|
|
16161
16301
|
|
|
16162
|
-
* [
|
|
16302
|
+
* [QueryMaliciousRegistration](https://cloud.tencent.com/document/api/1122/63688)
|
|
16163
16303
|
|
|
16164
16304
|
修改接口:
|
|
16165
16305
|
|
|
@@ -16172,7 +16312,7 @@
|
|
|
16172
16312
|
|
|
16173
16313
|
新增数据结构:
|
|
16174
16314
|
|
|
16175
|
-
* [
|
|
16315
|
+
* [MerchantRiskInfo](https://cloud.tencent.com/document/api/1122/40683#MerchantRiskInfo)
|
|
16176
16316
|
|
|
16177
16317
|
### 第 48 次发布
|
|
16178
16318
|
|
|
@@ -23257,6 +23397,48 @@
|
|
|
23257
23397
|
|
|
23258
23398
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
23259
23399
|
|
|
23400
|
+
### 第 15 次发布
|
|
23401
|
+
|
|
23402
|
+
发布时间:2021-11-09 08:10:46
|
|
23403
|
+
|
|
23404
|
+
本次发布包含了以下内容:
|
|
23405
|
+
|
|
23406
|
+
改善已有的文档。
|
|
23407
|
+
|
|
23408
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
23409
|
+
|
|
23410
|
+
* DescribeSyncCheckJob
|
|
23411
|
+
* ModifySyncJob
|
|
23412
|
+
|
|
23413
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
23414
|
+
|
|
23415
|
+
* SyncCheckStepInfo
|
|
23416
|
+
* SyncOption
|
|
23417
|
+
|
|
23418
|
+
### 第 14 次发布
|
|
23419
|
+
|
|
23420
|
+
发布时间:2021-11-08 08:05:43
|
|
23421
|
+
|
|
23422
|
+
本次发布包含了以下内容:
|
|
23423
|
+
|
|
23424
|
+
改善已有的文档。
|
|
23425
|
+
|
|
23426
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
23427
|
+
|
|
23428
|
+
* CreateSyncCheckJob
|
|
23429
|
+
* CreateSyncJob
|
|
23430
|
+
* DeleteSyncJob
|
|
23431
|
+
* DescribeSyncJobs
|
|
23432
|
+
* StartSyncJob
|
|
23433
|
+
* SwitchDrToMaster
|
|
23434
|
+
|
|
23435
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
23436
|
+
|
|
23437
|
+
* SyncDetailInfo
|
|
23438
|
+
* SyncInstanceInfo
|
|
23439
|
+
* SyncJobInfo
|
|
23440
|
+
* SyncStepDetailInfo
|
|
23441
|
+
|
|
23260
23442
|
### 第 13 次发布
|
|
23261
23443
|
|
|
23262
23444
|
发布时间:2021-09-02 08:04:47
|
|
@@ -23845,6 +24027,36 @@
|
|
|
23845
24027
|
|
|
23846
24028
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
23847
24029
|
|
|
24030
|
+
### 第 58 次发布
|
|
24031
|
+
|
|
24032
|
+
发布时间:2021-11-11 11:01:56
|
|
24033
|
+
|
|
24034
|
+
本次发布包含了以下内容:
|
|
24035
|
+
|
|
24036
|
+
改善已有的文档。
|
|
24037
|
+
|
|
24038
|
+
修改接口:
|
|
24039
|
+
|
|
24040
|
+
* [CreateListener](https://cloud.tencent.com/document/api/1108/48466)
|
|
24041
|
+
|
|
24042
|
+
* 新增入参:EndPorts
|
|
24043
|
+
|
|
24044
|
+
|
|
24045
|
+
### 第 57 次发布
|
|
24046
|
+
|
|
24047
|
+
发布时间:2021-11-10 08:06:34
|
|
24048
|
+
|
|
24049
|
+
本次发布包含了以下内容:
|
|
24050
|
+
|
|
24051
|
+
改善已有的文档。
|
|
24052
|
+
|
|
24053
|
+
修改数据结构:
|
|
24054
|
+
|
|
24055
|
+
* [Listener](https://cloud.tencent.com/document/api/1108/42574#Listener)
|
|
24056
|
+
|
|
24057
|
+
* 新增成员:EndPort
|
|
24058
|
+
|
|
24059
|
+
|
|
23848
24060
|
### 第 56 次发布
|
|
23849
24061
|
|
|
23850
24062
|
发布时间:2021-10-27 08:07:01
|
|
@@ -26019,6 +26231,32 @@
|
|
|
26019
26231
|
|
|
26020
26232
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
26021
26233
|
|
|
26234
|
+
### 第 20 次发布
|
|
26235
|
+
|
|
26236
|
+
发布时间:2021-11-08 08:06:16
|
|
26237
|
+
|
|
26238
|
+
本次发布包含了以下内容:
|
|
26239
|
+
|
|
26240
|
+
改善已有的文档。
|
|
26241
|
+
|
|
26242
|
+
修改接口:
|
|
26243
|
+
|
|
26244
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
26245
|
+
|
|
26246
|
+
* 新增入参:Protocol
|
|
26247
|
+
|
|
26248
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
26249
|
+
|
|
26250
|
+
* 新增入参:SwitchPrivateLink, EnableCerebro, CerebroPublicAccess, CerebroPrivateAccess
|
|
26251
|
+
|
|
26252
|
+
|
|
26253
|
+
修改数据结构:
|
|
26254
|
+
|
|
26255
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
26256
|
+
|
|
26257
|
+
* 新增成员:Protocol, SecurityGroups
|
|
26258
|
+
|
|
26259
|
+
|
|
26022
26260
|
### 第 19 次发布
|
|
26023
26261
|
|
|
26024
26262
|
发布时间:2021-09-30 08:05:14
|
|
@@ -26567,6 +26805,21 @@
|
|
|
26567
26805
|
|
|
26568
26806
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
26569
26807
|
|
|
26808
|
+
### 第 6 次发布
|
|
26809
|
+
|
|
26810
|
+
发布时间:2021-11-08 08:06:21
|
|
26811
|
+
|
|
26812
|
+
本次发布包含了以下内容:
|
|
26813
|
+
|
|
26814
|
+
改善已有的文档。
|
|
26815
|
+
|
|
26816
|
+
修改数据结构:
|
|
26817
|
+
|
|
26818
|
+
* [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
|
|
26819
|
+
|
|
26820
|
+
* 新增成员:ProxyOrganizationName
|
|
26821
|
+
|
|
26822
|
+
|
|
26570
26823
|
### 第 5 次发布
|
|
26571
26824
|
|
|
26572
26825
|
发布时间:2021-10-22 08:10:34
|
|
@@ -31867,6 +32120,24 @@
|
|
|
31867
32120
|
|
|
31868
32121
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
31869
32122
|
|
|
32123
|
+
### 第 36 次发布
|
|
32124
|
+
|
|
32125
|
+
发布时间:2021-11-10 08:08:03
|
|
32126
|
+
|
|
32127
|
+
本次发布包含了以下内容:
|
|
32128
|
+
|
|
32129
|
+
改善已有的文档。
|
|
32130
|
+
|
|
32131
|
+
新增接口:
|
|
32132
|
+
|
|
32133
|
+
* [CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)
|
|
32134
|
+
* [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
|
|
32135
|
+
* [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
|
|
32136
|
+
|
|
32137
|
+
新增数据结构:
|
|
32138
|
+
|
|
32139
|
+
* [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
|
|
32140
|
+
|
|
31870
32141
|
### 第 35 次发布
|
|
31871
32142
|
|
|
31872
32143
|
发布时间:2021-10-27 08:08:37
|
|
@@ -33155,6 +33426,21 @@
|
|
|
33155
33426
|
|
|
33156
33427
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33157
33428
|
|
|
33429
|
+
### 第 12 次发布
|
|
33430
|
+
|
|
33431
|
+
发布时间:2021-11-10 08:08:18
|
|
33432
|
+
|
|
33433
|
+
本次发布包含了以下内容:
|
|
33434
|
+
|
|
33435
|
+
改善已有的文档。
|
|
33436
|
+
|
|
33437
|
+
修改接口:
|
|
33438
|
+
|
|
33439
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
|
|
33440
|
+
|
|
33441
|
+
* 新增入参:ChannelId
|
|
33442
|
+
|
|
33443
|
+
|
|
33158
33444
|
### 第 11 次发布
|
|
33159
33445
|
|
|
33160
33446
|
发布时间:2021-07-30 08:02:18
|
|
@@ -40028,6 +40314,40 @@
|
|
|
40028
40314
|
|
|
40029
40315
|
## 文字识别(ocr) 版本:2018-11-19
|
|
40030
40316
|
|
|
40317
|
+
### 第 58 次发布
|
|
40318
|
+
|
|
40319
|
+
发布时间:2021-11-10 08:09:29
|
|
40320
|
+
|
|
40321
|
+
本次发布包含了以下内容:
|
|
40322
|
+
|
|
40323
|
+
改善已有的文档。
|
|
40324
|
+
|
|
40325
|
+
新增接口:
|
|
40326
|
+
|
|
40327
|
+
* [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
|
|
40328
|
+
|
|
40329
|
+
修改接口:
|
|
40330
|
+
|
|
40331
|
+
* [ResidenceBookletOCR](https://cloud.tencent.com/document/api/866/40036)
|
|
40332
|
+
|
|
40333
|
+
* 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
|
|
40334
|
+
|
|
40335
|
+
|
|
40336
|
+
### 第 57 次发布
|
|
40337
|
+
|
|
40338
|
+
发布时间:2021-11-09 08:13:57
|
|
40339
|
+
|
|
40340
|
+
本次发布包含了以下内容:
|
|
40341
|
+
|
|
40342
|
+
改善已有的文档。
|
|
40343
|
+
|
|
40344
|
+
修改接口:
|
|
40345
|
+
|
|
40346
|
+
* [GeneralAccurateOCR](https://cloud.tencent.com/document/api/866/34937)
|
|
40347
|
+
|
|
40348
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
40349
|
+
|
|
40350
|
+
|
|
40031
40351
|
### 第 56 次发布
|
|
40032
40352
|
|
|
40033
40353
|
发布时间:2021-10-13 08:10:08
|
|
@@ -41722,7 +42042,7 @@
|
|
|
41722
42042
|
|
|
41723
42043
|
新增接口:
|
|
41724
42044
|
|
|
41725
|
-
* [
|
|
42045
|
+
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/409/63689)
|
|
41726
42046
|
|
|
41727
42047
|
### 第 18 次发布
|
|
41728
42048
|
|
|
@@ -43255,6 +43575,34 @@
|
|
|
43255
43575
|
|
|
43256
43576
|
## 云函数(scf) 版本:2018-04-16
|
|
43257
43577
|
|
|
43578
|
+
### 第 37 次发布
|
|
43579
|
+
|
|
43580
|
+
发布时间:2021-11-08 08:09:22
|
|
43581
|
+
|
|
43582
|
+
本次发布包含了以下内容:
|
|
43583
|
+
|
|
43584
|
+
改善已有的文档。
|
|
43585
|
+
|
|
43586
|
+
修改接口:
|
|
43587
|
+
|
|
43588
|
+
* [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
|
|
43589
|
+
|
|
43590
|
+
* 新增入参:ProtocolType, ProtocolParams
|
|
43591
|
+
|
|
43592
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
43593
|
+
|
|
43594
|
+
* 新增出参:ProtocolType, ProtocolParams
|
|
43595
|
+
|
|
43596
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
43597
|
+
|
|
43598
|
+
* 新增入参:ProtocolParams
|
|
43599
|
+
|
|
43600
|
+
|
|
43601
|
+
新增数据结构:
|
|
43602
|
+
|
|
43603
|
+
* [ProtocolParams](https://cloud.tencent.com/document/api/583/17244#ProtocolParams)
|
|
43604
|
+
* [WSParams](https://cloud.tencent.com/document/api/583/17244#WSParams)
|
|
43605
|
+
|
|
43258
43606
|
### 第 36 次发布
|
|
43259
43607
|
|
|
43260
43608
|
发布时间:2021-11-02 08:10:12
|
|
@@ -47698,6 +48046,34 @@
|
|
|
47698
48046
|
|
|
47699
48047
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
47700
48048
|
|
|
48049
|
+
### 第 74 次发布
|
|
48050
|
+
|
|
48051
|
+
发布时间:2021-11-10 08:11:02
|
|
48052
|
+
|
|
48053
|
+
本次发布包含了以下内容:
|
|
48054
|
+
|
|
48055
|
+
改善已有的文档。
|
|
48056
|
+
|
|
48057
|
+
修改接口:
|
|
48058
|
+
|
|
48059
|
+
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
48060
|
+
|
|
48061
|
+
* 新增出参:UserEnvId
|
|
48062
|
+
|
|
48063
|
+
|
|
48064
|
+
### 第 73 次发布
|
|
48065
|
+
|
|
48066
|
+
发布时间:2021-11-09 08:15:23
|
|
48067
|
+
|
|
48068
|
+
本次发布包含了以下内容:
|
|
48069
|
+
|
|
48070
|
+
改善已有的文档。
|
|
48071
|
+
|
|
48072
|
+
新增接口:
|
|
48073
|
+
|
|
48074
|
+
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
48075
|
+
* [DescribeCloudBaseRunServerDomainName](https://cloud.tencent.com/document/api/876/63778)
|
|
48076
|
+
|
|
47701
48077
|
### 第 72 次发布
|
|
47702
48078
|
|
|
47703
48079
|
发布时间:2021-10-26 08:13:05
|
|
@@ -49360,6 +49736,60 @@
|
|
|
49360
49736
|
|
|
49361
49737
|
|
|
49362
49738
|
|
|
49739
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
49740
|
+
|
|
49741
|
+
### 第 1 次发布
|
|
49742
|
+
|
|
49743
|
+
发布时间:2021-11-10 15:03:56
|
|
49744
|
+
|
|
49745
|
+
本次发布包含了以下内容:
|
|
49746
|
+
|
|
49747
|
+
改善已有的文档。
|
|
49748
|
+
|
|
49749
|
+
新增接口:
|
|
49750
|
+
|
|
49751
|
+
* [[DescribeMesh](https://cloud.tencent.com/document/api/1261/63842)](https://cloud.tencent.com/document/api/#/#)
|
|
49752
|
+
* [[DescribeMeshList](https://cloud.tencent.com/document/api/1261/63841)](https://cloud.tencent.com/document/api/#/#)
|
|
49753
|
+
|
|
49754
|
+
新增数据结构:
|
|
49755
|
+
|
|
49756
|
+
* [[AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)](https://cloud.tencent.com/document/api/1261/63843#[AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig))
|
|
49757
|
+
* [[ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation)](https://cloud.tencent.com/document/api/1261/63843#[ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation))
|
|
49758
|
+
* [[AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState)](https://cloud.tencent.com/document/api/1261/63843#[AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState))
|
|
49759
|
+
* [[CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)](https://cloud.tencent.com/document/api/1261/63843#[CLS](https://cloud.tencent.com/document/api/1261/63843#CLS))
|
|
49760
|
+
* [[Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster)](https://cloud.tencent.com/document/api/1261/63843#[Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster))
|
|
49761
|
+
* [[ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig)](https://cloud.tencent.com/document/api/1261/63843#[ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig))
|
|
49762
|
+
* [[ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus)](https://cloud.tencent.com/document/api/1261/63843#[ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus))
|
|
49763
|
+
* [[DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig)](https://cloud.tencent.com/document/api/1261/63843#[DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig))
|
|
49764
|
+
* [[EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)](https://cloud.tencent.com/document/api/1261/63843#[EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway))
|
|
49765
|
+
* [[Filter](https://cloud.tencent.com/document/api/1261/63843#Filter)](https://cloud.tencent.com/document/api/1261/63843#[Filter](https://cloud.tencent.com/document/api/1261/63843#Filter))
|
|
49766
|
+
* [[GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo)](https://cloud.tencent.com/document/api/1261/63843#[GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo))
|
|
49767
|
+
* [[HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec)](https://cloud.tencent.com/document/api/1261/63843#[HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec))
|
|
49768
|
+
* [[IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway)](https://cloud.tencent.com/document/api/1261/63843#[IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway))
|
|
49769
|
+
* [[IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)](https://cloud.tencent.com/document/api/1261/63843#[IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus))
|
|
49770
|
+
* [[IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)](https://cloud.tencent.com/document/api/1261/63843#[IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig))
|
|
49771
|
+
* [[IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig)](https://cloud.tencent.com/document/api/1261/63843#[IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig))
|
|
49772
|
+
* [[LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)](https://cloud.tencent.com/document/api/1261/63843#[LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer))
|
|
49773
|
+
* [[LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)](https://cloud.tencent.com/document/api/1261/63843#[LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus))
|
|
49774
|
+
* [[Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)](https://cloud.tencent.com/document/api/1261/63843#[Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh))
|
|
49775
|
+
* [[MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)](https://cloud.tencent.com/document/api/1261/63843#[MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig))
|
|
49776
|
+
* [[MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus)](https://cloud.tencent.com/document/api/1261/63843#[MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus))
|
|
49777
|
+
* [[MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec)](https://cloud.tencent.com/document/api/1261/63843#[MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec))
|
|
49778
|
+
* [[PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource)](https://cloud.tencent.com/document/api/1261/63843#[PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource))
|
|
49779
|
+
* [[PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig)](https://cloud.tencent.com/document/api/1261/63843#[PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig))
|
|
49780
|
+
* [[PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)](https://cloud.tencent.com/document/api/1261/63843#[PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus))
|
|
49781
|
+
* [[Resource](https://cloud.tencent.com/document/api/1261/63843#Resource)](https://cloud.tencent.com/document/api/1261/63843#[Resource](https://cloud.tencent.com/document/api/1261/63843#Resource))
|
|
49782
|
+
* [[ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource)](https://cloud.tencent.com/document/api/1261/63843#[ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource))
|
|
49783
|
+
* [[ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements)](https://cloud.tencent.com/document/api/1261/63843#[ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements))
|
|
49784
|
+
* [[SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems)](https://cloud.tencent.com/document/api/1261/63843#[SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems))
|
|
49785
|
+
* [[SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange)](https://cloud.tencent.com/document/api/1261/63843#[SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange))
|
|
49786
|
+
* [[Service](https://cloud.tencent.com/document/api/1261/63843#Service)](https://cloud.tencent.com/document/api/1261/63843#[Service](https://cloud.tencent.com/document/api/1261/63843#Service))
|
|
49787
|
+
* [[TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)](https://cloud.tencent.com/document/api/1261/63843#[TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig))
|
|
49788
|
+
* [[WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)](https://cloud.tencent.com/document/api/1261/63843#[WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig))
|
|
49789
|
+
|
|
49790
|
+
|
|
49791
|
+
|
|
49792
|
+
|
|
49363
49793
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
49364
49794
|
|
|
49365
49795
|
### 第 39 次发布
|
|
@@ -51554,6 +51984,40 @@
|
|
|
51554
51984
|
|
|
51555
51985
|
## 图像分析(tiia) 版本:2019-05-29
|
|
51556
51986
|
|
|
51987
|
+
### 第 18 次发布
|
|
51988
|
+
|
|
51989
|
+
发布时间:2021-11-10 08:11:42
|
|
51990
|
+
|
|
51991
|
+
本次发布包含了以下内容:
|
|
51992
|
+
|
|
51993
|
+
改善已有的文档。
|
|
51994
|
+
|
|
51995
|
+
新增数据结构:
|
|
51996
|
+
|
|
51997
|
+
* [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
|
|
51998
|
+
|
|
51999
|
+
修改数据结构:
|
|
52000
|
+
|
|
52001
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/865/35474#ProductInfo)
|
|
52002
|
+
|
|
52003
|
+
* 新增成员:LemmaInfoList
|
|
52004
|
+
|
|
52005
|
+
|
|
52006
|
+
### 第 17 次发布
|
|
52007
|
+
|
|
52008
|
+
发布时间:2021-11-09 08:16:08
|
|
52009
|
+
|
|
52010
|
+
本次发布包含了以下内容:
|
|
52011
|
+
|
|
52012
|
+
改善已有的文档。
|
|
52013
|
+
|
|
52014
|
+
修改接口:
|
|
52015
|
+
|
|
52016
|
+
* [DetectProductBeta](https://cloud.tencent.com/document/api/865/43354)
|
|
52017
|
+
|
|
52018
|
+
* 新增入参:NeedLemma
|
|
52019
|
+
|
|
52020
|
+
|
|
51557
52021
|
### 第 16 次发布
|
|
51558
52022
|
|
|
51559
52023
|
发布时间:2021-10-29 08:10:24
|