tencentcloud-sdk-nodejs 4.0.980 → 4.0.981

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 (65) hide show
  1. package/CHANGELOG.md +295 -0
  2. package/SERVICE_CHANGELOG.md +436 -125
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +3 -43
  7. package/src/services/cls/v20201016/cls_models.ts +3 -0
  8. package/src/services/dcdb/v20180411/dcdb_models.ts +54 -54
  9. package/src/services/dnspod/v20210323/dnspod_client.ts +34 -10
  10. package/src/services/dnspod/v20210323/dnspod_models.ts +116 -60
  11. package/src/services/ess/v20201111/ess_client.ts +1 -1
  12. package/src/services/ess/v20201111/ess_models.ts +9 -5
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
  15. package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +5 -0
  17. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
  19. package/src/services/live/v20180801/live_client.ts +93 -17
  20. package/src/services/live/v20180801/live_models.ts +453 -263
  21. package/src/services/lke/v20231130/lke_models.ts +11 -1
  22. package/src/services/mariadb/v20170312/mariadb_models.ts +56 -56
  23. package/src/services/mps/v20190612/mps_models.ts +6 -1
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +12 -0
  26. package/src/services/privatedns/v20201028/privatedns_client.ts +49 -172
  27. package/src/services/privatedns/v20201028/privatedns_models.ts +547 -1012
  28. package/src/services/tke/v20220501/tke_models.ts +3 -1
  29. package/src/services/vod/v20180717/vod_models.ts +8 -0
  30. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +3 -43
  34. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -0
  35. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +54 -54
  36. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +11 -3
  37. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +15 -3
  38. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +112 -60
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -5
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
  45. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
  46. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -0
  47. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  48. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
  49. package/tencentcloud/services/live/v20180801/live_client.d.ts +31 -3
  50. package/tencentcloud/services/live/v20180801/live_client.js +43 -3
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +440 -262
  52. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +11 -1
  53. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +56 -56
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -1
  55. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  56. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -0
  57. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +3 -43
  58. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +3 -63
  59. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +548 -990
  60. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +3 -1
  61. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
  62. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  63. package/test/dnspod.v20210323.test.js +22 -2
  64. package/test/live.v20180801.test.js +62 -2
  65. package/test/privatedns.v20201028.test.js +2 -102
@@ -872,7 +872,9 @@ export interface DeleteHealthCheckPolicyResponse {
872
872
  */
873
873
  export interface TagSpecification {
874
874
  /**
875
- * 标签绑定的资源类型,当前支持类型:"cluster"
875
+ * 标签绑定的资源类型,当前支持类型:
876
+ 1.cluster:集群相关接口,TagSpecification 的 ResourceType 传参为 cluster
877
+ 2.machine:节点池相关接口,如:CreateNodePool, DescribeNodePools 等,TagSpecification 的 ResourceType 传参为 machine
876
878
  注意:此字段可能返回 null,表示取不到有效值。
877
879
  */
878
880
  ResourceType?: string;
@@ -4772,6 +4772,10 @@ export interface CreateVodDomainRequest {
4772
4772
  如果没有设置 AccelerateArea, 点播会根据用户在腾讯云设置的地域信息自动开通中国境内或者中国境外的 CDN 加速。开启中国境内加速的域名,需要先[备案域名](/document/product/243/18905)。
4773
4773
  */
4774
4774
  AccelerateArea?: string;
4775
+ /**
4776
+ * 域名类型,取值有: <li>VOD:使用 VOD 产品分发的域名;</li> <li>EdgeOne:使用 EdgeOne 产品分发的域名。</li>不填默认取值为 VOD 。
4777
+ */
4778
+ Type?: string;
4775
4779
  }
4776
4780
  /**
4777
4781
  * 文本全文本识别任务控制参数
@@ -11281,6 +11285,10 @@ export interface DomainDetailInfo {
11281
11285
  注意:此字段可能返回 null,表示取不到有效值。
11282
11286
  */
11283
11287
  IPFilterPolicy?: IPFilterPolicy;
11288
+ /**
11289
+ * 域名类型,取值有: <li>VOD:使用 VOD 产品分发的域名;</li> <li>EdgeOne:使用 EdgeOne 产品分发的域名。</li>
11290
+ */
11291
+ Type?: string;
11284
11292
  }
11285
11293
  /**
11286
11294
  * 音视频审核涉及令人不安全的信息的任务结果类型
@@ -9005,6 +9005,10 @@ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
9005
9005
  * 返回数目,默认值为20。
9006
9006
  */
9007
9007
  Limit?: number;
9008
+ /**
9009
+ * ACL规则描述
9010
+ */
9011
+ Description?: string;
9008
9012
  }
9009
9013
  /**
9010
9014
  * 冲突资源条目信息。
@@ -16347,6 +16351,10 @@ export interface TranslationAclRule {
16347
16351
  * 是否匹配。
16348
16352
  */
