tencentcloud-sdk-nodejs 4.0.1009 → 4.0.1010
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 +311 -0
- package/SERVICE_CHANGELOG.md +397 -255
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +52 -19
- package/src/services/aiart/v20221229/aiart_models.ts +145 -32
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cmq/v20190304/cmq_client.ts +6 -208
- package/src/services/cmq/v20190304/cmq_models.ts +89 -710
- package/src/services/config/v20220802/config_client.ts +54 -29
- package/src/services/config/v20220802/config_models.ts +410 -218
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/ecm/v20190719/ecm_models.ts +13 -22
- package/src/services/ess/v20201111/ess_client.ts +25 -4
- package/src/services/ess/v20201111/ess_models.ts +3 -23
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -9
- package/src/services/hai/v20230812/hai_client.ts +17 -4
- package/src/services/hai/v20230812/hai_models.ts +136 -47
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +70 -14
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +286 -12
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +13 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +41 -0
- package/src/services/lkeap/v20240522/lkeap_client.ts +1 -1
- package/src/services/lkeap/v20240522/lkeap_models.ts +27 -8
- package/src/services/mna/v20210119/mna_models.ts +0 -10
- package/src/services/redis/v20180412/redis_models.ts +87 -85
- package/src/services/sms/v20190711/sms_models.ts +23 -0
- package/src/services/sms/v20210111/sms_models.ts +23 -0
- package/src/services/tcb/v20180608/tcb_client.ts +2 -3
- package/src/services/tcb/v20180608/tcb_models.ts +3 -45
- package/src/services/tcr/v20190924/tcr_models.ts +3 -3
- package/src/services/trro/v20220325/trro_models.ts +4 -0
- package/src/services/trtc/v20190722/trtc_models.ts +54 -54
- package/src/services/tse/v20201207/tse_models.ts +8 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -8
- package/src/services/wedata/v20210820/wedata_models.ts +35 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +29 -12
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -13
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +141 -32
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -0
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -82
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +0 -111
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -679
- package/tencentcloud/services/config/v20220802/config_client.d.ts +15 -7
- package/tencentcloud/services/config/v20220802/config_client.js +21 -9
- package/tencentcloud/services/config/v20220802/config_models.d.ts +395 -208
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +13 -22
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +25 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +25 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -23
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -9
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +133 -47
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +21 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +30 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +270 -12
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +38 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +1 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +1 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +27 -8
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +0 -10
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +87 -85
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +23 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +23 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +0 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -45
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +54 -54
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +35 -0
- package/test/aiart.v20221229.test.js +24 -4
- package/test/cmq.v20190304.test.js +0 -150
- package/test/config.v20220802.test.js +26 -6
- package/test/hai.v20230812.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +44 -4
- package/test/iotvideo.v20211125.test.js +10 -0
|
@@ -9658,6 +9658,10 @@ export interface GenHiveTableDDLSqlRequest {
|
|
|
9658
9658
|
* 目标端schema名称
|
|
9659
9659
|
*/
|
|
9660
9660
|
SinkSchemaName?: string;
|
|
9661
|
+
/**
|
|
9662
|
+
* 获取源信息的环境
|
|
9663
|
+
*/
|
|
9664
|
+
Env?: string;
|
|
9661
9665
|
}
|
|
9662
9666
|
/**
|
|
9663
9667
|
* BatchCreateIntegrationTaskAlarms请求参数结构体
|
|
@@ -14978,6 +14982,11 @@ export interface TaskAlarmInfo {
|
|
|
14978
14982
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14979
14983
|
*/
|
|
14980
14984
|
DingDingWebHooks?: string;
|
|
14985
|
+
/**
|
|
14986
|
+
* 业务类型, 0-非默认, 1-默认
|
|
14987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14988
|
+
*/
|
|
14989
|
+
BusinessType?: number;
|
|
14981
14990
|
}
|
|
14982
14991
|
/**
|
|
14983
14992
|
* DescribeSchedulerTaskCntByStatus请求参数结构体
|
|
@@ -15464,6 +15473,16 @@ export interface AlarmIndicatorInfo {
|
|
|
15464
15473
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15465
15474
|
*/
|
|
15466
15475
|
Threshold?: number;
|
|
15476
|
+
/**
|
|
15477
|
+
* 时间范围单位
|
|
15478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15479
|
+
*/
|
|
15480
|
+
IndicatorTimeRangeUnit?: string;
|
|
15481
|
+
/**
|
|
15482
|
+
* 时间范围值
|
|
15483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15484
|
+
*/
|
|
15485
|
+
IndicatorTimeRangeValue?: number;
|
|
15467
15486
|
}
|
|
15468
15487
|
/**
|
|
15469
15488
|
* DescribeDataServicePublishedApiDetail返回参数结构体
|
|
@@ -20638,6 +20657,14 @@ export interface CreateHiveTableRequest {
|
|
|
20638
20657
|
* 责任人
|
|
20639
20658
|
*/
|
|
20640
20659
|
Incharge?: string;
|
|
20660
|
+
/**
|
|
20661
|
+
* 数据优化引擎
|
|
20662
|
+
*/
|
|
20663
|
+
DataOptimizationResource?: string;
|
|
20664
|
+
/**
|
|
20665
|
+
* 是否开启数据优化
|
|
20666
|
+
*/
|
|
20667
|
+
SmartOptimizerWritten?: string;
|
|
20641
20668
|
}
|
|
20642
20669
|
/**
|
|
20643
20670
|
* 数据运维脚本信息
|
|
@@ -21419,6 +21446,14 @@ export interface CreateHiveTableByDDLRequest {
|
|
|
21419
21446
|
* 是否异步建表
|
|
21420
21447
|
*/
|
|
21421
21448
|
Async?: boolean;
|
|
21449
|
+
/**
|
|
21450
|
+
* 数据优化使用的资源
|
|
21451
|
+
*/
|
|
21452
|
+
DataOptimizationResource?: string;
|
|
21453
|
+
/**
|
|
21454
|
+
* 是否开启数据优化
|
|
21455
|
+
*/
|
|
21456
|
+
SmartOptimizerWritten?: string;
|
|
21422
21457
|
}
|
|
21423
21458
|
/**
|
|
21424
21459
|
* 数据质量数据来源数据库
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.aiart.v20221229.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("aiart.v20221229.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("aiart.v20221229.SubmitMemeJob", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.SubmitMemeJob({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("aiart.v20221229.SketchToImage", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.SketchToImage({})
|
|
@@ -78,9 +88,9 @@ it("aiart.v20221229.GenerateAvatar", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
81
|
-
it("aiart.v20221229.
|
|
91
|
+
it("aiart.v20221229.QueryMemeJob", async function () {
|
|
82
92
|
try {
|
|
83
|
-
const data = await client.
|
|
93
|
+
const data = await client.QueryMemeJob({})
|
|
84
94
|
expect(data).to.be.ok
|
|
85
95
|
} catch(error) {
|
|
86
96
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +98,9 @@ it("aiart.v20221229.QueryTrainPortraitModelJob", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
91
|
-
it("aiart.v20221229.
|
|
101
|
+
it("aiart.v20221229.QueryTrainPortraitModelJob", async function () {
|
|
92
102
|
try {
|
|
93
|
-
const data = await client.
|
|
103
|
+
const data = await client.QueryTrainPortraitModelJob({})
|
|
94
104
|
expect(data).to.be.ok
|
|
95
105
|
} catch(error) {
|
|
96
106
|
expect(error.requestId).to.be.ok
|
|
@@ -138,6 +148,16 @@ it("aiart.v20221229.QueryTextToImageProJob", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
151
|
+
it("aiart.v20221229.SubmitDrawPortraitJob", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.SubmitDrawPortraitJob({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
141
161
|
it("aiart.v20221229.ImageInpaintingRemoval", async function () {
|
|
142
162
|
try {
|
|
143
163
|
const data = await client.ImageInpaintingRemoval({})
|
|
@@ -18,86 +18,6 @@ const client = new tencentcloud.cmq.v20190304.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cmq.v20190304.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("cmq.v20190304.CreateTopic", async function () {
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.CreateTopic({})
|
|
24
|
-
expect(data).to.be.ok
|
|
25
|
-
} catch(error) {
|
|
26
|
-
expect(error.requestId).to.be.ok
|
|
27
|
-
expect(error.code).to.be.ok
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
|
|
31
|
-
it("cmq.v20190304.CreateSubscribe", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.CreateSubscribe({})
|
|
34
|
-
expect(data).to.be.ok
|
|
35
|
-
} catch(error) {
|
|
36
|
-
expect(error.requestId).to.be.ok
|
|
37
|
-
expect(error.code).to.be.ok
|
|
38
|
-
}
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
it("cmq.v20190304.ModifyTopicAttribute", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.ModifyTopicAttribute({})
|
|
44
|
-
expect(data).to.be.ok
|
|
45
|
-
} catch(error) {
|
|
46
|
-
expect(error.requestId).to.be.ok
|
|
47
|
-
expect(error.code).to.be.ok
|
|
48
|
-
}
|
|
49
|
-
})
|
|
50
|
-
|
|
51
|
-
it("cmq.v20190304.ClearSubscriptionFilterTags", async function () {
|
|
52
|
-
try {
|
|
53
|
-
const data = await client.ClearSubscriptionFilterTags({})
|
|
54
|
-
expect(data).to.be.ok
|
|
55
|
-
} catch(error) {
|
|
56
|
-
expect(error.requestId).to.be.ok
|
|
57
|
-
expect(error.code).to.be.ok
|
|
58
|
-
}
|
|
59
|
-
})
|
|
60
|
-
|
|
61
|
-
it("cmq.v20190304.DeleteSubscribe", async function () {
|
|
62
|
-
try {
|
|
63
|
-
const data = await client.DeleteSubscribe({})
|
|
64
|
-
expect(data).to.be.ok
|
|
65
|
-
} catch(error) {
|
|
66
|
-
expect(error.requestId).to.be.ok
|
|
67
|
-
expect(error.code).to.be.ok
|
|
68
|
-
}
|
|
69
|
-
})
|
|
70
|
-
|
|
71
|
-
it("cmq.v20190304.CreateQueue", async function () {
|
|
72
|
-
try {
|
|
73
|
-
const data = await client.CreateQueue({})
|
|
74
|
-
expect(data).to.be.ok
|
|
75
|
-
} catch(error) {
|
|
76
|
-
expect(error.requestId).to.be.ok
|
|
77
|
-
expect(error.code).to.be.ok
|
|
78
|
-
}
|
|
79
|
-
})
|
|
80
|
-
|
|
81
|
-
it("cmq.v20190304.RewindQueue", async function () {
|
|
82
|
-
try {
|
|
83
|
-
const data = await client.RewindQueue({})
|
|
84
|
-
expect(data).to.be.ok
|
|
85
|
-
} catch(error) {
|
|
86
|
-
expect(error.requestId).to.be.ok
|
|
87
|
-
expect(error.code).to.be.ok
|
|
88
|
-
}
|
|
89
|
-
})
|
|
90
|
-
|
|
91
|
-
it("cmq.v20190304.ModifySubscriptionAttribute", async function () {
|
|
92
|
-
try {
|
|
93
|
-
const data = await client.ModifySubscriptionAttribute({})
|
|
94
|
-
expect(data).to.be.ok
|
|
95
|
-
} catch(error) {
|
|
96
|
-
expect(error.requestId).to.be.ok
|
|
97
|
-
expect(error.code).to.be.ok
|
|
98
|
-
}
|
|
99
|
-
})
|
|
100
|
-
|
|
101
21
|
it("cmq.v20190304.DescribeTopicDetail", async function () {
|
|
102
22
|
try {
|
|
103
23
|
const data = await client.DescribeTopicDetail({})
|
|
@@ -118,74 +38,4 @@ it("cmq.v20190304.DescribeQueueDetail", async function () {
|
|
|
118
38
|
}
|
|
119
39
|
})
|
|
120
40
|
|
|
121
|
-
it("cmq.v20190304.DeleteQueue", async function () {
|
|
122
|
-
try {
|
|
123
|
-
const data = await client.DeleteQueue({})
|
|
124
|
-
expect(data).to.be.ok
|
|
125
|
-
} catch(error) {
|
|
126
|
-
expect(error.requestId).to.be.ok
|
|
127
|
-
expect(error.code).to.be.ok
|
|
128
|
-
}
|
|
129
|
-
})
|
|
130
|
-
|
|
131
|
-
it("cmq.v20190304.DescribeSubscriptionDetail", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.DescribeSubscriptionDetail({})
|
|
134
|
-
expect(data).to.be.ok
|
|
135
|
-
} catch(error) {
|
|
136
|
-
expect(error.requestId).to.be.ok
|
|
137
|
-
expect(error.code).to.be.ok
|
|
138
|
-
}
|
|
139
|
-
})
|
|
140
|
-
|
|
141
|
-
it("cmq.v20190304.DescribeDeadLetterSourceQueues", async function () {
|
|
142
|
-
try {
|
|
143
|
-
const data = await client.DescribeDeadLetterSourceQueues({})
|
|
144
|
-
expect(data).to.be.ok
|
|
145
|
-
} catch(error) {
|
|
146
|
-
expect(error.requestId).to.be.ok
|
|
147
|
-
expect(error.code).to.be.ok
|
|
148
|
-
}
|
|
149
|
-
})
|
|
150
|
-
|
|
151
|
-
it("cmq.v20190304.DeleteTopic", async function () {
|
|
152
|
-
try {
|
|
153
|
-
const data = await client.DeleteTopic({})
|
|
154
|
-
expect(data).to.be.ok
|
|
155
|
-
} catch(error) {
|
|
156
|
-
expect(error.requestId).to.be.ok
|
|
157
|
-
expect(error.code).to.be.ok
|
|
158
|
-
}
|
|
159
|
-
})
|
|
160
|
-
|
|
161
|
-
it("cmq.v20190304.ClearQueue", async function () {
|
|
162
|
-
try {
|
|
163
|
-
const data = await client.ClearQueue({})
|
|
164
|
-
expect(data).to.be.ok
|
|
165
|
-
} catch(error) {
|
|
166
|
-
expect(error.requestId).to.be.ok
|
|
167
|
-
expect(error.code).to.be.ok
|
|
168
|
-
}
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
it("cmq.v20190304.UnbindDeadLetter", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.UnbindDeadLetter({})
|
|
174
|
-
expect(data).to.be.ok
|
|
175
|
-
} catch(error) {
|
|
176
|
-
expect(error.requestId).to.be.ok
|
|
177
|
-
expect(error.code).to.be.ok
|
|
178
|
-
}
|
|
179
|
-
})
|
|
180
|
-
|
|
181
|
-
it("cmq.v20190304.ModifyQueueAttribute", async function () {
|
|
182
|
-
try {
|
|
183
|
-
const data = await client.ModifyQueueAttribute({})
|
|
184
|
-
expect(data).to.be.ok
|
|
185
|
-
} catch(error) {
|
|
186
|
-
expect(error.requestId).to.be.ok
|
|
187
|
-
expect(error.code).to.be.ok
|
|
188
|
-
}
|
|
189
|
-
})
|
|
190
|
-
|
|
191
41
|
})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.config.v20220802.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("config.v20220802.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("config.v20220802.
|
|
21
|
+
it("config.v20220802.ListAggregateConfigRules", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.ListAggregateConfigRules({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("config.v20220802.ListDiscoveredResources", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("config.v20220802.
|
|
41
|
+
it("config.v20220802.ListConfigRules", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.ListConfigRules({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("config.v20220802.ListAggregateConfigRules", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("config.v20220802.
|
|
51
|
+
it("config.v20220802.DescribeAggregateDiscoveredResource", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeAggregateDiscoveredResource({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -68,4 +68,24 @@ it("config.v20220802.DescribeDiscoveredResource", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("config.v20220802.ListAggregateDiscoveredResources", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.ListAggregateDiscoveredResources({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
it("config.v20220802.PutEvaluations", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.PutEvaluations({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
71
91
|
})
|
|
@@ -38,6 +38,16 @@ it("hai.v20230812.DescribeApplications", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("hai.v20230812.DescribeMuskPrompts", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeMuskPrompts({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
41
51
|
it("hai.v20230812.DescribeScenes", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeScenes({})
|
|
@@ -168,9 +168,9 @@ it("iotexplorer.v20190423.ListEventHistory", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("iotexplorer.v20190423.
|
|
171
|
+
it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeStudioProduct({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -278,6 +278,16 @@ it("iotexplorer.v20190423.DeletePositionSpace", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
+
it("iotexplorer.v20190423.DescribeActivateDevice", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DescribeActivateDevice({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
281
291
|
it("iotexplorer.v20190423.DescribeBindedProducts", async function () {
|
|
282
292
|
try {
|
|
283
293
|
const data = await client.DescribeBindedProducts({})
|
|
@@ -388,6 +398,16 @@ it("iotexplorer.v20190423.DescribeCloudStorageDate", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
401
|
+
it("iotexplorer.v20190423.DescribeFreeCloudStorageNum", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeFreeCloudStorageNum({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
391
411
|
it("iotexplorer.v20190423.EnableTopicRule", async function () {
|
|
392
412
|
try {
|
|
393
413
|
const data = await client.EnableTopicRule({})
|
|
@@ -428,6 +448,16 @@ it("iotexplorer.v20190423.TransferCloudStorage", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
451
|
+
it("iotexplorer.v20190423.DescribeVideoLicense", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.DescribeVideoLicense({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
431
461
|
it("iotexplorer.v20190423.SearchStudioProduct", async function () {
|
|
432
462
|
try {
|
|
433
463
|
const data = await client.SearchStudioProduct({})
|
|
@@ -858,6 +888,16 @@ it("iotexplorer.v20190423.InvokeCloudStorageAIServiceTask", async function () {
|
|
|
858
888
|
}
|
|
859
889
|
})
|
|
860
890
|
|
|
891
|
+
it("iotexplorer.v20190423.DescribeActivateLicenseService", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.DescribeActivateLicenseService({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
861
901
|
it("iotexplorer.v20190423.CreateFreeCloudStorage", async function () {
|
|
862
902
|
try {
|
|
863
903
|
const data = await client.CreateFreeCloudStorage({})
|
|
@@ -1268,9 +1308,9 @@ it("iotexplorer.v20190423.ModifyPositionFence", async function () {
|
|
|
1268
1308
|
}
|
|
1269
1309
|
})
|
|
1270
1310
|
|
|
1271
|
-
it("iotexplorer.v20190423.
|
|
1311
|
+
it("iotexplorer.v20190423.DeleteDevice", async function () {
|
|
1272
1312
|
try {
|
|
1273
|
-
const data = await client.
|
|
1313
|
+
const data = await client.DeleteDevice({})
|
|
1274
1314
|
expect(data).to.be.ok
|
|
1275
1315
|
} catch(error) {
|
|
1276
1316
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +318,16 @@ it("iotvideo.v20211125.DescribeCloudStorageDate", async function () {
|
|
|
318
318
|
}
|
|
319
319
|
})
|
|
320
320
|
|
|
321
|
+
it("iotvideo.v20211125.DescribeFreeCloudStorageNum", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeFreeCloudStorageNum({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
321
331
|
it("iotvideo.v20211125.SetForwardAuth", async function () {
|
|
322
332
|
try {
|
|
323
333
|
const data = await client.SetForwardAuth({})
|