tencentcloud-sdk-nodejs 4.0.244 → 4.0.248
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 +431 -9
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +27 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apm/index.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +58 -0
- package/src/services/apm/v20210622/apm_models.ts +260 -0
- package/src/services/apm/v20210622/index.ts +6 -0
- package/src/services/asw/v20200722/asw_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +119 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +25 -1
- package/src/services/clb/v20180317/clb_models.ts +175 -18
- package/src/services/cme/v20191029/cme_client.ts +26 -21
- package/src/services/cme/v20191029/cme_models.ts +160 -144
- package/src/services/cvm/v20170312/cvm_models.ts +3 -1
- package/src/services/cwp/v20180228/cwp_models.ts +9 -8
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +3 -3
- package/src/services/index.ts +3 -0
- package/src/services/ivld/index.ts +5 -0
- package/src/services/ivld/v20210903/index.ts +6 -0
- package/src/services/ivld/v20210903/ivld_client.ts +170 -0
- package/src/services/ivld/v20210903/ivld_models.ts +973 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +81 -5
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +6 -6
- package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +48 -0
- package/src/services/thpc/index.ts +5 -0
- package/src/services/thpc/v20211109/index.ts +6 -0
- package/src/services/thpc/v20211109/thpc_client.ts +64 -0
- package/src/services/thpc/v20211109/thpc_models.ts +332 -0
- package/src/services/tke/v20180525/tke_client.ts +50 -1
- package/src/services/tke/v20180525/tke_models.ts +158 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +85 -0
- 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/apm/index.d.ts +6 -0
- package/tencentcloud/services/apm/index.js +7 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +18 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +43 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +207 -0
- package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
- package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
- package/tencentcloud/services/apm/v20210622/index.js +9 -0
- package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- 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 +100 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
- package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -140
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +3 -0
- package/tencentcloud/services/index.js +6 -0
- package/tencentcloud/services/ivld/index.d.ts +6 -0
- package/tencentcloud/services/ivld/index.js +7 -0
- package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
- package/tencentcloud/services/ivld/v20210903/index.js +9 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -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 +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
- package/tencentcloud/services/thpc/index.d.ts +6 -0
- package/tencentcloud/services/thpc/index.js +7 -0
- package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20211109/index.js +9 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
- package/test/apm.v20210622.test.js +41 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/clb.v20180317.test.js +20 -0
- package/test/ivld.v20210903.test.js +101 -0
- package/test/privatedns.v20201028.test.js +30 -0
- package/test/thpc.v20211109.test.js +41 -0
- package/test/tke.v20180525.test.js +40 -0
- package/test/tsf.v20180326.test.js +10 -0
|
@@ -228,6 +228,16 @@ it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("tke.v20180525.ForwardApplicationRequestV3", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ForwardApplicationRequestV3({})
|
|
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
|
+
|
|
231
241
|
it("tke.v20180525.DescribeClusterNodePoolDetail", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeClusterNodePoolDetail({})
|
|
@@ -398,6 +408,16 @@ it("tke.v20180525.AddExistedInstances", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("tke.v20180525.DisableClusterDeletionProtection", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DisableClusterDeletionProtection({})
|
|
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
|
+
|
|
401
421
|
it("tke.v20180525.DescribePrometheusTargets", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.DescribePrometheusTargets({})
|
|
@@ -898,6 +918,16 @@ it("tke.v20180525.DescribeEnableVpcCniProgress", async function () {
|
|
|
898
918
|
}
|
|
899
919
|
})
|
|
900
920
|
|
|
921
|
+
it("tke.v20180525.EnableClusterDeletionProtection", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.EnableClusterDeletionProtection({})
|
|
924
|
+
expect(data).to.be.ok
|
|
925
|
+
} catch(error) {
|
|
926
|
+
expect(error.requestId).to.be.ok
|
|
927
|
+
expect(error.code).to.be.ok
|
|
928
|
+
}
|
|
929
|
+
})
|
|
930
|
+
|
|
901
931
|
it("tke.v20180525.SyncPrometheusTemplate", async function () {
|
|
902
932
|
try {
|
|
903
933
|
const data = await client.SyncPrometheusTemplate({})
|
|
@@ -958,6 +988,16 @@ it("tke.v20180525.UpdateEKSCluster", async function () {
|
|
|
958
988
|
}
|
|
959
989
|
})
|
|
960
990
|
|
|
991
|
+
it("tke.v20180525.GetTkeAppChartList", async function () {
|
|
992
|
+
try {
|
|
993
|
+
const data = await client.GetTkeAppChartList({})
|
|
994
|
+
expect(data).to.be.ok
|
|
995
|
+
} catch(error) {
|
|
996
|
+
expect(error.requestId).to.be.ok
|
|
997
|
+
expect(error.code).to.be.ok
|
|
998
|
+
}
|
|
999
|
+
})
|
|
1000
|
+
|
|
961
1001
|
it("tke.v20180525.CreateClusterEndpointVip", async function () {
|
|
962
1002
|
try {
|
|
963
1003
|
const data = await client.CreateClusterEndpointVip({})
|
|
@@ -168,6 +168,16 @@ it("tsf.v20180326.DescribeContainerGroups", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
+
it("tsf.v20180326.DescribeGroupAttribute", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeGroupAttribute({})
|
|
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("tsf.v20180326.DescribeConfigs", async function () {
|
|
172
182
|
try {
|
|
173
183
|
const data = await client.DescribeConfigs({})
|