tencentcloud-sdk-nodejs 4.0.521 → 4.0.523

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.
Files changed (92) hide show
  1. package/CHANGELOG.md +439 -0
  2. package/SERVICE_CHANGELOG.md +508 -59
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +2 -3
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +13 -3
  8. package/src/services/btoe/v20210514/btoe_client.ts +1 -1
  9. package/src/services/btoe/v20210514/btoe_models.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_models.ts +10 -0
  11. package/src/services/cls/v20201016/cls_models.ts +32 -16
  12. package/src/services/cwp/v20180228/cwp_client.ts +20 -7
  13. package/src/services/cwp/v20180228/cwp_models.ts +253 -75
  14. package/src/services/dayu/v20180709/dayu_models.ts +5 -0
  15. package/src/services/dts/v20211206/dts_client.ts +1 -1
  16. package/src/services/dts/v20211206/dts_models.ts +11 -0
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +28 -3
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +218 -108
  19. package/src/services/facefusion/v20220927/facefusion_models.ts +2 -2
  20. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  21. package/src/services/gme/v20180711/gme_models.ts +9 -3
  22. package/src/services/hcm/v20181106/hcm_models.ts +12 -7
  23. package/src/services/ims/v20200713/ims_client.ts +8 -38
  24. package/src/services/ims/v20200713/ims_models.ts +227 -491
  25. package/src/services/lcic/v20220817/lcic_client.ts +13 -1
  26. package/src/services/lcic/v20220817/lcic_models.ts +23 -3
  27. package/src/services/monitor/v20180724/monitor_client.ts +543 -290
  28. package/src/services/monitor/v20180724/monitor_models.ts +6085 -4792
  29. package/src/services/mps/v20190612/mps_models.ts +7 -0
  30. package/src/services/oceanus/v20190422/oceanus_models.ts +24 -12
  31. package/src/services/rum/v20210622/rum_models.ts +7 -1
  32. package/src/services/tbaas/v20180416/tbaas_models.ts +22 -22
  33. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  35. package/src/services/teo/v20220106/teo_models.ts +2 -2
  36. package/src/services/teo/v20220901/teo_models.ts +1 -0
  37. package/src/services/tiia/v20190529/tiia_client.ts +18 -0
  38. package/src/services/tiia/v20190529/tiia_models.ts +35 -0
  39. package/src/services/tke/v20180525/tke_models.ts +11 -1
  40. package/src/services/wedata/v20210820/wedata_models.ts +6 -0
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +0 -1
  44. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +11 -3
  46. package/tencentcloud/services/btoe/v20210514/btoe_client.d.ts +1 -1
  47. package/tencentcloud/services/btoe/v20210514/btoe_client.js +1 -1
  48. package/tencentcloud/services/btoe/v20210514/btoe_models.d.ts +2 -2
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -14
  51. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  52. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  53. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +211 -62
  54. package/tencentcloud/services/dayu/v20180709/dayu_models.d.ts +4 -0
  55. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  56. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  57. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +9 -0
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +181 -84
  61. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +2 -2
  62. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  63. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +8 -3
  64. package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +9 -4
  65. package/tencentcloud/services/ims/v20200713/ims_client.d.ts +1 -9
  66. package/tencentcloud/services/ims/v20200713/ims_client.js +0 -12
  67. package/tencentcloud/services/ims/v20200713/ims_models.d.ts +191 -415
  68. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  69. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +20 -3
  71. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +91 -11
  72. package/tencentcloud/services/monitor/v20180724/monitor_client.js +135 -15
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5383 -4272
  74. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -0
  75. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +22 -12
  76. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -1
  77. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +22 -22
  78. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  80. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +2 -2
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
  82. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +11 -1
  83. package/tencentcloud/services/tiia/v20190529/tiia_client.js +12 -0
  84. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +30 -0
  85. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +9 -1
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  87. package/test/cwp.v20180228.test.js +12 -2
  88. package/test/essbasic.v20210526.test.js +20 -0
  89. package/test/ims.v20200713.test.js +0 -20
  90. package/test/lcic.v20220817.test.js +10 -0
  91. package/test/monitor.v20180724.test.js +210 -10
  92. package/test/tiia.v20190529.test.js +10 -0
