tencentcloud-sdk-nodejs 4.0.948 → 4.0.950
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 +165 -0
- package/SERVICE_CHANGELOG.md +158 -39
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -6
- package/src/services/ca/v20230228/ca_models.ts +5 -5
- package/src/services/ccc/v20200210/ccc_client.ts +40 -15
- package/src/services/ccc/v20200210/ccc_models.ts +90 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +14 -2
- package/src/services/cvm/v20170312/cvm_models.ts +91 -27
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +42 -42
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -3
- package/src/services/mqtt/v20240516/mqtt_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_client.ts +3 -1
- package/src/services/mrs/v20200910/mrs_models.ts +41 -5
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +10 -1
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +20 -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 +18 -6
- package/tencentcloud/services/ca/v20230228/ca_models.d.ts +5 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +20 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +85 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +89 -27
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +42 -42
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +42 -42
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -3
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +39 -5
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +19 -0
- package/test/ccc.v20200210.test.js +24 -4
- package/test/cvm.v20170312.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,168 @@
|
|
|
1
|
+
# Release 4.0.950
|
|
2
|
+
|
|
3
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
4
|
+
|
|
5
|
+
### 第 68 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-01 01:24:04
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CertificateIds, IsSync
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Release 4.0.949
|
|
23
|
+
|
|
24
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
25
|
+
|
|
26
|
+
### 第 74 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-09-30 01:07:57
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
37
|
+
|
|
38
|
+
* 新增入参:ImageFamily
|
|
39
|
+
|
|
40
|
+
* <font color="#dd0000">**修改入参**:</font>ImageId
|
|
41
|
+
|
|
42
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
43
|
+
|
|
44
|
+
* 新增入参:ImageFamily
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
修改数据结构:
|
|
48
|
+
|
|
49
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
50
|
+
|
|
51
|
+
* 新增成员:ImageFamily
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
57
|
+
|
|
58
|
+
### 第 76 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2024-09-30 01:10:03
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
新增接口:
|
|
67
|
+
|
|
68
|
+
* [CreateOwnNumberApply](https://cloud.tencent.com/document/api/679/111404)
|
|
69
|
+
* [ModifyOwnNumberApply](https://cloud.tencent.com/document/api/679/111403)
|
|
70
|
+
|
|
71
|
+
新增数据结构:
|
|
72
|
+
|
|
73
|
+
* [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
78
|
+
|
|
79
|
+
### 第 132 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2024-09-30 01:13:47
|
|
82
|
+
|
|
83
|
+
本次发布包含了以下内容:
|
|
84
|
+
|
|
85
|
+
改善已有的文档。
|
|
86
|
+
|
|
87
|
+
新增接口:
|
|
88
|
+
|
|
89
|
+
* [DescribeImageFromFamily](https://cloud.tencent.com/document/api/213/111405)
|
|
90
|
+
|
|
91
|
+
修改接口:
|
|
92
|
+
|
|
93
|
+
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
94
|
+
|
|
95
|
+
* 新增入参:ImageFamily
|
|
96
|
+
|
|
97
|
+
* [ModifyImageAttribute](https://cloud.tencent.com/document/api/213/15713)
|
|
98
|
+
|
|
99
|
+
* 新增入参:ImageFamily, ImageDeprecated
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
修改数据结构:
|
|
103
|
+
|
|
104
|
+
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
105
|
+
|
|
106
|
+
* 新增成员:ImageFamily, ImageDeprecated
|
|
107
|
+
|
|
108
|
+
* [ReservedInstancePrice](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePrice)
|
|
109
|
+
|
|
110
|
+
* 新增成员:FixedPriceDiscount, UsagePriceDiscount
|
|
111
|
+
|
|
112
|
+
* [ReservedInstancePriceItem](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePriceItem)
|
|
113
|
+
|
|
114
|
+
* 新增成员:DiscountUsagePrice, DiscountFixedPrice
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
120
|
+
|
|
121
|
+
### 第 28 次发布
|
|
122
|
+
|
|
123
|
+
发布时间:2024-09-30 01:27:01
|
|
124
|
+
|
|
125
|
+
本次发布包含了以下内容:
|
|
126
|
+
|
|
127
|
+
改善已有的文档。
|
|
128
|
+
|
|
129
|
+
修改接口:
|
|
130
|
+
|
|
131
|
+
* [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
|
|
132
|
+
|
|
133
|
+
* 新增入参:OcrInfoList
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
新增数据结构:
|
|
137
|
+
|
|
138
|
+
* [OcrInfo](https://cloud.tencent.com/document/api/1314/56230#OcrInfo)
|
|
139
|
+
* [OcrItem](https://cloud.tencent.com/document/api/1314/56230#OcrItem)
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
144
|
+
|
|
145
|
+
### 第 209 次发布
|
|
146
|
+
|
|
147
|
+
发布时间:2024-09-30 01:38:05
|
|
148
|
+
|
|
149
|
+
本次发布包含了以下内容:
|
|
150
|
+
|
|
151
|
+
改善已有的文档。
|
|
152
|
+
|
|
153
|
+
修改接口:
|
|
154
|
+
|
|
155
|
+
* [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
|
|
156
|
+
|
|
157
|
+
* 新增入参:Tags
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
新增数据结构:
|
|
161
|
+
|
|
162
|
+
* [Tags](https://cloud.tencent.com/document/api/215/15824#Tags)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
1
166
|
# Release 4.0.948
|
|
2
167
|
|
|
3
168
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,39 +1,21 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-10-01 01:24:04
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateFunction](https://cloud.tencent.com/document/api/1552/111389)
|
|
16
|
-
* [CreateFunctionRule](https://cloud.tencent.com/document/api/1552/111388)
|
|
17
|
-
* [DeleteFunction](https://cloud.tencent.com/document/api/1552/111387)
|
|
18
|
-
* [DeleteFunctionRules](https://cloud.tencent.com/document/api/1552/111386)
|
|
19
|
-
* [DescribeFunctionRules](https://cloud.tencent.com/document/api/1552/111385)
|
|
20
|
-
* [DescribeFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111384)
|
|
21
|
-
* [DescribeFunctions](https://cloud.tencent.com/document/api/1552/111383)
|
|
22
|
-
* [HandleFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111382)
|
|
23
|
-
* [ModifyFunction](https://cloud.tencent.com/document/api/1552/111381)
|
|
24
|
-
* [ModifyFunctionRule](https://cloud.tencent.com/document/api/1552/111380)
|
|
25
|
-
* [ModifyFunctionRulePriority](https://cloud.tencent.com/document/api/1552/111379)
|
|
26
|
-
|
|
27
|
-
新增数据结构:
|
|
28
|
-
|
|
29
|
-
* [Function](https://cloud.tencent.com/document/api/1552/80721#Function)
|
|
30
|
-
* [FunctionEnvironmentVariable](https://cloud.tencent.com/document/api/1552/80721#FunctionEnvironmentVariable)
|
|
31
|
-
* [FunctionRule](https://cloud.tencent.com/document/api/1552/80721#FunctionRule)
|
|
32
|
-
* [FunctionRuleCondition](https://cloud.tencent.com/document/api/1552/80721#FunctionRuleCondition)
|
|
13
|
+
修改接口:
|
|
33
14
|
|
|
15
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
34
16
|
|
|
17
|
+
* 新增入参:CertificateIds, IsSync
|
|
35
18
|
|
|
36
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
37
19
|
|
|
38
20
|
|
|
39
21
|
|
|
@@ -5207,6 +5189,34 @@
|
|
|
5207
5189
|
|
|
5208
5190
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5209
5191
|
|
|
5192
|
+
### 第 74 次发布
|
|
5193
|
+
|
|
5194
|
+
发布时间:2024-09-30 01:07:57
|
|
5195
|
+
|
|
5196
|
+
本次发布包含了以下内容:
|
|
5197
|
+
|
|
5198
|
+
改善已有的文档。
|
|
5199
|
+
|
|
5200
|
+
修改接口:
|
|
5201
|
+
|
|
5202
|
+
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
5203
|
+
|
|
5204
|
+
* 新增入参:ImageFamily
|
|
5205
|
+
|
|
5206
|
+
* <font color="#dd0000">**修改入参**:</font>ImageId
|
|
5207
|
+
|
|
5208
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
5209
|
+
|
|
5210
|
+
* 新增入参:ImageFamily
|
|
5211
|
+
|
|
5212
|
+
|
|
5213
|
+
修改数据结构:
|
|
5214
|
+
|
|
5215
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
5216
|
+
|
|
5217
|
+
* 新增成员:ImageFamily
|
|
5218
|
+
|
|
5219
|
+
|
|
5210
5220
|
### 第 73 次发布
|
|
5211
5221
|
|
|
5212
5222
|
发布时间:2024-09-20 12:54:26
|
|
@@ -15740,6 +15750,23 @@
|
|
|
15740
15750
|
|
|
15741
15751
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15742
15752
|
|
|
15753
|
+
### 第 76 次发布
|
|
15754
|
+
|
|
15755
|
+
发布时间:2024-09-30 01:10:03
|
|
15756
|
+
|
|
15757
|
+
本次发布包含了以下内容:
|
|
15758
|
+
|
|
15759
|
+
改善已有的文档。
|
|
15760
|
+
|
|
15761
|
+
新增接口:
|
|
15762
|
+
|
|
15763
|
+
* [CreateOwnNumberApply](https://cloud.tencent.com/document/api/679/111404)
|
|
15764
|
+
* [ModifyOwnNumberApply](https://cloud.tencent.com/document/api/679/111403)
|
|
15765
|
+
|
|
15766
|
+
新增数据结构:
|
|
15767
|
+
|
|
15768
|
+
* [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem)
|
|
15769
|
+
|
|
15743
15770
|
### 第 75 次发布
|
|
15744
15771
|
|
|
15745
15772
|
发布时间:2024-09-27 01:05:32
|
|
@@ -40824,6 +40851,44 @@
|
|
|
40824
40851
|
|
|
40825
40852
|
## 云服务器(cvm) 版本:2017-03-12
|
|
40826
40853
|
|
|
40854
|
+
### 第 132 次发布
|
|
40855
|
+
|
|
40856
|
+
发布时间:2024-09-30 01:13:47
|
|
40857
|
+
|
|
40858
|
+
本次发布包含了以下内容:
|
|
40859
|
+
|
|
40860
|
+
改善已有的文档。
|
|
40861
|
+
|
|
40862
|
+
新增接口:
|
|
40863
|
+
|
|
40864
|
+
* [DescribeImageFromFamily](https://cloud.tencent.com/document/api/213/111405)
|
|
40865
|
+
|
|
40866
|
+
修改接口:
|
|
40867
|
+
|
|
40868
|
+
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
40869
|
+
|
|
40870
|
+
* 新增入参:ImageFamily
|
|
40871
|
+
|
|
40872
|
+
* [ModifyImageAttribute](https://cloud.tencent.com/document/api/213/15713)
|
|
40873
|
+
|
|
40874
|
+
* 新增入参:ImageFamily, ImageDeprecated
|
|
40875
|
+
|
|
40876
|
+
|
|
40877
|
+
修改数据结构:
|
|
40878
|
+
|
|
40879
|
+
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
40880
|
+
|
|
40881
|
+
* 新增成员:ImageFamily, ImageDeprecated
|
|
40882
|
+
|
|
40883
|
+
* [ReservedInstancePrice](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePrice)
|
|
40884
|
+
|
|
40885
|
+
* 新增成员:FixedPriceDiscount, UsagePriceDiscount
|
|
40886
|
+
|
|
40887
|
+
* [ReservedInstancePriceItem](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePriceItem)
|
|
40888
|
+
|
|
40889
|
+
* 新增成员:DiscountUsagePrice, DiscountFixedPrice
|
|
40890
|
+
|
|
40891
|
+
|
|
40827
40892
|
### 第 131 次发布
|
|
40828
40893
|
|
|
40829
40894
|
发布时间:2024-09-27 01:09:25
|
|
@@ -101211,6 +101276,26 @@
|
|
|
101211
101276
|
|
|
101212
101277
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
101213
101278
|
|
|
101279
|
+
### 第 28 次发布
|
|
101280
|
+
|
|
101281
|
+
发布时间:2024-09-30 01:27:01
|
|
101282
|
+
|
|
101283
|
+
本次发布包含了以下内容:
|
|
101284
|
+
|
|
101285
|
+
改善已有的文档。
|
|
101286
|
+
|
|
101287
|
+
修改接口:
|
|
101288
|
+
|
|
101289
|
+
* [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
|
|
101290
|
+
|
|
101291
|
+
* 新增入参:OcrInfoList
|
|
101292
|
+
|
|
101293
|
+
|
|
101294
|
+
新增数据结构:
|
|
101295
|
+
|
|
101296
|
+
* [OcrInfo](https://cloud.tencent.com/document/api/1314/56230#OcrInfo)
|
|
101297
|
+
* [OcrItem](https://cloud.tencent.com/document/api/1314/56230#OcrItem)
|
|
101298
|
+
|
|
101214
101299
|
### 第 27 次发布
|
|
101215
101300
|
|
|
101216
101301
|
发布时间:2024-09-20 13:08:23
|
|
@@ -118207,6 +118292,21 @@
|
|
|
118207
118292
|
|
|
118208
118293
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
118209
118294
|
|
|
118295
|
+
### 第 68 次发布
|
|
118296
|
+
|
|
118297
|
+
发布时间:2024-10-01 01:24:04
|
|
118298
|
+
|
|
118299
|
+
本次发布包含了以下内容:
|
|
118300
|
+
|
|
118301
|
+
改善已有的文档。
|
|
118302
|
+
|
|
118303
|
+
修改接口:
|
|
118304
|
+
|
|
118305
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
118306
|
+
|
|
118307
|
+
* 新增入参:CertificateIds, IsSync
|
|
118308
|
+
|
|
118309
|
+
|
|
118210
118310
|
### 第 67 次发布
|
|
118211
118311
|
|
|
118212
118312
|
发布时间:2024-09-26 01:31:18
|
|
@@ -134357,24 +134457,24 @@
|
|
|
134357
134457
|
|
|
134358
134458
|
新增接口:
|
|
134359
134459
|
|
|
134360
|
-
* [
|
|
134361
|
-
* [
|
|
134362
|
-
* [
|
|
134363
|
-
* [
|
|
134364
|
-
* [
|
|
134365
|
-
* [
|
|
134366
|
-
* [
|
|
134367
|
-
* [
|
|
134368
|
-
* [
|
|
134369
|
-
* [
|
|
134370
|
-
* [
|
|
134460
|
+
* [CreateFunction](https://cloud.tencent.com/document/api/1552/111389)
|
|
134461
|
+
* [CreateFunctionRule](https://cloud.tencent.com/document/api/1552/111388)
|
|
134462
|
+
* [DeleteFunction](https://cloud.tencent.com/document/api/1552/111387)
|
|
134463
|
+
* [DeleteFunctionRules](https://cloud.tencent.com/document/api/1552/111386)
|
|
134464
|
+
* [DescribeFunctionRules](https://cloud.tencent.com/document/api/1552/111385)
|
|
134465
|
+
* [DescribeFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111384)
|
|
134466
|
+
* [DescribeFunctions](https://cloud.tencent.com/document/api/1552/111383)
|
|
134467
|
+
* [HandleFunctionRuntimeEnvironment](https://cloud.tencent.com/document/api/1552/111382)
|
|
134468
|
+
* [ModifyFunction](https://cloud.tencent.com/document/api/1552/111381)
|
|
134469
|
+
* [ModifyFunctionRule](https://cloud.tencent.com/document/api/1552/111380)
|
|
134470
|
+
* [ModifyFunctionRulePriority](https://cloud.tencent.com/document/api/1552/111379)
|
|
134371
134471
|
|
|
134372
134472
|
新增数据结构:
|
|
134373
134473
|
|
|
134374
|
-
* [
|
|
134375
|
-
* [
|
|
134376
|
-
* [
|
|
134377
|
-
* [
|
|
134474
|
+
* [Function](https://cloud.tencent.com/document/api/1552/80721#Function)
|
|
134475
|
+
* [FunctionEnvironmentVariable](https://cloud.tencent.com/document/api/1552/80721#FunctionEnvironmentVariable)
|
|
134476
|
+
* [FunctionRule](https://cloud.tencent.com/document/api/1552/80721#FunctionRule)
|
|
134477
|
+
* [FunctionRuleCondition](https://cloud.tencent.com/document/api/1552/80721#FunctionRuleCondition)
|
|
134378
134478
|
|
|
134379
134479
|
### 第 85 次发布
|
|
134380
134480
|
|
|
@@ -159247,6 +159347,25 @@
|
|
|
159247
159347
|
|
|
159248
159348
|
## 私有网络(vpc) 版本:2017-03-12
|
|
159249
159349
|
|
|
159350
|
+
### 第 209 次发布
|
|
159351
|
+
|
|
159352
|
+
发布时间:2024-09-30 01:38:05
|
|
159353
|
+
|
|
159354
|
+
本次发布包含了以下内容:
|
|
159355
|
+
|
|
159356
|
+
改善已有的文档。
|
|
159357
|
+
|
|
159358
|
+
修改接口:
|
|
159359
|
+
|
|
159360
|
+
* [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
|
|
159361
|
+
|
|
159362
|
+
* 新增入参:Tags
|
|
159363
|
+
|
|
159364
|
+
|
|
159365
|
+
新增数据结构:
|
|
159366
|
+
|
|
159367
|
+
* [Tags](https://cloud.tencent.com/document/api/215/15824#Tags)
|
|
159368
|
+
|
|
159250
159369
|
### 第 208 次发布
|
|
159251
159370
|
|
|
159252
159371
|
发布时间:2024-09-27 01:34:17
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-13 01:04:24 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-30 01:07:57 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-09-30 01:08:18 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-
|
|
37
|
+
| ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-30 01:09:31 |
|
|
38
38
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-09-13 01:08:46 |
|
|
39
39
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-07-26 01:14:48 |
|
|
40
40
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
|
|
43
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-
|
|
43
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-30 01:10:03 |
|
|
44
44
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-09-27 01:06:23 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
48
48
|
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-09-06 01:13:27 |
|
|
49
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-
|
|
49
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-30 01:11:18 |
|
|
50
50
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
51
51
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
52
52
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-20 12:56:59 |
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
74
74
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
75
75
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
76
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-
|
|
76
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-30 01:13:47 |
|
|
77
77
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-30 01:15:34 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -152,8 +152,8 @@
|
|
|
152
152
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
|
|
153
153
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
|
|
154
154
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-20 13:07:52 |
|
|
155
|
-
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-
|
|
156
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-
|
|
155
|
+
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-30 01:26:55 |
|
|
156
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-30 01:27:01 |
|
|
157
157
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
158
158
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
159
159
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
185
185
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
186
186
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
187
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-
|
|
187
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-10-01 01:24:04 |
|
|
188
188
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
189
189
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
190
190
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
244
244
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
245
245
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
246
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
246
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-30 01:38:05 |
|
|
247
247
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
248
248
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
249
249
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.950"
|
|
@@ -147,6 +147,10 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
|
|
|
147
147
|
该参数会覆盖原有的实例标签列表,如需新增标签,需将新标签和原有标签一并传入。
|
|
148
148
|
*/
|
|
149
149
|
InstanceTags?: Array<InstanceTag>
|
|
150
|
+
/**
|
|
151
|
+
* 镜像族名称。
|
|
152
|
+
*/
|
|
153
|
+
ImageFamily?: string
|
|
150
154
|
}
|
|
151
155
|
|
|
152
156
|
/**
|
|
@@ -547,6 +551,11 @@ export interface LaunchConfiguration {
|
|
|
547
551
|
* 置放群组id,仅支持指定一个。
|
|
548
552
|
*/
|
|
549
553
|
DisasterRecoverGroupIds?: Array<string>
|
|
554
|
+
/**
|
|
555
|
+
* 镜像族名称。
|
|
556
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
557
|
+
*/
|
|
558
|
+
ImageFamily?: string
|
|
550
559
|
}
|
|
551
560
|
|
|
552
561
|
/**
|
|
@@ -1012,11 +1021,11 @@ export interface DescribeLaunchConfigurationsResponse {
|
|
|
1012
1021
|
/**
|
|
1013
1022
|
* 符合条件的启动配置数量。
|
|
1014
1023
|
*/
|
|
1015
|
-
TotalCount
|
|
1024
|
+
TotalCount?: number
|
|
1016
1025
|
/**
|
|
1017
1026
|
* 启动配置详细信息列表。
|
|
1018
1027
|
*/
|
|
1019
|
-
LaunchConfigurationSet
|
|
1028
|
+
LaunchConfigurationSet?: Array<LaunchConfiguration>
|
|
1020
1029
|
/**
|
|
1021
1030
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1022
1031
|
*/
|
|
@@ -1242,9 +1251,9 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1242
1251
|
*/
|
|
1243
1252
|
LaunchConfigurationName: string
|
|
1244
1253
|
/**
|
|
1245
|
-
* 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-8toqc6s3
|
|
1254
|
+
* 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-8toqc6s3`。镜像Id与镜像族名称,二者必填一个且只能填写一个。镜像类型分为四种:<br/><li>公共镜像</li><li>自定义镜像</li><li>共享镜像</li><li>服务市场镜像</li><br/>可通过以下方式获取可用的镜像ID:<br/><li>`公共镜像`、`自定义镜像`、`共享镜像`的镜像ID可通过登录[控制台](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE)查询;`服务镜像市场`的镜像ID可通过[云市场](https://market.cloud.tencent.com/list)查询。</li><li>通过调用接口 [DescribeImages](https://cloud.tencent.com/document/api/213/15715) ,取返回信息中的`ImageId`字段。</li>
|
|
1246
1255
|
*/
|
|
1247
|
-
ImageId
|
|
1256
|
+
ImageId?: string
|
|
1248
1257
|
/**
|
|
1249
1258
|
* 启动配置所属项目ID。不填为默认项目。
|
|
1250
1259
|
注意:伸缩组内实例所属项目ID取伸缩组项目ID,与这里取值无关。
|
|
@@ -1352,6 +1361,10 @@ export interface CreateLaunchConfigurationRequest {
|
|
|
1352
1361
|
* 置放群组id,仅支持指定一个。
|
|
1353
1362
|
*/
|
|
1354
1363
|
DisasterRecoverGroupIds?: Array<string>
|
|
1364
|
+
/**
|
|
1365
|
+
* 镜像族名称。镜像Id与镜像族名称,二者必填一个且只能填写一个。
|
|
1366
|
+
*/
|
|
1367
|
+
ImageFamily?: string
|
|
1355
1368
|
}
|
|
1356
1369
|
|
|
1357
1370
|
/**
|
|
@@ -3211,8 +3224,7 @@ export interface DescribeLaunchConfigurationsRequest {
|
|
|
3211
3224
|
<li> vague-launch-configuration-name - String - 是否必填:否 -(过滤条件)按照启动配置名称模糊搜索。</li>
|
|
3212
3225
|
<li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>
|
|
3213
3226
|
<li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>
|
|
3214
|
-
<li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3
|
|
3215
|
-
</li>
|
|
3227
|
+
<li> tag:tag-key - String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3</li>
|
|
3216
3228
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchConfigurationIds`和`Filters`。
|
|
3217
3229
|
*/
|
|
3218
3230
|
Filters?: Array<Filter>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
export interface CreateVerifyReportRequest {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* 申请者类型 1:个人,2:企业
|
|
24
24
|
*/
|
|
25
25
|
ApplyCustomerType: string
|
|
26
26
|
/**
|
|
@@ -28,11 +28,11 @@ export interface CreateVerifyReportRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
ApplyCustomerName: string
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 验签申请经办人姓名
|
|
32
32
|
*/
|
|
33
33
|
ApplyName: string
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* 验签申请经办人电话
|
|
36
36
|
*/
|
|
37
37
|
ApplyMobile: string
|
|
38
38
|
/**
|
|
@@ -40,7 +40,7 @@ export interface CreateVerifyReportRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
FileId: string
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 验签申请经办人邮箱
|
|
44
44
|
*/
|
|
45
45
|
ApplyEmail?: string
|
|
46
46
|
}
|
|
@@ -136,7 +136,7 @@ export interface FileInfo {
|
|
|
136
136
|
*/
|
|
137
137
|
FileBody?: string
|
|
138
138
|
/**
|
|
139
|
-
*
|
|
139
|
+
* 文件名及类型,最大长度不超过200字符
|
|
140
140
|
*/
|
|
141
141
|
FileName?: string
|
|
142
142
|
}
|