tencentcloud-sdk-nodejs 4.0.260 → 4.0.261

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.
Files changed (138) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/SERVICE_CHANGELOG.md +68463 -0
  3. package/package.json +1 -1
  4. package/products.md +35 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +6 -4
  7. package/src/services/asr/v20190614/asr_models.ts +5 -0
  8. package/src/services/cam/v20190116/cam_client.ts +32 -8
  9. package/src/services/cam/v20190116/cam_models.ts +118 -18
  10. package/src/services/cat/v20180409/cat_client.ts +4 -2
  11. package/src/services/cat/v20180409/cat_models.ts +54 -8
  12. package/src/services/cdb/v20170320/cdb_client.ts +27 -39
  13. package/src/services/cdb/v20170320/cdb_models.ts +172 -174
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +14 -0
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +90 -0
  16. package/src/services/clb/v20180317/clb_client.ts +14 -2
  17. package/src/services/clb/v20180317/clb_models.ts +13 -13
  18. package/src/services/cme/v20191029/cme_client.ts +2 -1
  19. package/src/services/cme/v20191029/cme_models.ts +31 -14
  20. package/src/services/cvm/v20170312/cvm_models.ts +139 -1
  21. package/src/services/dlc/v20210125/dlc_client.ts +15 -2
  22. package/src/services/dlc/v20210125/dlc_models.ts +163 -28
  23. package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
  24. package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
  25. package/src/services/es/v20180416/es_client.ts +17 -2
  26. package/src/services/es/v20180416/es_models.ts +291 -18
  27. package/src/services/essbasic/v20210526/essbasic_client.ts +29 -14
  28. package/src/services/essbasic/v20210526/essbasic_models.ts +266 -85
  29. package/src/services/gme/v20180711/gme_client.ts +1 -3
  30. package/src/services/gme/v20180711/gme_models.ts +8 -3
  31. package/src/services/iecp/index.ts +5 -0
  32. package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
  33. package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
  34. package/src/services/iecp/v20210914/index.ts +6 -0
  35. package/src/services/index.ts +1 -0
  36. package/src/services/kms/v20190118/kms_client.ts +1 -1
  37. package/src/services/kms/v20190118/kms_models.ts +63 -41
  38. package/src/services/nlp/v20190408/nlp_client.ts +3 -3
  39. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  40. package/src/services/postgres/v20170312/postgres_models.ts +56 -12
  41. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  42. package/src/services/scf/v20180416/scf_models.ts +12 -12
  43. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  44. package/src/services/taf/v20200210/taf_client.ts +1 -0
  45. package/src/services/taf/v20200210/taf_models.ts +20 -0
  46. package/src/services/tcss/v20201101/tcss_models.ts +24 -0
  47. package/src/services/tem/v20210701/tem_client.ts +136 -97
  48. package/src/services/tem/v20210701/tem_models.ts +116 -6
  49. package/src/services/thpc/v20211109/thpc_client.ts +25 -10
  50. package/src/services/thpc/v20211109/thpc_models.ts +258 -141
  51. package/src/services/tiia/v20190529/tiia_client.ts +1 -6
  52. package/src/services/tiia/v20190529/tiia_models.ts +1 -1
  53. package/src/services/tke/v20180525/tke_models.ts +19 -4
  54. package/src/services/tms/v20201229/tms_models.ts +1 -1
  55. package/src/services/tsf/v20180326/tsf_client.ts +2 -0
  56. package/src/services/tsf/v20180326/tsf_models.ts +61 -1
  57. package/src/services/vod/v20180717/vod_models.ts +1 -1
  58. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -2
  62. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
  63. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
  64. package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
  65. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
  66. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +2 -2
  67. package/tencentcloud/services/cat/v20180409/cat_client.js +2 -2
  68. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +47 -8
  69. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
  70. package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
  71. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
  72. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  73. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  74. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +77 -0
  75. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
  76. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
  77. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -13
  78. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
  79. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +117 -1
  80. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  81. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  82. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -24
  83. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
  84. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
  85. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  86. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  87. package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -5
  89. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -6
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +220 -69
  91. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
  92. package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
  93. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
  94. package/tencentcloud/services/iecp/index.d.ts +6 -0
  95. package/tencentcloud/services/iecp/index.js +7 -0
  96. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
  97. package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
  98. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
  99. package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
  100. package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
  101. package/tencentcloud/services/iecp/v20210914/index.js +9 -0
  102. package/tencentcloud/services/index.d.ts +1 -0
  103. package/tencentcloud/services/index.js +2 -0
  104. package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
  105. package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
  106. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
  107. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -3
  108. package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -3
  109. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  110. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
  111. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  112. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +12 -12
  113. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  114. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
  115. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +20 -0
  116. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -37
  117. package/tencentcloud/services/tem/v20210701/tem_client.js +75 -54
  118. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +100 -6
  119. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  120. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  121. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +233 -134
  122. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
  123. package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
  124. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
  125. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
  126. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  127. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
  128. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  129. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  130. package/test/cam.v20190116.test.js +22 -2
  131. package/test/cdb.v20170320.test.js +20 -30
  132. package/test/ckafka.v20190819.test.js +10 -0
  133. package/test/dlc.v20210125.test.js +10 -0
  134. package/test/es.v20180416.test.js +10 -0
  135. package/test/essbasic.v20210526.test.js +14 -4
  136. package/test/iecp.v20210914.test.js +831 -0
  137. package/test/tem.v20210701.test.js +66 -36
  138. package/test/thpc.v20211109.test.js +10 -0
