tencentcloud-sdk-nodejs 4.0.624 → 4.0.626
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/SERVICE_CHANGELOG.md +503 -67
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +16 -16
- package/src/services/apm/v20210622/apm_models.ts +5 -1
- package/src/services/billing/v20180709/billing_models.ts +29 -23
- package/src/services/cfs/v20190719/cfs_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +4 -4
- package/src/services/ckafka/v20190819/ckafka_models.ts +100 -65
- package/src/services/csip/v20221121/csip_client.ts +19 -2
- package/src/services/csip/v20221121/csip_models.ts +160 -10
- package/src/services/dcdb/v20180411/dcdb_client.ts +26 -13
- package/src/services/dcdb/v20180411/dcdb_models.ts +114 -9
- package/src/services/dlc/v20210125/dlc_client.ts +30 -27
- package/src/services/dlc/v20210125/dlc_models.ts +197 -95
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +15 -1
- package/src/services/ess/v20201111/ess_models.ts +114 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +193 -72
- package/src/services/live/v20180801/live_client.ts +19 -6
- package/src/services/live/v20180801/live_models.ts +69 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +14 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +121 -16
- package/src/services/monitor/v20180724/monitor_client.ts +3 -3
- package/src/services/partners/v20180321/partners_models.ts +5 -0
- package/src/services/smh/v20210712/smh_models.ts +11 -11
- package/src/services/sms/v20190711/sms_client.ts +0 -1
- package/src/services/sms/v20190711/sms_models.ts +2 -2
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/sts/v20180813/sts_client.ts +21 -8
- package/src/services/sts/v20180813/sts_models.ts +21 -21
- package/src/services/tbaas/v20180416/tbaas_client.ts +38 -14
- package/src/services/tbaas/v20180416/tbaas_models.ts +72 -8
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +20 -15
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +55 -6
- package/src/services/tke/v20180525/tke_client.ts +85 -24
- package/src/services/tke/v20180525/tke_models.ts +310 -133
- package/src/services/vpc/v20170312/vpc_models.ts +8 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -16
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +99 -65
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +153 -10
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +9 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +12 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +111 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +27 -27
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +27 -27
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +194 -95
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +188 -71
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -3
- package/tencentcloud/services/live/v20180801/live_client.js +9 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +66 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +118 -16
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +5 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +11 -11
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +0 -1
- package/tencentcloud/services/sms/v20190711/sms_client.js +0 -1
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +18 -5
- package/tencentcloud/services/sts/v20180813/sts_client.js +18 -5
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +21 -21
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +24 -8
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +25 -7
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +70 -8
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +20 -15
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +53 -6
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +36 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +296 -130
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -6
- package/test/csip.v20221121.test.js +10 -0
- package/test/dcdb.v20180411.test.js +14 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/live.v20180801.test.js +12 -2
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/tbaas.v20180416.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +54 -4
|
@@ -298,9 +298,9 @@ it("dcdb.v20180411.ModifyDBInstancesProject", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("dcdb.v20180411.
|
|
301
|
+
it("dcdb.v20180411.DescribeDCDBInstanceDetail", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeDCDBInstanceDetail({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -548,6 +548,16 @@ it("dcdb.v20180411.CopyAccountPrivileges", async function () {
|
|
|
548
548
|
}
|
|
549
549
|
})
|
|
550
550
|
|
|
551
|
+
it("dcdb.v20180411.DescribeDBTmpInstances", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.DescribeDBTmpInstances({})
|
|
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
|
+
|
|
551
561
|
it("dcdb.v20180411.DescribeDCDBShards", async function () {
|
|
552
562
|
try {
|
|
553
563
|
const data = await client.DescribeDCDBShards({})
|
|
@@ -668,9 +678,9 @@ it("dcdb.v20180411.CloneAccount", async function () {
|
|
|
668
678
|
}
|
|
669
679
|
})
|
|
670
680
|
|
|
671
|
-
it("dcdb.v20180411.
|
|
681
|
+
it("dcdb.v20180411.CreateTmpDCDBInstance", async function () {
|
|
672
682
|
try {
|
|
673
|
-
const data = await client.
|
|
683
|
+
const data = await client.CreateTmpDCDBInstance({})
|
|
674
684
|
expect(data).to.be.ok
|
|
675
685
|
} catch(error) {
|
|
676
686
|
expect(error.requestId).to.be.ok
|
|
@@ -438,6 +438,16 @@ it("ess.v20201111.UploadFiles", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
+
it("ess.v20201111.DescribeFlowComponents", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeFlowComponents({})
|
|
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
|
+
|
|
441
451
|
it("ess.v20201111.CreateFlowReminds", async function () {
|
|
442
452
|
try {
|
|
443
453
|
const data = await client.CreateFlowReminds({})
|
|
@@ -448,4 +448,14 @@ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
+
it("essbasic.v20210526.ChannelDescribeFlowComponents", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.ChannelDescribeFlowComponents({})
|
|
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
|
+
|
|
451
461
|
})
|
|
@@ -768,9 +768,9 @@ it("live.v20180801.DescribeStreamPlayInfoList", async function () {
|
|
|
768
768
|
}
|
|
769
769
|
})
|
|
770
770
|
|
|
771
|
-
it("live.v20180801.
|
|
771
|
+
it("live.v20180801.DescribeLivePullStreamTaskStatus", async function () {
|
|
772
772
|
try {
|
|
773
|
-
const data = await client.
|
|
773
|
+
const data = await client.DescribeLivePullStreamTaskStatus({})
|
|
774
774
|
expect(data).to.be.ok
|
|
775
775
|
} catch(error) {
|
|
776
776
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,6 +1428,16 @@ it("live.v20180801.DescribeLiveCerts", async function () {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
})
|
|
1430
1430
|
|
|
1431
|
+
it("live.v20180801.DescribeLiveTranscodeRules", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.DescribeLiveTranscodeRules({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1431
1441
|
it("live.v20180801.EnableLiveDomain", async function () {
|
|
1432
1442
|
try {
|
|
1433
1443
|
const data = await client.EnableLiveDomain({})
|
|
@@ -568,6 +568,16 @@ it("mariadb.v20170312.CopyAccountPrivileges", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
+
it("mariadb.v20170312.DescribeDBTmpInstances", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeDBTmpInstances({})
|
|
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
|
+
|
|
571
581
|
it("mariadb.v20170312.IsolateHourDBInstance", async function () {
|
|
572
582
|
try {
|
|
573
583
|
const data = await client.IsolateHourDBInstance({})
|
|
@@ -158,6 +158,16 @@ it("tbaas.v20180416.DeployDynamicBcosContract", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("tbaas.v20180416.GetLatestTransactionList", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.GetLatestTransactionList({})
|
|
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
|
+
|
|
161
171
|
it("tbaas.v20180416.DownloadUserCert", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.DownloadUserCert({})
|
|
@@ -1118,6 +1118,16 @@ it("tdmq.v20200217.SendMsg", async function () {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
})
|
|
1120
1120
|
|
|
1121
|
+
it("tdmq.v20200217.SendRocketMQMessage", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.SendRocketMQMessage({})
|
|
1124
|
+
expect(data).to.be.ok
|
|
1125
|
+
} catch(error) {
|
|
1126
|
+
expect(error.requestId).to.be.ok
|
|
1127
|
+
expect(error.code).to.be.ok
|
|
1128
|
+
}
|
|
1129
|
+
})
|
|
1130
|
+
|
|
1121
1131
|
it("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
|
|
1122
1132
|
try {
|
|
1123
1133
|
const data = await client.ClearCmqSubscriptionFilterTags({})
|
|
@@ -498,6 +498,16 @@ it("tke.v20180525.ModifyPrometheusAlertPolicy", async function () {
|
|
|
498
498
|
}
|
|
499
499
|
})
|
|
500
500
|
|
|
501
|
+
it("tke.v20180525.UpdateAddon", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.UpdateAddon({})
|
|
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
|
+
|
|
501
511
|
it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
|
|
502
512
|
try {
|
|
503
513
|
const data = await client.DescribeClusterAuthenticationOptions({})
|
|
@@ -508,6 +518,16 @@ it("tke.v20180525.DescribeClusterAuthenticationOptions", async function () {
|
|
|
508
518
|
}
|
|
509
519
|
})
|
|
510
520
|
|
|
521
|
+
it("tke.v20180525.InstallAddon", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.InstallAddon({})
|
|
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
|
+
|
|
511
531
|
it("tke.v20180525.DeleteECMInstances", async function () {
|
|
512
532
|
try {
|
|
513
533
|
const data = await client.DeleteECMInstances({})
|
|
@@ -808,9 +828,9 @@ it("tke.v20180525.DescribeClusterLevelAttribute", async function () {
|
|
|
808
828
|
}
|
|
809
829
|
})
|
|
810
830
|
|
|
811
|
-
it("tke.v20180525.
|
|
831
|
+
it("tke.v20180525.DescribeAddonValues", async function () {
|
|
812
832
|
try {
|
|
813
|
-
const data = await client.
|
|
833
|
+
const data = await client.DescribeAddonValues({})
|
|
814
834
|
expect(data).to.be.ok
|
|
815
835
|
} catch(error) {
|
|
816
836
|
expect(error.requestId).to.be.ok
|
|
@@ -878,9 +898,9 @@ it("tke.v20180525.DescribePrometheusTemp", async function () {
|
|
|
878
898
|
}
|
|
879
899
|
})
|
|
880
900
|
|
|
881
|
-
it("tke.v20180525.
|
|
901
|
+
it("tke.v20180525.DeleteAddon", async function () {
|
|
882
902
|
try {
|
|
883
|
-
const data = await client.
|
|
903
|
+
const data = await client.DeleteAddon({})
|
|
884
904
|
expect(data).to.be.ok
|
|
885
905
|
} catch(error) {
|
|
886
906
|
expect(error.requestId).to.be.ok
|
|
@@ -1408,6 +1428,16 @@ it("tke.v20180525.DescribeECMInstances", async function () {
|
|
|
1408
1428
|
}
|
|
1409
1429
|
})
|
|
1410
1430
|
|
|
1431
|
+
it("tke.v20180525.DeleteTKEEdgeCluster", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.DeleteTKEEdgeCluster({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1411
1441
|
it("tke.v20180525.DescribeClusterEndpoints", async function () {
|
|
1412
1442
|
try {
|
|
1413
1443
|
const data = await client.DescribeClusterEndpoints({})
|
|
@@ -1808,6 +1838,16 @@ it("tke.v20180525.DescribeEnableVpcCniProgress", async function () {
|
|
|
1808
1838
|
}
|
|
1809
1839
|
})
|
|
1810
1840
|
|
|
1841
|
+
it("tke.v20180525.DescribePrometheusAlertRule", async function () {
|
|
1842
|
+
try {
|
|
1843
|
+
const data = await client.DescribePrometheusAlertRule({})
|
|
1844
|
+
expect(data).to.be.ok
|
|
1845
|
+
} catch(error) {
|
|
1846
|
+
expect(error.requestId).to.be.ok
|
|
1847
|
+
expect(error.code).to.be.ok
|
|
1848
|
+
}
|
|
1849
|
+
})
|
|
1850
|
+
|
|
1811
1851
|
it("tke.v20180525.EnableClusterDeletionProtection", async function () {
|
|
1812
1852
|
try {
|
|
1813
1853
|
const data = await client.EnableClusterDeletionProtection({})
|
|
@@ -1898,6 +1938,16 @@ it("tke.v20180525.DescribePrometheusTemplates", async function () {
|
|
|
1898
1938
|
}
|
|
1899
1939
|
})
|
|
1900
1940
|
|
|
1941
|
+
it("tke.v20180525.DescribeAddon", async function () {
|
|
1942
|
+
try {
|
|
1943
|
+
const data = await client.DescribeAddon({})
|
|
1944
|
+
expect(data).to.be.ok
|
|
1945
|
+
} catch(error) {
|
|
1946
|
+
expect(error.requestId).to.be.ok
|
|
1947
|
+
expect(error.code).to.be.ok
|
|
1948
|
+
}
|
|
1949
|
+
})
|
|
1950
|
+
|
|
1901
1951
|
it("tke.v20180525.DescribePrometheusInstancesOverview", async function () {
|
|
1902
1952
|
try {
|
|
1903
1953
|
const data = await client.DescribePrometheusInstancesOverview({})
|