tencentcloud-sdk-nodejs 4.0.803 → 4.0.804
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 +98 -0
- package/SERVICE_CHANGELOG.md +125 -65
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +36 -0
- package/src/services/clb/v20180317/clb_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +19 -15
- package/src/services/dnspod/v20210323/dnspod_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_client.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +86 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +8 -4
- package/src/services/waf/v20180125/waf_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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 +34 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -15
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +85 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +8 -4
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
- package/test/ccc.v20200210.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,101 @@
|
|
|
1
|
+
# Release 4.0.804
|
|
2
|
+
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
|
+
|
|
5
|
+
### 第 60 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-05 01:09:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [UpdateCCCSkillGroup](https://cloud.tencent.com/document/api/679/104097)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
20
|
+
|
|
21
|
+
### 第 102 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-03-05 01:11:04
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改数据结构:
|
|
30
|
+
|
|
31
|
+
* [SpecAvailability](https://cloud.tencent.com/document/api/214/30694#SpecAvailability)
|
|
32
|
+
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>SpecType, Availability
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
39
|
+
|
|
40
|
+
### 第 52 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-03-05 01:18:50
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
修改接口:
|
|
49
|
+
|
|
50
|
+
* [DescribeAppDetail](https://cloud.tencent.com/document/api/1639/85701)
|
|
51
|
+
|
|
52
|
+
* 新增出参:TransferConfig
|
|
53
|
+
|
|
54
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
55
|
+
|
|
56
|
+
* 新增入参:TransferId, TransferUrl
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
新增数据结构:
|
|
60
|
+
|
|
61
|
+
* [TransferItem](https://cloud.tencent.com/document/api/1639/81423#TransferItem)
|
|
62
|
+
|
|
63
|
+
修改数据结构:
|
|
64
|
+
|
|
65
|
+
* [AppConfig](https://cloud.tencent.com/document/api/1639/81423#AppConfig)
|
|
66
|
+
|
|
67
|
+
* 新增成员:ApplicationId, AppName, State, AppVersion, CreatedAt, Callback, CallbackKey
|
|
68
|
+
|
|
69
|
+
* [SceneItem](https://cloud.tencent.com/document/api/1639/81423#SceneItem)
|
|
70
|
+
|
|
71
|
+
* 新增成员:Scene, LogoUrl, HomeUrl, JSUrl, CSSUrl
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
77
|
+
|
|
78
|
+
### 第 35 次发布
|
|
79
|
+
|
|
80
|
+
发布时间:2024-03-05 01:20:29
|
|
81
|
+
|
|
82
|
+
本次发布包含了以下内容:
|
|
83
|
+
|
|
84
|
+
改善已有的文档。
|
|
85
|
+
|
|
86
|
+
修改接口:
|
|
87
|
+
|
|
88
|
+
* [DescribeDBInstanceDeal](https://cloud.tencent.com/document/api/240/43667)
|
|
89
|
+
|
|
90
|
+
* 新增出参:InstanceId
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
1
99
|
# Release 4.0.803
|
|
2
100
|
|
|
3
101
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 60 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-05 01:09:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,19 +12,15 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount)
|
|
15
|
+
* [UpdateCCCSkillGroup](https://cloud.tencent.com/document/api/679/104097)
|
|
20
16
|
|
|
21
17
|
|
|
22
18
|
|
|
23
|
-
##
|
|
19
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
24
20
|
|
|
25
|
-
### 第
|
|
21
|
+
### 第 102 次发布
|
|
26
22
|
|
|
27
|
-
发布时间:2024-03-
|
|
23
|
+
发布时间:2024-03-05 01:11:04
|
|
28
24
|
|
|
29
25
|
本次发布包含了以下内容:
|
|
30
26
|
|
|
@@ -32,83 +28,71 @@
|
|
|
32
28
|
|
|
33
29
|
修改数据结构:
|
|
34
30
|
|
|
35
|
-
* [
|
|
31
|
+
* [SpecAvailability](https://cloud.tencent.com/document/api/214/30694#SpecAvailability)
|
|
36
32
|
|
|
37
|
-
*
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>SpecType, Availability
|
|
38
34
|
|
|
39
35
|
|
|
40
36
|
|
|
41
37
|
|
|
42
|
-
##
|
|
38
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
43
39
|
|
|
44
|
-
### 第
|
|
40
|
+
### 第 52 次发布
|
|
45
41
|
|
|
46
|
-
发布时间:2024-03-
|
|
42
|
+
发布时间:2024-03-05 01:18:50
|
|
47
43
|
|
|
48
44
|
本次发布包含了以下内容:
|
|
49
45
|
|
|
50
46
|
改善已有的文档。
|
|
51
47
|
|
|
52
|
-
|
|
48
|
+
修改接口:
|
|
53
49
|
|
|
54
|
-
* [
|
|
55
|
-
* [DeleteVolume](https://cloud.tencent.com/document/api/1643/104064)
|
|
56
|
-
* [DeleteVolumeData](https://cloud.tencent.com/document/api/1643/104063)
|
|
57
|
-
* [DescribeVolumes](https://cloud.tencent.com/document/api/1643/104062)
|
|
58
|
-
* [ModifyVolume](https://cloud.tencent.com/document/api/1643/104061)
|
|
50
|
+
* [DescribeAppDetail](https://cloud.tencent.com/document/api/1639/85701)
|
|
59
51
|
|
|
60
|
-
|
|
52
|
+
* 新增出参:TransferConfig
|
|
61
53
|
|
|
62
|
-
* [
|
|
54
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
63
55
|
|
|
56
|
+
* 新增入参:TransferId, TransferUrl
|
|
64
57
|
|
|
65
58
|
|
|
66
|
-
|
|
59
|
+
新增数据结构:
|
|
67
60
|
|
|
68
|
-
|
|
61
|
+
* [TransferItem](https://cloud.tencent.com/document/api/1639/81423#TransferItem)
|
|
69
62
|
|
|
70
|
-
|
|
63
|
+
修改数据结构:
|
|
71
64
|
|
|
72
|
-
|
|
65
|
+
* [AppConfig](https://cloud.tencent.com/document/api/1639/81423#AppConfig)
|
|
73
66
|
|
|
74
|
-
|
|
67
|
+
* 新增成员:ApplicationId, AppName, State, AppVersion, CreatedAt, Callback, CallbackKey
|
|
75
68
|
|
|
76
|
-
|
|
69
|
+
* [SceneItem](https://cloud.tencent.com/document/api/1639/81423#SceneItem)
|
|
77
70
|
|
|
78
|
-
*
|
|
71
|
+
* 新增成员:Scene, LogoUrl, HomeUrl, JSUrl, CSSUrl
|
|
79
72
|
|
|
80
|
-
* 新增入参:Status
|
|
81
73
|
|
|
82
|
-
* [DescribeCodeBatchs](https://cloud.tencent.com/document/api/1458/75017)
|
|
83
74
|
|
|
84
|
-
* 新增入参:Status
|
|
85
75
|
|
|
76
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
86
77
|
|
|
78
|
+
### 第 35 次发布
|
|
87
79
|
|
|
80
|
+
发布时间:2024-03-05 01:20:29
|
|
88
81
|
|
|
89
|
-
|
|
82
|
+
本次发布包含了以下内容:
|
|
90
83
|
|
|
91
|
-
|
|
84
|
+
改善已有的文档。
|
|
92
85
|
|
|
93
|
-
|
|
86
|
+
修改接口:
|
|
94
87
|
|
|
95
|
-
|
|
88
|
+
* [DescribeDBInstanceDeal](https://cloud.tencent.com/document/api/240/43667)
|
|
96
89
|
|
|
97
|
-
|
|
90
|
+
* 新增出参:InstanceId
|
|
98
91
|
|
|
99
|
-
新增接口:
|
|
100
92
|
|
|
101
|
-
* [CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)
|
|
102
|
-
* [DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)
|
|
103
|
-
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)
|
|
104
|
-
* [ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)
|
|
105
93
|
|
|
106
|
-
新增数据结构:
|
|
107
94
|
|
|
108
|
-
|
|
109
|
-
* [GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput)
|
|
110
|
-
* [GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)
|
|
111
|
-
* [Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata)
|
|
95
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
112
96
|
|
|
113
97
|
|
|
114
98
|
|
|
@@ -14770,6 +14754,18 @@
|
|
|
14770
14754
|
|
|
14771
14755
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14772
14756
|
|
|
14757
|
+
### 第 60 次发布
|
|
14758
|
+
|
|
14759
|
+
发布时间:2024-03-05 01:09:20
|
|
14760
|
+
|
|
14761
|
+
本次发布包含了以下内容:
|
|
14762
|
+
|
|
14763
|
+
改善已有的文档。
|
|
14764
|
+
|
|
14765
|
+
新增接口:
|
|
14766
|
+
|
|
14767
|
+
* [[UpdateCCCSkillGroup](https://cloud.tencent.com/document/api/679/104097)](https://cloud.tencent.com/document/api/#/#)
|
|
14768
|
+
|
|
14773
14769
|
### 第 59 次发布
|
|
14774
14770
|
|
|
14775
14771
|
发布时间:2024-03-01 01:09:52
|
|
@@ -27498,6 +27494,21 @@
|
|
|
27498
27494
|
|
|
27499
27495
|
## 负载均衡(clb) 版本:2018-03-17
|
|
27500
27496
|
|
|
27497
|
+
### 第 102 次发布
|
|
27498
|
+
|
|
27499
|
+
发布时间:2024-03-05 01:11:04
|
|
27500
|
+
|
|
27501
|
+
本次发布包含了以下内容:
|
|
27502
|
+
|
|
27503
|
+
改善已有的文档。
|
|
27504
|
+
|
|
27505
|
+
修改数据结构:
|
|
27506
|
+
|
|
27507
|
+
* [SpecAvailability](https://cloud.tencent.com/document/api/214/30694#SpecAvailability)
|
|
27508
|
+
|
|
27509
|
+
* <font color="#dd0000">**修改成员**:</font>SpecType, Availability
|
|
27510
|
+
|
|
27511
|
+
|
|
27501
27512
|
### 第 101 次发布
|
|
27502
27513
|
|
|
27503
27514
|
发布时间:2024-02-28 15:22:33
|
|
@@ -36341,11 +36352,11 @@
|
|
|
36341
36352
|
|
|
36342
36353
|
新增接口:
|
|
36343
36354
|
|
|
36344
|
-
* [
|
|
36355
|
+
* [DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)
|
|
36345
36356
|
|
|
36346
36357
|
新增数据结构:
|
|
36347
36358
|
|
|
36348
|
-
* [
|
|
36359
|
+
* [TagCount](https://cloud.tencent.com/document/api/664/90825#TagCount)
|
|
36349
36360
|
|
|
36350
36361
|
### 第 31 次发布
|
|
36351
36362
|
|
|
@@ -77083,6 +77094,40 @@
|
|
|
77083
77094
|
|
|
77084
77095
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
77085
77096
|
|
|
77097
|
+
### 第 52 次发布
|
|
77098
|
+
|
|
77099
|
+
发布时间:2024-03-05 01:18:50
|
|
77100
|
+
|
|
77101
|
+
本次发布包含了以下内容:
|
|
77102
|
+
|
|
77103
|
+
改善已有的文档。
|
|
77104
|
+
|
|
77105
|
+
修改接口:
|
|
77106
|
+
|
|
77107
|
+
* [DescribeAppDetail](https://cloud.tencent.com/document/api/1639/85701)
|
|
77108
|
+
|
|
77109
|
+
* 新增出参:TransferConfig
|
|
77110
|
+
|
|
77111
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
77112
|
+
|
|
77113
|
+
* 新增入参:TransferId, TransferUrl
|
|
77114
|
+
|
|
77115
|
+
|
|
77116
|
+
新增数据结构:
|
|
77117
|
+
|
|
77118
|
+
* [[TransferItem](https://cloud.tencent.com/document/api/1639/81423#TransferItem)](https://cloud.tencent.com/document/api/1639/81423#[TransferItem](https://cloud.tencent.com/document/api/1639/81423#TransferItem))
|
|
77119
|
+
|
|
77120
|
+
修改数据结构:
|
|
77121
|
+
|
|
77122
|
+
* [AppConfig](https://cloud.tencent.com/document/api/1639/81423#AppConfig)
|
|
77123
|
+
|
|
77124
|
+
* 新增成员:ApplicationId, AppName, State, AppVersion, CreatedAt, Callback, CallbackKey
|
|
77125
|
+
|
|
77126
|
+
* [SceneItem](https://cloud.tencent.com/document/api/1639/81423#SceneItem)
|
|
77127
|
+
|
|
77128
|
+
* 新增成员:Scene, LogoUrl, HomeUrl, JSUrl, CSSUrl
|
|
77129
|
+
|
|
77130
|
+
|
|
77086
77131
|
### 第 51 次发布
|
|
77087
77132
|
|
|
77088
77133
|
发布时间:2024-02-27 01:18:37
|
|
@@ -83707,6 +83752,21 @@
|
|
|
83707
83752
|
|
|
83708
83753
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
83709
83754
|
|
|
83755
|
+
### 第 35 次发布
|
|
83756
|
+
|
|
83757
|
+
发布时间:2024-03-05 01:20:29
|
|
83758
|
+
|
|
83759
|
+
本次发布包含了以下内容:
|
|
83760
|
+
|
|
83761
|
+
改善已有的文档。
|
|
83762
|
+
|
|
83763
|
+
修改接口:
|
|
83764
|
+
|
|
83765
|
+
* [DescribeDBInstanceDeal](https://cloud.tencent.com/document/api/240/43667)
|
|
83766
|
+
|
|
83767
|
+
* 新增出参:InstanceId
|
|
83768
|
+
|
|
83769
|
+
|
|
83710
83770
|
### 第 34 次发布
|
|
83711
83771
|
|
|
83712
83772
|
发布时间:2024-01-29 01:17:07
|
|
@@ -94478,15 +94538,15 @@
|
|
|
94478
94538
|
|
|
94479
94539
|
新增接口:
|
|
94480
94540
|
|
|
94481
|
-
* [
|
|
94482
|
-
* [
|
|
94483
|
-
* [
|
|
94484
|
-
* [
|
|
94485
|
-
* [
|
|
94541
|
+
* [CreateVolume](https://cloud.tencent.com/document/api/1643/104065)
|
|
94542
|
+
* [DeleteVolume](https://cloud.tencent.com/document/api/1643/104064)
|
|
94543
|
+
* [DeleteVolumeData](https://cloud.tencent.com/document/api/1643/104063)
|
|
94544
|
+
* [DescribeVolumes](https://cloud.tencent.com/document/api/1643/104062)
|
|
94545
|
+
* [ModifyVolume](https://cloud.tencent.com/document/api/1643/104061)
|
|
94486
94546
|
|
|
94487
94547
|
新增数据结构:
|
|
94488
94548
|
|
|
94489
|
-
* [
|
|
94549
|
+
* [Volume](https://cloud.tencent.com/document/api/1643/89100#Volume)
|
|
94490
94550
|
|
|
94491
94551
|
### 第 12 次发布
|
|
94492
94552
|
|
|
@@ -131460,17 +131520,17 @@
|
|
|
131460
131520
|
|
|
131461
131521
|
新增接口:
|
|
131462
131522
|
|
|
131463
|
-
* [
|
|
131464
|
-
* [
|
|
131465
|
-
* [
|
|
131466
|
-
* [
|
|
131523
|
+
* [CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)
|
|
131524
|
+
* [DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)
|
|
131525
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)
|
|
131526
|
+
* [ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)
|
|
131467
131527
|
|
|
131468
131528
|
新增数据结构:
|
|
131469
131529
|
|
|
131470
|
-
* [
|
|
131471
|
-
* [
|
|
131472
|
-
* [
|
|
131473
|
-
* [
|
|
131530
|
+
* [GovernanceInstance](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstance)
|
|
131531
|
+
* [GovernanceInstanceInput](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceInput)
|
|
131532
|
+
* [GovernanceInstanceUpdate](https://cloud.tencent.com/document/api/1364/54942#GovernanceInstanceUpdate)
|
|
131533
|
+
* [Metadata](https://cloud.tencent.com/document/api/1364/54942#Metadata)
|
|
131474
131534
|
|
|
131475
131535
|
### 第 57 次发布
|
|
131476
131536
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-02-05 01:08:13 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-05 01:09:20 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-01 01:10:05 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-15 01:08:17 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-05 01:09:53 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-01-24 01:23:26 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-04 01:10:20 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-04 01:10:58 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-05 01:11:04 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-02-29 01:11:23 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-02-29 01:14:14 |
|
|
84
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-
|
|
84
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-05 01:14:22 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-02-29 01:14:41 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-28 01:16:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-05 01:15:58 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-05 01:16:12 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-02-22 01:16:11 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-02-28 01:16:53 |
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-12-28 01:18:25 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-01-25 01:16:59 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-05 01:18:50 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-04 01:19:02 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-05 01:19:12 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-01 01:20:25 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-05 01:20:29 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-04 01:19:57 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
@@ -235,9 +235,9 @@
|
|
|
235
235
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-03-01 01:28:03 |
|
|
236
236
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-01-30 01:27:12 |
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
238
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-
|
|
238
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-05 01:29:14 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
240
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-
|
|
240
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-05 01:29:38 |
|
|
241
241
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-31 01:28:56 |
|
|
242
242
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
243
243
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.804"
|
|
@@ -69,6 +69,7 @@ import {
|
|
|
69
69
|
CreateCarrierPrivilegeNumberApplicantResponse,
|
|
70
70
|
DescribePredictiveDialingCampaignRequest,
|
|
71
71
|
SeatUserInfo,
|
|
72
|
+
UpdateCCCSkillGroupResponse,
|
|
72
73
|
DescribePredictiveDialingSessionsResponse,
|
|
73
74
|
CarrierPrivilegeNumberApplicant,
|
|
74
75
|
ErrStaffItem,
|
|
@@ -79,6 +80,7 @@ import {
|
|
|
79
80
|
AutoCalloutTaskInfo,
|
|
80
81
|
SkillGroupInfoItem,
|
|
81
82
|
ResetExtensionPasswordResponse,
|
|
83
|
+
UpdateCCCSkillGroupRequest,
|
|
82
84
|
ModifyStaffResponse,
|
|
83
85
|
ModifyExtensionRequest,
|
|
84
86
|
CreatePredictiveDialingCampaignResponse,
|
|
@@ -535,6 +537,16 @@ export class Client extends AbstractClient {
|
|
|
535
537
|
return this.request("ModifyExtension", req, cb)
|
|
536
538
|
}
|
|
537
539
|
|
|
540
|
+
/**
|
|
541
|
+
* 更新技能组
|
|
542
|
+
*/
|
|
543
|
+
async UpdateCCCSkillGroup(
|
|
544
|
+
req: UpdateCCCSkillGroupRequest,
|
|
545
|
+
cb?: (error: string, rep: UpdateCCCSkillGroupResponse) => void
|
|
546
|
+
): Promise<UpdateCCCSkillGroupResponse> {
|
|
547
|
+
return this.request("UpdateCCCSkillGroup", req, cb)
|
|
548
|
+
}
|
|
549
|
+
|
|
538
550
|
/**
|
|
539
551
|
* 创建用户数据签名
|
|
540
552
|
*/
|
|
@@ -1273,6 +1273,16 @@ else:自定义角色ID
|
|
|
1273
1273
|
Role?: number
|
|
1274
1274
|
}
|
|
1275
1275
|
|
|
1276
|
+
/**
|
|
1277
|
+
* UpdateCCCSkillGroup返回参数结构体
|
|
1278
|
+
*/
|
|
1279
|
+
export interface UpdateCCCSkillGroupResponse {
|
|
1280
|
+
/**
|
|
1281
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1282
|
+
*/
|
|
1283
|
+
RequestId?: string
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1276
1286
|
/**
|
|
1277
1287
|
* DescribePredictiveDialingSessions返回参数结构体
|
|
1278
1288
|
*/
|
|
@@ -1616,6 +1626,32 @@ export interface ResetExtensionPasswordResponse {
|
|
|
1616
1626
|
RequestId?: string
|
|
1617
1627
|
}
|
|
1618
1628
|
|
|
1629
|
+
/**
|
|
1630
|
+
* UpdateCCCSkillGroup请求参数结构体
|
|
1631
|
+
*/
|
|
1632
|
+
export interface UpdateCCCSkillGroupRequest {
|
|
1633
|
+
/**
|
|
1634
|
+
* 应用 ID(必填)
|
|
1635
|
+
*/
|
|
1636
|
+
SdkAppId: number
|
|
1637
|
+
/**
|
|
1638
|
+
* 技能组ID
|
|
1639
|
+
*/
|
|
1640
|
+
SkillGroupID: number
|
|
1641
|
+
/**
|
|
1642
|
+
* 修改后的技能组名字
|
|
1643
|
+
*/
|
|
1644
|
+
SkillGroupName?: string
|
|
1645
|
+
/**
|
|
1646
|
+
* 修改后的最大并发数,同振最大为2
|
|
1647
|
+
*/
|
|
1648
|
+
MaxConcurrency?: number
|
|
1649
|
+
/**
|
|
1650
|
+
* true同振,false顺振
|
|
1651
|
+
*/
|
|
1652
|
+
RingAll?: boolean
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1619
1655
|
/**
|
|
1620
1656
|
* ModifyStaff返回参数结构体
|
|
1621
1657
|
*/
|
|
@@ -483,7 +483,7 @@ export class Client extends AbstractClient {
|
|
|
483
483
|
/**
|
|
484
484
|
* SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义,
|
|
485
485
|
绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。
|
|
486
|
-
|
|
486
|
+
解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网 CLB 绑定 EIP 后,CLB 上的安全组对来自 EIP 的流量不生效,对来自内网 CLB 的流量生效。
|
|
487
487
|
*/
|
|
488
488
|
async SetLoadBalancerSecurityGroups(
|
|
489
489
|
req: SetLoadBalancerSecurityGroupsRequest,
|