@@ -118,6 +118,16 @@ it("monitor.v20180724.DescribeProductList", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("monitor.v20180724.DescribePrometheusRecordRules", async function () {
122
+ try {
123
+ const data = await client.DescribePrometheusRecordRules({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("monitor.v20180724.UpdateSSOAccount", async function () {
122
132
  try {
123
133
  const data = await client.UpdateSSOAccount({})
@@ -168,6 +178,16 @@ it("monitor.v20180724.DeleteGrafanaNotificationChannel", async function () {
168
178
  }
169
179
  })
170
180
 
181
+ it("monitor.v20180724.DescribeStatisticData", async function () {
182
+ try {
183
+ const data = await client.DescribeStatisticData({})
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
+
171
191
  it("monitor.v20180724.DescribeGrafanaConfig", async function () {
172
192
  try {
173
193
  const data = await client.DescribeGrafanaConfig({})
@@ -178,9 +198,9 @@ it("monitor.v20180724.DescribeGrafanaConfig", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("monitor.v20180724.DeleteAlertRules", async function () {
201
+ it("monitor.v20180724.ModifyAlarmPolicyInfo", async function () {
182
202
  try {
183
- const data = await client.DeleteAlertRules({})
203
+ const data = await client.ModifyAlarmPolicyInfo({})
184
204
  expect(data).to.be.ok
185
205
  } catch(error) {
186
206
  expect(error.requestId).to.be.ok
@@ -218,9 +238,9 @@ it("monitor.v20180724.EnableGrafanaSSO", async function () {
218
238
  }
219
239
  })
220
240
 
221
- it("monitor.v20180724.ModifyAlarmPolicyInfo", async function () {
241
+ it("monitor.v20180724.DeleteAlertRules", async function () {
222
242
  try {
223
- const data = await client.ModifyAlarmPolicyInfo({})
243
+ const data = await client.DeleteAlertRules({})
224
244
  expect(data).to.be.ok
225
245
  } catch(error) {
226
246
  expect(error.requestId).to.be.ok
@@ -268,6 +288,16 @@ it("monitor.v20180724.ModifyAlarmNotice", async function () {
268
288
  }
269
289
  })
270
290
 
291
+ it("monitor.v20180724.DescribePrometheusInstanceDetail", async function () {
292
+ try {
293
+ const data = await client.DescribePrometheusInstanceDetail({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
271
301
  it("monitor.v20180724.CreatePrometheusScrapeJob", async function () {
272
302
  try {
273
303
  const data = await client.CreatePrometheusScrapeJob({})
@@ -318,6 +348,16 @@ it("monitor.v20180724.DeleteServiceDiscovery", async function () {
318
348
  }
319
349
  })
320
350
 
351
+ it("monitor.v20180724.BindingPolicyTag", async function () {
352
+ try {
353
+ const data = await client.BindingPolicyTag({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
321
361
  it("monitor.v20180724.CreatePrometheusMultiTenantInstancePostPayMode", async function () {
322
362
  try {
323
363
  const data = await client.CreatePrometheusMultiTenantInstancePostPayMode({})
@@ -378,6 +418,16 @@ it("monitor.v20180724.UpdatePrometheusScrapeJob", async function () {
378
418
  }
379
419
  })
380
420
 
421
+ it("monitor.v20180724.DescribePrometheusInstanceInitStatus", async function () {
422
+ try {
423
+ const data = await client.DescribePrometheusInstanceInitStatus({})
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("monitor.v20180724.UpgradeGrafanaInstance", async function () {
382
432
  try {
383
433
  const data = await client.UpgradeGrafanaInstance({})
@@ -548,6 +598,16 @@ it("monitor.v20180724.CreateGrafanaIntegration", async function () {
548
598
  }
549
599
  })
550
600
 
601
+ it("monitor.v20180724.DescribePrometheusTemp", async function () {
602
+ try {
603
+ const data = await client.DescribePrometheusTemp({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
551
611
  it("monitor.v20180724.SetDefaultAlarmPolicy", async function () {
552
612
  try {
553
613
  const data = await client.SetDefaultAlarmPolicy({})
@@ -638,6 +698,16 @@ it("monitor.v20180724.ResumeGrafanaInstance", async function () {
638
698
  }
639
699
  })
640
700
 
701
+ it("monitor.v20180724.CreatePrometheusTemp", async function () {
702
+ try {
703
+ const data = await client.CreatePrometheusTemp({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
641
711
  it("monitor.v20180724.DescribeSSOAccount", async function () {
642
712
  try {
643
713
  const data = await client.DescribeSSOAccount({})
@@ -668,6 +738,16 @@ it("monitor.v20180724.CreatePrometheusAgent", async function () {
668
738
  }
669
739
  })
670
740
 
741
+ it("monitor.v20180724.SyncPrometheusTemp", async function () {
742
+ try {
743
+ const data = await client.SyncPrometheusTemp({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
671
751
  it("monitor.v20180724.CreateAlarmNotice", async function () {
672
752
  try {
673
753
  const data = await client.CreateAlarmNotice({})
@@ -688,6 +768,16 @@ it("monitor.v20180724.UpdateAlertRuleState", async function () {
688
768
  }
689
769
  })
690
770
 
771
+ it("monitor.v20180724.ModifyPrometheusTemp", async function () {
772
+ try {
773
+ const data = await client.ModifyPrometheusTemp({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
691
781
  it("monitor.v20180724.UnbindPrometheusManagedGrafana", async function () {
692
782
  try {
693
783
  const data = await client.UnbindPrometheusManagedGrafana({})
@@ -698,6 +788,16 @@ it("monitor.v20180724.UnbindPrometheusManagedGrafana", async function () {
698
788
  }
699
789
  })
700
790
 
791
+ it("monitor.v20180724.RunPrometheusInstance", async function () {
792
+ try {
793
+ const data = await client.RunPrometheusInstance({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
701
801
  it("monitor.v20180724.DescribeExporterIntegrations", async function () {
702
802
  try {
703
803
  const data = await client.DescribeExporterIntegrations({})
@@ -748,6 +848,26 @@ it("monitor.v20180724.DescribeDNSConfig", async function () {
748
848
  }
749
849
  })
750
850
 
851
+ it("monitor.v20180724.DescribePrometheusAgentInstances", async function () {
852
+ try {
853
+ const data = await client.DescribePrometheusAgentInstances({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
861
+ it("monitor.v20180724.DeletePrometheusRecordRuleYaml", async function () {
862
+ try {
863
+ const data = await client.DeletePrometheusRecordRuleYaml({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
751
871
  it("monitor.v20180724.DescribePrometheusInstances", async function () {
752
872
  try {
753
873
  const data = await client.DescribePrometheusInstances({})
@@ -768,6 +888,16 @@ it("monitor.v20180724.DescribeGrafanaInstances", async function () {
768
888
  }
769
889
  })
770
890
 
891
+ it("monitor.v20180724.ModifyPrometheusRecordRuleYaml", async function () {
892
+ try {
893
+ const data = await client.ModifyPrometheusRecordRuleYaml({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
771
901
  it("monitor.v20180724.UpdateGrafanaConfig", async function () {
772
902
  try {
773
903
  const data = await client.UpdateGrafanaConfig({})
@@ -808,6 +938,26 @@ it("monitor.v20180724.DescribeAccidentEventList", async function () {
808
938
  }
809
939
  })
810
940
 
941
+ it("monitor.v20180724.DescribePrometheusTempSync", async function () {
942
+ try {
943
+ const data = await client.DescribePrometheusTempSync({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
951
+ it("monitor.v20180724.CheckIsPrometheusNewUser", async function () {
952
+ try {
953
+ const data = await client.CheckIsPrometheusNewUser({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
811
961
  it("monitor.v20180724.DescribeAlarmMetrics", async function () {
812
962
  try {
813
963
  const data = await client.DescribeAlarmMetrics({})
@@ -928,6 +1078,16 @@ it("monitor.v20180724.UninstallGrafanaDashboard", async function () {
928
1078
  }
929
1079
  })
930
1080
 
1081
+ it("monitor.v20180724.DescribePrometheusAlertPolicy", async function () {
1082
+ try {
1083
+ const data = await client.DescribePrometheusAlertPolicy({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
931
1091
  it("monitor.v20180724.DescribePolicyGroupList", async function () {
932
1092
  try {
933
1093
  const data = await client.DescribePolicyGroupList({})
@@ -1008,6 +1168,16 @@ it("monitor.v20180724.DescribeGrafanaIntegrations", async function () {
1008
1168
  }
1009
1169
  })
1010
1170
 
1171
+ it("monitor.v20180724.DescribePrometheusConfig", async function () {
1172
+ try {
1173
+ const data = await client.DescribePrometheusConfig({})
1174
+ expect(data).to.be.ok
1175
+ } catch(error) {
1176
+ expect(error.requestId).to.be.ok
1177
+ expect(error.code).to.be.ok
1178
+ }
1179
+ })
1180
+
1011
1181
  it("monitor.v20180724.DescribePolicyGroupInfo", async function () {
1012
1182
  try {
1013
1183
  const data = await client.DescribePolicyGroupInfo({})
@@ -1018,9 +1188,9 @@ it("monitor.v20180724.DescribePolicyGroupInfo", async function () {
1018
1188
  }
1019
1189
  })
1020
1190
 
1021
- it("monitor.v20180724.UpdateExporterIntegration", async function () {
1191
+ it("monitor.v20180724.DescribePrometheusRecordRuleYaml", async function () {
1022
1192
  try {
1023
- const data = await client.UpdateExporterIntegration({})
1193
+ const data = await client.DescribePrometheusRecordRuleYaml({})
1024
1194
  expect(data).to.be.ok
1025
1195
  } catch(error) {
1026
1196
  expect(error.requestId).to.be.ok
@@ -1048,9 +1218,9 @@ it("monitor.v20180724.CreateServiceDiscovery", async function () {
1048
1218
  }
1049
1219
  })
1050
1220
 
1051
- it("monitor.v20180724.DescribeStatisticData", async function () {
1221
+ it("monitor.v20180724.CreatePrometheusRecordRuleYaml", async function () {
1052
1222
  try {
1053
- const data = await client.DescribeStatisticData({})
1223
+ const data = await client.CreatePrometheusRecordRuleYaml({})
1054
1224
  expect(data).to.be.ok
1055
1225
  } catch(error) {
1056
1226
  expect(error.requestId).to.be.ok
@@ -1058,9 +1228,9 @@ it("monitor.v20180724.DescribeStatisticData", async function () {
1058
1228
  }
1059
1229
  })
1060
1230
 
1061
- it("monitor.v20180724.BindingPolicyTag", async function () {
1231
+ it("monitor.v20180724.DeletePrometheusTemp", async function () {
1062
1232
  try {
1063
- const data = await client.BindingPolicyTag({})
1233
+ const data = await client.DeletePrometheusTemp({})
1064
1234
  expect(data).to.be.ok
1065
1235
  } catch(error) {
1066
1236
  expect(error.requestId).to.be.ok
@@ -1128,6 +1298,26 @@ it("monitor.v20180724.TerminatePrometheusInstances", async function () {
1128
1298
  }
1129
1299
  })
1130
1300
 
1301
+ it("monitor.v20180724.DescribePrometheusInstancesOverview", async function () {
1302
+ try {
1303
+ const data = await client.DescribePrometheusInstancesOverview({})
1304
+ expect(data).to.be.ok
1305
+ } catch(error) {
1306
+ expect(error.requestId).to.be.ok
1307
+ expect(error.code).to.be.ok
1308
+ }
1309
+ })
1310
+
1311
+ it("monitor.v20180724.DeletePrometheusTempSync", async function () {
1312
+ try {
1313
+ const data = await client.DeletePrometheusTempSync({})
1314
+ expect(data).to.be.ok
1315
+ } catch(error) {
1316
+ expect(error.requestId).to.be.ok
1317
+ expect(error.code).to.be.ok
1318
+ }
1319
+ })
1320
+
1131
1321
  it("monitor.v20180724.DescribePluginOverviews", async function () {
1132
1322
  try {
1133
1323
  const data = await client.DescribePluginOverviews({})
@@ -1148,6 +1338,16 @@ it("monitor.v20180724.DescribeRecordingRules", async function () {
1148
1338
  }
1149
1339
  })
1150
1340
 
1341
+ it("monitor.v20180724.UpdateExporterIntegration", async function () {
1342
+ try {
1343
+ const data = await client.UpdateExporterIntegration({})
1344
+ expect(data).to.be.ok
1345
+ } catch(error) {
1346
+ expect(error.requestId).to.be.ok
1347
+ expect(error.code).to.be.ok
1348
+ }
1349
+ })
1350
+
1151
1351
  it("monitor.v20180724.DescribeAlarmPolicy", async function () {
1152
1352
  try {
1153
1353
  const data = await client.DescribeAlarmPolicy({})
@@ -228,6 +228,16 @@ it("tiia.v20190529.SearchImage", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("tiia.v20190529.UpdateImage", async function () {
232
+ try {
233
+ const data = await client.UpdateImage({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("tiia.v20190529.DetectPet", async function () {
232
242
  try {
233
243
  const data = await client.DetectPet({})