tencentcloud-sdk-nodejs 4.0.949 → 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 +21 -0
- package/SERVICE_CHANGELOG.md +27 -135
- package/package.json +1 -1
- package/products.md +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +10 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
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
|
+
|
|
1
22
|
# Release 4.0.949
|
|
2
23
|
|
|
3
24
|
## 弹性伸缩(as) 版本:2018-04-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,129 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 74 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-09-30 01:07:57
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
16
|
-
|
|
17
|
-
* 新增入参:ImageFamily
|
|
18
|
-
|
|
19
|
-
* <font color="#dd0000">**修改入参**:</font>ImageId
|
|
20
|
-
|
|
21
|
-
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
22
|
-
|
|
23
|
-
* 新增入参:ImageFamily
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
修改数据结构:
|
|
27
|
-
|
|
28
|
-
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
29
|
-
|
|
30
|
-
* 新增成员:ImageFamily
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
## 云联络中心(ccc) 版本:2020-02-10
|
|
36
|
-
|
|
37
|
-
### 第 76 次发布
|
|
38
|
-
|
|
39
|
-
发布时间:2024-09-30 01:10:03
|
|
40
|
-
|
|
41
|
-
本次发布包含了以下内容:
|
|
42
|
-
|
|
43
|
-
改善已有的文档。
|
|
44
|
-
|
|
45
|
-
新增接口:
|
|
46
|
-
|
|
47
|
-
* [CreateOwnNumberApply](https://cloud.tencent.com/document/api/679/111404)
|
|
48
|
-
* [ModifyOwnNumberApply](https://cloud.tencent.com/document/api/679/111403)
|
|
49
|
-
|
|
50
|
-
新增数据结构:
|
|
51
|
-
|
|
52
|
-
* [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
57
|
-
|
|
58
|
-
### 第 132 次发布
|
|
59
|
-
|
|
60
|
-
发布时间:2024-09-30 01:13:47
|
|
61
|
-
|
|
62
|
-
本次发布包含了以下内容:
|
|
63
|
-
|
|
64
|
-
改善已有的文档。
|
|
65
|
-
|
|
66
|
-
新增接口:
|
|
67
|
-
|
|
68
|
-
* [DescribeImageFromFamily](https://cloud.tencent.com/document/api/213/111405)
|
|
69
|
-
|
|
70
|
-
修改接口:
|
|
71
|
-
|
|
72
|
-
* [CreateImage](https://cloud.tencent.com/document/api/213/16726)
|
|
73
|
-
|
|
74
|
-
* 新增入参:ImageFamily
|
|
75
|
-
|
|
76
|
-
* [ModifyImageAttribute](https://cloud.tencent.com/document/api/213/15713)
|
|
77
|
-
|
|
78
|
-
* 新增入参:ImageFamily, ImageDeprecated
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
修改数据结构:
|
|
82
|
-
|
|
83
|
-
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
84
|
-
|
|
85
|
-
* 新增成员:ImageFamily, ImageDeprecated
|
|
86
|
-
|
|
87
|
-
* [ReservedInstancePrice](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePrice)
|
|
88
|
-
|
|
89
|
-
* 新增成员:FixedPriceDiscount, UsagePriceDiscount
|
|
90
|
-
|
|
91
|
-
* [ReservedInstancePriceItem](https://cloud.tencent.com/document/api/213/15753#ReservedInstancePriceItem)
|
|
92
|
-
|
|
93
|
-
* 新增成员:DiscountUsagePrice, DiscountFixedPrice
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
99
|
-
|
|
100
|
-
### 第 28 次发布
|
|
101
|
-
|
|
102
|
-
发布时间:2024-09-30 01:27:01
|
|
103
|
-
|
|
104
|
-
本次发布包含了以下内容:
|
|
105
|
-
|
|
106
|
-
改善已有的文档。
|
|
107
|
-
|
|
108
|
-
修改接口:
|
|
109
|
-
|
|
110
|
-
* [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
|
|
111
|
-
|
|
112
|
-
* 新增入参:OcrInfoList
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
新增数据结构:
|
|
116
|
-
|
|
117
|
-
* [OcrInfo](https://cloud.tencent.com/document/api/1314/56230#OcrInfo)
|
|
118
|
-
* [OcrItem](https://cloud.tencent.com/document/api/1314/56230#OcrItem)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
3
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
123
4
|
|
|
124
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
125
6
|
|
|
126
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-10-01 01:24:04
|
|
127
8
|
|
|
128
9
|
本次发布包含了以下内容:
|
|
129
10
|
|
|
@@ -131,15 +12,11 @@
|
|
|
131
12
|
|
|
132
13
|
修改接口:
|
|
133
14
|
|
|
134
|
-
* [
|
|
15
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
135
16
|
|
|
136
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:CertificateIds, IsSync
|
|
137
18
|
|
|
138
19
|
|
|
139
|
-
新增数据结构:
|
|
140
|
-
|
|
141
|
-
* [Tags](https://cloud.tencent.com/document/api/215/15824#Tags)
|
|
142
|
-
|
|
143
20
|
|
|
144
21
|
|
|
145
22
|
# 历次版本更新如下:
|
|
@@ -15883,12 +15760,12 @@
|
|
|
15883
15760
|
|
|
15884
15761
|
新增接口:
|
|
15885
15762
|
|
|
15886
|
-
* [
|
|
15887
|
-
* [
|
|
15763
|
+
* [CreateOwnNumberApply](https://cloud.tencent.com/document/api/679/111404)
|
|
15764
|
+
* [ModifyOwnNumberApply](https://cloud.tencent.com/document/api/679/111403)
|
|
15888
15765
|
|
|
15889
15766
|
新增数据结构:
|
|
15890
15767
|
|
|
15891
|
-
* [
|
|
15768
|
+
* [OwnNumberApplyDetailItem](https://cloud.tencent.com/document/api/679/47715#OwnNumberApplyDetailItem)
|
|
15892
15769
|
|
|
15893
15770
|
### 第 75 次发布
|
|
15894
15771
|
|
|
@@ -40984,7 +40861,7 @@
|
|
|
40984
40861
|
|
|
40985
40862
|
新增接口:
|
|
40986
40863
|
|
|
40987
|
-
* [
|
|
40864
|
+
* [DescribeImageFromFamily](https://cloud.tencent.com/document/api/213/111405)
|
|
40988
40865
|
|
|
40989
40866
|
修改接口:
|
|
40990
40867
|
|
|
@@ -101416,8 +101293,8 @@
|
|
|
101416
101293
|
|
|
101417
101294
|
新增数据结构:
|
|
101418
101295
|
|
|
101419
|
-
* [
|
|
101420
|
-
* [
|
|
101296
|
+
* [OcrInfo](https://cloud.tencent.com/document/api/1314/56230#OcrInfo)
|
|
101297
|
+
* [OcrItem](https://cloud.tencent.com/document/api/1314/56230#OcrItem)
|
|
101421
101298
|
|
|
101422
101299
|
### 第 27 次发布
|
|
101423
101300
|
|
|
@@ -118415,6 +118292,21 @@
|
|
|
118415
118292
|
|
|
118416
118293
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
118417
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
|
+
|
|
118418
118310
|
### 第 67 次发布
|
|
118419
118311
|
|
|
118420
118312
|
发布时间:2024-09-26 01:31:18
|
|
@@ -159472,7 +159364,7 @@
|
|
|
159472
159364
|
|
|
159473
159365
|
新增数据结构:
|
|
159474
159366
|
|
|
159475
|
-
* [
|
|
159367
|
+
* [Tags](https://cloud.tencent.com/document/api/215/15824#Tags)
|
|
159476
159368
|
|
|
159477
159369
|
### 第 208 次发布
|
|
159478
159370
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -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 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.950"
|
|
@@ -616,7 +616,7 @@ export class Client extends AbstractClient {
|
|
|
616
616
|
* 批量删除证书,删除证书前支持查询证书是否关联了腾讯云云资源 (需自定义配置参数,参数名称:IsSync)
|
|
617
617
|
*/
|
|
618
618
|
async DeleteCertificates(
|
|
619
|
-
req
|
|
619
|
+
req: DeleteCertificatesRequest,
|
|
620
620
|
cb?: (error: string, rep: DeleteCertificatesResponse) => void
|
|
621
621
|
): Promise<DeleteCertificatesResponse> {
|
|
622
622
|
return this.request("DeleteCertificates", req, cb)
|
|
@@ -3650,7 +3650,16 @@ export interface ModifyCertificateProjectRequest {
|
|
|
3650
3650
|
/**
|
|
3651
3651
|
* DeleteCertificates请求参数结构体
|
|
3652
3652
|
*/
|
|
3653
|
-
export
|
|
3653
|
+
export interface DeleteCertificatesRequest {
|
|
3654
|
+
/**
|
|
3655
|
+
* 要删除的证书ID。单次最多100个
|
|
3656
|
+
*/
|
|
3657
|
+
CertificateIds: Array<string>
|
|
3658
|
+
/**
|
|
3659
|
+
* 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
|
|
3660
|
+
*/
|
|
3661
|
+
IsSync?: boolean
|
|
3662
|
+
}
|
|
3654
3663
|
|
|
3655
3664
|
/**
|
|
3656
3665
|
* DescribeHostVodInstanceList返回参数结构体
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.950";
|
|
@@ -166,7 +166,7 @@ export declare class Client extends AbstractClient {
|
|
|
166
166
|
/**
|
|
167
167
|
* 批量删除证书,删除证书前支持查询证书是否关联了腾讯云云资源 (需自定义配置参数,参数名称:IsSync)
|
|
168
168
|
*/
|
|
169
|
-
DeleteCertificates(req
|
|
169
|
+
DeleteCertificates(req: DeleteCertificatesRequest, cb?: (error: string, rep: DeleteCertificatesResponse) => void): Promise<DeleteCertificatesResponse>;
|
|
170
170
|
/**
|
|
171
171
|
* 本接口(RevokeCertificate)用于吊销证书。
|
|
172
172
|
*/
|
|
@@ -3511,7 +3511,16 @@ export interface ModifyCertificateProjectRequest {
|
|
|
3511
3511
|
/**
|
|
3512
3512
|
* DeleteCertificates请求参数结构体
|
|
3513
3513
|
*/
|
|
3514
|
-
export
|
|
3514
|
+
export interface DeleteCertificatesRequest {
|
|
3515
|
+
/**
|
|
3516
|
+
* 要删除的证书ID。单次最多100个
|
|
3517
|
+
*/
|
|
3518
|
+
CertificateIds: Array<string>;
|
|
3519
|
+
/**
|
|
3520
|
+
* 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
|
|
3521
|
+
*/
|
|
3522
|
+
IsSync?: boolean;
|
|
3523
|
+
}
|
|
3515
3524
|
/**
|
|
3516
3525
|
* DescribeHostVodInstanceList返回参数结构体
|
|
3517
3526
|
*/
|