tencentcloud-sdk-nodejs 4.0.504 → 4.0.506
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 +277 -0
- package/README.md +17 -29
- package/SERVICE_CHANGELOG.md +272 -75
- package/examples/cvm_role.js +26 -0
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/abstract_client.ts +27 -19
- package/src/common/cvm_role_credential.ts +62 -0
- package/src/common/http/fetch.ts +2 -2
- package/src/common/interface.ts +8 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +23 -1
- package/src/services/billing/v20180709/billing_models.ts +4 -6
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +54 -29
- package/src/services/cfs/v20190719/cfs_models.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +24 -39
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +6 -6
- package/src/services/gme/v20180711/gme_models.ts +7 -7
- package/src/services/mps/v20190612/mps_models.ts +15 -6
- package/src/services/nlp/v20190408/nlp_client.ts +28 -4
- package/src/services/nlp/v20190408/nlp_models.ts +118 -38
- package/src/services/ses/v20201002/ses_client.ts +12 -0
- package/src/services/ses/v20201002/ses_models.ts +25 -0
- package/src/services/ssl/v20191205/ssl_client.ts +1 -0
- package/src/services/ssl/v20191205/ssl_models.ts +47 -0
- package/src/services/thpc/v20220401/thpc_models.ts +5 -5
- package/src/services/tione/v20211111/tione_models.ts +29 -2
- package/src/services/trtc/v20190722/trtc_models.ts +4 -4
- package/src/services/tsf/v20180326/tsf_models.ts +3 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +14 -8
- package/tencentcloud/common/abstract_client.d.ts +3 -2
- package/tencentcloud/common/abstract_client.js +21 -13
- package/tencentcloud/common/cvm_role_credential.d.ts +17 -0
- package/tencentcloud/common/cvm_role_credential.js +47 -0
- package/tencentcloud/common/http/fetch.d.ts +2 -2
- package/tencentcloud/common/interface.d.ts +7 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +19 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -6
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +46 -24
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +19 -38
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -6
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -4
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +9 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +12 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +103 -35
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +22 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +40 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +5 -5
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
- package/test/ccc.v20200210.test.js +10 -0
- package/test/nlp.v20190408.test.js +20 -0
- package/test/ses.v20201002.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,67 +1,71 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 14 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-12-
|
|
7
|
+
发布时间:2022-12-19 01:23:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:CapacityUsed, FileUsed
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 102 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2022-12-
|
|
26
|
+
发布时间:2022-12-19 01:29:05
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
30
|
改善已有的文档。
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
修改接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [ExportImages](https://cloud.tencent.com/document/api/213/73474)
|
|
35
35
|
|
|
36
|
-
*
|
|
36
|
+
* 新增出参:CosPaths
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
42
42
|
|
|
43
|
-
### 第
|
|
43
|
+
### 第 24 次发布
|
|
44
44
|
|
|
45
|
-
发布时间:2022-12-
|
|
45
|
+
发布时间:2022-12-19 01:58:27
|
|
46
46
|
|
|
47
47
|
本次发布包含了以下内容:
|
|
48
48
|
|
|
49
49
|
改善已有的文档。
|
|
50
50
|
|
|
51
|
+
新增数据结构:
|
|
52
|
+
|
|
53
|
+
* [PreAuditInfo](https://cloud.tencent.com/document/api/400/41679#PreAuditInfo)
|
|
54
|
+
|
|
51
55
|
修改数据结构:
|
|
52
56
|
|
|
53
|
-
* [
|
|
57
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
54
58
|
|
|
55
|
-
* 新增成员:
|
|
59
|
+
* 新增成员:CAEncryptAlgorithms, CAEndTimes, CACommonNames, PreAuditInfo
|
|
56
60
|
|
|
57
61
|
|
|
58
62
|
|
|
59
63
|
|
|
60
|
-
##
|
|
64
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
61
65
|
|
|
62
|
-
### 第
|
|
66
|
+
### 第 14 次发布
|
|
63
67
|
|
|
64
|
-
发布时间:2022-12-
|
|
68
|
+
发布时间:2022-12-19 02:08:29
|
|
65
69
|
|
|
66
70
|
本次发布包含了以下内容:
|
|
67
71
|
|
|
@@ -69,65 +73,37 @@
|
|
|
69
73
|
|
|
70
74
|
修改接口:
|
|
71
75
|
|
|
72
|
-
* [
|
|
73
|
-
|
|
74
|
-
* 新增入参:Hosts, Limit, Offset
|
|
75
|
-
|
|
76
|
-
* 新增出参:TotalCount
|
|
77
|
-
|
|
78
|
-
* [DescribeBackupList](https://cloud.tencent.com/document/api/1003/48093)
|
|
79
|
-
|
|
80
|
-
* 新增入参:SnapshotIdList
|
|
81
|
-
|
|
82
|
-
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
83
|
-
|
|
84
|
-
* 新增入参:ParamName
|
|
85
|
-
|
|
86
|
-
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/1003/48304)
|
|
87
|
-
|
|
88
|
-
* 新增入参:Limit, Offset, SearchKey
|
|
89
|
-
|
|
90
|
-
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
76
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)
|
|
91
77
|
|
|
92
|
-
*
|
|
78
|
+
* 新增入参:CallbackUrl
|
|
93
79
|
|
|
80
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
94
81
|
|
|
82
|
+
* 新增入参:CallbackUrl
|
|
95
83
|
|
|
96
84
|
|
|
97
|
-
|
|
85
|
+
修改数据结构:
|
|
98
86
|
|
|
99
|
-
|
|
87
|
+
* [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
|
|
100
88
|
|
|
101
|
-
|
|
89
|
+
* 新增成员:CallbackUrl
|
|
102
90
|
|
|
103
|
-
|
|
91
|
+
* [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
|
|
104
92
|
|
|
105
|
-
|
|
93
|
+
* 新增成员:CallbackUrl
|
|
106
94
|
|
|
107
|
-
新增接口:
|
|
108
95
|
|
|
109
|
-
* [CreateParameterTemplate](https://cloud.tencent.com/document/api/409/84071)
|
|
110
|
-
* [DeleteParameterTemplate](https://cloud.tencent.com/document/api/409/84070)
|
|
111
|
-
* [DescribeDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/409/84064)
|
|
112
|
-
* [DescribeDefaultParameters](https://cloud.tencent.com/document/api/409/84069)
|
|
113
|
-
* [DescribeParameterTemplateAttributes](https://cloud.tencent.com/document/api/409/84068)
|
|
114
|
-
* [DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)
|
|
115
|
-
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/409/84063)
|
|
116
|
-
* [ModifyParameterTemplate](https://cloud.tencent.com/document/api/409/84066)
|
|
117
96
|
|
|
118
|
-
新增数据结构:
|
|
119
97
|
|
|
120
|
-
|
|
121
|
-
* [PolicyRule](https://cloud.tencent.com/document/api/409/16778#PolicyRule)
|
|
122
|
-
* [SecurityGroup](https://cloud.tencent.com/document/api/409/16778#SecurityGroup)
|
|
98
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
123
99
|
|
|
124
100
|
|
|
125
101
|
|
|
126
|
-
##
|
|
102
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
127
103
|
|
|
128
|
-
### 第
|
|
104
|
+
### 第 132 次发布
|
|
129
105
|
|
|
130
|
-
发布时间:2022-12-
|
|
106
|
+
发布时间:2022-12-16 18:54:14
|
|
131
107
|
|
|
132
108
|
本次发布包含了以下内容:
|
|
133
109
|
|
|
@@ -135,14 +111,18 @@
|
|
|
135
111
|
|
|
136
112
|
修改接口:
|
|
137
113
|
|
|
138
|
-
* [
|
|
114
|
+
* [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
|
|
139
115
|
|
|
140
|
-
* 新增入参:
|
|
116
|
+
* 新增入参:Egress
|
|
141
117
|
|
|
118
|
+
* [CreateVpcEndPointService](https://cloud.tencent.com/document/api/215/54684)
|
|
142
119
|
|
|
120
|
+
* 新增入参:ServiceType
|
|
143
121
|
|
|
122
|
+
* [ModifyBandwidthPackageAttribute](https://cloud.tencent.com/document/api/215/19208)
|
|
123
|
+
|
|
124
|
+
* <font color="#dd0000">**删除入参**:</font>MigrateOnRefund
|
|
144
125
|
|
|
145
|
-
## 弹性微服务 TEM(tem) 版本:2020-12-21
|
|
146
126
|
|
|
147
127
|
|
|
148
128
|
|
|
@@ -1676,6 +1656,32 @@
|
|
|
1676
1656
|
|
|
1677
1657
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1678
1658
|
|
|
1659
|
+
### 第 48 次发布
|
|
1660
|
+
|
|
1661
|
+
发布时间:2022-12-16 01:05:43
|
|
1662
|
+
|
|
1663
|
+
本次发布包含了以下内容:
|
|
1664
|
+
|
|
1665
|
+
改善已有的文档。
|
|
1666
|
+
|
|
1667
|
+
修改接口:
|
|
1668
|
+
|
|
1669
|
+
* [SwitchWaterPrintConfig](https://cloud.tencent.com/document/api/1021/59001)
|
|
1670
|
+
|
|
1671
|
+
* 新增入参:CloudSdkProxy
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
修改数据结构:
|
|
1675
|
+
|
|
1676
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPInstance)
|
|
1677
|
+
|
|
1678
|
+
* 新增成员:Line, ElasticServiceBandwidth
|
|
1679
|
+
|
|
1680
|
+
* [WaterPrintConfig](https://cloud.tencent.com/document/api/1021/57582#WaterPrintConfig)
|
|
1681
|
+
|
|
1682
|
+
* 新增成员:CloudSdkProxy
|
|
1683
|
+
|
|
1684
|
+
|
|
1679
1685
|
### 第 47 次发布
|
|
1680
1686
|
|
|
1681
1687
|
发布时间:2022-12-12 01:06:27
|
|
@@ -11646,6 +11652,18 @@
|
|
|
11646
11652
|
|
|
11647
11653
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
11648
11654
|
|
|
11655
|
+
### 第 39 次发布
|
|
11656
|
+
|
|
11657
|
+
发布时间:2022-12-16 01:10:35
|
|
11658
|
+
|
|
11659
|
+
本次发布包含了以下内容:
|
|
11660
|
+
|
|
11661
|
+
改善已有的文档。
|
|
11662
|
+
|
|
11663
|
+
新增接口:
|
|
11664
|
+
|
|
11665
|
+
* [HangUpCall](https://cloud.tencent.com/document/api/679/84273)
|
|
11666
|
+
|
|
11649
11667
|
### 第 38 次发布
|
|
11650
11668
|
|
|
11651
11669
|
发布时间:2022-12-08 01:17:22
|
|
@@ -17394,6 +17412,21 @@
|
|
|
17394
17412
|
|
|
17395
17413
|
## 文件存储(cfs) 版本:2019-07-19
|
|
17396
17414
|
|
|
17415
|
+
### 第 14 次发布
|
|
17416
|
+
|
|
17417
|
+
发布时间:2022-12-19 01:23:20
|
|
17418
|
+
|
|
17419
|
+
本次发布包含了以下内容:
|
|
17420
|
+
|
|
17421
|
+
改善已有的文档。
|
|
17422
|
+
|
|
17423
|
+
修改数据结构:
|
|
17424
|
+
|
|
17425
|
+
* [UserQuota](https://cloud.tencent.com/document/api/582/38175#UserQuota)
|
|
17426
|
+
|
|
17427
|
+
* 新增成员:CapacityUsed, FileUsed
|
|
17428
|
+
|
|
17429
|
+
|
|
17397
17430
|
### 第 13 次发布
|
|
17398
17431
|
|
|
17399
17432
|
发布时间:2022-11-21 06:14:58
|
|
@@ -27399,6 +27432,36 @@
|
|
|
27399
27432
|
|
|
27400
27433
|
## 云服务器(cvm) 版本:2017-03-12
|
|
27401
27434
|
|
|
27435
|
+
### 第 102 次发布
|
|
27436
|
+
|
|
27437
|
+
发布时间:2022-12-19 01:29:05
|
|
27438
|
+
|
|
27439
|
+
本次发布包含了以下内容:
|
|
27440
|
+
|
|
27441
|
+
改善已有的文档。
|
|
27442
|
+
|
|
27443
|
+
修改接口:
|
|
27444
|
+
|
|
27445
|
+
* [ExportImages](https://cloud.tencent.com/document/api/213/73474)
|
|
27446
|
+
|
|
27447
|
+
* 新增出参:CosPaths
|
|
27448
|
+
|
|
27449
|
+
|
|
27450
|
+
### 第 101 次发布
|
|
27451
|
+
|
|
27452
|
+
发布时间:2022-12-16 01:16:54
|
|
27453
|
+
|
|
27454
|
+
本次发布包含了以下内容:
|
|
27455
|
+
|
|
27456
|
+
改善已有的文档。
|
|
27457
|
+
|
|
27458
|
+
修改数据结构:
|
|
27459
|
+
|
|
27460
|
+
* [Instance](https://cloud.tencent.com/document/api/213/15753#Instance)
|
|
27461
|
+
|
|
27462
|
+
* 新增成员:DefaultLoginUser, DefaultLoginPort, LatestOperationErrorMsg
|
|
27463
|
+
|
|
27464
|
+
|
|
27402
27465
|
### 第 100 次发布
|
|
27403
27466
|
|
|
27404
27467
|
发布时间:2022-12-07 06:29:50
|
|
@@ -59663,6 +59726,28 @@
|
|
|
59663
59726
|
|
|
59664
59727
|
## 媒体处理(mps) 版本:2019-06-12
|
|
59665
59728
|
|
|
59729
|
+
### 第 49 次发布
|
|
59730
|
+
|
|
59731
|
+
发布时间:2022-12-16 01:33:15
|
|
59732
|
+
|
|
59733
|
+
本次发布包含了以下内容:
|
|
59734
|
+
|
|
59735
|
+
改善已有的文档。
|
|
59736
|
+
|
|
59737
|
+
修改接口:
|
|
59738
|
+
|
|
59739
|
+
* [ProcessMedia](https://cloud.tencent.com/document/api/862/37578)
|
|
59740
|
+
|
|
59741
|
+
* 新增入参:TaskType
|
|
59742
|
+
|
|
59743
|
+
|
|
59744
|
+
修改数据结构:
|
|
59745
|
+
|
|
59746
|
+
* [TaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#TaskNotifyConfig)
|
|
59747
|
+
|
|
59748
|
+
* <font color="#dd0000">**修改成员**:</font>CmqModel, CmqRegion
|
|
59749
|
+
|
|
59750
|
+
|
|
59666
59751
|
### 第 48 次发布
|
|
59667
59752
|
|
|
59668
59753
|
发布时间:2022-11-23 06:41:18
|
|
@@ -61985,6 +62070,19 @@
|
|
|
61985
62070
|
|
|
61986
62071
|
## 自然语言处理(nlp) 版本:2019-04-08
|
|
61987
62072
|
|
|
62073
|
+
### 第 16 次发布
|
|
62074
|
+
|
|
62075
|
+
发布时间:2022-12-15 10:27:58
|
|
62076
|
+
|
|
62077
|
+
本次发布包含了以下内容:
|
|
62078
|
+
|
|
62079
|
+
改善已有的文档。
|
|
62080
|
+
|
|
62081
|
+
新增接口:
|
|
62082
|
+
|
|
62083
|
+
* [GenerateCouplet](https://cloud.tencent.com/document/api/271/84075)
|
|
62084
|
+
* [GeneratePoetry](https://cloud.tencent.com/document/api/271/84074)
|
|
62085
|
+
|
|
61988
62086
|
### 第 15 次发布
|
|
61989
62087
|
|
|
61990
62088
|
发布时间:2022-03-31 06:11:26
|
|
@@ -65313,20 +65411,20 @@
|
|
|
65313
65411
|
|
|
65314
65412
|
新增接口:
|
|
65315
65413
|
|
|
65316
|
-
* [
|
|
65317
|
-
* [
|
|
65318
|
-
* [
|
|
65319
|
-
* [
|
|
65320
|
-
* [
|
|
65321
|
-
* [
|
|
65322
|
-
* [
|
|
65323
|
-
* [
|
|
65414
|
+
* [CreateParameterTemplate](https://cloud.tencent.com/document/api/409/84071)
|
|
65415
|
+
* [DeleteParameterTemplate](https://cloud.tencent.com/document/api/409/84070)
|
|
65416
|
+
* [DescribeDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/409/84064)
|
|
65417
|
+
* [DescribeDefaultParameters](https://cloud.tencent.com/document/api/409/84069)
|
|
65418
|
+
* [DescribeParameterTemplateAttributes](https://cloud.tencent.com/document/api/409/84068)
|
|
65419
|
+
* [DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)
|
|
65420
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/409/84063)
|
|
65421
|
+
* [ModifyParameterTemplate](https://cloud.tencent.com/document/api/409/84066)
|
|
65324
65422
|
|
|
65325
65423
|
新增数据结构:
|
|
65326
65424
|
|
|
65327
|
-
* [
|
|
65328
|
-
* [
|
|
65329
|
-
* [
|
|
65425
|
+
* [ParameterTemplate](https://cloud.tencent.com/document/api/409/16778#ParameterTemplate)
|
|
65426
|
+
* [PolicyRule](https://cloud.tencent.com/document/api/409/16778#PolicyRule)
|
|
65427
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/409/16778#SecurityGroup)
|
|
65330
65428
|
|
|
65331
65429
|
### 第 31 次发布
|
|
65332
65430
|
|
|
@@ -69318,6 +69416,18 @@
|
|
|
69318
69416
|
|
|
69319
69417
|
## 邮件推送(ses) 版本:2020-10-02
|
|
69320
69418
|
|
|
69419
|
+
### 第 17 次发布
|
|
69420
|
+
|
|
69421
|
+
发布时间:2022-12-16 01:37:37
|
|
69422
|
+
|
|
69423
|
+
本次发布包含了以下内容:
|
|
69424
|
+
|
|
69425
|
+
改善已有的文档。
|
|
69426
|
+
|
|
69427
|
+
新增接口:
|
|
69428
|
+
|
|
69429
|
+
* [UpdateEmailSmtpPassWord](https://cloud.tencent.com/document/api/1288/84274)
|
|
69430
|
+
|
|
69321
69431
|
### 第 16 次发布
|
|
69322
69432
|
|
|
69323
69433
|
发布时间:2022-11-03 06:36:44
|
|
@@ -71598,6 +71708,25 @@
|
|
|
71598
71708
|
|
|
71599
71709
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
71600
71710
|
|
|
71711
|
+
### 第 24 次发布
|
|
71712
|
+
|
|
71713
|
+
发布时间:2022-12-19 01:58:27
|
|
71714
|
+
|
|
71715
|
+
本次发布包含了以下内容:
|
|
71716
|
+
|
|
71717
|
+
改善已有的文档。
|
|
71718
|
+
|
|
71719
|
+
新增数据结构:
|
|
71720
|
+
|
|
71721
|
+
* [[PreAuditInfo](https://cloud.tencent.com/document/api/400/41679#PreAuditInfo)](https://cloud.tencent.com/document/api/400/41679#[PreAuditInfo](https://cloud.tencent.com/document/api/400/41679#PreAuditInfo))
|
|
71722
|
+
|
|
71723
|
+
修改数据结构:
|
|
71724
|
+
|
|
71725
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
71726
|
+
|
|
71727
|
+
* 新增成员:CAEncryptAlgorithms, CAEndTimes, CACommonNames, PreAuditInfo
|
|
71728
|
+
|
|
71729
|
+
|
|
71601
71730
|
### 第 23 次发布
|
|
71602
71731
|
|
|
71603
71732
|
发布时间:2022-11-21 06:46:02
|
|
@@ -84727,6 +84856,51 @@
|
|
|
84727
84856
|
|
|
84728
84857
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
84729
84858
|
|
|
84859
|
+
### 第 14 次发布
|
|
84860
|
+
|
|
84861
|
+
发布时间:2022-12-19 02:08:29
|
|
84862
|
+
|
|
84863
|
+
本次发布包含了以下内容:
|
|
84864
|
+
|
|
84865
|
+
改善已有的文档。
|
|
84866
|
+
|
|
84867
|
+
修改接口:
|
|
84868
|
+
|
|
84869
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)
|
|
84870
|
+
|
|
84871
|
+
* 新增入参:CallbackUrl
|
|
84872
|
+
|
|
84873
|
+
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
84874
|
+
|
|
84875
|
+
* 新增入参:CallbackUrl
|
|
84876
|
+
|
|
84877
|
+
|
|
84878
|
+
修改数据结构:
|
|
84879
|
+
|
|
84880
|
+
* [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
|
|
84881
|
+
|
|
84882
|
+
* 新增成员:CallbackUrl
|
|
84883
|
+
|
|
84884
|
+
* [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
|
|
84885
|
+
|
|
84886
|
+
* 新增成员:CallbackUrl
|
|
84887
|
+
|
|
84888
|
+
|
|
84889
|
+
### 第 13 次发布
|
|
84890
|
+
|
|
84891
|
+
发布时间:2022-12-16 01:46:34
|
|
84892
|
+
|
|
84893
|
+
本次发布包含了以下内容:
|
|
84894
|
+
|
|
84895
|
+
改善已有的文档。
|
|
84896
|
+
|
|
84897
|
+
修改接口:
|
|
84898
|
+
|
|
84899
|
+
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
84900
|
+
|
|
84901
|
+
* 新增入参:CallbackUrl
|
|
84902
|
+
|
|
84903
|
+
|
|
84730
84904
|
### 第 12 次发布
|
|
84731
84905
|
|
|
84732
84906
|
发布时间:2022-12-08 01:49:46
|
|
@@ -96866,6 +97040,29 @@
|
|
|
96866
97040
|
|
|
96867
97041
|
## 私有网络(vpc) 版本:2017-03-12
|
|
96868
97042
|
|
|
97043
|
+
### 第 132 次发布
|
|
97044
|
+
|
|
97045
|
+
发布时间:2022-12-16 18:54:14
|
|
97046
|
+
|
|
97047
|
+
本次发布包含了以下内容:
|
|
97048
|
+
|
|
97049
|
+
改善已有的文档。
|
|
97050
|
+
|
|
97051
|
+
修改接口:
|
|
97052
|
+
|
|
97053
|
+
* [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
|
|
97054
|
+
|
|
97055
|
+
* 新增入参:Egress
|
|
97056
|
+
|
|
97057
|
+
* [CreateVpcEndPointService](https://cloud.tencent.com/document/api/215/54684)
|
|
97058
|
+
|
|
97059
|
+
* 新增入参:ServiceType
|
|
97060
|
+
|
|
97061
|
+
* [ModifyBandwidthPackageAttribute](https://cloud.tencent.com/document/api/215/19208)
|
|
97062
|
+
|
|
97063
|
+
* <font color="#dd0000">**删除入参**:</font>MigrateOnRefund
|
|
97064
|
+
|
|
97065
|
+
|
|
96869
97066
|
### 第 131 次发布
|
|
96870
97067
|
|
|
96871
97068
|
发布时间:2022-12-14 01:57:08
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
async function main() {
|
|
6
|
+
// 导入对应产品模块的client models。
|
|
7
|
+
const CvmClient = tencentcloud.cvm.v20170312.Client
|
|
8
|
+
// 实例化要请求产品的client对象
|
|
9
|
+
const client = new CvmClient({
|
|
10
|
+
credential: new tencentcloud.CvmRoleCredential(),
|
|
11
|
+
region: "ap-shanghai",
|
|
12
|
+
})
|
|
13
|
+
// 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
|
|
14
|
+
client.DescribeZones(null, function (err, response) {
|
|
15
|
+
// 请求异常返回,打印异常信息
|
|
16
|
+
if (err) {
|
|
17
|
+
console.log(err)
|
|
18
|
+
return
|
|
19
|
+
}
|
|
20
|
+
// 请求正常返回,打印response对象
|
|
21
|
+
console.log(response)
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
main().catch(console.error)
|