@@ -0,0 +1,831 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.iecp.v20210914.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("iecp.v20210914.test.js", function () {
20
+
21
+ it("iecp.v20210914.DescribeEdgeUnitApplicationPods", async function () {
22
+ try {
23
+ const data = await client.DescribeEdgeUnitApplicationPods({})
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("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
32
+ try {
33
+ const data = await client.DeleteEdgeNodeGroup({})
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("iecp.v20210914.DeleteSecret", async function () {
42
+ try {
43
+ const data = await client.DeleteSecret({})
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("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
52
+ try {
53
+ const data = await client.DescribeEdgeAgentNodeInstaller({})
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("iecp.v20210914.DescribeApplicationYamlError", async function () {
62
+ try {
63
+ const data = await client.DescribeApplicationYamlError({})
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("iecp.v20210914.DescribeEdgeUnitExtra", async function () {
72
+ try {
73
+ const data = await client.DescribeEdgeUnitExtra({})
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("iecp.v20210914.DescribeNamespaceResources", async function () {
82
+ try {
83
+ const data = await client.DescribeNamespaceResources({})
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("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
92
+ try {
93
+ const data = await client.DescribeEdgeUnitMonitorStatus({})
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
+ it("iecp.v20210914.DeleteEdgeNodes", async function () {
102
+ try {
103
+ const data = await client.DeleteEdgeNodes({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ it("iecp.v20210914.CreateUpdateNodeUnit", async function () {
112
+ try {
113
+ const data = await client.CreateUpdateNodeUnit({})
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
+
121
+ it("iecp.v20210914.ModifyNodeUnitTemplate", async function () {
122
+ try {
123
+ const data = await client.ModifyNodeUnitTemplate({})
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("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
132
+ try {
133
+ const data = await client.DescribeEdgeUnitNodeUnitTemplates({})
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("iecp.v20210914.CreateNamespace", async function () {
142
+ try {
143
+ const data = await client.CreateNamespace({})
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("iecp.v20210914.DescribeEdgeUnitApplicationPodContainers", async function () {
152
+ try {
153
+ const data = await client.DescribeEdgeUnitApplicationPodContainers({})
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("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
162
+ try {
163
+ const data = await client.RedeployEdgeUnitApplication({})
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("iecp.v20210914.DescribeEdgeNode", async function () {
172
+ try {
173
+ const data = await client.DescribeEdgeNode({})
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("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
182
+ try {
183
+ const data = await client.DescribeEdgeUnitsCloud({})
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
+ it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
192
+ try {
193
+ const data = await client.CreateEdgeUnitCloud({})
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
+
201
+ it("iecp.v20210914.DescribeEdgeUnitCloud", async function () {
202
+ try {
203
+ const data = await client.DescribeEdgeUnitCloud({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("iecp.v20210914.DeleteNamespace", async function () {
212
+ try {
213
+ const data = await client.DeleteNamespace({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("iecp.v20210914.DescribeNamespace", async function () {
222
+ try {
223
+ const data = await client.DescribeNamespace({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("iecp.v20210914.CreateEdgeUnitApplicationVisualization", async function () {
232
+ try {
233
+ const data = await client.CreateEdgeUnitApplicationVisualization({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("iecp.v20210914.DescribeEdgeUnitApplicationVisualization", async function () {
242
+ try {
243
+ const data = await client.DescribeEdgeUnitApplicationVisualization({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("iecp.v20210914.CreateConfigMap", async function () {
252
+ try {
253
+ const data = await client.CreateConfigMap({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
261
+ it("iecp.v20210914.CreateEdgeNode", async function () {
262
+ try {
263
+ const data = await client.CreateEdgeNode({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("iecp.v20210914.DeleteEdgeNodeUnitTemplates", async function () {
272
+ try {
273
+ const data = await client.DeleteEdgeNodeUnitTemplates({})
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
+
281
+ it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
282
+ try {
283
+ const data = await client.ModifyEdgeNodeLabels({})
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
+
291
+ it("iecp.v20210914.DescribeEdgeUnitDeployGridItemYaml", async function () {
292
+ try {
293
+ const data = await client.DescribeEdgeUnitDeployGridItemYaml({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("iecp.v20210914.DescribeConfigMaps", async function () {
302
+ try {
303
+ const data = await client.DescribeConfigMaps({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("iecp.v20210914.GetMarketComponentList", async function () {
312
+ try {
313
+ const data = await client.GetMarketComponentList({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("iecp.v20210914.DeleteEdgeUnitDeployGridItem", async function () {
322
+ try {
323
+ const data = await client.DeleteEdgeUnitDeployGridItem({})
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
+
331
+ it("iecp.v20210914.DescribeEdgeUnitApplicationYaml", async function () {
332
+ try {
333
+ const data = await client.DescribeEdgeUnitApplicationYaml({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
341
+ it("iecp.v20210914.CreateEdgeUnitApplicationYaml", async function () {
342
+ try {
343
+ const data = await client.CreateEdgeUnitApplicationYaml({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
352
+ try {
353
+ const data = await client.ModifyEdgeUnitApplicationVisualization({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
361
+ it("iecp.v20210914.ModifyApplicationBasicInfo", async function () {
362
+ try {
363
+ const data = await client.ModifyApplicationBasicInfo({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("iecp.v20210914.ApplyMarketComponent", async function () {
372
+ try {
373
+ const data = await client.ApplyMarketComponent({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("iecp.v20210914.DescribeNodeUnit", async function () {
382
+ try {
383
+ const data = await client.DescribeNodeUnit({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
392
+ try {
393
+ const data = await client.DescribeEdgeUnitDeployGridItem({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
401
+ it("iecp.v20210914.DescribeApplicationYaml", async function () {
402
+ try {
403
+ const data = await client.DescribeApplicationYaml({})
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
+
411
+ it("iecp.v20210914.DeleteApplications", async function () {
412
+ try {
413
+ const data = await client.DeleteApplications({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
422
+ try {
423
+ const data = await client.ModifyEdgeUnitApplicationBasicInfo({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
431
+ it("iecp.v20210914.DescribeEdgeUnitApplicationEvents", async function () {
432
+ try {
433
+ const data = await client.DescribeEdgeUnitApplicationEvents({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
441
+ it("iecp.v20210914.ModifyConfigMap", async function () {
442
+ try {
443
+ const data = await client.ModifyConfigMap({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
451
+ it("iecp.v20210914.DescribeApplicationVisualization", async function () {
452
+ try {
453
+ const data = await client.DescribeApplicationVisualization({})
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
+
461
+ it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
462
+ try {
463
+ const data = await client.DescribeEdgeUnitGridPods({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
471
+ it("iecp.v20210914.CreateApplicationVisualization", async function () {
472
+ try {
473
+ const data = await client.CreateApplicationVisualization({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("iecp.v20210914.DescribeEdgeDefaultVpc", async function () {
482
+ try {
483
+ const data = await client.DescribeEdgeDefaultVpc({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
491
+ it("iecp.v20210914.DescribeSecretYamlError", async function () {
492
+ try {
493
+ const data = await client.DescribeSecretYamlError({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
501
+ it("iecp.v20210914.DeleteConfigMap", async function () {
502
+ try {
503
+ const data = await client.DeleteConfigMap({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
512
+ try {
513
+ const data = await client.CreateEdgeNodeUnitTemplate({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
521
+ it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
522
+ try {
523
+ const data = await client.ModifyEdgeUnitApplicationYaml({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
531
+ it("iecp.v20210914.DescribeEdgeUnitApplicationYamlError", async function () {
532
+ try {
533
+ const data = await client.DescribeEdgeUnitApplicationYamlError({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("iecp.v20210914.ModifySecret", async function () {
542
+ try {
543
+ const data = await client.ModifySecret({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
551
+ it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
552
+ try {
553
+ const data = await client.DeleteEdgeUnitCloud({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
561
+ it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
562
+ try {
563
+ const data = await client.DescribeNodeUnitTemplateOnNodeGroup({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
571
+ it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
572
+ try {
573
+ const data = await client.DescribeEdgeNodePodContainers({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
581
+ it("iecp.v20210914.DescribeSecrets", async function () {
582
+ try {
583
+ const data = await client.DescribeSecrets({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
591
+ it("iecp.v20210914.ModifyEdgeUnit", async function () {
592
+ try {
593
+ const data = await client.ModifyEdgeUnit({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
601
+ it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
602
+ try {
603
+ const data = await client.DescribeConfigMapYamlError({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
611
+ it("iecp.v20210914.GetMarketComponent", async function () {
612
+ try {
613
+ const data = await client.GetMarketComponent({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
621
+ it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
622
+ try {
623
+ const data = await client.DescribeEdgeUnitApplications({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
631
+ it("iecp.v20210914.DescribeNamespaces", async function () {
632
+ try {
633
+ const data = await client.DescribeNamespaces({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("iecp.v20210914.DescribeEdgeNodes", async function () {
642
+ try {
643
+ const data = await client.DescribeEdgeNodes({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
651
+ it("iecp.v20210914.DescribeEdgeOperationLogs", async function () {
652
+ try {
653
+ const data = await client.DescribeEdgeOperationLogs({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
661
+ it("iecp.v20210914.CreateSecret", async function () {
662
+ try {
663
+ const data = await client.CreateSecret({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
671
+ it("iecp.v20210914.DescribeEdgePod", async function () {
672
+ try {
673
+ const data = await client.DescribeEdgePod({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
681
+ it("iecp.v20210914.DescribeApplications", async function () {
682
+ try {
683
+ const data = await client.DescribeApplications({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
691
+ it("iecp.v20210914.DescribeSecret", async function () {
692
+ try {
693
+ const data = await client.DescribeSecret({})
694
+ expect(data).to.be.ok
695
+ } catch(error) {
696
+ expect(error.requestId).to.be.ok
697
+ expect(error.code).to.be.ok
698
+ }
699
+ })
700
+
701
+ it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
702
+ try {
703
+ const data = await client.CreateEdgeNodeGroup({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
711
+ it("iecp.v20210914.DescribeEdgeNodePods", async function () {
712
+ try {
713
+ const data = await client.DescribeEdgeNodePods({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("iecp.v20210914.ModifyEdgeUnitDeployGridItem", async function () {
722
+ try {
723
+ const data = await client.ModifyEdgeUnitDeployGridItem({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
+ it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
732
+ try {
733
+ const data = await client.DescribeEdgeUnitNodeGroup({})
734
+ expect(data).to.be.ok
735
+ } catch(error) {
736
+ expect(error.requestId).to.be.ok
737
+ expect(error.code).to.be.ok
738
+ }
739
+ })
740
+
741
+ it("iecp.v20210914.DescribeConfigMap", async function () {
742
+ try {
743
+ const data = await client.DescribeConfigMap({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
751
+ it("iecp.v20210914.DeleteNodeUnit", async function () {
752
+ try {
753
+ const data = await client.DeleteNodeUnit({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
761
+ it("iecp.v20210914.DeleteEdgeUnitApplications", async function () {
762
+ try {
763
+ const data = await client.DeleteEdgeUnitApplications({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
771
+ it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
772
+ try {
773
+ const data = await client.DeleteEdgeUnitPod({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("iecp.v20210914.DescribeEdgeUnitDeployGrid", async function () {
782
+ try {
783
+ const data = await client.DescribeEdgeUnitDeployGrid({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
791
+ it("iecp.v20210914.DescribeEdgeUnitApplicationLogs", async function () {
792
+ try {
793
+ const data = await client.DescribeEdgeUnitApplicationLogs({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
801
+ it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
802
+ try {
803
+ const data = await client.DescribeEdgeUnitGridEvents({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
811
+ it("iecp.v20210914.DescribeMonitorMetrics", async function () {
812
+ try {
813
+ const data = await client.DescribeMonitorMetrics({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
821
+ it("iecp.v20210914.ModifyApplicationVisualization", async function () {
822
+ try {
823
+ const data = await client.ModifyApplicationVisualization({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
831
+ })