tencentcloud-sdk-nodejs 4.0.582 → 4.0.584
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 +414 -0
- package/SERVICE_CHANGELOG.md +364 -106
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +24 -12
- package/src/services/cdn/v20180606/cdn_models.ts +8 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +32 -0
- package/src/services/cls/v20201016/cls_client.ts +177 -162
- package/src/services/cls/v20201016/cls_models.ts +195 -21
- package/src/services/cwp/v20180228/cwp_models.ts +11 -2
- package/src/services/dlc/v20210125/dlc_models.ts +57 -7
- package/src/services/domain/v20180808/domain_client.ts +2 -3
- package/src/services/domain/v20180808/domain_models.ts +21 -3
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +44 -34
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +69 -21
- package/src/services/lcic/v20220817/lcic_models.ts +205 -33
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -1
- package/src/services/live/v20180801/live_models.ts +21 -0
- package/src/services/postgres/v20170312/postgres_client.ts +1 -0
- package/src/services/postgres/v20170312/postgres_models.ts +36 -1
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +95 -63
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +61 -23
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +239 -34
- package/src/services/tcss/v20201101/tcss_models.ts +5 -4
- package/src/services/tke/v20180525/tke_client.ts +12 -0
- package/src/services/tke/v20180525/tke_models.ts +31 -0
- package/src/services/tsf/v20180326/tsf_client.ts +49 -25
- package/src/services/tsf/v20180326/tsf_models.ts +142 -5
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +131 -7
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +16 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +161 -157
- package/tencentcloud/services/cls/v20201016/cls_client.js +163 -157
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +176 -30
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -7
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +18 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +41 -33
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +23 -7
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +33 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +176 -29
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +80 -48
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +21 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +30 -12
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +202 -30
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +17 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +24 -12
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -6
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +14 -4
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cls.v20201016.test.js +12 -2
- package/test/lcic.v20220817.test.js +46 -6
- package/test/sqlserver.v20180328.test.js +44 -14
- package/test/tke.v20180525.test.js +10 -0
- package/test/tsf.v20180326.test.js +28 -8
|
@@ -38,16 +38,6 @@ it("sqlserver.v20180328.RecycleReadOnlyGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
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
41
|
it("sqlserver.v20180328.StartIncrementalMigration", async function () {
|
|
52
42
|
try {
|
|
53
43
|
const data = await client.StartIncrementalMigration({})
|
|
@@ -178,9 +168,9 @@ it("sqlserver.v20180328.CreatePublishSubscribe", async function () {
|
|
|
178
168
|
}
|
|
179
169
|
})
|
|
180
170
|
|
|
181
|
-
it("sqlserver.v20180328.
|
|
171
|
+
it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
|
|
182
172
|
try {
|
|
183
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
|
|
184
174
|
expect(data).to.be.ok
|
|
185
175
|
} catch(error) {
|
|
186
176
|
expect(error.requestId).to.be.ok
|
|
@@ -728,6 +718,16 @@ it("sqlserver.v20180328.DescribeBackupUploadSize", async function () {
|
|
|
728
718
|
}
|
|
729
719
|
})
|
|
730
720
|
|
|
721
|
+
it("sqlserver.v20180328.StartInstanceXEvent", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.StartInstanceXEvent({})
|
|
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
731
|
it("sqlserver.v20180328.DeleteMigration", async function () {
|
|
732
732
|
try {
|
|
733
733
|
const data = await client.DeleteMigration({})
|
|
@@ -958,6 +958,16 @@ it("sqlserver.v20180328.InquiryPriceUpgradeDBInstance", async function () {
|
|
|
958
958
|
}
|
|
959
959
|
})
|
|
960
960
|
|
|
961
|
+
it("sqlserver.v20180328.DescribeBackupFiles", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.DescribeBackupFiles({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
961
971
|
it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
962
972
|
try {
|
|
963
973
|
const data = await client.InquiryPriceRenewDBInstance({})
|
|
@@ -968,6 +978,16 @@ it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
|
968
978
|
}
|
|
969
979
|
})
|
|
970
980
|
|
|
981
|
+
it("sqlserver.v20180328.DescribeXEvents", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribeXEvents({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
971
991
|
it("sqlserver.v20180328.ModifyBackupMigration", async function () {
|
|
972
992
|
try {
|
|
973
993
|
const data = await client.ModifyBackupMigration({})
|
|
@@ -1028,6 +1048,16 @@ it("sqlserver.v20180328.DeleteBackupMigration", async function () {
|
|
|
1028
1048
|
}
|
|
1029
1049
|
})
|
|
1030
1050
|
|
|
1051
|
+
it("sqlserver.v20180328.DescribeDBInstancesAttribute", async function () {
|
|
1052
|
+
try {
|
|
1053
|
+
const data = await client.DescribeDBInstancesAttribute({})
|
|
1054
|
+
expect(data).to.be.ok
|
|
1055
|
+
} catch(error) {
|
|
1056
|
+
expect(error.requestId).to.be.ok
|
|
1057
|
+
expect(error.code).to.be.ok
|
|
1058
|
+
}
|
|
1059
|
+
})
|
|
1060
|
+
|
|
1031
1061
|
it("sqlserver.v20180328.UpgradeDBInstance", async function () {
|
|
1032
1062
|
try {
|
|
1033
1063
|
const data = await client.UpgradeDBInstance({})
|
|
@@ -1048,9 +1078,9 @@ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
|
|
|
1048
1078
|
}
|
|
1049
1079
|
})
|
|
1050
1080
|
|
|
1051
|
-
it("sqlserver.v20180328.
|
|
1081
|
+
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
1052
1082
|
try {
|
|
1053
|
-
const data = await client.
|
|
1083
|
+
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
1054
1084
|
expect(data).to.be.ok
|
|
1055
1085
|
} catch(error) {
|
|
1056
1086
|
expect(error.requestId).to.be.ok
|
|
@@ -918,6 +918,16 @@ it("tke.v20180525.CreateEKSCluster", async function () {
|
|
|
918
918
|
}
|
|
919
919
|
})
|
|
920
920
|
|
|
921
|
+
it("tke.v20180525.UpdateClusterKubeconfig", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.UpdateClusterKubeconfig({})
|
|
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
|
+
|
|
921
931
|
it("tke.v20180525.DescribeVpcCniPodLimits", async function () {
|
|
922
932
|
try {
|
|
923
933
|
const data = await client.DescribeVpcCniPodLimits({})
|
|
@@ -98,9 +98,9 @@ it("tsf.v20180326.DescribePodInstances", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("tsf.v20180326.
|
|
101
|
+
it("tsf.v20180326.CreateConfigWithDetailResp", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateConfigWithDetailResp({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("tsf.v20180326.DescribeGroupAttribute", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("tsf.v20180326.
|
|
191
|
+
it("tsf.v20180326.CreateFileConfigWithDetailResp", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.CreateFileConfigWithDetailResp({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,9 @@ it("tsf.v20180326.RevokeFileConfig", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("tsf.v20180326.
|
|
371
|
+
it("tsf.v20180326.DescribeDeliveryConfig", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.DescribeDeliveryConfig({})
|
|
374
374
|
expect(data).to.be.ok
|
|
375
375
|
} catch(error) {
|
|
376
376
|
expect(error.requestId).to.be.ok
|
|
@@ -558,6 +558,16 @@ it("tsf.v20180326.UpdateRepository", async function () {
|
|
|
558
558
|
}
|
|
559
559
|
})
|
|
560
560
|
|
|
561
|
+
it("tsf.v20180326.DescribeUsableUnitNamespaces", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeUsableUnitNamespaces({})
|
|
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
|
+
|
|
561
571
|
it("tsf.v20180326.DescribeGroupUseDetail", async function () {
|
|
562
572
|
try {
|
|
563
573
|
const data = await client.DescribeGroupUseDetail({})
|
|
@@ -1008,6 +1018,16 @@ it("tsf.v20180326.DescribeSimpleGroups", async function () {
|
|
|
1008
1018
|
}
|
|
1009
1019
|
})
|
|
1010
1020
|
|
|
1021
|
+
it("tsf.v20180326.DescribeConfigs", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.DescribeConfigs({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
1011
1031
|
it("tsf.v20180326.DescribeStatistics", async function () {
|
|
1012
1032
|
try {
|
|
1013
1033
|
const data = await client.DescribeStatistics({})
|
|
@@ -1918,9 +1938,9 @@ it("tsf.v20180326.ModifyGroup", async function () {
|
|
|
1918
1938
|
}
|
|
1919
1939
|
})
|
|
1920
1940
|
|
|
1921
|
-
it("tsf.v20180326.
|
|
1941
|
+
it("tsf.v20180326.CreateContainGroup", async function () {
|
|
1922
1942
|
try {
|
|
1923
|
-
const data = await client.
|
|
1943
|
+
const data = await client.CreateContainGroup({})
|
|
1924
1944
|
expect(data).to.be.ok
|
|
1925
1945
|
} catch(error) {
|
|
1926
1946
|
expect(error.requestId).to.be.ok
|