tencentcloud-sdk-nodejs 4.0.418 → 4.0.421
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 +394 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +297 -260
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +20 -8
- package/src/services/bma/v20210624/bma_models.ts +100 -50
- package/src/services/captcha/v20190722/captcha_models.ts +0 -1
- package/src/services/ccc/v20200210/ccc_models.ts +6 -1
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/gme/v20180711/gme_client.ts +21 -61
- package/src/services/gme/v20180711/gme_models.ts +50 -236
- package/src/services/live/v20180801/live_client.ts +2 -1
- package/src/services/live/v20180801/live_models.ts +88 -5
- package/src/services/monitor/v20180724/monitor_client.ts +909 -495
- package/src/services/monitor/v20180724/monitor_models.ts +1606 -403
- package/src/services/partners/v20180321/partners_models.ts +5 -4
- package/src/services/sms/v20210111/sms_client.ts +14 -0
- package/src/services/sms/v20210111/sms_models.ts +50 -0
- package/src/services/teo/v20220106/teo_client.ts +3 -2
- package/src/services/teo/v20220106/teo_models.ts +252 -183
- package/src/services/tke/v20180525/tke_client.ts +54 -42
- package/src/services/tke/v20180525/tke_models.ts +111 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +7 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +9 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +86 -44
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +7 -21
- package/tencentcloud/services/gme/v20180711/gme_client.js +9 -29
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -200
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +77 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +305 -169
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +449 -245
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1368 -332
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +3 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +6 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +7 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +43 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +216 -150
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -15
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -21
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +98 -40
- package/test/bma.v20210624.test.js +12 -2
- package/test/gme.v20180711.test.js +6 -36
- package/test/monitor.v20180724.test.js +492 -152
- package/test/sms.v20210111.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -20
|
@@ -138,6 +138,16 @@ it("sms.v20210111.PullSmsSendStatusByPhoneNumber", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("sms.v20210111.ReportConversion", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.ReportConversion({})
|
|
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
|
+
|
|
141
151
|
it("sms.v20210111.ModifySmsTemplate", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.ModifySmsTemplate({})
|
|
@@ -168,6 +168,16 @@ it("tke.v20180525.DescribeClusterCommonNames", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("tke.v20180525.DescribePrometheusInstanceInitStatus", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribePrometheusInstanceInitStatus({})
|
|
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
|
+
|
|
171
181
|
it("tke.v20180525.EnableEventPersistence", async function () {
|
|
172
182
|
try {
|
|
173
183
|
const data = await client.EnableEventPersistence({})
|
|
@@ -318,9 +328,9 @@ it("tke.v20180525.DeleteEKSCluster", async function () {
|
|
|
318
328
|
}
|
|
319
329
|
})
|
|
320
330
|
|
|
321
|
-
it("tke.v20180525.
|
|
331
|
+
it("tke.v20180525.DescribeEdgeLogSwitches", async function () {
|
|
322
332
|
try {
|
|
323
|
-
const data = await client.
|
|
333
|
+
const data = await client.DescribeEdgeLogSwitches({})
|
|
324
334
|
expect(data).to.be.ok
|
|
325
335
|
} catch(error) {
|
|
326
336
|
expect(error.requestId).to.be.ok
|
|
@@ -538,9 +548,9 @@ it("tke.v20180525.DescribeExistedInstances", async function () {
|
|
|
538
548
|
}
|
|
539
549
|
})
|
|
540
550
|
|
|
541
|
-
it("tke.v20180525.
|
|
551
|
+
it("tke.v20180525.DescribeClusterNodePools", async function () {
|
|
542
552
|
try {
|
|
543
|
-
const data = await client.
|
|
553
|
+
const data = await client.DescribeClusterNodePools({})
|
|
544
554
|
expect(data).to.be.ok
|
|
545
555
|
} catch(error) {
|
|
546
556
|
expect(error.requestId).to.be.ok
|
|
@@ -588,9 +598,9 @@ it("tke.v20180525.DeleteEdgeCVMInstances", async function () {
|
|
|
588
598
|
}
|
|
589
599
|
})
|
|
590
600
|
|
|
591
|
-
it("tke.v20180525.
|
|
601
|
+
it("tke.v20180525.AddNodeToNodePool", async function () {
|
|
592
602
|
try {
|
|
593
|
-
const data = await client.
|
|
603
|
+
const data = await client.AddNodeToNodePool({})
|
|
594
604
|
expect(data).to.be.ok
|
|
595
605
|
} catch(error) {
|
|
596
606
|
expect(error.requestId).to.be.ok
|
|
@@ -808,6 +818,16 @@ it("tke.v20180525.ModifyNodePoolDesiredCapacityAboutAsg", async function () {
|
|
|
808
818
|
}
|
|
809
819
|
})
|
|
810
820
|
|
|
821
|
+
it("tke.v20180525.ModifyClusterAuthenticationOptions", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.ModifyClusterAuthenticationOptions({})
|
|
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
|
+
|
|
811
831
|
it("tke.v20180525.CreateEKSCluster", async function () {
|
|
812
832
|
try {
|
|
813
833
|
const data = await client.CreateEKSCluster({})
|
|
@@ -1138,16 +1158,6 @@ it("tke.v20180525.DescribeClusterSecurity", async function () {
|
|
|
1138
1158
|
}
|
|
1139
1159
|
})
|
|
1140
1160
|
|
|
1141
|
-
it("tke.v20180525.DescribeClusterEndpoints", async function () {
|
|
1142
|
-
try {
|
|
1143
|
-
const data = await client.DescribeClusterEndpoints({})
|
|
1144
|
-
expect(data).to.be.ok
|
|
1145
|
-
} catch(error) {
|
|
1146
|
-
expect(error.requestId).to.be.ok
|
|
1147
|
-
expect(error.code).to.be.ok
|
|
1148
|
-
}
|
|
1149
|
-
})
|
|
1150
|
-
|
|
1151
1161
|
it("tke.v20180525.DescribePrometheusClusterAgents", async function () {
|
|
1152
1162
|
try {
|
|
1153
1163
|
const data = await client.DescribePrometheusClusterAgents({})
|
|
@@ -1218,9 +1228,9 @@ it("tke.v20180525.DescribeECMInstances", async function () {
|
|
|
1218
1228
|
}
|
|
1219
1229
|
})
|
|
1220
1230
|
|
|
1221
|
-
it("tke.v20180525.
|
|
1231
|
+
it("tke.v20180525.DescribeClusterEndpoints", async function () {
|
|
1222
1232
|
try {
|
|
1223
|
-
const data = await client.
|
|
1233
|
+
const data = await client.DescribeClusterEndpoints({})
|
|
1224
1234
|
expect(data).to.be.ok
|
|
1225
1235
|
} catch(error) {
|
|
1226
1236
|
expect(error.requestId).to.be.ok
|
|
@@ -1268,9 +1278,9 @@ it("tke.v20180525.DisableClusterAudit", async function () {
|
|
|
1268
1278
|
}
|
|
1269
1279
|
})
|
|
1270
1280
|
|
|
1271
|
-
it("tke.v20180525.
|
|
1281
|
+
it("tke.v20180525.CreateEdgeCVMInstances", async function () {
|
|
1272
1282
|
try {
|
|
1273
|
-
const data = await client.
|
|
1283
|
+
const data = await client.CreateEdgeCVMInstances({})
|
|
1274
1284
|
expect(data).to.be.ok
|
|
1275
1285
|
} catch(error) {
|
|
1276
1286
|
expect(error.requestId).to.be.ok
|