16349
16353
  Action?: number;
16354
+ /**
16355
+ * ACL规则描述
16356
+ */
16357
+ Description?: string;
16350
16358
  }
16351
16359
  /**
16352
16360
  * CreateRouteTable返回参数结构体
@@ -18,9 +18,9 @@ const client = new tencentcloud.dnspod.v20210323.Client({
18
18
  })
19
19
  describe("dnspod.v20210323.test.js", function () {
20
20
 
21
- it("dnspod.v20210323.ModifyDomainToGroup", async function () {
21
+ it("dnspod.v20210323.CreateSubdomainValidateTXTValue", async function () {
22
22
  try {
23
- const data = await client.ModifyDomainToGroup({})
23
+ const data = await client.CreateSubdomainValidateTXTValue({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -448,6 +448,16 @@ it("dnspod.v20210323.RollbackSnapshot", async function () {
448
448
  }
449
449
  })
450
450
 
451
+ it("dnspod.v20210323.DescribeSubdomainValidateStatus", async function () {
452
+ try {
453
+ const data = await client.DescribeSubdomainValidateStatus({})
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
  it("dnspod.v20210323.DeleteRecord", async function () {
452
462
  try {
453
463
  const data = await client.DeleteRecord({})
@@ -768,6 +778,16 @@ it("dnspod.v20210323.DescribeSubdomainAnalytics", async function () {
768
778
  }
769
779
  })
770
780
 
781
+ it("dnspod.v20210323.ModifyDomainToGroup", async function () {
782
+ try {
783
+ const data = await client.ModifyDomainToGroup({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
771
791
  it("dnspod.v20210323.ModifyRecordBatch", async function () {
772
792
  try {
773
793
  const data = await client.ModifyRecordBatch({})
@@ -188,6 +188,16 @@ it("live.v20180801.DescribeLiveSnapshotRules", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("live.v20180801.ReleaseCaster", async function () {
192
+ try {
193
+ const data = await client.ReleaseCaster({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("live.v20180801.DescribeTimeShiftStreamList", async function () {
192
202
  try {
193
203
  const data = await client.DescribeTimeShiftStreamList({})
@@ -398,6 +408,16 @@ it("live.v20180801.DescribeAreaBillBandwidthAndFluxList", async function () {
398
408
  }
399
409
  })
400
410
 
411
+ it("live.v20180801.StopCasterPvw", async function () {
412
+ try {
413
+ const data = await client.StopCasterPvw({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
401
421
  it("live.v20180801.DeleteCasterLayoutInfo", async function () {
402
422
  try {
403
423
  const data = await client.DeleteCasterLayoutInfo({})
@@ -778,9 +798,9 @@ it("live.v20180801.DescribeDeliverLogDownList", async function () {
778
798
  }
779
799
  })
780
800
 
781
- it("live.v20180801.DescribeLiveDomains", async function () {
801
+ it("live.v20180801.CreateCasterPgm", async function () {
782
802
  try {
783
- const data = await client.DescribeLiveDomains({})
803
+ const data = await client.CreateCasterPgm({})
784
804
  expect(data).to.be.ok
785
805
  } catch(error) {
786
806
  expect(error.requestId).to.be.ok
@@ -818,6 +838,16 @@ it("live.v20180801.CreateLiveCallbackTemplate", async function () {
818
838
  }
819
839
  })
820
840
 
841
+ it("live.v20180801.DescribeLiveDomains", async function () {
842
+ try {
843
+ const data = await client.DescribeLiveDomains({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
821
851
  it("live.v20180801.ModifyCasterOutputInfo", async function () {
822
852
  try {
823
853
  const data = await client.ModifyCasterOutputInfo({})
@@ -828,6 +858,16 @@ it("live.v20180801.ModifyCasterOutputInfo", async function () {
828
858
  }
829
859
  })
830
860
 
861
+ it("live.v20180801.CreateCasterPvw", async function () {
862
+ try {
863
+ const data = await client.CreateCasterPvw({})
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
+
831
871
  it("live.v20180801.ResumeLiveStream", async function () {
832
872
  try {
833
873
  const data = await client.ResumeLiveStream({})
@@ -1558,6 +1598,16 @@ it("live.v20180801.DescribeLivePullStreamTasks", async function () {
1558
1598
  }
1559
1599
  })
1560
1600
 
1601
+ it("live.v20180801.StopCasterPgm", async function () {
1602
+ try {
1603
+ const data = await client.StopCasterPgm({})
1604
+ expect(data).to.be.ok
1605
+ } catch(error) {
1606
+ expect(error.requestId).to.be.ok
1607
+ expect(error.code).to.be.ok
1608
+ }
1609
+ })
1610
+
1561
1611
  it("live.v20180801.DescribeProIspPlaySumInfoList", async function () {
1562
1612
  try {
1563
1613
  const data = await client.DescribeProIspPlaySumInfoList({})
@@ -1588,6 +1638,16 @@ it("live.v20180801.DescribeLivePlayAuthKey", async function () {
1588
1638
  }
1589
1639
  })
1590
1640
 
1641
+ it("live.v20180801.CreateCasterPgmFromPvw", async function () {
1642
+ try {
1643
+ const data = await client.CreateCasterPgmFromPvw({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1591
1651
  it("live.v20180801.DescribeCasterTransitionTypes", async function () {
1592
1652
  try {
1593
1653
  const data = await client.DescribeCasterTransitionTypes({})
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("privatedns.v20201028.DeleteEndPoint", async function () {
41
+ it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
42
42
  try {
43
- const data = await client.DeleteEndPoint({})
43
+ const data = await client.DescribePrivateZoneRecordList({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -78,16 +78,6 @@ it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("privatedns.v20201028.DescribeEndPointList", async function () {
82
- try {
83
- const data = await client.DescribeEndPointList({})
84
- expect(data).to.be.ok
85
- } catch(error) {
86
- expect(error.requestId).to.be.ok
87
- expect(error.code).to.be.ok
88
- }
89
- })
90
-
91
81
  it("privatedns.v20201028.CreatePrivateZone", async function () {
92
82
  try {
93
83
  const data = await client.CreatePrivateZone({})
@@ -108,16 +98,6 @@ it("privatedns.v20201028.DescribePrivateZoneList", async function () {
108
98
  }
109
99
  })
110
100
 
111
- it("privatedns.v20201028.CreateEndPoint", async function () {
112
- try {
113
- const data = await client.CreateEndPoint({})
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
-
121
101
  it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
122
102
  try {
123
103
  const data = await client.AddSpecifyPrivateZoneVpc({})
@@ -128,16 +108,6 @@ it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
128
108
  }
129
109
  })
130
110
 
131
- it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
132
- try {
133
- const data = await client.DescribePrivateZoneRecordList({})
134
- expect(data).to.be.ok
135
- } catch(error) {
136
- expect(error.requestId).to.be.ok
137
- expect(error.code).to.be.ok
138
- }
139
- })
140
-
141
111
  it("privatedns.v20201028.QueryAsyncBindVpcStatus", async function () {
142
112
  try {
143
113
  const data = await client.QueryAsyncBindVpcStatus({})
@@ -178,16 +148,6 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
178
148
  }
179
149
  })
180
150
 
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
-
191
151
  it("privatedns.v20201028.SubscribePrivateZoneService", async function () {
192
152
  try {
193
153
  const data = await client.SubscribePrivateZoneService({})
@@ -208,16 +168,6 @@ it("privatedns.v20201028.DescribeDashboard", async function () {
208
168
  }
209
169
  })
210
170
 
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
-
221
171
  it("privatedns.v20201028.ModifyPrivateZoneVpc", async function () {
222
172
  try {
223
173
  const data = await client.ModifyPrivateZoneVpc({})
@@ -248,16 +198,6 @@ it("privatedns.v20201028.DescribeAccountVpcList", async function () {
248
198
  }
249
199
  })
250
200
 
251
- it("privatedns.v20201028.CreateEndPointAndEndPointService", async function () {
252
- try {
253
- const data = await client.CreateEndPointAndEndPointService({})
254
- expect(data).to.be.ok
255
- } catch(error) {
256
- expect(error.requestId).to.be.ok
257
- expect(error.code).to.be.ok
258
- }
259
- })
260
-
261
201
  it("privatedns.v20201028.ModifyRecordsStatus", async function () {
262
202
  try {
263
203
  const data = await client.ModifyRecordsStatus({})
@@ -278,26 +218,6 @@ it("privatedns.v20201028.DeleteSpecifyPrivateZoneVpc", async function () {
278
218
  }
279
219
  })
280
220
 
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
-
291
- it("privatedns.v20201028.CreateForwardRule", async function () {
292
- try {
293
- const data = await client.CreateForwardRule({})
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
-
301
221
  it("privatedns.v20201028.DescribePrivateZoneService", async function () {
302
222
  try {
303
223
  const data = await client.DescribePrivateZoneService({})
@@ -308,26 +228,6 @@ it("privatedns.v20201028.DescribePrivateZoneService", async function () {
308
228
  }
309
229
  })
310
230
 
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
-
321
- it("privatedns.v20201028.DescribeForwardRuleList", async function () {
322
- try {
323
- const data = await client.DescribeForwardRuleList({})
324
- expect(data).to.be.ok
325
- } catch(error) {
326
- expect(error.requestId).to.be.ok
327
- expect(error.code).to.be.ok
328
- }
329
- })
330
-
331
231
  it("privatedns.v20201028.DeletePrivateZoneRecord", async function () {
332
232
  try {
333
233
  const data = await client.DeletePrivateZoneRecord({})