tencentcloud-sdk-nodejs 4.0.951 → 4.0.953
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 +272 -0
- package/SERVICE_CHANGELOG.md +264 -22
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +16 -15
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -0
- package/src/services/ess/v20201111/ess_client.ts +27 -0
- package/src/services/ess/v20201111/ess_models.ts +130 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +26 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +52 -0
- package/src/services/lke/v20231130/lke_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
- package/src/services/mariadb/v20170312/mariadb_models.ts +45 -13
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +4 -4
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +4 -0
- package/src/services/vclm/v20240523/vclm_models.ts +9 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +164 -15
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +43 -13
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +9 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +164 -15
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/ess.v20201111.test.js +20 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/mariadb.v20170312.test.js +12 -2
|
@@ -188,6 +188,16 @@ it("cynosdb.v20190107.ExportResourcePackageDeductDetails", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
+
it("cynosdb.v20190107.InquirePriceModify", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.InquirePriceModify({})
|
|
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
|
+
|
|
191
201
|
it("cynosdb.v20190107.SwitchProxyVpc", async function () {
|
|
192
202
|
try {
|
|
193
203
|
const data = await client.SwitchProxyVpc({})
|
|
@@ -708,6 +708,16 @@ it("ess.v20201111.CreateWebThemeConfig", async function () {
|
|
|
708
708
|
}
|
|
709
709
|
})
|
|
710
710
|
|
|
711
|
+
it("ess.v20201111.CreateDynamicFlowApprover", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.CreateDynamicFlowApprover({})
|
|
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
|
+
|
|
711
721
|
it("ess.v20201111.CreateIntegrationEmployees", async function () {
|
|
712
722
|
try {
|
|
713
723
|
const data = await client.CreateIntegrationEmployees({})
|
|
@@ -868,6 +878,16 @@ it("ess.v20201111.GetTaskResultApi", async function () {
|
|
|
868
878
|
}
|
|
869
879
|
})
|
|
870
880
|
|
|
881
|
+
it("ess.v20201111.ArchiveDynamicFlow", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.ArchiveDynamicFlow({})
|
|
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
|
+
|
|
871
891
|
it("ess.v20201111.UpdateIntegrationEmployees", async function () {
|
|
872
892
|
try {
|
|
873
893
|
const data = await client.UpdateIntegrationEmployees({})
|
|
@@ -308,6 +308,16 @@ it("essbasic.v20210526.CreateBatchOrganizationRegistrationTasks", async function
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("essbasic.v20210526.CreateChannelSubOrganizationActive", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.CreateChannelSubOrganizationActive({})
|
|
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
|
+
|
|
311
321
|
it("essbasic.v20210526.UploadFiles", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.UploadFiles({})
|
|
@@ -598,9 +598,9 @@ it("mariadb.v20170312.DescribeDBTmpInstances", async function () {
|
|
|
598
598
|
}
|
|
599
599
|
})
|
|
600
600
|
|
|
601
|
-
it("mariadb.v20170312.
|
|
601
|
+
it("mariadb.v20170312.DescribeDBSyncMode", async function () {
|
|
602
602
|
try {
|
|
603
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeDBSyncMode({})
|
|
604
604
|
expect(data).to.be.ok
|
|
605
605
|
} catch(error) {
|
|
606
606
|
expect(error.requestId).to.be.ok
|
|
@@ -708,6 +708,16 @@ it("mariadb.v20170312.CloneAccount", async function () {
|
|
|
708
708
|
}
|
|
709
709
|
})
|
|
710
710
|
|
|
711
|
+
it("mariadb.v20170312.IsolateHourDBInstance", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.IsolateHourDBInstance({})
|
|
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
|
+
|
|
711
721
|
it("mariadb.v20170312.UpgradeDBInstance", async function () {
|
|
712
722
|
try {
|
|
713
723
|
const data = await client.UpgradeDBInstance({})
|