tencentcloud-sdk-nodejs 4.0.943 → 4.0.945

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 (103) hide show
  1. package/CHANGELOG.md +509 -0
  2. package/SERVICE_CHANGELOG.md +713 -24
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
  8. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  10. package/src/services/clb/v20180317/clb_models.ts +9 -1
  11. package/src/services/cme/v20191029/cme_models.ts +10 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +11 -11
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  15. package/src/services/emr/v20190103/emr_client.ts +43 -16
  16. package/src/services/emr/v20190103/emr_models.ts +198 -41
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +8 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  21. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  22. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  23. package/src/services/ims/v20201229/ims_client.ts +8 -3
  24. package/src/services/ims/v20201229/ims_models.ts +2 -2
  25. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  26. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  27. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  29. package/src/services/postgres/v20170312/postgres_client.ts +40 -2
  30. package/src/services/postgres/v20170312/postgres_models.ts +247 -33
  31. package/src/services/rce/v20201103/rce_models.ts +18 -15
  32. package/src/services/sms/v20190711/sms_models.ts +3 -3
  33. package/src/services/sms/v20210111/sms_models.ts +9 -8
  34. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  35. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  36. package/src/services/teo/v20220901/teo_client.ts +3 -2
  37. package/src/services/teo/v20220901/teo_models.ts +67 -34
  38. package/src/services/tke/v20180525/tke_models.ts +5 -5
  39. package/src/services/tke/v20220501/tke_models.ts +5 -5
  40. package/src/services/tse/v20201207/tse_models.ts +10 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  42. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  43. package/src/services/vod/v20180717/vod_client.ts +10 -2
  44. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  60. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -41
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  67. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  68. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  69. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  70. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  71. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  72. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  79. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -1
  80. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -0
  81. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +239 -33
  82. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +66 -34
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  88. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  91. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  92. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  96. package/test/apigateway.v20180808.test.js +14 -4
  97. package/test/ccc.v20200210.test.js +12 -2
  98. package/test/cynosdb.v20190107.test.js +0 -10
  99. package/test/emr.v20190103.test.js +24 -4
  100. package/test/iecp.v20210914.test.js +156 -356
  101. package/test/monitor.v20180724.test.js +4 -24
  102. package/test/postgres.v20170312.test.js +30 -0
  103. package/test/tsf.v20180326.test.js +2 -12
@@ -18,109 +18,9 @@ const client = new tencentcloud.iecp.v20210914.Client({
18
18
  })
