tencentcloud-sdk-nodejs 4.0.1008 → 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 +733 -0
- package/SERVICE_CHANGELOG.md +779 -96
- package/package.json +1 -1
- package/products.md +50 -50
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aca/v20210323/aca_models.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/as/v20180419/as_models.ts +7 -0
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/bh/v20230418/bh_models.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/clb/v20180317/clb_models.ts +22 -1
- package/src/services/cloudapp/v20220530/cloudapp_models.ts +20 -6
- package/src/services/cls/v20201016/cls_models.ts +5 -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/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +30 -0
- package/src/services/dc/v20180410/dc_models.ts +29 -75
- package/src/services/drm/v20181115/drm_models.ts +5 -0
- package/src/services/dts/v20211206/dts_models.ts +20 -1
- package/src/services/ecm/v20190719/ecm_models.ts +13 -22
- package/src/services/emr/v20190103/emr_client.ts +4 -3
- package/src/services/emr/v20190103/emr_models.ts +176 -306
- package/src/services/ess/v20201111/ess_client.ts +25 -4
- package/src/services/ess/v20201111/ess_models.ts +14 -24
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -9
- package/src/services/gaap/v20180529/gaap_client.ts +12 -6
- package/src/services/gaap/v20180529/gaap_models.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +29 -29
- package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
- package/src/services/hai/v20230812/hai_client.ts +41 -16
- package/src/services/hai/v20230812/hai_models.ts +161 -40
- 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/keewidb/v20220308/keewidb_models.ts +9 -9
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- 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/mongodb/v20180408/mongodb_models.ts +1 -22
- package/src/services/mongodb/v20190725/mongodb_models.ts +1 -11
- package/src/services/ocr/v20181119/ocr_models.ts +7 -7
- package/src/services/postgres/v20170312/postgres_client.ts +25 -1
- package/src/services/postgres/v20170312/postgres_models.ts +88 -20
- package/src/services/redis/v20180412/redis_client.ts +8 -8
- package/src/services/redis/v20180412/redis_models.ts +90 -88
- package/src/services/scf/v20180416/scf_models.ts +22 -2
- package/src/services/sms/v20190711/sms_models.ts +23 -0
- package/src/services/sms/v20210111/sms_models.ts +23 -0
- package/src/services/ssl/v20191205/ssl_client.ts +9 -2
- package/src/services/ssl/v20191205/ssl_models.ts +32 -4
- package/src/services/tcb/v20180608/tcb_client.ts +5 -5
- package/src/services/tcb/v20180608/tcb_models.ts +94 -242
- package/src/services/tcr/v20190924/tcr_models.ts +3 -3
- package/src/services/tione/v20211111/tione_models.ts +10 -0
- package/src/services/trro/v20220325/trro_models.ts +4 -0
- package/src/services/trtc/v20190722/trtc_models.ts +54 -58
- package/src/services/tse/v20201207/tse_models.ts +8 -0
- package/src/services/vpc/v20170312/vpc_models.ts +7 -11
- 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/aca/v20210323/aca_models.d.ts +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/as/v20180419/as_models.d.ts +7 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -1
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +20 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -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/cynosdb/v20190107/cynosdb_models.d.ts +29 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +29 -75
- package/tencentcloud/services/drm/v20181115/drm_models.d.ts +5 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +13 -22
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +175 -306
- 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 +14 -24
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -9
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +9 -3
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +9 -3
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +29 -29
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +13 -5
- package/tencentcloud/services/hai/v20230812/hai_client.js +18 -6
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +156 -40
- 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/keewidb/v20220308/keewidb_models.d.ts +9 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- 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/mongodb/v20180408/mongodb_models.d.ts +1 -22
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -11
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -7
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +12 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +84 -20
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +8 -8
- package/tencentcloud/services/redis/v20180412/redis_client.js +8 -8
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +90 -88
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +22 -2
- 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/ssl/v20191205/ssl_client.d.ts +8 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +8 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +32 -4
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +2 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +1 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +93 -242
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +10 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +54 -58
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -9
- 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 +24 -4
- package/test/iotexplorer.v20190423.test.js +44 -4
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/postgres.v20170312.test.js +20 -0
|
@@ -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
|
})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.hai.v20230812.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("hai.v20230812.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("hai.v20230812.
|
|
21
|
+
it("hai.v20230812.DescribeInstances", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeInstances({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -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({})
|
|
@@ -78,6 +88,16 @@ it("hai.v20230812.StartInstance", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("hai.v20230812.CreateMuskPrompt", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.CreateMuskPrompt({})
|
|
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
|
+
|
|
81
101
|
it("hai.v20230812.TerminateInstances", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.TerminateInstances({})
|
|
@@ -98,9 +118,9 @@ it("hai.v20230812.DescribeInstanceNetworkStatus", async function () {
|
|
|
98
118
|
}
|
|
99
119
|
})
|
|
100
120
|
|
|
101
|
-
it("hai.v20230812.
|
|
121
|
+
it("hai.v20230812.DescribeServiceLoginSettings", async function () {
|
|
102
122
|
try {
|
|
103
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeServiceLoginSettings({})
|
|
104
124
|
expect(data).to.be.ok
|
|
105
125
|
} catch(error) {
|
|
106
126
|
expect(error.requestId).to.be.ok
|
|
@@ -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({})
|
|
@@ -108,6 +108,16 @@ it("postgres.v20170312.ModifyDBInstanceName", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("postgres.v20170312.DescribeMaintainTimeWindow", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeMaintainTimeWindow({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
111
121
|
it("postgres.v20170312.DescribeDedicatedClusters", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.DescribeDedicatedClusters({})
|
|
@@ -178,6 +188,16 @@ it("postgres.v20170312.ModifyDBInstanceSecurityGroups", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("postgres.v20170312.ModifyMaintainTimeWindow", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.ModifyMaintainTimeWindow({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
181
201
|
it("postgres.v20170312.RenewInstance", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.RenewInstance({})
|