tencentcloud-sdk-nodejs-organization 4.0.264 → 4.0.265
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 +131 -0
- package/SERVICE_CHANGELOG.md +197 -27
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/services/organization/v20210331/organization_client.ts +14 -1
- package/src/services/organization/v20210331/organization_models.ts +124 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +105 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,134 @@
|
|
|
1
|
+
# Release 4.0.265
|
|
2
|
+
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
|
+
|
|
5
|
+
### 第 22 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2021-12-30 08:09:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
16
|
+
|
|
17
|
+
* 新增出参:DealName
|
|
18
|
+
|
|
19
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
20
|
+
|
|
21
|
+
* 新增入参:ZoneList
|
|
22
|
+
|
|
23
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
24
|
+
|
|
25
|
+
* 新增出参:DealName
|
|
26
|
+
|
|
27
|
+
* [UpdatePlugins](https://cloud.tencent.com/document/api/845/46048)
|
|
28
|
+
|
|
29
|
+
* 新增入参:PluginType
|
|
30
|
+
|
|
31
|
+
* [UpgradeLicense](https://cloud.tencent.com/document/api/845/36269)
|
|
32
|
+
|
|
33
|
+
* 新增出参:DealName
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [ClusterView](https://cloud.tencent.com/document/api/845/30634#ClusterView)
|
|
39
|
+
|
|
40
|
+
* 新增成员:TotalCosStorage, SearchableSnapshotCosBucket, SearchableSnapshotCosAppId
|
|
41
|
+
|
|
42
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
43
|
+
|
|
44
|
+
* 新增成员:ColdNodeType, ColdNodeNum, ColdCpuNum, ColdMemSize, ColdDiskType, ColdDiskSize, FrozenNodeType, FrozenNodeNum, FrozenCpuNum, FrozenMemSize, FrozenDiskType, FrozenDiskSize
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
50
|
+
|
|
51
|
+
### 第 26 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2021-12-30 08:09:28
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
62
|
+
|
|
63
|
+
* 新增入参:PackageType
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
69
|
+
|
|
70
|
+
### 第 35 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2021-12-30 08:11:53
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
新增接口:
|
|
79
|
+
|
|
80
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
81
|
+
|
|
82
|
+
新增数据结构:
|
|
83
|
+
|
|
84
|
+
* [PolicyTag](https://cloud.tencent.com/document/api/248/30354#PolicyTag)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
89
|
+
|
|
90
|
+
### 第 4 次发布
|
|
91
|
+
|
|
92
|
+
发布时间:2021-12-30 08:12:38
|
|
93
|
+
|
|
94
|
+
本次发布包含了以下内容:
|
|
95
|
+
|
|
96
|
+
改善已有的文档。
|
|
97
|
+
|
|
98
|
+
新增接口:
|
|
99
|
+
|
|
100
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
101
|
+
|
|
102
|
+
新增数据结构:
|
|
103
|
+
|
|
104
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
113
|
+
|
|
114
|
+
### 第 64 次发布
|
|
115
|
+
|
|
116
|
+
发布时间:2021-12-30 08:15:43
|
|
117
|
+
|
|
118
|
+
本次发布包含了以下内容:
|
|
119
|
+
|
|
120
|
+
改善已有的文档。
|
|
121
|
+
|
|
122
|
+
新增接口:
|
|
123
|
+
|
|
124
|
+
* [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/api/649/67221)
|
|
125
|
+
|
|
126
|
+
新增数据结构:
|
|
127
|
+
|
|
128
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
1
132
|
# Release 4.0.264
|
|
2
133
|
|
|
3
134
|
## 云监控(monitor) 版本:2018-07-24
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,95 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
7
|
+
发布时间:2021-12-30 08:09:09
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
16
|
+
|
|
17
|
+
* 新增出参:DealName
|
|
18
|
+
|
|
19
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
20
|
+
|
|
21
|
+
* 新增入参:ZoneList
|
|
22
|
+
|
|
23
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
24
|
+
|
|
25
|
+
* 新增出参:DealName
|
|
26
|
+
|
|
27
|
+
* [UpdatePlugins](https://cloud.tencent.com/document/api/845/46048)
|
|
28
|
+
|
|
29
|
+
* 新增入参:PluginType
|
|
30
|
+
|
|
31
|
+
* [UpgradeLicense](https://cloud.tencent.com/document/api/845/36269)
|
|
32
|
+
|
|
33
|
+
* 新增出参:DealName
|
|
34
|
+
|
|
35
|
+
|
|
13
36
|
修改数据结构:
|
|
14
37
|
|
|
15
|
-
* [
|
|
38
|
+
* [ClusterView](https://cloud.tencent.com/document/api/845/30634#ClusterView)
|
|
16
39
|
|
|
17
|
-
* 新增成员:
|
|
40
|
+
* 新增成员:TotalCosStorage, SearchableSnapshotCosBucket, SearchableSnapshotCosAppId
|
|
41
|
+
|
|
42
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
18
43
|
|
|
44
|
+
* 新增成员:ColdNodeType, ColdNodeNum, ColdCpuNum, ColdMemSize, ColdDiskType, ColdDiskSize, FrozenNodeType, FrozenNodeNum, FrozenCpuNum, FrozenMemSize, FrozenDiskType, FrozenDiskSize
|
|
19
45
|
|
|
20
46
|
|
|
21
47
|
|
|
22
|
-
|
|
48
|
+
|
|
49
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
50
|
+
|
|
51
|
+
### 第 26 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2021-12-30 08:09:28
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
62
|
+
|
|
63
|
+
* 新增入参:PackageType
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
69
|
+
|
|
70
|
+
### 第 35 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2021-12-30 08:11:53
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
新增接口:
|
|
79
|
+
|
|
80
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
81
|
+
|
|
82
|
+
新增数据结构:
|
|
83
|
+
|
|
84
|
+
* [PolicyTag](https://cloud.tencent.com/document/api/248/30354#PolicyTag)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
23
89
|
|
|
24
90
|
### 第 4 次发布
|
|
25
91
|
|
|
26
|
-
发布时间:2021-12-
|
|
92
|
+
发布时间:2021-12-30 08:12:38
|
|
27
93
|
|
|
28
94
|
本次发布包含了以下内容:
|
|
29
95
|
|
|
@@ -31,36 +97,35 @@
|
|
|
31
97
|
|
|
32
98
|
新增接口:
|
|
33
99
|
|
|
34
|
-
* [
|
|
35
|
-
* [DescribeRiskTrends](https://cloud.tencent.com/document/api/1343/67098)
|
|
100
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
36
101
|
|
|
37
102
|
新增数据结构:
|
|
38
103
|
|
|
39
|
-
* [
|
|
40
|
-
* [OutputFrontRisk](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRisk)
|
|
41
|
-
* [OutputFrontRiskData](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskData)
|
|
42
|
-
* [OutputFrontRiskValue](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskValue)
|
|
104
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
43
105
|
|
|
44
106
|
|
|
45
107
|
|
|
46
|
-
##
|
|
108
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
47
109
|
|
|
48
|
-
### 第 27 次发布
|
|
49
110
|
|
|
50
|
-
|
|
111
|
+
|
|
112
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
113
|
+
|
|
114
|
+
### 第 64 次发布
|
|
115
|
+
|
|
116
|
+
发布时间:2021-12-30 08:15:43
|
|
51
117
|
|
|
52
118
|
本次发布包含了以下内容:
|
|
53
119
|
|
|
54
120
|
改善已有的文档。
|
|
55
121
|
|
|
56
|
-
|
|
122
|
+
新增接口:
|
|
57
123
|
|
|
58
|
-
*
|
|
124
|
+
* [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/api/649/67221)
|
|
59
125
|
|
|
60
|
-
|
|
126
|
+
新增数据结构:
|
|
61
127
|
|
|
62
|
-
*
|
|
63
|
-
* Producer
|
|
128
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
64
129
|
|
|
65
130
|
|
|
66
131
|
|
|
@@ -27973,6 +28038,48 @@
|
|
|
27973
28038
|
|
|
27974
28039
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
27975
28040
|
|
|
28041
|
+
### 第 22 次发布
|
|
28042
|
+
|
|
28043
|
+
发布时间:2021-12-30 08:09:09
|
|
28044
|
+
|
|
28045
|
+
本次发布包含了以下内容:
|
|
28046
|
+
|
|
28047
|
+
改善已有的文档。
|
|
28048
|
+
|
|
28049
|
+
修改接口:
|
|
28050
|
+
|
|
28051
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
28052
|
+
|
|
28053
|
+
* 新增出参:DealName
|
|
28054
|
+
|
|
28055
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
28056
|
+
|
|
28057
|
+
* 新增入参:ZoneList
|
|
28058
|
+
|
|
28059
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
28060
|
+
|
|
28061
|
+
* 新增出参:DealName
|
|
28062
|
+
|
|
28063
|
+
* [UpdatePlugins](https://cloud.tencent.com/document/api/845/46048)
|
|
28064
|
+
|
|
28065
|
+
* 新增入参:PluginType
|
|
28066
|
+
|
|
28067
|
+
* [UpgradeLicense](https://cloud.tencent.com/document/api/845/36269)
|
|
28068
|
+
|
|
28069
|
+
* 新增出参:DealName
|
|
28070
|
+
|
|
28071
|
+
|
|
28072
|
+
修改数据结构:
|
|
28073
|
+
|
|
28074
|
+
* [ClusterView](https://cloud.tencent.com/document/api/845/30634#ClusterView)
|
|
28075
|
+
|
|
28076
|
+
* 新增成员:TotalCosStorage, SearchableSnapshotCosBucket, SearchableSnapshotCosAppId
|
|
28077
|
+
|
|
28078
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
28079
|
+
|
|
28080
|
+
* 新增成员:ColdNodeType, ColdNodeNum, ColdCpuNum, ColdMemSize, ColdDiskType, ColdDiskSize, FrozenNodeType, FrozenNodeNum, FrozenCpuNum, FrozenMemSize, FrozenDiskType, FrozenDiskSize
|
|
28081
|
+
|
|
28082
|
+
|
|
27976
28083
|
### 第 21 次发布
|
|
27977
28084
|
|
|
27978
28085
|
发布时间:2021-12-22 16:41:08
|
|
@@ -29700,6 +29807,21 @@
|
|
|
29700
29807
|
|
|
29701
29808
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
29702
29809
|
|
|
29810
|
+
### 第 26 次发布
|
|
29811
|
+
|
|
29812
|
+
发布时间:2021-12-30 08:09:28
|
|
29813
|
+
|
|
29814
|
+
本次发布包含了以下内容:
|
|
29815
|
+
|
|
29816
|
+
改善已有的文档。
|
|
29817
|
+
|
|
29818
|
+
修改接口:
|
|
29819
|
+
|
|
29820
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
29821
|
+
|
|
29822
|
+
* 新增入参:PackageType
|
|
29823
|
+
|
|
29824
|
+
|
|
29703
29825
|
### 第 25 次发布
|
|
29704
29826
|
|
|
29705
29827
|
发布时间:2021-12-03 08:06:49
|
|
@@ -40020,6 +40142,22 @@
|
|
|
40020
40142
|
|
|
40021
40143
|
## 云监控(monitor) 版本:2018-07-24
|
|
40022
40144
|
|
|
40145
|
+
### 第 35 次发布
|
|
40146
|
+
|
|
40147
|
+
发布时间:2021-12-30 08:11:53
|
|
40148
|
+
|
|
40149
|
+
本次发布包含了以下内容:
|
|
40150
|
+
|
|
40151
|
+
改善已有的文档。
|
|
40152
|
+
|
|
40153
|
+
新增接口:
|
|
40154
|
+
|
|
40155
|
+
* [[BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)](https://cloud.tencent.com/document/api/#/#)
|
|
40156
|
+
|
|
40157
|
+
新增数据结构:
|
|
40158
|
+
|
|
40159
|
+
* [[PolicyTag](https://cloud.tencent.com/document/api/248/30354#PolicyTag)](https://cloud.tencent.com/document/api/248/30354#[PolicyTag](https://cloud.tencent.com/document/api/248/30354#PolicyTag))
|
|
40160
|
+
|
|
40023
40161
|
### 第 34 次发布
|
|
40024
40162
|
|
|
40025
40163
|
发布时间:2021-12-29 08:10:29
|
|
@@ -44290,6 +44428,22 @@
|
|
|
44290
44428
|
|
|
44291
44429
|
## 企业组织(organization) 版本:2021-03-31
|
|
44292
44430
|
|
|
44431
|
+
### 第 4 次发布
|
|
44432
|
+
|
|
44433
|
+
发布时间:2021-12-30 08:12:38
|
|
44434
|
+
|
|
44435
|
+
本次发布包含了以下内容:
|
|
44436
|
+
|
|
44437
|
+
改善已有的文档。
|
|
44438
|
+
|
|
44439
|
+
新增接口:
|
|
44440
|
+
|
|
44441
|
+
* [[DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)](https://cloud.tencent.com/document/api/#/#)
|
|
44442
|
+
|
|
44443
|
+
新增数据结构:
|
|
44444
|
+
|
|
44445
|
+
* [[OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)](https://cloud.tencent.com/document/api/850/67060#[OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember))
|
|
44446
|
+
|
|
44293
44447
|
### 第 3 次发布
|
|
44294
44448
|
|
|
44295
44449
|
发布时间:2021-12-28 08:09:51
|
|
@@ -45459,15 +45613,15 @@
|
|
|
45459
45613
|
|
|
45460
45614
|
新增接口:
|
|
45461
45615
|
|
|
45462
|
-
* [
|
|
45463
|
-
* [
|
|
45616
|
+
* [DescribeRiskAssessment](https://cloud.tencent.com/document/api/1343/67099)
|
|
45617
|
+
* [DescribeRiskTrends](https://cloud.tencent.com/document/api/1343/67098)
|
|
45464
45618
|
|
|
45465
45619
|
新增数据结构:
|
|
45466
45620
|
|
|
45467
|
-
* [
|
|
45468
|
-
* [
|
|
45469
|
-
* [
|
|
45470
|
-
* [
|
|
45621
|
+
* [InputFrontRisk](https://cloud.tencent.com/document/api/1343/52566#InputFrontRisk)
|
|
45622
|
+
* [OutputFrontRisk](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRisk)
|
|
45623
|
+
* [OutputFrontRiskData](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskData)
|
|
45624
|
+
* [OutputFrontRiskValue](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskValue)
|
|
45471
45625
|
|
|
45472
45626
|
### 第 3 次发布
|
|
45473
45627
|
|
|
@@ -59667,6 +59821,22 @@
|
|
|
59667
59821
|
|
|
59668
59822
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
59669
59823
|
|
|
59824
|
+
### 第 64 次发布
|
|
59825
|
+
|
|
59826
|
+
发布时间:2021-12-30 08:15:43
|
|
59827
|
+
|
|
59828
|
+
本次发布包含了以下内容:
|
|
59829
|
+
|
|
59830
|
+
改善已有的文档。
|
|
59831
|
+
|
|
59832
|
+
新增接口:
|
|
59833
|
+
|
|
59834
|
+
* [[DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/api/649/67221)](https://cloud.tencent.com/document/api/#/#)
|
|
59835
|
+
|
|
59836
|
+
新增数据结构:
|
|
59837
|
+
|
|
59838
|
+
* [[ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)](https://cloud.tencent.com/document/api/649/36099#[ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy))
|
|
59839
|
+
|
|
59670
59840
|
### 第 63 次发布
|
|
59671
59841
|
|
|
59672
59842
|
发布时间:2021-12-24 08:16:33
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-12-15 08:07:41 |
|
|
73
73
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
74
74
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
|
|
75
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-
|
|
75
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
|
|
76
76
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-12-23 08:10:29 |
|
|
77
77
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
|
|
78
78
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-12-21 08:05:56 |
|
|
79
79
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
80
80
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
|
|
81
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-
|
|
81
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-30 08:09:28 |
|
|
82
82
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-12-23 08:10:54 |
|
|
83
83
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
|
|
84
84
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
109
109
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
110
110
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-14 08:12:21 |
|
|
111
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-
|
|
111
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-30 08:11:53 |
|
|
112
112
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
113
113
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
|
|
114
114
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
119
119
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-21 08:08:44 |
|
|
120
120
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-12-27 08:08:41 |
|
|
121
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-
|
|
121
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
|
|
122
122
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
123
123
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
124
124
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-24 08:13:26 |
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-22 08:16:46 |
|
|
157
157
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
158
158
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-29 08:13:22 |
|
|
159
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-
|
|
159
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-30 08:15:01 |
|
|
160
160
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-27 08:11:18 |
|
|
161
161
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
162
162
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
173
173
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
174
174
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
|
|
175
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-12-
|
|
175
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-12-30 08:15:43 |
|
|
176
176
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
|
|
177
177
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-12-21 08:12:28 |
|
|
178
178
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
@@ -21,8 +21,11 @@ import {
|
|
|
21
21
|
DescribeOrganizationResponse,
|
|
22
22
|
BindOrganizationMemberAuthAccountRequest,
|
|
23
23
|
CreateOrganizationMemberRequest,
|
|
24
|
-
DescribeOrganizationRequest,
|
|
25
24
|
BindOrganizationMemberAuthAccountResponse,
|
|
25
|
+
DescribeOrganizationMembersRequest,
|
|
26
|
+
OrgMember,
|
|
27
|
+
DescribeOrganizationRequest,
|
|
28
|
+
DescribeOrganizationMembersResponse,
|
|
26
29
|
CreateOrganizationMemberResponse,
|
|
27
30
|
} from "./organization_models"
|
|
28
31
|
|
|
@@ -35,6 +38,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
35
38
|
super("organization.tencentcloudapi.com", "2021-03-31", clientConfig)
|
|
36
39
|
}
|
|
37
40
|
|
|
41
|
+
/**
|
|
42
|
+
* 获取企业组织成员列表
|
|
43
|
+
*/
|
|
44
|
+
async DescribeOrganizationMembers(
|
|
45
|
+
req: DescribeOrganizationMembersRequest,
|
|
46
|
+
cb?: (error: string, rep: DescribeOrganizationMembersResponse) => void
|
|
47
|
+
): Promise<DescribeOrganizationMembersResponse> {
|
|
48
|
+
return this.request("DescribeOrganizationMembers", req, cb)
|
|
49
|
+
}
|
|
50
|
+
|
|
38
51
|
/**
|
|
39
52
|
* 创建组织成员
|
|
40
53
|
*/
|
|
@@ -172,6 +172,118 @@ export interface CreateOrganizationMemberRequest {
|
|
|
172
172
|
RecordId?: number
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
+
/**
|
|
176
|
+
* BindOrganizationMemberAuthAccount返回参数结构体
|
|
177
|
+
*/
|
|
178
|
+
export interface BindOrganizationMemberAuthAccountResponse {
|
|
179
|
+
/**
|
|
180
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
181
|
+
*/
|
|
182
|
+
RequestId?: string
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* DescribeOrganizationMembers请求参数结构体
|
|
187
|
+
*/
|
|
188
|
+
export interface DescribeOrganizationMembersRequest {
|
|
189
|
+
/**
|
|
190
|
+
* 偏移量
|
|
191
|
+
*/
|
|
192
|
+
Offset: number
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* 限制数目
|
|
196
|
+
*/
|
|
197
|
+
Limit: number
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* 国际站:en,国内站:zh
|
|
201
|
+
*/
|
|
202
|
+
Lang?: string
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 成员名或者成员ID搜索
|
|
206
|
+
*/
|
|
207
|
+
SearchKey?: string
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 企业组织成员
|
|
212
|
+
*/
|
|
213
|
+
export interface OrgMember {
|
|
214
|
+
/**
|
|
215
|
+
* 成员Uin
|
|
216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
217
|
+
*/
|
|
218
|
+
MemberUin: number
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* 成员名
|
|
222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
223
|
+
*/
|
|
224
|
+
Name: string
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* 成员类型,邀请:Invite, 创建:Create
|
|
228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
|
+
*/
|
|
230
|
+
MemberType: string
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* 关系策略类型
|
|
234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
235
|
+
*/
|
|
236
|
+
OrgPolicyType: string
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* 关系策略名
|
|
240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
|
+
*/
|
|
242
|
+
OrgPolicyName: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 关系策略权限
|
|
246
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
|
+
*/
|
|
248
|
+
OrgPermission: Array<OrgPermission>
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* 所属节点ID
|
|
252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
253
|
+
*/
|
|
254
|
+
NodeId: number
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* 所属节点名
|
|
258
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
259
|
+
*/
|
|
260
|
+
NodeName: string
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* 备注
|
|
264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
|
+
*/
|
|
266
|
+
Remark: string
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* 创建时间
|
|
270
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
271
|
+
*/
|
|
272
|
+
CreateTime: string
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* 更新时间
|
|
276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
277
|
+
*/
|
|
278
|
+
UpdateTime: string
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* 是否允许成员退出。允许:Allow,不允许:Denied。
|
|
282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
|
+
*/
|
|
284
|
+
IsAllowQuit: string
|
|
285
|
+
}
|
|
286
|
+
|
|
175
287
|
/**
|
|
176
288
|
* DescribeOrganization请求参数结构体
|
|
177
289
|
*/
|
|
@@ -183,9 +295,19 @@ export interface DescribeOrganizationRequest {
|
|
|
183
295
|
}
|
|
184
296
|
|
|
185
297
|
/**
|
|
186
|
-
*
|
|
298
|
+
* DescribeOrganizationMembers返回参数结构体
|
|
187
299
|
*/
|
|
188
|
-
export interface
|
|
300
|
+
export interface DescribeOrganizationMembersResponse {
|
|
301
|
+
/**
|
|
302
|
+
* 成员列表
|
|
303
|
+
*/
|
|
304
|
+
Items: Array<OrgMember>
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* 总数目
|
|
308
|
+
*/
|
|
309
|
+
Total: number
|
|
310
|
+
|
|
189
311
|
/**
|
|
190
312
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
191
313
|
*/
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeOrganizationResponse, BindOrganizationMemberAuthAccountRequest, CreateOrganizationMemberRequest, DescribeOrganizationRequest,
|
|
2
|
+
import { DescribeOrganizationResponse, BindOrganizationMemberAuthAccountRequest, CreateOrganizationMemberRequest, BindOrganizationMemberAuthAccountResponse, DescribeOrganizationMembersRequest, DescribeOrganizationRequest, DescribeOrganizationMembersResponse, CreateOrganizationMemberResponse } from "./organization_models";
|
|
3
3
|
/**
|
|
4
4
|
* organization client
|
|
5
5
|
* @class
|
|
6
6
|
*/
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
|
+
/**
|
|
10
|
+
* 获取企业组织成员列表
|
|
11
|
+
*/
|
|
12
|
+
DescribeOrganizationMembers(req: DescribeOrganizationMembersRequest, cb?: (error: string, rep: DescribeOrganizationMembersResponse) => void): Promise<DescribeOrganizationMembersResponse>;
|
|
9
13
|
/**
|
|
10
14
|
* 创建组织成员
|
|
11
15
|
*/
|
|
@@ -27,6 +27,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("organization.tencentcloudapi.com", "2021-03-31", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 获取企业组织成员列表
|
|
32
|
+
*/
|
|
33
|
+
async DescribeOrganizationMembers(req, cb) {
|
|
34
|
+
return this.request("DescribeOrganizationMembers", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 创建组织成员
|
|
32
38
|
*/
|
|
@@ -130,6 +130,101 @@ export interface CreateOrganizationMemberRequest {
|
|
|
130
130
|
*/
|
|
131
131
|
RecordId?: number;
|
|
132
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* BindOrganizationMemberAuthAccount返回参数结构体
|
|
135
|
+
*/
|
|
136
|
+
export interface BindOrganizationMemberAuthAccountResponse {
|
|
137
|
+
/**
|
|
138
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
139
|
+
*/
|
|
140
|
+
RequestId?: string;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* DescribeOrganizationMembers请求参数结构体
|
|
144
|
+
*/
|
|
145
|
+
export interface DescribeOrganizationMembersRequest {
|
|
146
|
+
/**
|
|
147
|
+
* 偏移量
|
|
148
|
+
*/
|
|
149
|
+
Offset: number;
|
|
150
|
+
/**
|
|
151
|
+
* 限制数目
|
|
152
|
+
*/
|
|
153
|
+
Limit: number;
|
|
154
|
+
/**
|
|
155
|
+
* 国际站:en,国内站:zh
|
|
156
|
+
*/
|
|
157
|
+
Lang?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 成员名或者成员ID搜索
|
|
160
|
+
*/
|
|
161
|
+
SearchKey?: string;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* 企业组织成员
|
|
165
|
+
*/
|
|
166
|
+
export interface OrgMember {
|
|
167
|
+
/**
|
|
168
|
+
* 成员Uin
|
|
169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
170
|
+
*/
|
|
171
|
+
MemberUin: number;
|
|
172
|
+
/**
|
|
173
|
+
* 成员名
|
|
174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
175
|
+
*/
|
|
176
|
+
Name: string;
|
|
177
|
+
/**
|
|
178
|
+
* 成员类型,邀请:Invite, 创建:Create
|
|
179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
180
|
+
*/
|
|
181
|
+
MemberType: string;
|
|
182
|
+
/**
|
|
183
|
+
* 关系策略类型
|
|
184
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
185
|
+
*/
|
|
186
|
+
OrgPolicyType: string;
|
|
187
|
+
/**
|
|
188
|
+
* 关系策略名
|
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
190
|
+
*/
|
|
191
|
+
OrgPolicyName: string;
|
|
192
|
+
/**
|
|
193
|
+
* 关系策略权限
|
|
194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
|
+
*/
|
|
196
|
+
OrgPermission: Array<OrgPermission>;
|
|
197
|
+
/**
|
|
198
|
+
* 所属节点ID
|
|
199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
+
*/
|
|
201
|
+
NodeId: number;
|
|
202
|
+
/**
|
|
203
|
+
* 所属节点名
|
|
204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
205
|
+
*/
|
|
206
|
+
NodeName: string;
|
|
207
|
+
/**
|
|
208
|
+
* 备注
|
|
209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
210
|
+
*/
|
|
211
|
+
Remark: string;
|
|
212
|
+
/**
|
|
213
|
+
* 创建时间
|
|
214
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
215
|
+
*/
|
|
216
|
+
CreateTime: string;
|
|
217
|
+
/**
|
|
218
|
+
* 更新时间
|
|
219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
+
*/
|
|
221
|
+
UpdateTime: string;
|
|
222
|
+
/**
|
|
223
|
+
* 是否允许成员退出。允许:Allow,不允许:Denied。
|
|
224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
|
+
*/
|
|
226
|
+
IsAllowQuit: string;
|
|
227
|
+
}
|
|
133
228
|
/**
|
|
134
229
|
* DescribeOrganization请求参数结构体
|
|
135
230
|
*/
|
|
@@ -140,9 +235,17 @@ export interface DescribeOrganizationRequest {
|
|
|
140
235
|
Lang?: string;
|
|
141
236
|
}
|
|
142
237
|
/**
|
|
143
|
-
*
|
|
238
|
+
* DescribeOrganizationMembers返回参数结构体
|
|
144
239
|
*/
|
|
145
|
-
export interface
|
|
240
|
+
export interface DescribeOrganizationMembersResponse {
|
|
241
|
+
/**
|
|
242
|
+
* 成员列表
|
|
243
|
+
*/
|
|
244
|
+
Items: Array<OrgMember>;
|
|
245
|
+
/**
|
|
246
|
+
* 总数目
|
|
247
|
+
*/
|
|
248
|
+
Total: number;
|
|
146
249
|
/**
|
|
147
250
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
148
251
|
*/
|