tencentcloud-sdk-nodejs 4.0.307 → 4.0.310
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 +454 -0
- package/SERVICE_CHANGELOG.md +416 -98
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/captcha/v20190722/captcha_models.ts +21 -6
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +8 -0
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +50 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/dlc/v20210125/dlc_models.ts +97 -5
- package/src/services/ess/v20201111/ess_models.ts +24 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +560 -474
- package/src/services/iecp/v20210914/iecp_models.ts +491 -188
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +159 -159
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +12 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/smh/v20210712/smh_models.ts +35 -0
- package/src/services/tiia/v20190529/tiia_models.ts +7 -5
- package/src/services/tke/v20180525/tke_models.ts +27 -21
- package/src/services/vpc/v20170312/vpc_client.ts +108 -15
- package/src/services/vpc/v20170312/vpc_models.ts +119 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
- package/test/cfw.v20190904.test.js +10 -0
- package/test/iecp.v20210914.test.js +226 -156
- package/test/nlp.v20190408.test.js +10 -0
- package/test/vpc.v20170312.test.js +64 -4
|
@@ -18,9 +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.
|
|
21
|
+
it("iecp.v20210914.DescribeNamespace", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeNamespace({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationPods", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("iecp.v20210914.
|
|
31
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationVisualization", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeEdgeUnitApplicationVisualization({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("iecp.v20210914.
|
|
41
|
+
it("iecp.v20210914.DescribeEdgeUnitExtra", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeEdgeUnitExtra({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("iecp.v20210914.DeleteSecret", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("iecp.v20210914.
|
|
51
|
+
it("iecp.v20210914.CreateUpdateNodeUnit", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.CreateUpdateNodeUnit({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("iecp.v20210914.
|
|
61
|
+
it("iecp.v20210914.ModifyNodeUnitTemplate", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.ModifyNodeUnitTemplate({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("iecp.v20210914.DescribeApplicationYamlError", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("iecp.v20210914.
|
|
71
|
+
it("iecp.v20210914.CreateNamespace", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.CreateNamespace({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("iecp.v20210914.DescribeEdgeUnitExtra", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("iecp.v20210914.
|
|
81
|
+
it("iecp.v20210914.ModifyEdgeUnitDeployGridItem", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.ModifyEdgeUnitDeployGridItem({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("iecp.v20210914.DescribeNamespaceResources", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("iecp.v20210914.
|
|
91
|
+
it("iecp.v20210914.DescribeSecrets", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeSecrets({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("iecp.v20210914.
|
|
101
|
+
it("iecp.v20210914.DescribeEdgeUnitDeployGridItemYaml", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeEdgeUnitDeployGridItemYaml({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("iecp.v20210914.DeleteEdgeNodes", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("iecp.v20210914.
|
|
111
|
+
it("iecp.v20210914.CreateEdgeUnitApplicationYaml", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.CreateEdgeUnitApplicationYaml({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,9 @@ it("iecp.v20210914.CreateUpdateNodeUnit", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("iecp.v20210914.
|
|
121
|
+
it("iecp.v20210914.ModifyConfigMap", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.ModifyConfigMap({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("iecp.v20210914.ModifyNodeUnitTemplate", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("iecp.v20210914.
|
|
131
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationEvents", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeEdgeUnitApplicationEvents({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +138,9 @@ it("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("iecp.v20210914.
|
|
141
|
+
it("iecp.v20210914.GetMarketComponentList", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
143
|
+
const data = await client.GetMarketComponentList({})
|
|
144
144
|
expect(data).to.be.ok
|
|
145
145
|
} catch(error) {
|
|
146
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +148,9 @@ it("iecp.v20210914.CreateNamespace", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("iecp.v20210914.
|
|
151
|
+
it("iecp.v20210914.DeleteConfigMap", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
153
|
+
const data = await client.DeleteConfigMap({})
|
|
154
154
|
expect(data).to.be.ok
|
|
155
155
|
} catch(error) {
|
|
156
156
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationPodContainers", async function ()
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("iecp.v20210914.
|
|
161
|
+
it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.CreateEdgeNodeUnitTemplate({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("iecp.v20210914.
|
|
171
|
+
it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeNodeUnitTemplateOnNodeGroup({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +178,9 @@ it("iecp.v20210914.DescribeEdgeNode", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("iecp.v20210914.
|
|
181
|
+
it("iecp.v20210914.ModifyEdgeDracoNode", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.ModifyEdgeDracoNode({})
|
|
184
184
|
expect(data).to.be.ok
|
|
185
185
|
} catch(error) {
|
|
186
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("iecp.v20210914.
|
|
191
|
+
it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeEdgeUnitApplications({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +198,9 @@ it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("iecp.v20210914.
|
|
201
|
+
it("iecp.v20210914.DescribeEdgeNodes", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeEdgeNodes({})
|
|
204
204
|
expect(data).to.be.ok
|
|
205
205
|
} catch(error) {
|
|
206
206
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("iecp.v20210914.DescribeEdgeUnitCloud", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("iecp.v20210914.
|
|
211
|
+
it("iecp.v20210914.DescribeApplications", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeApplications({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +218,9 @@ it("iecp.v20210914.DeleteNamespace", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("iecp.v20210914.
|
|
221
|
+
it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.DeleteEdgeUnitPod({})
|
|
224
224
|
expect(data).to.be.ok
|
|
225
225
|
} catch(error) {
|
|
226
226
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +228,9 @@ it("iecp.v20210914.DescribeNamespace", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
-
it("iecp.v20210914.
|
|
231
|
+
it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
|
|
232
232
|
try {
|
|
233
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeEdgeUnitGridEvents({})
|
|
234
234
|
expect(data).to.be.ok
|
|
235
235
|
} catch(error) {
|
|
236
236
|
expect(error.requestId).to.be.ok
|
|
@@ -238,9 +238,9 @@ it("iecp.v20210914.CreateEdgeUnitApplicationVisualization", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
-
it("iecp.v20210914.
|
|
241
|
+
it("iecp.v20210914.DescribeEdgeUnitMonitorStatus", async function () {
|
|
242
242
|
try {
|
|
243
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeEdgeUnitMonitorStatus({})
|
|
244
244
|
expect(data).to.be.ok
|
|
245
245
|
} catch(error) {
|
|
246
246
|
expect(error.requestId).to.be.ok
|
|
@@ -248,9 +248,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationVisualization", async function ()
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("iecp.v20210914.
|
|
251
|
+
it("iecp.v20210914.DeleteEdgeNodeGroup", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.DeleteEdgeNodeGroup({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +258,9 @@ it("iecp.v20210914.CreateConfigMap", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
-
it("iecp.v20210914.
|
|
261
|
+
it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
|
|
262
262
|
try {
|
|
263
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeEdgeAgentNodeInstaller({})
|
|
264
264
|
expect(data).to.be.ok
|
|
265
265
|
} catch(error) {
|
|
266
266
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +268,9 @@ it("iecp.v20210914.CreateEdgeNode", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
-
it("iecp.v20210914.
|
|
271
|
+
it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
|
|
272
272
|
try {
|
|
273
|
-
const data = await client.
|
|
273
|
+
const data = await client.RedeployEdgeUnitApplication({})
|
|
274
274
|
expect(data).to.be.ok
|
|
275
275
|
} catch(error) {
|
|
276
276
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +278,9 @@ it("iecp.v20210914.DeleteEdgeNodeUnitTemplates", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
-
it("iecp.v20210914.
|
|
281
|
+
it("iecp.v20210914.ModifyEdgeUnit", async function () {
|
|
282
282
|
try {
|
|
283
|
-
const data = await client.
|
|
283
|
+
const data = await client.ModifyEdgeUnit({})
|
|
284
284
|
expect(data).to.be.ok
|
|
285
285
|
} catch(error) {
|
|
286
286
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +288,9 @@ it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
-
it("iecp.v20210914.
|
|
291
|
+
it("iecp.v20210914.DescribeEdgeNodeRemarkList", async function () {
|
|
292
292
|
try {
|
|
293
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeEdgeNodeRemarkList({})
|
|
294
294
|
expect(data).to.be.ok
|
|
295
295
|
} catch(error) {
|
|
296
296
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +298,9 @@ it("iecp.v20210914.DescribeEdgeUnitDeployGridItemYaml", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("iecp.v20210914.
|
|
301
|
+
it("iecp.v20210914.CreateEdgeNode", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.CreateEdgeNode({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +308,9 @@ it("iecp.v20210914.DescribeConfigMaps", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
-
it("iecp.v20210914.
|
|
311
|
+
it("iecp.v20210914.DeleteEdgeNodeUnitTemplates", async function () {
|
|
312
312
|
try {
|
|
313
|
-
const data = await client.
|
|
313
|
+
const data = await client.DeleteEdgeNodeUnitTemplates({})
|
|
314
314
|
expect(data).to.be.ok
|
|
315
315
|
} catch(error) {
|
|
316
316
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +338,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationYaml", async function () {
|
|
|
338
338
|
}
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
-
it("iecp.v20210914.
|
|
341
|
+
it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
|
|
342
342
|
try {
|
|
343
|
-
const data = await client.
|
|
343
|
+
const data = await client.ModifyEdgeUnitApplicationVisualization({})
|
|
344
344
|
expect(data).to.be.ok
|
|
345
345
|
} catch(error) {
|
|
346
346
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +348,9 @@ it("iecp.v20210914.CreateEdgeUnitApplicationYaml", async function () {
|
|
|
348
348
|
}
|
|
349
349
|
})
|
|
350
350
|
|
|
351
|
-
it("iecp.v20210914.
|
|
351
|
+
it("iecp.v20210914.DeleteApplications", async function () {
|
|
352
352
|
try {
|
|
353
|
-
const data = await client.
|
|
353
|
+
const data = await client.DeleteApplications({})
|
|
354
354
|
expect(data).to.be.ok
|
|
355
355
|
} catch(error) {
|
|
356
356
|
expect(error.requestId).to.be.ok
|
|
@@ -358,9 +358,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationVisualization", async function () {
|
|
|
358
358
|
}
|
|
359
359
|
})
|
|
360
360
|
|
|
361
|
-
it("iecp.v20210914.
|
|
361
|
+
it("iecp.v20210914.ModifyApplicationVisualization", async function () {
|
|
362
362
|
try {
|
|
363
|
-
const data = await client.
|
|
363
|
+
const data = await client.ModifyApplicationVisualization({})
|
|
364
364
|
expect(data).to.be.ok
|
|
365
365
|
} catch(error) {
|
|
366
366
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,29 @@ it("iecp.v20210914.ModifyApplicationBasicInfo", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("iecp.v20210914.
|
|
371
|
+
it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.DescribeEdgeUnitGridPods({})
|
|
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.DescribeEdgeDefaultVpc", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeEdgeDefaultVpc({})
|
|
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.DescribeEdgeNodePods", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeEdgeNodePods({})
|
|
374
394
|
expect(data).to.be.ok
|
|
375
395
|
} catch(error) {
|
|
376
396
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +408,9 @@ it("iecp.v20210914.DescribeNodeUnit", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
391
|
-
it("iecp.v20210914.
|
|
411
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationYamlError", async function () {
|
|
392
412
|
try {
|
|
393
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeEdgeUnitApplicationYamlError({})
|
|
394
414
|
expect(data).to.be.ok
|
|
395
415
|
} catch(error) {
|
|
396
416
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +418,9 @@ it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
|
|
|
398
418
|
}
|
|
399
419
|
})
|
|
400
420
|
|
|
401
|
-
it("iecp.v20210914.
|
|
421
|
+
it("iecp.v20210914.ModifySecret", async function () {
|
|
402
422
|
try {
|
|
403
|
-
const data = await client.
|
|
423
|
+
const data = await client.ModifySecret({})
|
|
404
424
|
expect(data).to.be.ok
|
|
405
425
|
} catch(error) {
|
|
406
426
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +428,9 @@ it("iecp.v20210914.DescribeApplicationYaml", async function () {
|
|
|
408
428
|
}
|
|
409
429
|
})
|
|
410
430
|
|
|
411
|
-
it("iecp.v20210914.
|
|
431
|
+
it("iecp.v20210914.DescribeSecret", async function () {
|
|
412
432
|
try {
|
|
413
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeSecret({})
|
|
414
434
|
expect(data).to.be.ok
|
|
415
435
|
} catch(error) {
|
|
416
436
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +438,9 @@ it("iecp.v20210914.DeleteApplications", async function () {
|
|
|
418
438
|
}
|
|
419
439
|
})
|
|
420
440
|
|
|
421
|
-
it("iecp.v20210914.
|
|
441
|
+
it("iecp.v20210914.DescribeNamespaceResources", async function () {
|
|
422
442
|
try {
|
|
423
|
-
const data = await client.
|
|
443
|
+
const data = await client.DescribeNamespaceResources({})
|
|
424
444
|
expect(data).to.be.ok
|
|
425
445
|
} catch(error) {
|
|
426
446
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +448,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
431
|
-
it("iecp.v20210914.
|
|
451
|
+
it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
|
|
432
452
|
try {
|
|
433
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeConfigMapYamlError({})
|
|
434
454
|
expect(data).to.be.ok
|
|
435
455
|
} catch(error) {
|
|
436
456
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +458,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationEvents", async function () {
|
|
|
438
458
|
}
|
|
439
459
|
})
|
|
440
460
|
|
|
441
|
-
it("iecp.v20210914.
|
|
461
|
+
it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
|
|
442
462
|
try {
|
|
443
|
-
const data = await client.
|
|
463
|
+
const data = await client.CreateEdgeNodeGroup({})
|
|
444
464
|
expect(data).to.be.ok
|
|
445
465
|
} catch(error) {
|
|
446
466
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +468,9 @@ it("iecp.v20210914.ModifyConfigMap", async function () {
|
|
|
448
468
|
}
|
|
449
469
|
})
|
|
450
470
|
|
|
451
|
-
it("iecp.v20210914.
|
|
471
|
+
it("iecp.v20210914.DeleteNodeUnit", async function () {
|
|
452
472
|
try {
|
|
453
|
-
const data = await client.
|
|
473
|
+
const data = await client.DeleteNodeUnit({})
|
|
454
474
|
expect(data).to.be.ok
|
|
455
475
|
} catch(error) {
|
|
456
476
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +478,9 @@ it("iecp.v20210914.DescribeApplicationVisualization", async function () {
|
|
|
458
478
|
}
|
|
459
479
|
})
|
|
460
480
|
|
|
461
|
-
it("iecp.v20210914.
|
|
481
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationLogs", async function () {
|
|
462
482
|
try {
|
|
463
|
-
const data = await client.
|
|
483
|
+
const data = await client.DescribeEdgeUnitApplicationLogs({})
|
|
464
484
|
expect(data).to.be.ok
|
|
465
485
|
} catch(error) {
|
|
466
486
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +488,9 @@ it("iecp.v20210914.DescribeEdgeUnitGridPods", async function () {
|
|
|
468
488
|
}
|
|
469
489
|
})
|
|
470
490
|
|
|
471
|
-
it("iecp.v20210914.
|
|
491
|
+
it("iecp.v20210914.DescribeEdgeNode", async function () {
|
|
472
492
|
try {
|
|
473
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeEdgeNode({})
|
|
474
494
|
expect(data).to.be.ok
|
|
475
495
|
} catch(error) {
|
|
476
496
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +498,9 @@ it("iecp.v20210914.CreateApplicationVisualization", async function () {
|
|
|
478
498
|
}
|
|
479
499
|
})
|
|
480
500
|
|
|
481
|
-
it("iecp.v20210914.
|
|
501
|
+
it("iecp.v20210914.DescribeApplicationYamlError", async function () {
|
|
482
502
|
try {
|
|
483
|
-
const data = await client.
|
|
503
|
+
const data = await client.DescribeApplicationYamlError({})
|
|
484
504
|
expect(data).to.be.ok
|
|
485
505
|
} catch(error) {
|
|
486
506
|
expect(error.requestId).to.be.ok
|
|
@@ -488,9 +508,9 @@ it("iecp.v20210914.DescribeEdgeDefaultVpc", async function () {
|
|
|
488
508
|
}
|
|
489
509
|
})
|
|
490
510
|
|
|
491
|
-
it("iecp.v20210914.
|
|
511
|
+
it("iecp.v20210914.CreateUserToken", async function () {
|
|
492
512
|
try {
|
|
493
|
-
const data = await client.
|
|
513
|
+
const data = await client.CreateUserToken({})
|
|
494
514
|
expect(data).to.be.ok
|
|
495
515
|
} catch(error) {
|
|
496
516
|
expect(error.requestId).to.be.ok
|
|
@@ -498,9 +518,9 @@ it("iecp.v20210914.DescribeSecretYamlError", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
501
|
-
it("iecp.v20210914.
|
|
521
|
+
it("iecp.v20210914.DescribeEdgeUnitsCloud", async function () {
|
|
502
522
|
try {
|
|
503
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeEdgeUnitsCloud({})
|
|
504
524
|
expect(data).to.be.ok
|
|
505
525
|
} catch(error) {
|
|
506
526
|
expect(error.requestId).to.be.ok
|
|
@@ -508,9 +528,9 @@ it("iecp.v20210914.DeleteConfigMap", async function () {
|
|
|
508
528
|
}
|
|
509
529
|
})
|
|
510
530
|
|
|
511
|
-
it("iecp.v20210914.
|
|
531
|
+
it("iecp.v20210914.CreateEdgeUnitCloud", async function () {
|
|
512
532
|
try {
|
|
513
|
-
const data = await client.
|
|
533
|
+
const data = await client.CreateEdgeUnitCloud({})
|
|
514
534
|
expect(data).to.be.ok
|
|
515
535
|
} catch(error) {
|
|
516
536
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +538,9 @@ it("iecp.v20210914.CreateEdgeNodeUnitTemplate", async function () {
|
|
|
518
538
|
}
|
|
519
539
|
})
|
|
520
540
|
|
|
521
|
-
it("iecp.v20210914.
|
|
541
|
+
it("iecp.v20210914.CreateEdgeUnitApplicationVisualization", async function () {
|
|
522
542
|
try {
|
|
523
|
-
const data = await client.
|
|
543
|
+
const data = await client.CreateEdgeUnitApplicationVisualization({})
|
|
524
544
|
expect(data).to.be.ok
|
|
525
545
|
} catch(error) {
|
|
526
546
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +548,9 @@ it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
|
|
|
528
548
|
}
|
|
529
549
|
})
|
|
530
550
|
|
|
531
|
-
it("iecp.v20210914.
|
|
551
|
+
it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
|
|
532
552
|
try {
|
|
533
|
-
const data = await client.
|
|
553
|
+
const data = await client.DescribeEdgeUnitNodeGroup({})
|
|
534
554
|
expect(data).to.be.ok
|
|
535
555
|
} catch(error) {
|
|
536
556
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +558,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationYamlError", async function () {
|
|
|
538
558
|
}
|
|
539
559
|
})
|
|
540
560
|
|
|
541
|
-
it("iecp.v20210914.
|
|
561
|
+
it("iecp.v20210914.ApplyMarketComponent", async function () {
|
|
542
562
|
try {
|
|
543
|
-
const data = await client.
|
|
563
|
+
const data = await client.ApplyMarketComponent({})
|
|
544
564
|
expect(data).to.be.ok
|
|
545
565
|
} catch(error) {
|
|
546
566
|
expect(error.requestId).to.be.ok
|
|
@@ -548,9 +568,9 @@ it("iecp.v20210914.ModifySecret", async function () {
|
|
|
548
568
|
}
|
|
549
569
|
})
|
|
550
570
|
|
|
551
|
-
it("iecp.v20210914.
|
|
571
|
+
it("iecp.v20210914.DescribeApplicationVisualization", async function () {
|
|
552
572
|
try {
|
|
553
|
-
const data = await client.
|
|
573
|
+
const data = await client.DescribeApplicationVisualization({})
|
|
554
574
|
expect(data).to.be.ok
|
|
555
575
|
} catch(error) {
|
|
556
576
|
expect(error.requestId).to.be.ok
|
|
@@ -558,9 +578,9 @@ it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
|
|
|
558
578
|
}
|
|
559
579
|
})
|
|
560
580
|
|
|
561
|
-
it("iecp.v20210914.
|
|
581
|
+
it("iecp.v20210914.DescribeEdgeUnitNodeUnitTemplates", async function () {
|
|
562
582
|
try {
|
|
563
|
-
const data = await client.
|
|
583
|
+
const data = await client.DescribeEdgeUnitNodeUnitTemplates({})
|
|
564
584
|
expect(data).to.be.ok
|
|
565
585
|
} catch(error) {
|
|
566
586
|
expect(error.requestId).to.be.ok
|
|
@@ -568,9 +588,9 @@ it("iecp.v20210914.DescribeNodeUnitTemplateOnNodeGroup", async function () {
|
|
|
568
588
|
}
|
|
569
589
|
})
|
|
570
590
|
|
|
571
|
-
it("iecp.v20210914.
|
|
591
|
+
it("iecp.v20210914.GetMarketComponent", async function () {
|
|
572
592
|
try {
|
|
573
|
-
const data = await client.
|
|
593
|
+
const data = await client.GetMarketComponent({})
|
|
574
594
|
expect(data).to.be.ok
|
|
575
595
|
} catch(error) {
|
|
576
596
|
expect(error.requestId).to.be.ok
|
|
@@ -578,9 +598,9 @@ it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
|
|
|
578
598
|
}
|
|
579
599
|
})
|
|
580
600
|
|
|
581
|
-
it("iecp.v20210914.
|
|
601
|
+
it("iecp.v20210914.DescribeNamespaces", async function () {
|
|
582
602
|
try {
|
|
583
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeNamespaces({})
|
|
584
604
|
expect(data).to.be.ok
|
|
585
605
|
} catch(error) {
|
|
586
606
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +608,9 @@ it("iecp.v20210914.DescribeSecrets", async function () {
|
|
|
588
608
|
}
|
|
589
609
|
})
|
|
590
610
|
|
|
591
|
-
it("iecp.v20210914.
|
|
611
|
+
it("iecp.v20210914.DescribeEdgeOperationLogs", async function () {
|
|
592
612
|
try {
|
|
593
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeEdgeOperationLogs({})
|
|
594
614
|
expect(data).to.be.ok
|
|
595
615
|
} catch(error) {
|
|
596
616
|
expect(error.requestId).to.be.ok
|
|
@@ -598,9 +618,9 @@ it("iecp.v20210914.ModifyEdgeUnit", async function () {
|
|
|
598
618
|
}
|
|
599
619
|
})
|
|
600
620
|
|
|
601
|
-
it("iecp.v20210914.
|
|
621
|
+
it("iecp.v20210914.CreateSecret", async function () {
|
|
602
622
|
try {
|
|
603
|
-
const data = await client.
|
|
623
|
+
const data = await client.CreateSecret({})
|
|
604
624
|
expect(data).to.be.ok
|
|
605
625
|
} catch(error) {
|
|
606
626
|
expect(error.requestId).to.be.ok
|
|
@@ -608,9 +628,9 @@ it("iecp.v20210914.DescribeConfigMapYamlError", async function () {
|
|
|
608
628
|
}
|
|
609
629
|
})
|
|
610
630
|
|
|
611
|
-
it("iecp.v20210914.
|
|
631
|
+
it("iecp.v20210914.DescribeEdgePod", async function () {
|
|
612
632
|
try {
|
|
613
|
-
const data = await client.
|
|
633
|
+
const data = await client.DescribeEdgePod({})
|
|
614
634
|
expect(data).to.be.ok
|
|
615
635
|
} catch(error) {
|
|
616
636
|
expect(error.requestId).to.be.ok
|
|
@@ -618,9 +638,9 @@ it("iecp.v20210914.GetMarketComponent", async function () {
|
|
|
618
638
|
}
|
|
619
639
|
})
|
|
620
640
|
|
|
621
|
-
it("iecp.v20210914.
|
|
641
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationPods", async function () {
|
|
622
642
|
try {
|
|
623
|
-
const data = await client.
|
|
643
|
+
const data = await client.DescribeEdgeUnitApplicationPods({})
|
|
624
644
|
expect(data).to.be.ok
|
|
625
645
|
} catch(error) {
|
|
626
646
|
expect(error.requestId).to.be.ok
|
|
@@ -628,9 +648,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplications", async function () {
|
|
|
628
648
|
}
|
|
629
649
|
})
|
|
630
650
|
|
|
631
|
-
it("iecp.v20210914.
|
|
651
|
+
it("iecp.v20210914.DeleteEdgeUnitApplications", async function () {
|
|
632
652
|
try {
|
|
633
|
-
const data = await client.
|
|
653
|
+
const data = await client.DeleteEdgeUnitApplications({})
|
|
634
654
|
expect(data).to.be.ok
|
|
635
655
|
} catch(error) {
|
|
636
656
|
expect(error.requestId).to.be.ok
|
|
@@ -638,9 +658,9 @@ it("iecp.v20210914.DescribeNamespaces", async function () {
|
|
|
638
658
|
}
|
|
639
659
|
})
|
|
640
660
|
|
|
641
|
-
it("iecp.v20210914.
|
|
661
|
+
it("iecp.v20210914.DescribeEdgeUnitDeployGrid", async function () {
|
|
642
662
|
try {
|
|
643
|
-
const data = await client.
|
|
663
|
+
const data = await client.DescribeEdgeUnitDeployGrid({})
|
|
644
664
|
expect(data).to.be.ok
|
|
645
665
|
} catch(error) {
|
|
646
666
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +668,9 @@ it("iecp.v20210914.DescribeEdgeNodes", async function () {
|
|
|
648
668
|
}
|
|
649
669
|
})
|
|
650
670
|
|
|
651
|
-
it("iecp.v20210914.
|
|
671
|
+
it("iecp.v20210914.DeleteSecret", async function () {
|
|
652
672
|
try {
|
|
653
|
-
const data = await client.
|
|
673
|
+
const data = await client.DeleteSecret({})
|
|
654
674
|
expect(data).to.be.ok
|
|
655
675
|
} catch(error) {
|
|
656
676
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +678,9 @@ it("iecp.v20210914.DescribeEdgeOperationLogs", async function () {
|
|
|
658
678
|
}
|
|
659
679
|
})
|
|
660
680
|
|
|
661
|
-
it("iecp.v20210914.
|
|
681
|
+
it("iecp.v20210914.DeleteEdgeNodes", async function () {
|
|
662
682
|
try {
|
|
663
|
-
const data = await client.
|
|
683
|
+
const data = await client.DeleteEdgeNodes({})
|
|
664
684
|
expect(data).to.be.ok
|
|
665
685
|
} catch(error) {
|
|
666
686
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +688,9 @@ it("iecp.v20210914.CreateSecret", async function () {
|
|
|
668
688
|
}
|
|
669
689
|
})
|
|
670
690
|
|
|
671
|
-
it("iecp.v20210914.
|
|
691
|
+
it("iecp.v20210914.CreateConfigMap", async function () {
|
|
672
692
|
try {
|
|
673
|
-
const data = await client.
|
|
693
|
+
const data = await client.CreateConfigMap({})
|
|
674
694
|
expect(data).to.be.ok
|
|
675
695
|
} catch(error) {
|
|
676
696
|
expect(error.requestId).to.be.ok
|
|
@@ -678,9 +698,9 @@ it("iecp.v20210914.DescribeEdgePod", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
681
|
-
it("iecp.v20210914.
|
|
701
|
+
it("iecp.v20210914.DescribeEdgeUnitCloud", async function () {
|
|
682
702
|
try {
|
|
683
|
-
const data = await client.
|
|
703
|
+
const data = await client.DescribeEdgeUnitCloud({})
|
|
684
704
|
expect(data).to.be.ok
|
|
685
705
|
} catch(error) {
|
|
686
706
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +708,9 @@ it("iecp.v20210914.DescribeApplications", async function () {
|
|
|
688
708
|
}
|
|
689
709
|
})
|
|
690
710
|
|
|
691
|
-
it("iecp.v20210914.
|
|
711
|
+
it("iecp.v20210914.DeleteNamespace", async function () {
|
|
692
712
|
try {
|
|
693
|
-
const data = await client.
|
|
713
|
+
const data = await client.DeleteNamespace({})
|
|
694
714
|
expect(data).to.be.ok
|
|
695
715
|
} catch(error) {
|
|
696
716
|
expect(error.requestId).to.be.ok
|
|
@@ -698,9 +718,9 @@ it("iecp.v20210914.DescribeSecret", async function () {
|
|
|
698
718
|
}
|
|
699
719
|
})
|
|
700
720
|
|
|
701
|
-
it("iecp.v20210914.
|
|
721
|
+
it("iecp.v20210914.ModifyEdgeNodeLabels", async function () {
|
|
702
722
|
try {
|
|
703
|
-
const data = await client.
|
|
723
|
+
const data = await client.ModifyEdgeNodeLabels({})
|
|
704
724
|
expect(data).to.be.ok
|
|
705
725
|
} catch(error) {
|
|
706
726
|
expect(error.requestId).to.be.ok
|
|
@@ -708,9 +728,9 @@ it("iecp.v20210914.CreateEdgeNodeGroup", async function () {
|
|
|
708
728
|
}
|
|
709
729
|
})
|
|
710
730
|
|
|
711
|
-
it("iecp.v20210914.
|
|
731
|
+
it("iecp.v20210914.DescribeMonitorMetrics", async function () {
|
|
712
732
|
try {
|
|
713
|
-
const data = await client.
|
|
733
|
+
const data = await client.DescribeMonitorMetrics({})
|
|
714
734
|
expect(data).to.be.ok
|
|
715
735
|
} catch(error) {
|
|
716
736
|
expect(error.requestId).to.be.ok
|
|
@@ -718,9 +738,9 @@ it("iecp.v20210914.DescribeEdgeNodePods", async function () {
|
|
|
718
738
|
}
|
|
719
739
|
})
|
|
720
740
|
|
|
721
|
-
it("iecp.v20210914.
|
|
741
|
+
it("iecp.v20210914.DescribeConfigMaps", async function () {
|
|
722
742
|
try {
|
|
723
|
-
const data = await client.
|
|
743
|
+
const data = await client.DescribeConfigMaps({})
|
|
724
744
|
expect(data).to.be.ok
|
|
725
745
|
} catch(error) {
|
|
726
746
|
expect(error.requestId).to.be.ok
|
|
@@ -728,9 +748,9 @@ it("iecp.v20210914.ModifyEdgeUnitDeployGridItem", async function () {
|
|
|
728
748
|
}
|
|
729
749
|
})
|
|
730
750
|
|
|
731
|
-
it("iecp.v20210914.
|
|
751
|
+
it("iecp.v20210914.DescribeSecretYamlError", async function () {
|
|
732
752
|
try {
|
|
733
|
-
const data = await client.
|
|
753
|
+
const data = await client.DescribeSecretYamlError({})
|
|
734
754
|
expect(data).to.be.ok
|
|
735
755
|
} catch(error) {
|
|
736
756
|
expect(error.requestId).to.be.ok
|
|
@@ -738,9 +758,9 @@ it("iecp.v20210914.DescribeEdgeUnitNodeGroup", async function () {
|
|
|
738
758
|
}
|
|
739
759
|
})
|
|
740
760
|
|
|
741
|
-
it("iecp.v20210914.
|
|
761
|
+
it("iecp.v20210914.ModifyEdgeUnitCloudApi", async function () {
|
|
742
762
|
try {
|
|
743
|
-
const data = await client.
|
|
763
|
+
const data = await client.ModifyEdgeUnitCloudApi({})
|
|
744
764
|
expect(data).to.be.ok
|
|
745
765
|
} catch(error) {
|
|
746
766
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +768,9 @@ it("iecp.v20210914.DescribeConfigMap", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
751
|
-
it("iecp.v20210914.
|
|
771
|
+
it("iecp.v20210914.ModifyApplicationBasicInfo", async function () {
|
|
752
772
|
try {
|
|
753
|
-
const data = await client.
|
|
773
|
+
const data = await client.ModifyApplicationBasicInfo({})
|
|
754
774
|
expect(data).to.be.ok
|
|
755
775
|
} catch(error) {
|
|
756
776
|
expect(error.requestId).to.be.ok
|
|
@@ -758,9 +778,9 @@ it("iecp.v20210914.DeleteNodeUnit", async function () {
|
|
|
758
778
|
}
|
|
759
779
|
})
|
|
760
780
|
|
|
761
|
-
it("iecp.v20210914.
|
|
781
|
+
it("iecp.v20210914.DescribeEdgeUnitDeployGridItem", async function () {
|
|
762
782
|
try {
|
|
763
|
-
const data = await client.
|
|
783
|
+
const data = await client.DescribeEdgeUnitDeployGridItem({})
|
|
764
784
|
expect(data).to.be.ok
|
|
765
785
|
} catch(error) {
|
|
766
786
|
expect(error.requestId).to.be.ok
|
|
@@ -768,9 +788,9 @@ it("iecp.v20210914.DeleteEdgeUnitApplications", async function () {
|
|
|
768
788
|
}
|
|
769
789
|
})
|
|
770
790
|
|
|
771
|
-
it("iecp.v20210914.
|
|
791
|
+
it("iecp.v20210914.DescribeApplicationYaml", async function () {
|
|
772
792
|
try {
|
|
773
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeApplicationYaml({})
|
|
774
794
|
expect(data).to.be.ok
|
|
775
795
|
} catch(error) {
|
|
776
796
|
expect(error.requestId).to.be.ok
|
|
@@ -778,9 +798,9 @@ it("iecp.v20210914.DeleteEdgeUnitPod", async function () {
|
|
|
778
798
|
}
|
|
779
799
|
})
|
|
780
800
|
|
|
781
|
-
it("iecp.v20210914.
|
|
801
|
+
it("iecp.v20210914.ModifyEdgeUnitApplicationBasicInfo", async function () {
|
|
782
802
|
try {
|
|
783
|
-
const data = await client.
|
|
803
|
+
const data = await client.ModifyEdgeUnitApplicationBasicInfo({})
|
|
784
804
|
expect(data).to.be.ok
|
|
785
805
|
} catch(error) {
|
|
786
806
|
expect(error.requestId).to.be.ok
|
|
@@ -788,9 +808,9 @@ it("iecp.v20210914.DescribeEdgeUnitDeployGrid", async function () {
|
|
|
788
808
|
}
|
|
789
809
|
})
|
|
790
810
|
|
|
791
|
-
it("iecp.v20210914.
|
|
811
|
+
it("iecp.v20210914.CreateApplicationVisualization", async function () {
|
|
792
812
|
try {
|
|
793
|
-
const data = await client.
|
|
813
|
+
const data = await client.CreateApplicationVisualization({})
|
|
794
814
|
expect(data).to.be.ok
|
|
795
815
|
} catch(error) {
|
|
796
816
|
expect(error.requestId).to.be.ok
|
|
@@ -798,9 +818,9 @@ it("iecp.v20210914.DescribeEdgeUnitApplicationLogs", async function () {
|
|
|
798
818
|
}
|
|
799
819
|
})
|
|
800
820
|
|
|
801
|
-
it("iecp.v20210914.
|
|
821
|
+
it("iecp.v20210914.DescribeConfigMap", async function () {
|
|
802
822
|
try {
|
|
803
|
-
const data = await client.
|
|
823
|
+
const data = await client.DescribeConfigMap({})
|
|
804
824
|
expect(data).to.be.ok
|
|
805
825
|
} catch(error) {
|
|
806
826
|
expect(error.requestId).to.be.ok
|
|
@@ -808,9 +828,9 @@ it("iecp.v20210914.DescribeEdgeUnitGridEvents", async function () {
|
|
|
808
828
|
}
|
|
809
829
|
})
|
|
810
830
|
|
|
811
|
-
it("iecp.v20210914.
|
|
831
|
+
it("iecp.v20210914.DescribeEdgeNodePodContainers", async function () {
|
|
812
832
|
try {
|
|
813
|
-
const data = await client.
|
|
833
|
+
const data = await client.DescribeEdgeNodePodContainers({})
|
|
814
834
|
expect(data).to.be.ok
|
|
815
835
|
} catch(error) {
|
|
816
836
|
expect(error.requestId).to.be.ok
|
|
@@ -818,9 +838,59 @@ it("iecp.v20210914.DescribeMonitorMetrics", async function () {
|
|
|
818
838
|
}
|
|
819
839
|
})
|
|
820
840
|
|
|
821
|
-
it("iecp.v20210914.
|
|
841
|
+
it("iecp.v20210914.DescribeEdgeUnitApplicationPodContainers", async function () {
|
|
822
842
|
try {
|
|
823
|
-
const data = await client.
|
|
843
|
+
const data = await client.DescribeEdgeUnitApplicationPodContainers({})
|
|
844
|
+
expect(data).to.be.ok
|
|
845
|
+
} catch(error) {
|
|
846
|
+
expect(error.requestId).to.be.ok
|
|
847
|
+
expect(error.code).to.be.ok
|
|
848
|
+
}
|
|
849
|
+
})
|
|
850
|
+
|
|
851
|
+
it("iecp.v20210914.CreateEdgeNodeBatch", async function () {
|
|
852
|
+
try {
|
|
853
|
+
const data = await client.CreateEdgeNodeBatch({})
|
|
854
|
+
expect(data).to.be.ok
|
|
855
|
+
} catch(error) {
|
|
856
|
+
expect(error.requestId).to.be.ok
|
|
857
|
+
expect(error.code).to.be.ok
|
|
858
|
+
}
|
|
859
|
+
})
|
|
860
|
+
|
|
861
|
+
it("iecp.v20210914.DescribeYeheResourceLimit", async function () {
|
|
862
|
+
try {
|
|
863
|
+
const data = await client.DescribeYeheResourceLimit({})
|
|
864
|
+
expect(data).to.be.ok
|
|
865
|
+
} catch(error) {
|
|
866
|
+
expect(error.requestId).to.be.ok
|
|
867
|
+
expect(error.code).to.be.ok
|
|
868
|
+
}
|
|
869
|
+
})
|
|
870
|
+
|
|
871
|
+
it("iecp.v20210914.ModifyEdgeUnitApplicationYaml", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.ModifyEdgeUnitApplicationYaml({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
881
|
+
it("iecp.v20210914.DeleteEdgeUnitCloud", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.DeleteEdgeUnitCloud({})
|
|
884
|
+
expect(data).to.be.ok
|
|
885
|
+
} catch(error) {
|
|
886
|
+
expect(error.requestId).to.be.ok
|
|
887
|
+
expect(error.code).to.be.ok
|
|
888
|
+
}
|
|
889
|
+
})
|
|
890
|
+
|
|
891
|
+
it("iecp.v20210914.DescribeEdgeSnNodes", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.DescribeEdgeSnNodes({})
|
|
824
894
|
expect(data).to.be.ok
|
|
825
895
|
} catch(error) {
|
|
826
896
|
expect(error.requestId).to.be.ok
|