tencentcloud-sdk-nodejs 4.0.287 → 4.0.288
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 +86 -0
- package/SERVICE_CHANGELOG.md +181 -252
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +24 -0
- package/src/services/iecp/v20210914/iecp_models.ts +6 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
- package/src/services/tcss/v20201101/tcss_models.ts +13 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +21 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +5 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,89 @@
|
|
|
1
|
+
# Release 4.0.288
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 26 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-02-15 08:02:33
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
16
|
+
|
|
17
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
27
|
+
|
|
28
|
+
### 第 2 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-02-15 08:09:12
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改数据结构:
|
|
37
|
+
|
|
38
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
39
|
+
|
|
40
|
+
* 新增成员:AllowVisualModify
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
46
|
+
|
|
47
|
+
### 第 41 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-02-15 08:09:38
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
62
|
+
|
|
63
|
+
### 第 9 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-02-15 08:13:53
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改接口:
|
|
72
|
+
|
|
73
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
74
|
+
|
|
75
|
+
* 新增入参:ImageId
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
修改数据结构:
|
|
79
|
+
|
|
80
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
81
|
+
|
|
82
|
+
* 新增成员:ClusterVersion
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
1
87
|
# Release 4.0.287
|
|
2
88
|
|
|
3
89
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 26 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-15 08:02:33
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,112 +12,41 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:Sort
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
23
|
-
|
|
24
|
-
### 第 21 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2022-02-14 08:04:59
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
15
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
31
16
|
|
|
32
|
-
|
|
17
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
33
18
|
|
|
34
|
-
* [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
|
|
35
|
-
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
36
|
-
* [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
|
|
37
|
-
* [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
|
|
38
|
-
* [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
|
|
39
|
-
* [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
|
|
40
|
-
* [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
|
|
41
|
-
* [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
|
|
42
|
-
* [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
|
|
43
|
-
* [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
|
|
44
|
-
* [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
|
|
45
|
-
* [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
|
|
46
|
-
* [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
|
|
47
|
-
* [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
|
|
48
|
-
* [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
|
|
49
|
-
* [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
|
|
50
|
-
* [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
|
|
51
|
-
* [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
|
|
52
|
-
* [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
|
|
53
|
-
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
54
|
-
* [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
|
|
55
19
|
|
|
56
20
|
新增数据结构:
|
|
57
21
|
|
|
58
|
-
* [
|
|
59
|
-
* [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
|
|
60
|
-
* [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
|
|
61
|
-
* [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
|
|
62
|
-
* [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
|
|
63
|
-
* [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
|
|
64
|
-
* [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
|
|
22
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)
|
|
65
23
|
|
|
66
24
|
|
|
67
25
|
|
|
68
|
-
##
|
|
26
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
69
27
|
|
|
70
|
-
### 第
|
|
28
|
+
### 第 2 次发布
|
|
71
29
|
|
|
72
|
-
发布时间:2022-02-
|
|
30
|
+
发布时间:2022-02-15 08:09:12
|
|
73
31
|
|
|
74
32
|
本次发布包含了以下内容:
|
|
75
33
|
|
|
76
34
|
改善已有的文档。
|
|
77
35
|
|
|
78
|
-
新增接口:
|
|
79
|
-
|
|
80
|
-
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
81
|
-
* [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
|
|
82
|
-
* [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
|
|
83
|
-
|
|
84
|
-
新增数据结构:
|
|
85
|
-
|
|
86
|
-
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
87
|
-
|
|
88
36
|
修改数据结构:
|
|
89
37
|
|
|
90
|
-
* [
|
|
91
|
-
|
|
92
|
-
* 新增成员:AsrUrl
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
98
|
-
|
|
99
|
-
### 第 84 次发布
|
|
100
|
-
|
|
101
|
-
发布时间:2022-02-14 08:07:04
|
|
102
|
-
|
|
103
|
-
本次发布包含了以下内容:
|
|
104
|
-
|
|
105
|
-
改善已有的文档。
|
|
106
|
-
|
|
107
|
-
修改接口:
|
|
108
|
-
|
|
109
|
-
* [DescribeDefaultParams](https://cloud.tencent.com/document/api/236/32662)
|
|
38
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
110
39
|
|
|
111
|
-
*
|
|
40
|
+
* 新增成员:AllowVisualModify
|
|
112
41
|
|
|
113
42
|
|
|
114
43
|
|
|
115
44
|
|
|
116
|
-
##
|
|
45
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
117
46
|
|
|
118
|
-
### 第
|
|
47
|
+
### 第 41 次发布
|
|
119
48
|
|
|
120
|
-
发布时间:2022-02-
|
|
49
|
+
发布时间:2022-02-15 08:09:38
|
|
121
50
|
|
|
122
51
|
本次发布包含了以下内容:
|
|
123
52
|
|
|
@@ -125,101 +54,33 @@
|
|
|
125
54
|
|
|
126
55
|
新增接口:
|
|
127
56
|
|
|
128
|
-
* [
|
|
57
|
+
* [DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)
|
|
129
58
|
|
|
130
59
|
|
|
131
60
|
|
|
132
|
-
##
|
|
61
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
133
62
|
|
|
134
|
-
### 第
|
|
63
|
+
### 第 9 次发布
|
|
135
64
|
|
|
136
|
-
发布时间:2022-02-
|
|
65
|
+
发布时间:2022-02-15 08:13:53
|
|
137
66
|
|
|
138
67
|
本次发布包含了以下内容:
|
|
139
68
|
|
|
140
69
|
改善已有的文档。
|
|
141
70
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
* [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
|
|
145
|
-
|
|
146
|
-
新增数据结构:
|
|
147
|
-
|
|
148
|
-
* [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## 前端性能监控(rum) 版本:2021-06-22
|
|
157
|
-
|
|
158
|
-
### 第 11 次发布
|
|
71
|
+
修改接口:
|
|
159
72
|
|
|
160
|
-
|
|
73
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
161
74
|
|
|
162
|
-
|
|
75
|
+
* 新增入参:ImageId
|
|
163
76
|
|
|
164
|
-
改善已有的文档。
|
|
165
77
|
|
|
166
|
-
|
|
78
|
+
修改数据结构:
|
|
167
79
|
|
|
168
|
-
* [
|
|
169
|
-
* [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
|
|
170
|
-
* [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
|
|
171
|
-
* [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
|
|
172
|
-
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
173
|
-
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
174
|
-
* [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
|
|
175
|
-
* [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
|
|
176
|
-
* [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
|
|
177
|
-
* [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
|
|
178
|
-
* [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
|
|
179
|
-
* [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
|
|
180
|
-
* [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
|
|
181
|
-
* [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
|
|
182
|
-
* [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
|
|
183
|
-
* [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
|
|
184
|
-
* [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
|
|
185
|
-
* [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
|
|
186
|
-
* [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
|
|
187
|
-
* [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
|
|
188
|
-
* [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
|
|
189
|
-
* [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
|
|
190
|
-
* [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
|
|
191
|
-
* [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
|
|
192
|
-
* [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
|
|
193
|
-
* [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
|
|
194
|
-
* [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
|
|
195
|
-
* [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
|
|
196
|
-
* [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
|
|
197
|
-
* [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
|
|
198
|
-
* [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
|
|
199
|
-
* [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
|
|
200
|
-
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
201
|
-
* [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
|
|
202
|
-
* [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
|
|
203
|
-
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
204
|
-
* [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
|
|
205
|
-
* [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
|
|
206
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
|
|
207
|
-
* [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
|
|
208
|
-
* [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
|
|
209
|
-
* [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
|
|
210
|
-
* [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
|
|
80
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
211
81
|
|
|
212
|
-
|
|
82
|
+
* 新增成员:ClusterVersion
|
|
213
83
|
|
|
214
|
-
* [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
|
|
215
|
-
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
216
|
-
* [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
|
|
217
|
-
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
218
|
-
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
219
|
-
* [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
|
|
220
|
-
* [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
|
|
221
|
-
* [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
|
|
222
|
-
* [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
|
|
223
84
|
|
|
224
85
|
|
|
225
86
|
|
|
@@ -622,6 +483,25 @@
|
|
|
622
483
|
|
|
623
484
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
624
485
|
|
|
486
|
+
### 第 26 次发布
|
|
487
|
+
|
|
488
|
+
发布时间:2022-02-15 08:02:33
|
|
489
|
+
|
|
490
|
+
本次发布包含了以下内容:
|
|
491
|
+
|
|
492
|
+
改善已有的文档。
|
|
493
|
+
|
|
494
|
+
修改接口:
|
|
495
|
+
|
|
496
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1155/68348)
|
|
497
|
+
|
|
498
|
+
* 新增入参:SetDestroyModeCommandInput
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
新增数据结构:
|
|
502
|
+
|
|
503
|
+
* [[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput)](https://cloud.tencent.com/document/api/1155/40113#[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetDestroyModeCommandInput))
|
|
504
|
+
|
|
625
505
|
### 第 25 次发布
|
|
626
506
|
|
|
627
507
|
发布时间:2022-02-14 08:04:52
|
|
@@ -1332,37 +1212,37 @@
|
|
|
1332
1212
|
|
|
1333
1213
|
新增接口:
|
|
1334
1214
|
|
|
1335
|
-
* [
|
|
1336
|
-
* [
|
|
1337
|
-
* [
|
|
1338
|
-
* [
|
|
1339
|
-
* [
|
|
1340
|
-
* [
|
|
1341
|
-
* [
|
|
1342
|
-
* [
|
|
1343
|
-
* [
|
|
1344
|
-
* [
|
|
1345
|
-
* [
|
|
1346
|
-
* [
|
|
1347
|
-
* [
|
|
1348
|
-
* [
|
|
1349
|
-
* [
|
|
1350
|
-
* [
|
|
1351
|
-
* [
|
|
1352
|
-
* [
|
|
1353
|
-
* [
|
|
1354
|
-
* [
|
|
1355
|
-
* [
|
|
1215
|
+
* [CreateCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69188)
|
|
1216
|
+
* [CreateCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69187)
|
|
1217
|
+
* [CreateCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69178)
|
|
1218
|
+
* [DeleteCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69186)
|
|
1219
|
+
* [DeleteCCRequestLimitPolicy](https://cloud.tencent.com/document/api/1021/69185)
|
|
1220
|
+
* [DeleteCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69177)
|
|
1221
|
+
* [DeleteCcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/69176)
|
|
1222
|
+
* [DeletePortAclConfig](https://cloud.tencent.com/document/api/1021/69175)
|
|
1223
|
+
* [DescribeCCPrecisionPlyList](https://cloud.tencent.com/document/api/1021/69184)
|
|
1224
|
+
* [DescribeCCReqLimitPolicyList](https://cloud.tencent.com/document/api/1021/69183)
|
|
1225
|
+
* [DescribeCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69174)
|
|
1226
|
+
* [DescribeCcGeoIPBlockConfigList](https://cloud.tencent.com/document/api/1021/69173)
|
|
1227
|
+
* [ModifyCCLevelPolicy](https://cloud.tencent.com/document/api/1021/69182)
|
|
1228
|
+
* [ModifyCCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/69181)
|
|
1229
|
+
* [ModifyCCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/69180)
|
|
1230
|
+
* [ModifyCCThresholdPolicy](https://cloud.tencent.com/document/api/1021/69179)
|
|
1231
|
+
* [ModifyCcBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69172)
|
|
1232
|
+
* [ModifyDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/69171)
|
|
1233
|
+
* [ModifyDDoSLevel](https://cloud.tencent.com/document/api/1021/69191)
|
|
1234
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
1235
|
+
* [ModifyPortAclConfig](https://cloud.tencent.com/document/api/1021/69170)
|
|
1356
1236
|
|
|
1357
1237
|
新增数据结构:
|
|
1358
1238
|
|
|
1359
|
-
* [
|
|
1360
|
-
* [
|
|
1361
|
-
* [
|
|
1362
|
-
* [
|
|
1363
|
-
* [
|
|
1364
|
-
* [
|
|
1365
|
-
* [
|
|
1239
|
+
* [CCPrecisionPlyRecord](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPlyRecord)
|
|
1240
|
+
* [CCPrecisionPolicy](https://cloud.tencent.com/document/api/1021/57582#CCPrecisionPolicy)
|
|
1241
|
+
* [CCReqLimitPolicy](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicy)
|
|
1242
|
+
* [CCReqLimitPolicyRecord](https://cloud.tencent.com/document/api/1021/57582#CCReqLimitPolicyRecord)
|
|
1243
|
+
* [CcBlackWhiteIpPolicy](https://cloud.tencent.com/document/api/1021/57582#CcBlackWhiteIpPolicy)
|
|
1244
|
+
* [CcGeoIPBlockConfig](https://cloud.tencent.com/document/api/1021/57582#CcGeoIPBlockConfig)
|
|
1245
|
+
* [CcGeoIpPolicyNew](https://cloud.tencent.com/document/api/1021/57582#CcGeoIpPolicyNew)
|
|
1366
1246
|
|
|
1367
1247
|
### 第 20 次发布
|
|
1368
1248
|
|
|
@@ -8880,13 +8760,13 @@
|
|
|
8880
8760
|
|
|
8881
8761
|
新增接口:
|
|
8882
8762
|
|
|
8883
|
-
* [
|
|
8884
|
-
* [
|
|
8885
|
-
* [
|
|
8763
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
8764
|
+
* [DescribeAutoCalloutTask](https://cloud.tencent.com/document/api/679/69193)
|
|
8765
|
+
* [StopAutoCalloutTask](https://cloud.tencent.com/document/api/679/69192)
|
|
8886
8766
|
|
|
8887
8767
|
新增数据结构:
|
|
8888
8768
|
|
|
8889
|
-
* [
|
|
8769
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
8890
8770
|
|
|
8891
8771
|
修改数据结构:
|
|
8892
8772
|
|
|
@@ -16435,7 +16315,7 @@
|
|
|
16435
16315
|
|
|
16436
16316
|
新增接口:
|
|
16437
16317
|
|
|
16438
|
-
* [
|
|
16318
|
+
* [DescribeAuditTracks](https://cloud.tencent.com/document/api/629/69204)
|
|
16439
16319
|
|
|
16440
16320
|
### 第 9 次发布
|
|
16441
16321
|
|
|
@@ -24102,11 +23982,11 @@
|
|
|
24102
23982
|
|
|
24103
23983
|
新增接口:
|
|
24104
23984
|
|
|
24105
|
-
* [
|
|
23985
|
+
* [DescribeProxySessionKillTasks](https://cloud.tencent.com/document/api/1130/69205)
|
|
24106
23986
|
|
|
24107
23987
|
新增数据结构:
|
|
24108
23988
|
|
|
24109
|
-
* [
|
|
23989
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1130/57812#TaskInfo)
|
|
24110
23990
|
|
|
24111
23991
|
### 第 6 次发布
|
|
24112
23992
|
|
|
@@ -34745,6 +34625,21 @@
|
|
|
34745
34625
|
|
|
34746
34626
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
34747
34627
|
|
|
34628
|
+
### 第 2 次发布
|
|
34629
|
+
|
|
34630
|
+
发布时间:2022-02-15 08:09:12
|
|
34631
|
+
|
|
34632
|
+
本次发布包含了以下内容:
|
|
34633
|
+
|
|
34634
|
+
改善已有的文档。
|
|
34635
|
+
|
|
34636
|
+
修改数据结构:
|
|
34637
|
+
|
|
34638
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
34639
|
+
|
|
34640
|
+
* 新增成员:AllowVisualModify
|
|
34641
|
+
|
|
34642
|
+
|
|
34748
34643
|
### 第 1 次发布
|
|
34749
34644
|
|
|
34750
34645
|
发布时间:2021-12-23 14:56:48
|
|
@@ -36037,6 +35932,18 @@
|
|
|
36037
35932
|
|
|
36038
35933
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
36039
35934
|
|
|
35935
|
+
### 第 41 次发布
|
|
35936
|
+
|
|
35937
|
+
发布时间:2022-02-15 08:09:38
|
|
35938
|
+
|
|
35939
|
+
本次发布包含了以下内容:
|
|
35940
|
+
|
|
35941
|
+
改善已有的文档。
|
|
35942
|
+
|
|
35943
|
+
新增接口:
|
|
35944
|
+
|
|
35945
|
+
* [[DescribeGatewaySubDeviceList](https://cloud.tencent.com/document/api/1081/69291)](https://cloud.tencent.com/document/api/#/#)
|
|
35946
|
+
|
|
36040
35947
|
### 第 40 次发布
|
|
36041
35948
|
|
|
36042
35949
|
发布时间:2022-01-11 08:10:29
|
|
@@ -48792,61 +48699,61 @@
|
|
|
48792
48699
|
|
|
48793
48700
|
新增接口:
|
|
48794
48701
|
|
|
48795
|
-
* [
|
|
48796
|
-
* [
|
|
48797
|
-
* [
|
|
48798
|
-
* [
|
|
48799
|
-
* [
|
|
48800
|
-
* [
|
|
48801
|
-
* [
|
|
48802
|
-
* [
|
|
48803
|
-
* [
|
|
48804
|
-
* [
|
|
48805
|
-
* [
|
|
48806
|
-
* [
|
|
48807
|
-
* [
|
|
48808
|
-
* [
|
|
48809
|
-
* [
|
|
48810
|
-
* [
|
|
48811
|
-
* [
|
|
48812
|
-
* [
|
|
48813
|
-
* [
|
|
48814
|
-
* [
|
|
48815
|
-
* [
|
|
48816
|
-
* [
|
|
48817
|
-
* [
|
|
48818
|
-
* [
|
|
48819
|
-
* [
|
|
48820
|
-
* [
|
|
48821
|
-
* [
|
|
48822
|
-
* [
|
|
48823
|
-
* [
|
|
48824
|
-
* [
|
|
48825
|
-
* [
|
|
48826
|
-
* [
|
|
48827
|
-
* [
|
|
48828
|
-
* [
|
|
48829
|
-
* [
|
|
48830
|
-
* [
|
|
48831
|
-
* [
|
|
48832
|
-
* [
|
|
48833
|
-
* [
|
|
48834
|
-
* [
|
|
48835
|
-
* [
|
|
48836
|
-
* [
|
|
48837
|
-
* [
|
|
48838
|
-
|
|
48839
|
-
新增数据结构:
|
|
48840
|
-
|
|
48841
|
-
* [
|
|
48842
|
-
* [
|
|
48843
|
-
* [
|
|
48844
|
-
* [
|
|
48845
|
-
* [
|
|
48846
|
-
* [
|
|
48847
|
-
* [
|
|
48848
|
-
* [
|
|
48849
|
-
* [
|
|
48702
|
+
* [CreateLogExport](https://cloud.tencent.com/document/api/1464/69248)
|
|
48703
|
+
* [CreateOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69247)
|
|
48704
|
+
* [CreateReleaseFile](https://cloud.tencent.com/document/api/1464/69246)
|
|
48705
|
+
* [CreateStarProject](https://cloud.tencent.com/document/api/1464/69245)
|
|
48706
|
+
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
48707
|
+
* [CreateWhitelist](https://cloud.tencent.com/document/api/1464/69243)
|
|
48708
|
+
* [DeleteInstance](https://cloud.tencent.com/document/api/1464/69242)
|
|
48709
|
+
* [DeleteLogExport](https://cloud.tencent.com/document/api/1464/69241)
|
|
48710
|
+
* [DeleteOfflineLogConfig](https://cloud.tencent.com/document/api/1464/69240)
|
|
48711
|
+
* [DeleteOfflineLogRecord](https://cloud.tencent.com/document/api/1464/69239)
|
|
48712
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1464/69238)
|
|
48713
|
+
* [DeleteReleaseFile](https://cloud.tencent.com/document/api/1464/69237)
|
|
48714
|
+
* [DeleteStarProject](https://cloud.tencent.com/document/api/1464/69236)
|
|
48715
|
+
* [DeleteWhitelist](https://cloud.tencent.com/document/api/1464/69235)
|
|
48716
|
+
* [DescribeData](https://cloud.tencent.com/document/api/1464/69234)
|
|
48717
|
+
* [DescribeDataCustomUrl](https://cloud.tencent.com/document/api/1464/69233)
|
|
48718
|
+
* [DescribeDataFetchProject](https://cloud.tencent.com/document/api/1464/69232)
|
|
48719
|
+
* [DescribeDataLogUrlInfo](https://cloud.tencent.com/document/api/1464/69231)
|
|
48720
|
+
* [DescribeDataPerformanceProject](https://cloud.tencent.com/document/api/1464/69230)
|
|
48721
|
+
* [DescribeDataPvUrlInfo](https://cloud.tencent.com/document/api/1464/69229)
|
|
48722
|
+
* [DescribeDataReportCount](https://cloud.tencent.com/document/api/1464/69228)
|
|
48723
|
+
* [DescribeDataSetUrlStatistics](https://cloud.tencent.com/document/api/1464/69227)
|
|
48724
|
+
* [DescribeDataStaticProject](https://cloud.tencent.com/document/api/1464/69226)
|
|
48725
|
+
* [DescribeDataStaticResource](https://cloud.tencent.com/document/api/1464/69225)
|
|
48726
|
+
* [DescribeDataStaticUrl](https://cloud.tencent.com/document/api/1464/69224)
|
|
48727
|
+
* [DescribeDataWebVitalsPage](https://cloud.tencent.com/document/api/1464/69223)
|
|
48728
|
+
* [DescribeLogExports](https://cloud.tencent.com/document/api/1464/69222)
|
|
48729
|
+
* [DescribeOfflineLogConfigs](https://cloud.tencent.com/document/api/1464/69221)
|
|
48730
|
+
* [DescribeOfflineLogRecords](https://cloud.tencent.com/document/api/1464/69220)
|
|
48731
|
+
* [DescribeOfflineLogs](https://cloud.tencent.com/document/api/1464/69219)
|
|
48732
|
+
* [DescribeProjectLimits](https://cloud.tencent.com/document/api/1464/69218)
|
|
48733
|
+
* [DescribePvList](https://cloud.tencent.com/document/api/1464/69217)
|
|
48734
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
48735
|
+
* [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
|
|
48736
|
+
* [DescribeTawAreas](https://cloud.tencent.com/document/api/1464/69214)
|
|
48737
|
+
* [DescribeTawInstances](https://cloud.tencent.com/document/api/1464/69213)
|
|
48738
|
+
* [DescribeUvList](https://cloud.tencent.com/document/api/1464/69212)
|
|
48739
|
+
* [DescribeWhitelists](https://cloud.tencent.com/document/api/1464/69211)
|
|
48740
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1464/69210)
|
|
48741
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1464/69209)
|
|
48742
|
+
* [ModifyProjectLimit](https://cloud.tencent.com/document/api/1464/69208)
|
|
48743
|
+
* [ResumeInstance](https://cloud.tencent.com/document/api/1464/69207)
|
|
48744
|
+
* [StopInstance](https://cloud.tencent.com/document/api/1464/69206)
|
|
48745
|
+
|
|
48746
|
+
新增数据结构:
|
|
48747
|
+
|
|
48748
|
+
* [LogExport](https://cloud.tencent.com/document/api/1464/61476#LogExport)
|
|
48749
|
+
* [ProjectLimit](https://cloud.tencent.com/document/api/1464/61476#ProjectLimit)
|
|
48750
|
+
* [ReleaseFile](https://cloud.tencent.com/document/api/1464/61476#ReleaseFile)
|
|
48751
|
+
* [RumAreaInfo](https://cloud.tencent.com/document/api/1464/61476#RumAreaInfo)
|
|
48752
|
+
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
48753
|
+
* [RumPvInfo](https://cloud.tencent.com/document/api/1464/61476#RumPvInfo)
|
|
48754
|
+
* [RumUvInfo](https://cloud.tencent.com/document/api/1464/61476#RumUvInfo)
|
|
48755
|
+
* [Tag](https://cloud.tencent.com/document/api/1464/61476#Tag)
|
|
48756
|
+
* [Whitelist](https://cloud.tencent.com/document/api/1464/61476#Whitelist)
|
|
48850
48757
|
|
|
48851
48758
|
### 第 10 次发布
|
|
48852
48759
|
|
|
@@ -56499,6 +56406,28 @@
|
|
|
56499
56406
|
|
|
56500
56407
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
56501
56408
|
|
|
56409
|
+
### 第 9 次发布
|
|
56410
|
+
|
|
56411
|
+
发布时间:2022-02-15 08:13:53
|
|
56412
|
+
|
|
56413
|
+
本次发布包含了以下内容:
|
|
56414
|
+
|
|
56415
|
+
改善已有的文档。
|
|
56416
|
+
|
|
56417
|
+
修改接口:
|
|
56418
|
+
|
|
56419
|
+
* [DescribeAssetImageRegistryDetail](https://cloud.tencent.com/document/api/1285/65501)
|
|
56420
|
+
|
|
56421
|
+
* 新增入参:ImageId
|
|
56422
|
+
|
|
56423
|
+
|
|
56424
|
+
修改数据结构:
|
|
56425
|
+
|
|
56426
|
+
* [ComplianceK8SDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceK8SDetailInfo)
|
|
56427
|
+
|
|
56428
|
+
* 新增成员:ClusterVersion
|
|
56429
|
+
|
|
56430
|
+
|
|
56502
56431
|
### 第 8 次发布
|
|
56503
56432
|
|
|
56504
56433
|
发布时间:2022-01-24 08:15:12
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-15 08:02:33 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-14 08:04:59 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2021-12-22 08:12:31 |
|
|
90
90
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-14 08:12:04 |
|
|
91
91
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2021-11-11 11:03:38 |
|
|
92
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) |
|
|
92
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-15 08:09:12 |
|
|
93
93
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2021-11-10 08:07:49 |
|
|
94
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-01-24 08:10:57 |
|
|
95
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
|
|
96
96
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
|
|
97
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-
|
|
97
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-02-15 08:09:38 |
|
|
98
98
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
99
99
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
|
|
100
100
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-01-19 08:13:55 |
|
|
130
130
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
|
|
131
131
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
132
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-
|
|
132
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-15 08:12:19 |
|
|
133
133
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
|
|
134
134
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
|
|
135
135
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-10 11:28:45 |
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
157
157
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
|
|
158
158
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
|
|
159
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
159
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-15 08:13:53 |
|
|
160
160
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
161
161
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
|
|
162
162
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.288"
|
|
@@ -585,6 +585,24 @@ export interface Artist {
|
|
|
585
585
|
ArtistName: string
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
+
/**
|
|
589
|
+
* 设置销毁模式
|
|
590
|
+
*/
|
|
591
|
+
export interface SetDestroyModeCommandInput {
|
|
592
|
+
/**
|
|
593
|
+
* 销毁模式,取值有:
|
|
594
|
+
<li>Auto:房间没人时自动销毁</li>
|
|
595
|
+
<li>Expire:房间没人时过期自动销毁</li>
|
|
596
|
+
<li>Never:不自动销毁,需手动销毁</li>默认为:Auto。
|
|
597
|
+
*/
|
|
598
|
+
DestroyMode: string
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。
|
|
602
|
+
*/
|
|
603
|
+
DestroyExpireTime?: number
|
|
604
|
+
}
|
|
605
|
+
|
|
588
606
|
/**
|
|
589
607
|
* ReportData返回参数结构体
|
|
590
608
|
*/
|
|
@@ -1611,6 +1629,7 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1611
1629
|
<li>SetPlaylist:歌单变更</li>
|
|
1612
1630
|
<li>SetAudioParam:音频参数变更</li>
|
|
1613
1631
|
<li>SendMessage:发送自定义消息</li>
|
|
1632
|
+
<li>SetDestroyMode:设置销毁模式</li>
|
|
1614
1633
|
*/
|
|
1615
1634
|
Command: string
|
|
1616
1635
|
|
|
@@ -1643,6 +1662,11 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1643
1662
|
* 播放模式,当Command取SetPlayMode时,必填。
|
|
1644
1663
|
*/
|
|
1645
1664
|
SetPlayModeCommandInput?: SetPlayModeCommandInput
|
|
1665
|
+
|
|
1666
|
+
/**
|
|
1667
|
+
* 销毁模式,当Command取SetDestroyMode时,必填。
|
|
1668
|
+
*/
|
|
1669
|
+
SetDestroyModeCommandInput?: SetDestroyModeCommandInput
|
|
1646
1670
|
}
|
|
1647
1671
|
|
|
1648
1672
|
/**
|
|
@@ -162,6 +162,7 @@ import {
|
|
|
162
162
|
DescribeBindedProductsRequest,
|
|
163
163
|
DescribeLoRaFrequencyResponse,
|
|
164
164
|
ProductEntry,
|
|
165
|
+
DescribeGatewaySubDeviceListResponse,
|
|
165
166
|
DescribeSpaceFenceEventListRequest,
|
|
166
167
|
GetLoRaGatewayListRequest,
|
|
167
168
|
FenceEventItem,
|
|
@@ -177,6 +178,7 @@ import {
|
|
|
177
178
|
CreateLoRaFrequencyRequest,
|
|
178
179
|
LoRaGatewayItem,
|
|
179
180
|
DescribeDeviceBindGatewayResponse,
|
|
181
|
+
DescribeGatewaySubDeviceListRequest,
|
|
180
182
|
ControlDeviceDataResponse,
|
|
181
183
|
DescribeDeviceDataHistoryRequest,
|
|
182
184
|
UpdateFirmwareRequest,
|
|
@@ -488,6 +490,16 @@ export class Client extends AbstractClient {
|
|
|
488
490
|
return this.request("EnableTopicRule", req, cb)
|
|
489
491
|
}
|
|
490
492
|
|
|
493
|
+
/**
|
|
494
|
+
* 查询绑定到家庭的网关设备的子设备列表
|
|
495
|
+
*/
|
|
496
|
+
async DescribeGatewaySubDeviceList(
|
|
497
|
+
req: DescribeGatewaySubDeviceListRequest,
|
|
498
|
+
cb?: (error: string, rep: DescribeGatewaySubDeviceListResponse) => void
|
|
499
|
+
): Promise<DescribeGatewaySubDeviceListResponse> {
|
|
500
|
+
return this.request("DescribeGatewaySubDeviceList", req, cb)
|
|
501
|
+
}
|
|
502
|
+
|
|
491
503
|
/**
|
|
492
504
|
* 提供根据产品名称查找产品的能力
|
|
493
505
|
*/
|
|
@@ -3296,6 +3296,28 @@ export interface ProductEntry {
|
|
|
3296
3296
|
CreatorNickName: string
|
|
3297
3297
|
}
|
|
3298
3298
|
|
|
3299
|
+
/**
|
|
3300
|
+
* DescribeGatewaySubDeviceList返回参数结构体
|
|
3301
|
+
*/
|
|
3302
|
+
export interface DescribeGatewaySubDeviceListResponse {
|
|
3303
|
+
/**
|
|
3304
|
+
* 设备的总数
|
|
3305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3306
|
+
*/
|
|
3307
|
+
Total: number
|
|
3308
|
+
|
|
3309
|
+
/**
|
|
3310
|
+
* 设备列表
|
|
3311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3312
|
+
*/
|
|
3313
|
+
DeviceList: Array<FamilySubDevice>
|
|
3314
|
+
|
|
3315
|
+
/**
|
|
3316
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3317
|
+
*/
|
|
3318
|
+
RequestId?: string
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3299
3321
|
/**
|
|
3300
3322
|
* DescribeSpaceFenceEventList请求参数结构体
|
|
3301
3323
|
*/
|
|
@@ -3653,6 +3675,31 @@ export interface DescribeDeviceBindGatewayResponse {
|
|
|
3653
3675
|
RequestId?: string
|
|
3654
3676
|
}
|
|
3655
3677
|
|
|
3678
|
+
/**
|
|
3679
|
+
* DescribeGatewaySubDeviceList请求参数结构体
|
|
3680
|
+
*/
|
|
3681
|
+
export interface DescribeGatewaySubDeviceListRequest {
|
|
3682
|
+
/**
|
|
3683
|
+
* 网关产品ID
|
|
3684
|
+
*/
|
|
3685
|
+
GatewayProductId: string
|
|
3686
|
+
|
|
3687
|
+
/**
|
|
3688
|
+
* 网关设备名称
|
|
3689
|
+
*/
|
|
3690
|
+
GatewayDeviceName: string
|
|
3691
|
+
|
|
3692
|
+
/**
|
|
3693
|
+
* 分页偏移
|
|
3694
|
+
*/
|
|
3695
|
+
Offset: number
|
|
3696
|
+
|
|
3697
|
+
/**
|
|
3698
|
+
* 分页的大小
|
|
3699
|
+
*/
|
|
3700
|
+
Limit: number
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3656
3703
|
/**
|
|
3657
3704
|
* ControlDeviceData返回参数结构体
|
|
3658
3705
|
*/
|
|
@@ -954,6 +954,12 @@ export interface ComplianceK8SDetailInfo {
|
|
|
954
954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
955
955
|
*/
|
|
956
956
|
ClusterName: string
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* K8S集群的版本。
|
|
960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
961
|
+
*/
|
|
962
|
+
ClusterVersion: string
|
|
957
963
|
}
|
|
958
964
|
|
|
959
965
|
/**
|
|
@@ -3116,7 +3122,7 @@ export interface ModifyVirusMonitorSettingRequest {
|
|
|
3116
3122
|
ScanPathAll: boolean
|
|
3117
3123
|
|
|
3118
3124
|
/**
|
|
3119
|
-
* 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
|
|
3125
|
+
* 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
|
|
3120
3126
|
*/
|
|
3121
3127
|
ScanPathType: number
|
|
3122
3128
|
|
|
@@ -5517,7 +5523,7 @@ export interface DescribeVirusTaskListResponse {
|
|
|
5517
5523
|
List: Array<VirusTaskInfo>
|
|
5518
5524
|
|
|
5519
5525
|
/**
|
|
5520
|
-
* 总数量
|
|
5526
|
+
* 总数量(容器任务数量)
|
|
5521
5527
|
*/
|
|
5522
5528
|
TotalCount: number
|
|
5523
5529
|
|
|
@@ -6863,6 +6869,11 @@ export interface DescribeAssetImageRegistryDetailRequest {
|
|
|
6863
6869
|
* 仓库列表id
|
|
6864
6870
|
*/
|
|
6865
6871
|
Id?: number
|
|
6872
|
+
|
|
6873
|
+
/**
|
|
6874
|
+
* 镜像ID
|
|
6875
|
+
*/
|
|
6876
|
+
ImageId?: string
|
|
6866
6877
|
}
|
|
6867
6878
|
|
|
6868
6879
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.288";
|
|
@@ -488,6 +488,22 @@ export interface Artist {
|
|
|
488
488
|
*/
|
|
489
489
|
ArtistName: string;
|
|
490
490
|
}
|
|
491
|
+
/**
|
|
492
|
+
* 设置销毁模式
|
|
493
|
+
*/
|
|
494
|
+
export interface SetDestroyModeCommandInput {
|
|
495
|
+
/**
|
|
496
|
+
* 销毁模式,取值有:
|
|
497
|
+
<li>Auto:房间没人时自动销毁</li>
|
|
498
|
+
<li>Expire:房间没人时过期自动销毁</li>
|
|
499
|
+
<li>Never:不自动销毁,需手动销毁</li>默认为:Auto。
|
|
500
|
+
*/
|
|
501
|
+
DestroyMode: string;
|
|
502
|
+
/**
|
|
503
|
+
* 过期销毁时间,单位:秒,当DestroyMode取Expire时必填。
|
|
504
|
+
*/
|
|
505
|
+
DestroyExpireTime?: number;
|
|
506
|
+
}
|
|
491
507
|
/**
|
|
492
508
|
* ReportData返回参数结构体
|
|
493
509
|
*/
|
|
@@ -1365,6 +1381,7 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1365
1381
|
<li>SetPlaylist:歌单变更</li>
|
|
1366
1382
|
<li>SetAudioParam:音频参数变更</li>
|
|
1367
1383
|
<li>SendMessage:发送自定义消息</li>
|
|
1384
|
+
<li>SetDestroyMode:设置销毁模式</li>
|
|
1368
1385
|
*/
|
|
1369
1386
|
Command: string;
|
|
1370
1387
|
/**
|
|
@@ -1391,6 +1408,10 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1391
1408
|
* 播放模式,当Command取SetPlayMode时,必填。
|
|
1392
1409
|
*/
|
|
1393
1410
|
SetPlayModeCommandInput?: SetPlayModeCommandInput;
|
|
1411
|
+
/**
|
|
1412
|
+
* 销毁模式,当Command取SetDestroyMode时,必填。
|
|
1413
|
+
*/
|
|
1414
|
+
SetDestroyModeCommandInput?: SetDestroyModeCommandInput;
|
|
1394
1415
|
}
|
|
1395
1416
|
/**
|
|
1396
1417
|
* DescribeKTVPlaylists返回参数结构体
|
|
@@ -1629,6 +1629,11 @@ export interface ApplicationBasicInfo {
|
|
|
1629
1629
|
* 创建时间
|
|
1630
1630
|
*/
|
|
1631
1631
|
CreateTime?: string;
|
|
1632
|
+
/**
|
|
1633
|
+
* 是否允许可视化修改
|
|
1634
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1635
|
+
*/
|
|
1636
|
+
AllowVisualModify?: boolean;
|
|
1632
1637
|
}
|
|
1633
1638
|
/**
|
|
1634
1639
|
* DescribeEdgeDefaultVpc请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, DeleteDevicesResponse, ModifyStudioProductResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, BindDevicesRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeDevicePositionListResponse, GetProjectListResponse, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, DescribeBatchProductionResponse, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, GetPositionSpaceListRequest, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, DescribeStudioProductResponse, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeFenceBindListRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeLoRaFrequencyResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, ModifyLoRaFrequencyRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, BindDevicesResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, EnableTopicRuleRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
|
|
3
|
+
import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, DeleteDevicesResponse, ModifyStudioProductResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, BindDevicesRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeDevicePositionListResponse, GetProjectListResponse, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, DescribeBatchProductionResponse, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, GetPositionSpaceListRequest, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, DescribeStudioProductResponse, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeFenceBindListRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeLoRaFrequencyResponse, DescribeGatewaySubDeviceListResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, ModifyLoRaFrequencyRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DescribeGatewayBindDevicesRequest, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, BindDevicesResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, EnableTopicRuleRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
|
|
4
4
|
/**
|
|
5
5
|
* iotexplorer client
|
|
6
6
|
* @class
|
|
@@ -107,6 +107,10 @@ export declare class Client extends AbstractClient {
|
|
|
107
107
|
* 启用规则
|
|
108
108
|
*/
|
|
109
109
|
EnableTopicRule(req: EnableTopicRuleRequest, cb?: (error: string, rep: EnableTopicRuleResponse) => void): Promise<EnableTopicRuleResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 查询绑定到家庭的网关设备的子设备列表
|
|
112
|
+
*/
|
|
113
|
+
DescribeGatewaySubDeviceList(req: DescribeGatewaySubDeviceListRequest, cb?: (error: string, rep: DescribeGatewaySubDeviceListResponse) => void): Promise<DescribeGatewaySubDeviceListResponse>;
|
|
110
114
|
/**
|
|
111
115
|
* 提供根据产品名称查找产品的能力
|
|
112
116
|
*/
|
|
@@ -177,6 +177,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
177
177
|
async EnableTopicRule(req, cb) {
|
|
178
178
|
return this.request("EnableTopicRule", req, cb);
|
|
179
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* 查询绑定到家庭的网关设备的子设备列表
|
|
182
|
+
*/
|
|
183
|
+
async DescribeGatewaySubDeviceList(req, cb) {
|
|
184
|
+
return this.request("DescribeGatewaySubDeviceList", req, cb);
|
|
185
|
+
}
|
|
180
186
|
/**
|
|
181
187
|
* 提供根据产品名称查找产品的能力
|
|
182
188
|
*/
|
|
@@ -2790,6 +2790,25 @@ export interface ProductEntry {
|
|
|
2790
2790
|
*/
|
|
2791
2791
|
CreatorNickName: string;
|
|
2792
2792
|
}
|
|
2793
|
+
/**
|
|
2794
|
+
* DescribeGatewaySubDeviceList返回参数结构体
|
|
2795
|
+
*/
|
|
2796
|
+
export interface DescribeGatewaySubDeviceListResponse {
|
|
2797
|
+
/**
|
|
2798
|
+
* 设备的总数
|
|
2799
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2800
|
+
*/
|
|
2801
|
+
Total: number;
|
|
2802
|
+
/**
|
|
2803
|
+
* 设备列表
|
|
2804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2805
|
+
*/
|
|
2806
|
+
DeviceList: Array<FamilySubDevice>;
|
|
2807
|
+
/**
|
|
2808
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2809
|
+
*/
|
|
2810
|
+
RequestId?: string;
|
|
2811
|
+
}
|
|
2793
2812
|
/**
|
|
2794
2813
|
* DescribeSpaceFenceEventList请求参数结构体
|
|
2795
2814
|
*/
|
|
@@ -3091,6 +3110,27 @@ export interface DescribeDeviceBindGatewayResponse {
|
|
|
3091
3110
|
*/
|
|
3092
3111
|
RequestId?: string;
|
|
3093
3112
|
}
|
|
3113
|
+
/**
|
|
3114
|
+
* DescribeGatewaySubDeviceList请求参数结构体
|
|
3115
|
+
*/
|
|
3116
|
+
export interface DescribeGatewaySubDeviceListRequest {
|
|
3117
|
+
/**
|
|
3118
|
+
* 网关产品ID
|
|
3119
|
+
*/
|
|
3120
|
+
GatewayProductId: string;
|
|
3121
|
+
/**
|
|
3122
|
+
* 网关设备名称
|
|
3123
|
+
*/
|
|
3124
|
+
GatewayDeviceName: string;
|
|
3125
|
+
/**
|
|
3126
|
+
* 分页偏移
|
|
3127
|
+
*/
|
|
3128
|
+
Offset: number;
|
|
3129
|
+
/**
|
|
3130
|
+
* 分页的大小
|
|
3131
|
+
*/
|
|
3132
|
+
Limit: number;
|
|
3133
|
+
}
|
|
3094
3134
|
/**
|
|
3095
3135
|
* ControlDeviceData返回参数结构体
|
|
3096
3136
|
*/
|
|
@@ -802,6 +802,11 @@ export interface ComplianceK8SDetailInfo {
|
|
|
802
802
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
803
803
|
*/
|
|
804
804
|
ClusterName: string;
|
|
805
|
+
/**
|
|
806
|
+
* K8S集群的版本。
|
|
807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
808
|
+
*/
|
|
809
|
+
ClusterVersion: string;
|
|
805
810
|
}
|
|
806
811
|
/**
|
|
807
812
|
* 运行时容器访问控制事件描述信息
|
|
@@ -2627,7 +2632,7 @@ export interface ModifyVirusMonitorSettingRequest {
|
|
|
2627
2632
|
*/
|
|
2628
2633
|
ScanPathAll: boolean;
|
|
2629
2634
|
/**
|
|
2630
|
-
* 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径
|
|
2635
|
+
* 当ScanPathAll为true 生效 0扫描以下路径 1、扫描除以下路径(扫描范围只能小于等于1)
|
|
2631
2636
|
*/
|
|
2632
2637
|
ScanPathType: number;
|
|
2633
2638
|
/**
|
|
@@ -4641,7 +4646,7 @@ export interface DescribeVirusTaskListResponse {
|
|
|
4641
4646
|
*/
|
|
4642
4647
|
List: Array<VirusTaskInfo>;
|
|
4643
4648
|
/**
|
|
4644
|
-
* 总数量
|
|
4649
|
+
* 总数量(容器任务数量)
|
|
4645
4650
|
*/
|
|
4646
4651
|
TotalCount: number;
|
|
4647
4652
|
/**
|
|
@@ -5777,6 +5782,10 @@ export interface DescribeAssetImageRegistryDetailRequest {
|
|
|
5777
5782
|
* 仓库列表id
|
|
5778
5783
|
*/
|
|
5779
5784
|
Id?: number;
|
|
5785
|
+
/**
|
|
5786
|
+
* 镜像ID
|
|
5787
|
+
*/
|
|
5788
|
+
ImageId?: string;
|
|
5780
5789
|
}
|
|
5781
5790
|
/**
|
|
5782
5791
|
* CreateAssetImageRegistryScanTask请求参数结构体
|
|
@@ -268,6 +268,16 @@ it("iotexplorer.v20190423.EnableTopicRule", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("iotexplorer.v20190423.DescribeGatewaySubDeviceList", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DescribeGatewaySubDeviceList({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
it("iotexplorer.v20190423.SearchStudioProduct", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.SearchStudioProduct({})
|