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