19
19
  describe("iecp.v20210914.test.js", function () {
20
20
 
21
- it("iecp.v20210914.DescribeNamespace", async function () {
22
- try {
23
- const data = await client.DescribeNamespace({})
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.DescribeEdgeUnitApplicationVisualization", async function () {
32
- try {
33
- const data = await client.DescribeEdgeUnitApplicationVisualization({})
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.DescribeEdgeUnitExtra", async function () {
42
- try {
43
- const data = await client.DescribeEdgeUnitExtra({})
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.CreateUpdateNodeUnit", async function () {
52
- try {
53
- const data = await client.CreateUpdateNodeUnit({})
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.ModifyNodeUnitTemplate", async function () {
62
- try {
63
- const data = await client.ModifyNodeUnitTemplate({})
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.CreateNamespace", async function () {
72
- try {
73
- const data = await client.CreateNamespace({})
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.ModifyEdgeUnitDeployGridItem", async function () {
82
- try {
83
- const data = await client.ModifyEdgeUnitDeployGridItem({})
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.DescribeSecrets", async function () {
92
- try {
93
- const data = await client.DescribeSecrets({})
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.DescribeEdgeUnitDeployGridItemYaml", async function () {
102
- try {
103
- const data = await client.DescribeEdgeUnitDeployGridItemYaml({})
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.CreateEdgeUnitApplicationYaml", async function () {
112
- try {
113
- const data = await client.CreateEdgeUnitApplicationYaml({})
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.ModifyConfigMap", async function () {
21
+ it("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
122
22
  try {
123
- const data = await client.ModifyConfigMap({})
23
+ const data = await client.DescribeEdgeUnitMonitorStatus({})
124
24
  expect(data).to.be.ok
125
25
  } catch(error) {
126
26
  expect(error.requestId).to.be.ok
@@ -128,9 +28,9 @@ it("iecp.v20210914.ModifyConfigMap", async function () {
128
28
  }
129
29
  })
130
30
 
131
- it("iecp.v20210914.DescribeEdgeUnitApplicationEvents", async function () {
31
+ it("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
132
32
  try {
133
- const data = await client.DescribeEdgeUnitApplicationEvents({})
33
+ const data = await client.DeleteEdgeNodeGroup({})
134
34
  expect(data).to.be.ok
135
35
  } catch(error) {
136
36
  expect(error.requestId).to.be.ok
@@ -138,9 +38,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationEvents", async function () {
138
38
  }
139
39
  })
140
40
 
141
- it("iecp.v20210914.GetMarketComponentList", async function () {
41
+ it("iecp.v20210914.CreateIotDevice", async function () {
142
42
  try {
143
- const data = await client.GetMarketComponentList({})
43
+ const data = await client.CreateIotDevice({})
144
44
  expect(data).to.be.ok
145
45
  } catch(error) {
146
46
  expect(error.requestId).to.be.ok
@@ -148,9 +48,9 @@ it("iecp.v20210914.GetMarketComponentList", async function () {
148
48
  }
149
49
  })
150
50
 
151
- it("iecp.v20210914.DeleteConfigMap", async function () {
51
+ it("iecp.v20210914.DeleteIotDevice", async function () {
152
52
  try {
153
- const data = await client.DeleteConfigMap({})
53
+ const data = await client.DeleteIotDevice({})
154
54
  expect(data).to.be.ok
155
55
  } catch(error) {
156
56
  expect(error.requestId).to.be.ok
@@ -158,9 +58,9 @@ it("iecp.v20210914.DeleteConfigMap", async function () {
158
58
  }
159
59
  })
160
60
 
161
- it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
61
+ it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
162
62
  try {
163
- const data = await client.CreateEdgeNodeUnitTemplate({})
63
+ const data = await client.DescribeEdgeAgentNodeInstaller({})
164
64
  expect(data).to.be.ok
165
65
  } catch(error) {
166
66
  expect(error.requestId).to.be.ok
@@ -168,9 +68,9 @@ it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
168
68
  }
169
69
  })
170
70
 
171
- it("iecp.v20210914.DeleteEdgeUnitDevices", async function () {
71
+ it("iecp.v20210914.DescribeEdgeUnitExtra", async function () {
172
72
  try {
173
- const data = await client.DeleteEdgeUnitDevices({})
73
+ const data = await client.DescribeEdgeUnitExtra({})
174
74
  expect(data).to.be.ok
175
75
  } catch(error) {
176
76
  expect(error.requestId).to.be.ok
@@ -178,9 +78,9 @@ it("iecp.v20210914.DeleteEdgeUnitDevices", async function () {
178
78
  }
179
79
  })
180
80
 
181
- it("iecp.v20210914.CreateEdgeUnitDevices", async function () {
81
+ it("iecp.v20210914.DescribeNamespaceResources", async function () {
182
82
  try {
183
- const data = await client.CreateEdgeUnitDevices({})
83
+ const data = await client.DescribeNamespaceResources({})
184
84
  expect(data).to.be.ok
185
85
  } catch(error) {
186
86
  expect(error.requestId).to.be.ok
@@ -188,9 +88,9 @@ it("iecp.v20210914.CreateEdgeUnitDevices", async function () {
188
88
  }
189
89
  })
190
90
 
191
- it("iecp.v20210914.DescribeIotDevices", async function () {
91
+ it("iecp.v20210914.CreateUserToken", async function () {
192
92
  try {
193
- const data = await client.DescribeIotDevices({})
93
+ const data = await client.CreateUserToken({})
194
94
  expect(data).to.be.ok
195
95
  } catch(error) {
196
96
  expect(error.requestId).to.be.ok
@@ -198,9 +98,9 @@ it("iecp.v20210914.DescribeIotDevices", async function () {
198
98
  }
199
99
  })
200
100
 
201
- it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
101
+ it("iecp.v20210914.DeleteEdgeNodes", async function () {
202
102
  try {
203
- const data = await client.DescribeNodeUnitTemplateOnNodeGroup({})
103
+ const data = await client.DeleteEdgeNodes({})
204
104
  expect(data).to.be.ok
205
105
  } catch(error) {
206
106
  expect(error.requestId).to.be.ok
@@ -208,9 +108,9 @@ it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
208
108
  }
209
109
  })
210
110
 
211
- it("iecp.v20210914.ModifyEdgeDracoNode", async function () {
111
+ it("iecp.v20210914.CreateUpdateNodeUnit", async function () {
212
112
  try {
213
- const data = await client.ModifyEdgeDracoNode({})
113
+ const data = await client.CreateUpdateNodeUnit({})
214
114
  expect(data).to.be.ok
215
115
  } catch(error) {
216
116
  expect(error.requestId).to.be.ok
@@ -218,9 +118,9 @@ it("iecp.v20210914.ModifyEdgeDracoNode", async function () {
218
118
  }
219
119
  })
220
120
 
221
- it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
121
+ it("iecp.v20210914.ModifyNodeUnitTemplate", async function () {
222
122
  try {
223
- const data = await client.DescribeEdgeUnitApplications({})
123
+ const data = await client.ModifyNodeUnitTemplate({})
224
124
  expect(data).to.be.ok
225
125
  } catch(error) {
226
126
  expect(error.requestId).to.be.ok
@@ -228,9 +128,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
228
128
  }
229
129
  })
230
130
 
231
- it("iecp.v20210914.DescribeEdgeNodes", async function () {
131
+ it("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
232
132
  try {
233
- const data = await client.DescribeEdgeNodes({})
133
+ const data = await client.DescribeEdgeUnitNodeUnitTemplates({})
234
134
  expect(data).to.be.ok
235
135
  } catch(error) {
236
136
  expect(error.requestId).to.be.ok
@@ -238,9 +138,9 @@ it("iecp.v20210914.DescribeEdgeNodes", async function () {
238
138
  }
239
139
  })
240
140
 
241
- it("iecp.v20210914.DescribeApplications", async function () {
141
+ it("iecp.v20210914.CreateNamespace", async function () {
242
142
  try {
243
- const data = await client.DescribeApplications({})
143
+ const data = await client.CreateNamespace({})
244
144
  expect(data).to.be.ok
245
145
  } catch(error) {
246
146
  expect(error.requestId).to.be.ok
@@ -248,9 +148,9 @@ it("iecp.v20210914.DescribeApplications", async function () {
248
148
  }
249
149
  })
250
150
 
251
- it("iecp.v20210914.DescribeIotDevice", async function () {
151
+ it("iecp.v20210914.DescribeDracoEdgeNodeInstaller", async function () {
252
152
  try {
253
- const data = await client.DescribeIotDevice({})
153
+ const data = await client.DescribeDracoEdgeNodeInstaller({})
254
154
  expect(data).to.be.ok
255
155
  } catch(error) {
256
156
  expect(error.requestId).to.be.ok
@@ -258,9 +158,9 @@ it("iecp.v20210914.DescribeIotDevice", async function () {
258
158
  }
259
159
  })
260
160
 
261
- it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
161
+ it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
262
162
  try {
263
- const data = await client.DeleteEdgeUnitPod({})
163
+ const data = await client.RedeployEdgeUnitApplication({})
264
164
  expect(data).to.be.ok
265
165
  } catch(error) {
266
166
  expect(error.requestId).to.be.ok
@@ -268,9 +168,9 @@ it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
268
168
  }
269
169
  })
270
170
 
271
- it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
171
+ it("iecp.v20210914.DescribeEdgeNode", async function () {
272
172
  try {
273
- const data = await client.DescribeEdgeUnitGridEvents({})
173
+ const data = await client.DescribeEdgeNode({})
274
174
  expect(data).to.be.ok
275
175
  } catch(error) {
276
176
  expect(error.requestId).to.be.ok
@@ -278,9 +178,9 @@ it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
278
178
  }
279
179
  })
280
180
 
281
- it("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
181
+ it("iecp.v20210914.DescribeEdgeNodeRemarkList", async function () {
282
182
  try {
283
- const data = await client.DescribeEdgeUnitMonitorStatus({})
183
+ const data = await client.DescribeEdgeNodeRemarkList({})
284
184
  expect(data).to.be.ok
285
185
  } catch(error) {
286
186
  expect(error.requestId).to.be.ok
@@ -288,9 +188,9 @@ it("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
288
188
  }
289
189
  })
290
190
 
291
- it("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
191
+ it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
292
192
  try {
293
- const data = await client.DeleteEdgeNodeGroup({})
193
+ const data = await client.CreateEdgeUnitCloud({})
294
194
  expect(data).to.be.ok
295
195
  } catch(error) {
296
196
  expect(error.requestId).to.be.ok
@@ -298,9 +198,9 @@ it("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
298
198
  }
299
199
  })
300
200
 
301
- it("iecp.v20210914.CreateIotDevice", async function () {
201
+ it("iecp.v20210914.DescribeMonitorMetrics", async function () {
302
202
  try {
303
- const data = await client.CreateIotDevice({})
203
+ const data = await client.DescribeMonitorMetrics({})
304
204
  expect(data).to.be.ok
305
205
  } catch(error) {
306
206
  expect(error.requestId).to.be.ok
@@ -308,9 +208,9 @@ it("iecp.v20210914.CreateIotDevice", async function () {
308
208
  }
309
209
  })
310
210
 
311
- it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
211
+ it("iecp.v20210914.DeleteNamespace", async function () {
312
212
  try {
313
- const data = await client.DescribeEdgeAgentNodeInstaller({})
213
+ const data = await client.DeleteNamespace({})
314
214
  expect(data).to.be.ok
315
215
  } catch(error) {
316
216
  expect(error.requestId).to.be.ok
@@ -318,9 +218,9 @@ it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
318
218
  }
319
219
  })
320
220
 
321
- it("iecp.v20210914.DeleteIotDeviceBatch", async function () {
221
+ it("iecp.v20210914.BuildMessageRoute", async function () {
322
222
  try {
323
- const data = await client.DeleteIotDeviceBatch({})
223
+ const data = await client.BuildMessageRoute({})
324
224
  expect(data).to.be.ok
325
225
  } catch(error) {
326
226
  expect(error.requestId).to.be.ok
@@ -328,9 +228,9 @@ it("iecp.v20210914.DeleteIotDeviceBatch", async function () {
328
228
  }
329
229
  })
330
230
 
331
- it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
231
+ it("iecp.v20210914.DescribeSecrets", async function () {
332
232
  try {
333
- const data = await client.RedeployEdgeUnitApplication({})
233
+ const data = await client.DescribeSecrets({})
334
234
  expect(data).to.be.ok
335
235
  } catch(error) {
336
236
  expect(error.requestId).to.be.ok
@@ -338,9 +238,9 @@ it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
338
238
  }
339
239
  })
340
240
 
341
- it("iecp.v20210914.ModifyEdgeUnit", async function () {
241
+ it("iecp.v20210914.SetRouteOnOff", async function () {
342
242
  try {
343
- const data = await client.ModifyEdgeUnit({})
243
+ const data = await client.SetRouteOnOff({})
344
244
  expect(data).to.be.ok
345
245
  } catch(error) {
346
246
  expect(error.requestId).to.be.ok
@@ -348,9 +248,9 @@ it("iecp.v20210914.ModifyEdgeUnit", async function () {
348
248
  }
349
249
  })
350
250
 
351
- it("iecp.v20210914.DescribeEdgeNodeRemarkList", async function () {
251
+ it("iecp.v20210914.CreateConfigMap", async function () {
352
252
  try {
353
- const data = await client.DescribeEdgeNodeRemarkList({})
253
+ const data = await client.CreateConfigMap({})
354
254
  expect(data).to.be.ok
355
255
  } catch(error) {
356
256
  expect(error.requestId).to.be.ok
@@ -378,19 +278,9 @@ it("iecp.v20210914.DeleteEdgeNodeUnitTemplates", async function () {
378
278
  }
379
279
  })
380
280
 
381
- it("iecp.v20210914.DeleteEdgeUnitDeployGridItem", async function () {
382
- try {
383
- const data = await client.DeleteEdgeUnitDeployGridItem({})
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.DescribeEdgeUnitApplicationYaml", async function () {
281
+ it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
392
282
  try {
393
- const data = await client.DescribeEdgeUnitApplicationYaml({})
283
+ const data = await client.ModifyEdgeNodeLabels({})
394
284
  expect(data).to.be.ok
395
285
  } catch(error) {
396
286
  expect(error.requestId).to.be.ok
@@ -398,9 +288,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationYaml", async function () {
398
288
  }
399
289
  })
400
290
 
401
- it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
291
+ it("iecp.v20210914.DescribeEdgeUnitDeployGridItemYaml", async function () {
402
292
  try {
403
- const data = await client.ModifyEdgeUnitApplicationVisualization({})
293
+ const data = await client.DescribeEdgeUnitDeployGridItemYaml({})
404
294
  expect(data).to.be.ok
405
295
  } catch(error) {
406
296
  expect(error.requestId).to.be.ok
@@ -408,9 +298,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
408
298
  }
409
299
  })
410
300
 
411
- it("iecp.v20210914.DeleteApplications", async function () {
301
+ it("iecp.v20210914.DescribeConfigMaps", async function () {
412
302
  try {
413
- const data = await client.DeleteApplications({})
303
+ const data = await client.DescribeConfigMaps({})
414
304
  expect(data).to.be.ok
415
305
  } catch(error) {
416
306
  expect(error.requestId).to.be.ok
@@ -418,9 +308,9 @@ it("iecp.v20210914.DeleteApplications", async function () {
418
308
  }
419
309
  })
420
310
 
421
- it("iecp.v20210914.ModifyApplicationVisualization", async function () {
311
+ it("iecp.v20210914.GetMarketComponentList", async function () {
422
312
  try {
423
- const data = await client.ModifyApplicationVisualization({})
313
+ const data = await client.GetMarketComponentList({})
424
314
  expect(data).to.be.ok
425
315
  } catch(error) {
426
316
  expect(error.requestId).to.be.ok
@@ -428,9 +318,9 @@ it("iecp.v20210914.ModifyApplicationVisualization", async function () {
428
318
  }
429
319
  })
430
320
 
431
- it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
321
+ it("iecp.v20210914.DeleteEdgeUnitDeployGridItem", async function () {
432
322
  try {
433
- const data = await client.DescribeEdgeUnitGridPods({})
323
+ const data = await client.DeleteEdgeUnitDeployGridItem({})
434
324
  expect(data).to.be.ok
435
325
  } catch(error) {
436
326
  expect(error.requestId).to.be.ok
@@ -438,9 +328,9 @@ it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
438
328
  }
439
329
  })
440
330
 
441
- it("iecp.v20210914.DescribeEdgeDefaultVpc", async function () {
331
+ it("iecp.v20210914.DescribeConfigMap", async function () {
442
332
  try {
443
- const data = await client.DescribeEdgeDefaultVpc({})
333
+ const data = await client.DescribeConfigMap({})
444
334
  expect(data).to.be.ok
445
335
  } catch(error) {
446
336
  expect(error.requestId).to.be.ok
@@ -448,9 +338,9 @@ it("iecp.v20210914.DescribeEdgeDefaultVpc", async function () {
448
338
  }
449
339
  })
450
340
 
451
- it("iecp.v20210914.DescribeEdgeNodePods", async function () {
341
+ it("iecp.v20210914.DeleteMessageRoute", async function () {
452
342
  try {
453
- const data = await client.DescribeEdgeNodePods({})
343
+ const data = await client.DeleteMessageRoute({})
454
344
  expect(data).to.be.ok
455
345
  } catch(error) {
456
346
  expect(error.requestId).to.be.ok
@@ -458,9 +348,9 @@ it("iecp.v20210914.DescribeEdgeNodePods", async function () {
458
348
  }
459
349
  })
460
350
 
461
- it("iecp.v20210914.DescribeNodeUnit", async function () {
351
+ it("iecp.v20210914.ModifyEdgeUnit", async function () {
462
352
  try {
463
- const data = await client.DescribeNodeUnit({})
353
+ const data = await client.ModifyEdgeUnit({})
464
354
  expect(data).to.be.ok
465
355
  } catch(error) {
466
356
  expect(error.requestId).to.be.ok
@@ -468,9 +358,9 @@ it("iecp.v20210914.DescribeNodeUnit", async function () {
468
358
  }
469
359
  })
470
360
 
471
- it("iecp.v20210914.DescribeEdgeUnitApplicationYamlError", async function () {
361
+ it("iecp.v20210914.ModifyConfigMap", async function () {
472
362
  try {
473
- const data = await client.DescribeEdgeUnitApplicationYamlError({})
363
+ const data = await client.ModifyConfigMap({})
474
364
  expect(data).to.be.ok
475
365
  } catch(error) {
476
366
  expect(error.requestId).to.be.ok
@@ -478,9 +368,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationYamlError", async function () {
478
368
  }
479
369
  })
480
370
 
481
- it("iecp.v20210914.ModifySecret", async function () {
371
+ it("iecp.v20210914.DescribeNodeUnit", async function () {
482
372
  try {
483
- const data = await client.ModifySecret({})
373
+ const data = await client.DescribeNodeUnit({})
484
374
  expect(data).to.be.ok
485
375
  } catch(error) {
486
376
  expect(error.requestId).to.be.ok
@@ -488,9 +378,9 @@ it("iecp.v20210914.ModifySecret", async function () {
488
378
  }
489
379
  })
490
380
 
491
- it("iecp.v20210914.DescribeSecret", async function () {
381
+ it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
492
382
  try {
493
- const data = await client.DescribeSecret({})
383
+ const data = await client.DescribeEdgeUnitDeployGridItem({})
494
384
  expect(data).to.be.ok
495
385
  } catch(error) {
496
386
  expect(error.requestId).to.be.ok
@@ -498,9 +388,9 @@ it("iecp.v20210914.DescribeSecret", async function () {
498
388
  }
499
389
  })
500
390
 
501
- it("iecp.v20210914.DescribeNamespaceResources", async function () {
391
+ it("iecp.v20210914.ModifyEdgeDracoNode", async function () {
502
392
  try {
503
- const data = await client.DescribeNamespaceResources({})
393
+ const data = await client.ModifyEdgeDracoNode({})
504
394
  expect(data).to.be.ok
505
395
  } catch(error) {
506
396
  expect(error.requestId).to.be.ok
@@ -518,9 +408,9 @@ it("iecp.v20210914.ModifyIotDevice", async function () {
518
408
  }
519
409
  })
520
410
 
521
- it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
411
+ it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
522
412
  try {
523
- const data = await client.DescribeConfigMapYamlError({})
413
+ const data = await client.ModifyEdgeUnitApplicationBasicInfo({})
524
414
  expect(data).to.be.ok
525
415
  } catch(error) {
526
416
  expect(error.requestId).to.be.ok
@@ -528,9 +418,9 @@ it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
528
418
  }
529
419
  })
530
420
 
531
- it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
421
+ it("iecp.v20210914.GetMarketComponent", async function () {
532
422
  try {
533
- const data = await client.CreateEdgeNodeGroup({})
423
+ const data = await client.GetMarketComponent({})
534
424
  expect(data).to.be.ok
535
425
  } catch(error) {
536
426
  expect(error.requestId).to.be.ok
@@ -538,9 +428,9 @@ it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
538
428
  }
539
429
  })
540
430
 
541
- it("iecp.v20210914.DeleteNodeUnit", async function () {
431
+ it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
542
432
  try {
543
- const data = await client.DeleteNodeUnit({})
433
+ const data = await client.DescribeEdgeUnitGridPods({})
544
434
  expect(data).to.be.ok
545
435
  } catch(error) {
546
436
  expect(error.requestId).to.be.ok
@@ -548,9 +438,9 @@ it("iecp.v20210914.DeleteNodeUnit", async function () {
548
438
  }
549
439
  })
550
440
 
551
- it("iecp.v20210914.DescribeEdgeUnitApplicationLogs", async function () {
441
+ it("iecp.v20210914.DeleteIotDeviceBatch", async function () {
552
442
  try {
553
- const data = await client.DescribeEdgeUnitApplicationLogs({})
443
+ const data = await client.DeleteIotDeviceBatch({})
554
444
  expect(data).to.be.ok
555
445
  } catch(error) {
556
446
  expect(error.requestId).to.be.ok
@@ -558,9 +448,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationLogs", async function () {
558
448
  }
559
449
  })
560
450
 
561
- it("iecp.v20210914.DescribeEdgeNode", async function () {
451
+ it("iecp.v20210914.DescribeNamespace", async function () {
562
452
  try {
563
- const data = await client.DescribeEdgeNode({})
453
+ const data = await client.DescribeNamespace({})
564
454
  expect(data).to.be.ok
565
455
  } catch(error) {
566
456
  expect(error.requestId).to.be.ok
@@ -568,9 +458,9 @@ it("iecp.v20210914.DescribeEdgeNode", async function () {
568
458
  }
569
459
  })
570
460
 
571
- it("iecp.v20210914.DeleteIotDevice", async function () {
461
+ it("iecp.v20210914.DescribeEdgeDefaultVpc", async function () {
572
462
  try {
573
- const data = await client.DeleteIotDevice({})
463
+ const data = await client.DescribeEdgeDefaultVpc({})
574
464
  expect(data).to.be.ok
575
465
  } catch(error) {
576
466
  expect(error.requestId).to.be.ok
@@ -578,9 +468,9 @@ it("iecp.v20210914.DeleteIotDevice", async function () {
578
468
  }
579
469
  })
580
470
 
581
- it("iecp.v20210914.DescribeApplicationYamlError", async function () {
471
+ it("iecp.v20210914.DescribeSecretYamlError", async function () {
582
472
  try {
583
- const data = await client.DescribeApplicationYamlError({})
473
+ const data = await client.DescribeSecretYamlError({})
584
474
  expect(data).to.be.ok
585
475
  } catch(error) {
586
476
  expect(error.requestId).to.be.ok
@@ -588,9 +478,9 @@ it("iecp.v20210914.DescribeApplicationYamlError", async function () {
588
478
  }
589
479
  })
590
480
 
591
- it("iecp.v20210914.CreateUserToken", async function () {
481
+ it("iecp.v20210914.DeleteConfigMap", async function () {
592
482
  try {
593
- const data = await client.CreateUserToken({})
483
+ const data = await client.DeleteConfigMap({})
594
484
  expect(data).to.be.ok
595
485
  } catch(error) {
596
486
  expect(error.requestId).to.be.ok
@@ -598,9 +488,9 @@ it("iecp.v20210914.CreateUserToken", async function () {
598
488
  }
599
489
  })
600
490
 
601
- it("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
491
+ it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
602
492
  try {
603
- const data = await client.DescribeEdgeUnitsCloud({})
493
+ const data = await client.CreateEdgeNodeUnitTemplate({})
604
494
  expect(data).to.be.ok
605
495
  } catch(error) {
606
496
  expect(error.requestId).to.be.ok
@@ -608,9 +498,9 @@ it("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
608
498
  }
609
499
  })
610
500
 
611
- it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
501
+ it("iecp.v20210914.DeleteEdgeUnitDevices", async function () {
612
502
  try {
613
- const data = await client.CreateEdgeUnitCloud({})
503
+ const data = await client.DeleteEdgeUnitDevices({})
614
504
  expect(data).to.be.ok
615
505
  } catch(error) {
616
506
  expect(error.requestId).to.be.ok
@@ -618,9 +508,9 @@ it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
618
508
  }
619
509
  })
620
510
 
621
- it("iecp.v20210914.DeleteSecret", async function () {
511
+ it("iecp.v20210914.ModifySecret", async function () {
622
512
  try {
623
- const data = await client.DeleteSecret({})
513
+ const data = await client.ModifySecret({})
624
514
  expect(data).to.be.ok
625
515
  } catch(error) {
626
516
  expect(error.requestId).to.be.ok
@@ -628,9 +518,9 @@ it("iecp.v20210914.DeleteSecret", async function () {
628
518
  }
629
519
  })
630
520
 
631
- it("iecp.v20210914.CreateEdgeUnitApplicationVisualization", async function () {
521
+ it("iecp.v20210914.CreateEdgeUnitDevices", async function () {
632
522
  try {
633
- const data = await client.CreateEdgeUnitApplicationVisualization({})
523
+ const data = await client.CreateEdgeUnitDevices({})
634
524
  expect(data).to.be.ok
635
525
  } catch(error) {
636
526
  expect(error.requestId).to.be.ok
@@ -638,9 +528,9 @@ it("iecp.v20210914.CreateEdgeUnitApplicationVisualization", async function () {
638
528
  }
639
529
  })
640
530
 
641
- it("iecp.v20210914.SetRouteOnOff", async function () {
531
+ it("iecp.v20210914.DescribeIotDevices", async function () {
642
532
  try {
643
- const data = await client.SetRouteOnOff({})
533
+ const data = await client.DescribeIotDevices({})
644
534
  expect(data).to.be.ok
645
535
  } catch(error) {
646
536
  expect(error.requestId).to.be.ok
@@ -648,9 +538,9 @@ it("iecp.v20210914.SetRouteOnOff", async function () {
648
538
  }
649
539
  })
650
540
 
651
- it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
541
+ it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
652
542
  try {
653
- const data = await client.DescribeEdgeUnitNodeGroup({})
543
+ const data = await client.DeleteEdgeUnitCloud({})
654
544
  expect(data).to.be.ok
655
545
  } catch(error) {
656
546
  expect(error.requestId).to.be.ok
@@ -658,9 +548,9 @@ it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
658
548
  }
659
549
  })
660
550
 
661
- it("iecp.v20210914.DeleteMessageRoute", async function () {
551
+ it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
662
552
  try {
663
- const data = await client.DeleteMessageRoute({})
553
+ const data = await client.DescribeNodeUnitTemplateOnNodeGroup({})
664
554
  expect(data).to.be.ok
665
555
  } catch(error) {
666
556
  expect(error.requestId).to.be.ok
@@ -668,9 +558,9 @@ it("iecp.v20210914.DeleteMessageRoute", async function () {
668
558
  }
669
559
  })
670
560
 
671
- it("iecp.v20210914.ApplyMarketComponent", async function () {
561
+ it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
672
562
  try {
673
- const data = await client.ApplyMarketComponent({})
563
+ const data = await client.DescribeEdgeNodePodContainers({})
674
564
  expect(data).to.be.ok
675
565
  } catch(error) {
676
566
  expect(error.requestId).to.be.ok
@@ -678,9 +568,9 @@ it("iecp.v20210914.ApplyMarketComponent", async function () {
678
568
  }
679
569
  })
680
570
 
681
- it("iecp.v20210914.DescribeApplicationVisualization", async function () {
571
+ it("iecp.v20210914.DescribeMessageRouteList", async function () {
682
572
  try {
683
- const data = await client.DescribeApplicationVisualization({})
573
+ const data = await client.DescribeMessageRouteList({})
684
574
  expect(data).to.be.ok
685
575
  } catch(error) {
686
576
  expect(error.requestId).to.be.ok
@@ -688,9 +578,9 @@ it("iecp.v20210914.DescribeApplicationVisualization", async function () {
688
578
  }
689
579
  })
690
580
 
691
- it("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
581
+ it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
692
582
  try {
693
- const data = await client.DescribeEdgeUnitNodeUnitTemplates({})
583
+ const data = await client.DescribeConfigMapYamlError({})
694
584
  expect(data).to.be.ok
695
585
  } catch(error) {
696
586
  expect(error.requestId).to.be.ok
@@ -698,9 +588,9 @@ it("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
698
588
  }
699
589
  })
700
590
 
701
- it("iecp.v20210914.GetMarketComponent", async function () {
591
+ it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
702
592
  try {
703
- const data = await client.GetMarketComponent({})
593
+ const data = await client.DescribeEdgeUnitApplications({})
704
594
  expect(data).to.be.ok
705
595
  } catch(error) {
706
596
  expect(error.requestId).to.be.ok
@@ -718,99 +608,9 @@ it("iecp.v20210914.DescribeNamespaces", async function () {
718
608
  }
719
609
  })
720
610
 
721
- it("iecp.v20210914.DescribeEdgeOperationLogs", async function () {
722
- try {
723
- const data = await client.DescribeEdgeOperationLogs({})
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.CreateSecret", async function () {
732
- try {
733
- const data = await client.CreateSecret({})
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.DescribeEdgePod", async function () {
742
- try {
743
- const data = await client.DescribeEdgePod({})
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.DescribeEdgeUnitApplicationPods", async function () {
752
- try {
753
- const data = await client.DescribeEdgeUnitApplicationPods({})
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.DescribeEdgeUnitDeployGrid", async function () {
772
- try {
773
- const data = await client.DescribeEdgeUnitDeployGrid({})
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.BuildMessageRoute", async function () {
782
- try {
783
- const data = await client.BuildMessageRoute({})
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.DeleteEdgeNodes", async function () {
792
- try {
793
- const data = await client.DeleteEdgeNodes({})
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.DescribeDracoEdgeNodeInstaller", async function () {
802
- try {
803
- const data = await client.DescribeDracoEdgeNodeInstaller({})
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.CreateConfigMap", async function () {
611
+ it("iecp.v20210914.DescribeEdgeNodes", async function () {
812
612
  try {
813
- const data = await client.CreateConfigMap({})
613
+ const data = await client.DescribeEdgeNodes({})
814
614
  expect(data).to.be.ok
815
615
  } catch(error) {
816
616
  expect(error.requestId).to.be.ok
@@ -818,9 +618,9 @@ it("iecp.v20210914.CreateConfigMap", async function () {
818
618
  }
819
619
  })
820
620
 
821
- it("iecp.v20210914.DescribeEdgeUnitCloud", async function () {
621
+ it("iecp.v20210914.DescribeEdgeOperationLogs", async function () {
822
622
  try {
823
- const data = await client.DescribeEdgeUnitCloud({})
623
+ const data = await client.DescribeEdgeOperationLogs({})
824
624
  expect(data).to.be.ok
825
625
  } catch(error) {
826
626
  expect(error.requestId).to.be.ok
@@ -828,9 +628,9 @@ it("iecp.v20210914.DescribeEdgeUnitCloud", async function () {
828
628
  }
829
629
  })
830
630
 
831
- it("iecp.v20210914.DeleteNamespace", async function () {
631
+ it("iecp.v20210914.CreateSecret", async function () {
832
632
  try {
833
- const data = await client.DeleteNamespace({})
633
+ const data = await client.CreateSecret({})
834
634
  expect(data).to.be.ok
835
635
  } catch(error) {
836
636
  expect(error.requestId).to.be.ok
@@ -838,9 +638,9 @@ it("iecp.v20210914.DeleteNamespace", async function () {
838
638
  }
839
639
  })
840
640
 
841
- it("iecp.v20210914.DescribeMessageRouteList", async function () {
641
+ it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
842
642
  try {
843
- const data = await client.DescribeMessageRouteList({})
643
+ const data = await client.DescribeEdgeUnitNodeGroup({})
844
644
  expect(data).to.be.ok
845
645
  } catch(error) {
846
646
  expect(error.requestId).to.be.ok
@@ -848,9 +648,9 @@ it("iecp.v20210914.DescribeMessageRouteList", async function () {
848
648
  }
849
649
  })
850
650
 
851
- it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
651
+ it("iecp.v20210914.DescribeEdgePod", async function () {
852
652
  try {
853
- const data = await client.ModifyEdgeNodeLabels({})
653
+ const data = await client.DescribeEdgePod({})
854
654
  expect(data).to.be.ok
855
655
  } catch(error) {
856
656
  expect(error.requestId).to.be.ok
@@ -858,9 +658,9 @@ it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
858
658
  }
859
659
  })
860
660
 
861
- it("iecp.v20210914.DescribeMonitorMetrics", async function () {
661
+ it("iecp.v20210914.DescribeSecret", async function () {
862
662
  try {
863
- const data = await client.DescribeMonitorMetrics({})
663
+ const data = await client.DescribeSecret({})
864
664
  expect(data).to.be.ok
865
665
  } catch(error) {
866
666
  expect(error.requestId).to.be.ok
@@ -868,9 +668,9 @@ it("iecp.v20210914.DescribeMonitorMetrics", async function () {
868
668
  }
869
669
  })
870
670
 
871
- it("iecp.v20210914.DescribeConfigMaps", async function () {
671
+ it("iecp.v20210914.ModifyEdgeUnitCloudApi", async function () {
872
672
  try {
873
- const data = await client.DescribeConfigMaps({})
673
+ const data = await client.ModifyEdgeUnitCloudApi({})
874
674
  expect(data).to.be.ok
875
675
  } catch(error) {
876
676
  expect(error.requestId).to.be.ok
@@ -878,9 +678,9 @@ it("iecp.v20210914.DescribeConfigMaps", async function () {
878
678
  }
879
679
  })
880
680
 
881
- it("iecp.v20210914.DescribeSecretYamlError", async function () {
681
+ it("iecp.v20210914.DescribeIotDevice", async function () {
882
682
  try {
883
- const data = await client.DescribeSecretYamlError({})
683
+ const data = await client.DescribeIotDevice({})
884
684
  expect(data).to.be.ok
885
685
  } catch(error) {
886
686
  expect(error.requestId).to.be.ok
@@ -888,9 +688,9 @@ it("iecp.v20210914.DescribeSecretYamlError", async function () {
888
688
  }
889
689
  })
890
690
 
891
- it("iecp.v20210914.ModifyEdgeUnitCloudApi", async function () {
691
+ it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
892
692
  try {
893
- const data = await client.ModifyEdgeUnitCloudApi({})
693
+ const data = await client.CreateEdgeNodeGroup({})
894
694
  expect(data).to.be.ok
895
695
  } catch(error) {
896
696
  expect(error.requestId).to.be.ok
@@ -898,9 +698,9 @@ it("iecp.v20210914.ModifyEdgeUnitCloudApi", async function () {
898
698
  }
899
699
  })
900
700
 
901
- it("iecp.v20210914.ModifyApplicationBasicInfo", async function () {
701
+ it("iecp.v20210914.DescribeEdgeNodePods", async function () {
902
702
  try {
903
- const data = await client.ModifyApplicationBasicInfo({})
703
+ const data = await client.DescribeEdgeNodePods({})
904
704
  expect(data).to.be.ok
905
705
  } catch(error) {
906
706
  expect(error.requestId).to.be.ok
@@ -908,9 +708,9 @@ it("iecp.v20210914.ModifyApplicationBasicInfo", async function () {
908
708
  }
909
709
  })
910
710
 
911
- it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
711
+ it("iecp.v20210914.CreateEdgeNodeBatch", async function () {
912
712
  try {
913
- const data = await client.DescribeEdgeUnitDeployGridItem({})
713
+ const data = await client.CreateEdgeNodeBatch({})
914
714
  expect(data).to.be.ok
915
715
  } catch(error) {
916
716
  expect(error.requestId).to.be.ok
@@ -918,9 +718,9 @@ it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
918
718
  }
919
719
  })
920
720
 
921
- it("iecp.v20210914.DescribeApplicationYaml", async function () {
721
+ it("iecp.v20210914.ModifyEdgeUnitDeployGridItem", async function () {
922
722
  try {
923
- const data = await client.DescribeApplicationYaml({})
723
+ const data = await client.ModifyEdgeUnitDeployGridItem({})
924
724
  expect(data).to.be.ok
925
725
  } catch(error) {
926
726
  expect(error.requestId).to.be.ok
@@ -928,9 +728,9 @@ it("iecp.v20210914.DescribeApplicationYaml", async function () {
928
728
  }
929
729
  })
930
730
 
931
- it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
731
+ it("iecp.v20210914.CreateMessageRoute", async function () {
932
732
  try {
933
- const data = await client.ModifyEdgeUnitApplicationBasicInfo({})
733
+ const data = await client.CreateMessageRoute({})
934
734
  expect(data).to.be.ok
935
735
  } catch(error) {
936
736
  expect(error.requestId).to.be.ok
@@ -938,9 +738,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
938
738
  }
939
739
  })
940
740
 
941
- it("iecp.v20210914.CreateApplicationVisualization", async function () {
741
+ it("iecp.v20210914.DescribeYeheResourceLimit", async function () {
942
742
  try {
943
- const data = await client.CreateApplicationVisualization({})
743
+ const data = await client.DescribeYeheResourceLimit({})
944
744
  expect(data).to.be.ok
945
745
  } catch(error) {
946
746
  expect(error.requestId).to.be.ok
@@ -948,9 +748,9 @@ it("iecp.v20210914.CreateApplicationVisualization", async function () {
948
748
  }
949
749
  })
950
750
 
951
- it("iecp.v20210914.DescribeConfigMap", async function () {
751
+ it("iecp.v20210914.DeleteNodeUnit", async function () {
952
752
  try {
953
- const data = await client.DescribeConfigMap({})
753
+ const data = await client.DeleteNodeUnit({})
954
754
  expect(data).to.be.ok
955
755
  } catch(error) {
956
756
  expect(error.requestId).to.be.ok
@@ -958,9 +758,9 @@ it("iecp.v20210914.DescribeConfigMap", async function () {
958
758
  }
959
759
  })
960
760
 
961
- it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
761
+ it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
962
762
  try {
963
- const data = await client.DescribeEdgeNodePodContainers({})
763
+ const data = await client.ModifyEdgeUnitApplicationYaml({})
964
764
  expect(data).to.be.ok
965
765
  } catch(error) {
966
766
  expect(error.requestId).to.be.ok
@@ -968,9 +768,9 @@ it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
968
768
  }
969
769
  })
970
770
 
971
- it("iecp.v20210914.DescribeEdgeUnitApplicationPodContainers", async function () {
771
+ it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
972
772
  try {
973
- const data = await client.DescribeEdgeUnitApplicationPodContainers({})
773
+ const data = await client.DeleteEdgeUnitPod({})
974
774
  expect(data).to.be.ok
975
775
  } catch(error) {
976
776
  expect(error.requestId).to.be.ok
@@ -978,9 +778,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationPodContainers", async function ()
978
778
  }
979
779
  })
980
780
 
981
- it("iecp.v20210914.CreateEdgeNodeBatch", async function () {
781
+ it("iecp.v20210914.DescribeEdgeUnitDeployGrid", async function () {
982
782
  try {
983
- const data = await client.CreateEdgeNodeBatch({})
783
+ const data = await client.DescribeEdgeUnitDeployGrid({})
984
784
  expect(data).to.be.ok
985
785
  } catch(error) {
986
786
  expect(error.requestId).to.be.ok
@@ -988,9 +788,9 @@ it("iecp.v20210914.CreateEdgeNodeBatch", async function () {
988
788
  }
989
789
  })
990
790
 
991
- it("iecp.v20210914.CreateMessageRoute", async function () {
791
+ it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
992
792
  try {
993
- const data = await client.CreateMessageRoute({})
793
+ const data = await client.DescribeEdgeUnitGridEvents({})
994
794
  expect(data).to.be.ok
995
795
  } catch(error) {
996
796
  expect(error.requestId).to.be.ok
@@ -998,9 +798,9 @@ it("iecp.v20210914.CreateMessageRoute", async function () {
998
798
  }
999
799
  })
1000
800
 
1001
- it("iecp.v20210914.DescribeYeheResourceLimit", async function () {
801
+ it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
1002
802
  try {
1003
- const data = await client.DescribeYeheResourceLimit({})
803
+ const data = await client.ModifyEdgeUnitApplicationVisualization({})
1004
804
  expect(data).to.be.ok
1005
805
  } catch(error) {
1006
806
  expect(error.requestId).to.be.ok
@@ -1008,9 +808,9 @@ it("iecp.v20210914.DescribeYeheResourceLimit", async function () {
1008
808
  }
1009
809
  })
1010
810
 
1011
- it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
811
+ it("iecp.v20210914.DescribeEdgeSnNodes", async function () {
1012
812
  try {
1013
- const data = await client.ModifyEdgeUnitApplicationYaml({})
813
+ const data = await client.DescribeEdgeSnNodes({})
1014
814
  expect(data).to.be.ok
1015
815
  } catch(error) {
1016
816
  expect(error.requestId).to.be.ok
@@ -1018,9 +818,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
1018
818
  }
1019
819
  })
1020
820
 
1021
- it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
821
+ it("iecp.v20210914.DeleteSecret", async function () {
1022
822
  try {
1023
- const data = await client.DeleteEdgeUnitCloud({})
823
+ const data = await client.DeleteSecret({})
1024
824
  expect(data).to.be.ok
1025
825
  } catch(error) {
1026
826
  expect(error.requestId).to.be.ok
@@ -1028,9 +828,9 @@ it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
1028
828
  }
1029
829
  })
1030
830
 
1031
- it("iecp.v20210914.DescribeEdgeSnNodes", async function () {
831
+ it("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
1032
832
  try {
1033
- const data = await client.DescribeEdgeSnNodes({})
833
+ const data = await client.DescribeEdgeUnitsCloud({})
1034
834
  expect(data).to.be.ok
1035
835
  } catch(error) {
1036
836
  expect(error.requestId).to.be.ok