tencentcloud-sdk-nodejs 4.0.269 → 4.0.273
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 +840 -0
- package/SERVICE_CHANGELOG.md +803 -121
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +35 -0
- package/src/services/as/v20180419/as_models.ts +3 -3
- package/src/services/billing/v20180709/billing_models.ts +18 -0
- package/src/services/cbs/v20170312/cbs_client.ts +27 -11
- package/src/services/cbs/v20170312/cbs_models.ts +44 -14
- package/src/services/cdb/v20170320/cdb_client.ts +470 -278
- package/src/services/cdb/v20170320/cdb_models.ts +4797 -3830
- package/src/services/cdn/v20180606/cdn_models.ts +7 -5
- package/src/services/cfw/v20190904/cfw_models.ts +19 -2
- package/src/services/clb/v20180317/clb_client.ts +3 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/cvm/v20170312/cvm_models.ts +10 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +51 -5
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/eiam/v20210420/eiam_client.ts +1 -1
- package/src/services/eiam/v20210420/eiam_models.ts +32 -32
- package/src/services/eis/v20210601/eis_models.ts +25 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -7
- package/src/services/gaap/v20180529/gaap_models.ts +115 -1
- package/src/services/gs/v20191118/gs_client.ts +24 -0
- package/src/services/gs/v20191118/gs_models.ts +45 -0
- package/src/services/iotcloud/v20180614/iotcloud_client.ts +41 -2
- package/src/services/iotcloud/v20180614/iotcloud_models.ts +334 -28
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +542 -431
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +538 -64
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +20 -0
- package/src/services/live/v20180801/live_models.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +25 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +188 -26
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +3 -1
- package/src/services/ocr/v20181119/ocr_models.ts +27 -17
- package/src/services/postgres/v20170312/postgres_client.ts +86 -13
- package/src/services/postgres/v20170312/postgres_models.ts +327 -10
- package/src/services/scf/v20180416/scf_models.ts +9 -3
- package/src/services/ses/v20201002/ses_models.ts +8 -3
- package/src/services/sms/v20190711/sms_client.ts +2 -1
- package/src/services/sms/v20190711/sms_models.ts +19 -15
- package/src/services/ssm/v20190923/ssm_client.ts +3 -2
- package/src/services/ssm/v20190923/ssm_models.ts +36 -14
- package/src/services/tat/v20201028/tat_models.ts +3 -3
- package/src/services/tcb/v20180608/tcb_client.ts +14 -0
- package/src/services/tcb/v20180608/tcb_models.ts +120 -0
- package/src/services/tcss/v20201101/tcss_models.ts +27 -12
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/tem/v20210701/tem_models.ts +37 -3
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/tms/v20201229/tms_client.ts +1 -1
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +18 -1
- 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 +28 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +17 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +14 -6
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +16 -6
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +39 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +76 -16
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +110 -20
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4321 -3494
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -5
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +16 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
- package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +44 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +28 -28
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -7
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +102 -1
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +9 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +12 -0
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +40 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +13 -1
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +18 -0
- package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +282 -27
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +179 -143
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +267 -213
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +462 -59
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +17 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +156 -21
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +25 -17
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +276 -9
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +7 -3
- package/tencentcloud/services/sms/v20190711/sms_client.d.ts +2 -1
- package/tencentcloud/services/sms/v20190711/sms_client.js +2 -1
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +19 -15
- package/tencentcloud/services/ssm/v20190923/ssm_client.d.ts +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_client.js +2 -1
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +33 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +3 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +100 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +22 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +31 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/test/cbs.v20170312.test.js +12 -2
- package/test/cdb.v20170320.test.js +168 -18
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/gs.v20191118.test.js +20 -0
- package/test/iotcloud.v20180614.test.js +30 -0
- package/test/iotexplorer.v20190423.test.js +240 -150
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/postgres.v20170312.test.js +64 -4
- package/test/tcb.v20180608.test.js +10 -0
|
@@ -38,6 +38,16 @@ it("mariadb.v20170312.DescribeRenewalPrice", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("mariadb.v20170312.CreateHourDBInstance", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.CreateHourDBInstance({})
|
|
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
|
+
|
|
41
51
|
it("mariadb.v20170312.DescribeInstanceNodeInfo", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeInstanceNodeInfo({})
|
|
@@ -98,6 +108,16 @@ it("mariadb.v20170312.ModifyRealServerAccessStrategy", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("mariadb.v20170312.SwitchDBInstanceHA", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.SwitchDBInstanceHA({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
101
121
|
it("mariadb.v20170312.DescribeFileDownloadUrl", async function () {
|
|
102
122
|
try {
|
|
103
123
|
const data = await client.DescribeFileDownloadUrl({})
|
|
@@ -58,6 +58,26 @@ it("postgres.v20170312.DestroyDBInstance", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("postgres.v20170312.DescribeBackupPlans", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeBackupPlans({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("postgres.v20170312.RenewInstance", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.RenewInstance({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
61
81
|
it("postgres.v20170312.DescribeDBBackups", async function () {
|
|
62
82
|
try {
|
|
63
83
|
const data = await client.DescribeDBBackups({})
|
|
@@ -128,6 +148,16 @@ it("postgres.v20170312.DescribeDBInstanceParameters", async function () {
|
|
|
128
148
|
}
|
|
129
149
|
})
|
|
130
150
|
|
|
151
|
+
it("postgres.v20170312.ModifyBackupPlan", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.ModifyBackupPlan({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
131
161
|
it("postgres.v20170312.CloseServerlessDBExtranetAccess", async function () {
|
|
132
162
|
try {
|
|
133
163
|
const data = await client.CloseServerlessDBExtranetAccess({})
|
|
@@ -208,6 +238,16 @@ it("postgres.v20170312.UpgradeDBInstance", async function () {
|
|
|
208
238
|
}
|
|
209
239
|
})
|
|
210
240
|
|
|
241
|
+
it("postgres.v20170312.ModifyDBInstanceDeployment", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyDBInstanceDeployment({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
211
251
|
it("postgres.v20170312.CreateDBInstances", async function () {
|
|
212
252
|
try {
|
|
213
253
|
const data = await client.CreateDBInstances({})
|
|
@@ -318,9 +358,9 @@ it("postgres.v20170312.ModifyDBInstanceSpec", async function () {
|
|
|
318
358
|
}
|
|
319
359
|
})
|
|
320
360
|
|
|
321
|
-
it("postgres.v20170312.
|
|
361
|
+
it("postgres.v20170312.DescribeAvailableRecoveryTime", async function () {
|
|
322
362
|
try {
|
|
323
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeAvailableRecoveryTime({})
|
|
324
364
|
expect(data).to.be.ok
|
|
325
365
|
} catch(error) {
|
|
326
366
|
expect(error.requestId).to.be.ok
|
|
@@ -378,6 +418,16 @@ it("postgres.v20170312.CloseDBExtranetAccess", async function () {
|
|
|
378
418
|
}
|
|
379
419
|
})
|
|
380
420
|
|
|
421
|
+
it("postgres.v20170312.CloneDBInstance", async function () {
|
|
422
|
+
try {
|
|
423
|
+
const data = await client.CloneDBInstance({})
|
|
424
|
+
expect(data).to.be.ok
|
|
425
|
+
} catch(error) {
|
|
426
|
+
expect(error.requestId).to.be.ok
|
|
427
|
+
expect(error.code).to.be.ok
|
|
428
|
+
}
|
|
429
|
+
})
|
|
430
|
+
|
|
381
431
|
it("postgres.v20170312.AddDBInstanceToReadOnlyGroup", async function () {
|
|
382
432
|
try {
|
|
383
433
|
const data = await client.AddDBInstanceToReadOnlyGroup({})
|
|
@@ -438,9 +488,9 @@ it("postgres.v20170312.RebalanceReadOnlyGroup", async function () {
|
|
|
438
488
|
}
|
|
439
489
|
})
|
|
440
490
|
|
|
441
|
-
it("postgres.v20170312.
|
|
491
|
+
it("postgres.v20170312.DescribeCloneDBInstanceSpec", async function () {
|
|
442
492
|
try {
|
|
443
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeCloneDBInstanceSpec({})
|
|
444
494
|
expect(data).to.be.ok
|
|
445
495
|
} catch(error) {
|
|
446
496
|
expect(error.requestId).to.be.ok
|
|
@@ -498,6 +548,16 @@ it("postgres.v20170312.CreateInstances", async function () {
|
|
|
498
548
|
}
|
|
499
549
|
})
|
|
500
550
|
|
|
551
|
+
it("postgres.v20170312.RemoveDBInstanceFromReadOnlyGroup", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.RemoveDBInstanceFromReadOnlyGroup({})
|
|
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
|
+
|
|
501
561
|
it("postgres.v20170312.DescribeProductConfig", async function () {
|
|
502
562
|
try {
|
|
503
563
|
const data = await client.DescribeProductConfig({})
|
|
@@ -368,6 +368,16 @@ it("tcb.v20180608.ModifyCloudBaseRunServerFlowConf", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("tcb.v20180608.SearchClsLog", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.SearchClsLog({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
371
381
|
it("tcb.v20180608.DescribeCloudBaseRunResourceForExtend", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.DescribeCloudBaseRunResourceForExtend({})
|