tencentcloud-sdk-nodejs 4.0.969 → 4.0.970
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 +437 -0
- package/SERVICE_CHANGELOG.md +710 -44
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +2 -2
- package/src/services/bi/v20220105/bi_models.ts +25 -0
- package/src/services/cam/v20190116/cam_models.ts +10 -10
- package/src/services/cds/v20180420/cds_models.ts +27 -31
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +25 -16
- package/src/services/cls/v20201016/cls_models.ts +29 -9
- package/src/services/dasb/v20191018/dasb_models.ts +70 -166
- package/src/services/dcdb/v20180411/dcdb_client.ts +32 -20
- package/src/services/dcdb/v20180411/dcdb_models.ts +104 -40
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -3
- package/src/services/faceid/v20180301/faceid_models.ts +428 -361
- package/src/services/ioa/v20220601/ioa_client.ts +2 -3
- package/src/services/ioa/v20220601/ioa_models.ts +0 -8
- package/src/services/iss/v20230517/iss_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_client.ts +30 -8
- package/src/services/ocr/v20181119/ocr_models.ts +645 -191
- package/src/services/organization/v20210331/organization_models.ts +7 -3
- package/src/services/privatedns/v20201028/privatedns_client.ts +114 -65
- package/src/services/privatedns/v20201028/privatedns_models.ts +886 -766
- package/src/services/ssm/v20190923/ssm_models.ts +0 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +134 -119
- package/src/services/tke/v20180525/tke_models.ts +6 -2
- package/src/services/tke/v20220501/tke_models.ts +9 -0
- package/src/services/trp/v20210515/trp_models.ts +10 -9
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +300 -17
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +25 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
- package/tencentcloud/services/cds/v20180420/cds_models.d.ts +27 -31
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +25 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -9
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +69 -165
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +11 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +15 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +102 -40
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +428 -361
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +0 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +0 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +0 -8
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +636 -192
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +821 -710
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +0 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +133 -119
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -2
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +9 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -9
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +299 -17
- package/test/dcdb.v20180411.test.js +16 -6
- package/test/ocr.v20181119.test.js +10 -0
- package/test/privatedns.v20201028.test.js +44 -4
|
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("privatedns.v20201028.
|
|
41
|
+
it("privatedns.v20201028.DeleteEndPoint", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DeleteEndPoint({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("privatedns.v20201028.
|
|
131
|
+
it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribePrivateZoneRecordList({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -178,6 +178,16 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("privatedns.v20201028.DeleteForwardRule", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DeleteForwardRule({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.SubscribePrivateZoneService({})
|
|
@@ -198,6 +208,16 @@ it("privatedns.v20201028.DescribeDashboard", async function () {
|
|
|
198
208
|
}
|
|
199
209
|
})
|
|
200
210
|
|
|
211
|
+
it("privatedns.v20201028.ModifyForwardRule", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.ModifyForwardRule({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
201
221
|
it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
|
|
202
222
|
try {
|
|
203
223
|
const data = await client.ModifyPrivateZoneVpc({})
|
|
@@ -258,6 +278,16 @@ it("privatedns.v20201028.DeleteSpecifyPrivateZoneVpc", async function () {
|
|
|
258
278
|
}
|
|
259
279
|
})
|
|
260
280
|
|
|
281
|
+
it("privatedns.v20201028.DescribeForwardRule", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DescribeForwardRule({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
261
291
|
it("privatedns.v20201028.CreateForwardRule", async function () {
|
|
262
292
|
try {
|
|
263
293
|
const data = await client.CreateForwardRule({})
|
|
@@ -278,6 +308,16 @@ it("privatedns.v20201028.DescribePrivateZoneService", async function () {
|
|
|
278
308
|
}
|
|
279
309
|
})
|
|
280
310
|
|
|
311
|
+
it("privatedns.v20201028.DescribeEndPointRegion", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DescribeEndPointRegion({})
|
|
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
|
+
|
|
281
321
|
it("privatedns.v20201028.DescribeForwardRuleList", async function () {
|
|
282
322
|
try {
|
|
283
323
|
const data = await client.DescribeForwardRuleList({})
|