tencentcloud-sdk-nodejs 4.0.539 → 4.0.540

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 +393 -0
  2. package/SERVICE_CHANGELOG.md +579 -100
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/v20221115/bma_client.ts +100 -9
  8. package/src/services/bma/v20221115/bma_models.ts +745 -22
  9. package/src/services/cdb/v20170320/cdb_client.ts +22 -0
  10. package/src/services/cdb/v20170320/cdb_models.ts +30 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_client.ts +21 -9
  13. package/src/services/clb/v20180317/clb_models.ts +45 -0
  14. package/src/services/cwp/v20180228/cwp_client.ts +18 -6
  15. package/src/services/cwp/v20180228/cwp_models.ts +31 -0
  16. package/src/services/dlc/v20210125/dlc_models.ts +26 -2
  17. package/src/services/dts/v20211206/dts_models.ts +17 -5
  18. package/src/services/eb/v20210416/eb_models.ts +16 -1
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +40 -0
  21. package/src/services/lcic/v20220817/lcic_models.ts +15 -0
  22. package/src/services/monitor/v20180724/monitor_models.ts +4 -4
  23. package/src/services/tcb/v20180608/tcb_models.ts +20 -10
  24. package/src/services/tem/v20210701/tem_models.ts +42 -0
  25. package/src/services/tke/v20180525/tke_models.ts +10 -0
  26. package/src/services/tsf/v20180326/tsf_models.ts +5 -0
  27. package/src/services/vod/v20180717/vod_client.ts +23 -5
  28. package/src/services/vod/v20180717/vod_models.ts +753 -126
  29. package/src/services/vpc/v20170312/vpc_models.ts +7 -2
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  33. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +31 -3
  34. package/tencentcloud/services/bma/v20221115/bma_client.js +45 -3
  35. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +626 -19
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +15 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.js +16 -0
  38. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
  39. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  40. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  41. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +38 -0
  43. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  44. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +27 -0
  46. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  47. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -5
  48. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +13 -1
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -0
  52. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +12 -0
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
  54. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +18 -10
  55. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +35 -0
  56. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
  57. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
  58. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  59. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +664 -118
  60. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
  61. package/test/bma.v20221115.test.js +72 -2
  62. package/test/cdb.v20170320.test.js +10 -0
  63. package/test/clb.v20180317.test.js +12 -2
  64. package/test/cwp.v20180228.test.js +12 -2
  65. package/test/essbasic.v20210526.test.js +10 -0
@@ -266,22 +266,22 @@ export interface DescribeEnvDealRegionResponse {
266
266
  /**
267
267
  * 下单region
268
268
  */
269
- Region: string
269
+ Region?: string
270
270
 
271
271
  /**
272
272
  * 下单zone
273
273
  */
274
- Zone: string
274
+ Zone?: string
275
275
 
276
276
  /**
277
277
  * 下单regionId
278
278
  */
279
- RegionId: number
279
+ RegionId?: number
280
280
 
281
281
  /**
282
282
  * 下单zoneId
283
283
  */
284
- ZoneId: number
284
+ ZoneId?: number
285
285
 
286
286
  /**
287
287
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1230,7 +1230,7 @@ export interface DescribeWxCloudBaseRunEnvsResponse {
1230
1230
  /**
1231
1231
  * env列表
1232
1232
  */
1233
- EnvList: Array<EnvInfo>
1233
+ EnvList?: Array<EnvInfo>
1234
1234
 
1235
1235
  /**
1236
1236
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2042,6 +2042,16 @@ Activity:活动来源
2042
2042
  * 是否打开云调用
2043
2043
  */
2044
2044
  IsOpenCloudInvoke?: boolean
2045
+
2046
+ /**
2047
+ * 创建来源:wechat | cloud
2048
+ */
2049
+ Source?: string
2050
+
2051
+ /**
2052
+ * 渠道:wechat | cloud
2053
+ */
2054
+ Channel?: string
2045
2055
  }
2046
2056
 
2047
2057
  /**
@@ -2313,7 +2323,7 @@ export interface DescribeWxCloudBaseRunSubNetsResponse {
2313
2323
  /**
2314
2324
  * 子网Id列表
2315
2325
  */
2316
- SubNetIds: Array<string>
2326
+ SubNetIds?: Array<string>
2317
2327
 
2318
2328
  /**
2319
2329
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3189,12 +3199,12 @@ export interface CreateWxCloudBaseRunEnvResponse {
3189
3199
  /**
3190
3200
  * 环境Id
3191
3201
  */
3192
- EnvId: string
3202
+ EnvId?: string
3193
3203
 
3194
3204
  /**
3195
3205
  * 后付费订单号
3196
3206
  */
3197
- TranId: string
3207
+ TranId?: string
3198
3208
 
3199
3209
  /**
3200
3210
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4206,13 +4216,13 @@ export interface DescribeCloudBaseRunConfForGateWayResponse {
4206
4216
  * 最近更新时间
4207
4217
  注意:此字段可能返回 null,表示取不到有效值。
4208
4218
  */
4209
- LastUpTime: string
4219
+ LastUpTime?: string
4210
4220
 
4211
4221
  /**
4212
4222
  * 配置信息
4213
4223
  注意:此字段可能返回 null,表示取不到有效值。
4214
4224
  */
4215
- Data: Array<CloudBaseRunForGatewayConf>
4225
+ Data?: Array<CloudBaseRunForGatewayConf>
4216
4226
 
4217
4227
  /**
4218
4228
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -901,6 +901,12 @@ export interface ServiceVersionBrief {
901
901
  注意:此字段可能返回 null,表示取不到有效值。
902
902
  */
903
903
  CreateDate: string
904
+
905
+ /**
906
+ * 地域id
907
+ 注意:此字段可能返回 null,表示取不到有效值。
908
+ */
909
+ RegionId?: string
904
910
  }
905
911
 
906
912
  /**
@@ -960,6 +966,18 @@ export interface LogConfigExtractRule {
960
966
  注意:此字段可能返回 null,表示取不到有效值。
961
967
  */
962
968
  UnMatchedKey?: string
969
+
970
+ /**
971
+ * tracking
972
+ 注意:此字段可能返回 null,表示取不到有效值。
973
+ */
974
+ Backtracking?: string
975
+
976
+ /**
977
+ * 分隔符
978
+ 注意:此字段可能返回 null,表示取不到有效值。
979
+ */
980
+ Delimiter?: string
963
981
  }
964
982
 
965
983
  /**
@@ -1828,6 +1846,18 @@ export interface TemServiceVersionInfo {
1828
1846
  注意:此字段可能返回 null,表示取不到有效值。
1829
1847
  */
1830
1848
  Tags?: Array<Tag>
1849
+
1850
+ /**
1851
+ * 是否编码
1852
+ 注意:此字段可能返回 null,表示取不到有效值。
1853
+ */
1854
+ PreStopEncoded?: string
1855
+
1856
+ /**
1857
+ * 是否编码
1858
+ 注意:此字段可能返回 null,表示取不到有效值。
1859
+ */
1860
+ PostStartEncoded?: string
1831
1861
  }
1832
1862
 
1833
1863
  /**
@@ -2527,6 +2557,12 @@ export interface TemEnvironmentStoppingStatus {
2527
2557
  注意:此字段可能返回 null,表示取不到有效值。
2528
2558
  */
2529
2559
  StoppedApplicationNum?: number
2560
+
2561
+ /**
2562
+ * 停止失败的应用数量
2563
+ 注意:此字段可能返回 null,表示取不到有效值。
2564
+ */
2565
+ StopFailedApplicationNum?: number
2530
2566
  }
2531
2567
 
2532
2568
  /**
@@ -2912,6 +2948,12 @@ export interface TemEnvironmentStartingStatus {
2912
2948
  注意:此字段可能返回 null,表示取不到有效值。
2913
2949
  */
2914
2950
  StartedApplicationNum?: number
2951
+
2952
+ /**
2953
+ * 启动失败的应用数量
2954
+ 注意:此字段可能返回 null,表示取不到有效值。
2955
+ */
2956
+ StartFailedApplicationNum?: number
2915
2957
  }
2916
2958
 
2917
2959
  /**
@@ -5921,6 +5921,11 @@ export interface EnableClusterAuditRequest {
5921
5921
  * CLS日志主题ID
5922
5922
  */
5923
5923
  TopicId?: string
5924
+
5925
+ /**
5926
+ * topic所在region,默认为集群当前region
5927
+ */
5928
+ TopicRegion?: string
5924
5929
  }
5925
5930
 
5926
5931
  /**
@@ -9922,6 +9927,11 @@ export interface EnableEventPersistenceRequest {
9922
9927
  * cls服务的topicID
9923
9928
  */
9924
9929
  TopicId?: string
9930
+
9931
+ /**
9932
+ * topic所在地域,默认为集群所在地域
9933
+ */
9934
+ TopicRegion?: string
9925
9935
  }
9926
9936
 
9927
9937
  /**
@@ -7944,6 +7944,11 @@ export interface AddInstancesRequest {
7944
7944
  * 云主机导入方式,虚拟机集群必填,容器集群不填写此字段,R:重装TSF系统镜像,M:手动安装agent
7945
7945
  */
7946
7946
  InstanceImportMode?: string
7947
+
7948
+ /**
7949
+ * 安全组id
7950
+ */
7951
+ SecurityGroupIds?: string
7947
7952
  }
7948
7953
 
7949
7954
  /**
@@ -50,6 +50,7 @@ import {
50
50
  AiAnalysisTaskCoverOutput,
51
51
  UserDefineOcrTextReviewTemplateInfoForUpdate,
52
52
  MediaSnapshotByTimeOffsetItem,
53
+ RebuildMediaTargetInfo,
53
54
  ModifySampleSnapshotTemplateRequest,
54
55
  AiReviewPoliticalOcrTaskInput,
55
56
  DescribePrepaidProductsRequest,
@@ -73,9 +74,10 @@ import {
73
74
  ResetProcedureTemplateRequest,
74
75
  ContentReviewOcrResult,
75
76
  ComposeMediaResponse,
77
+ RoundPlayInfo,
76
78
  DescribeLicenseUsageDataResponse,
77
79
  UrlSignatureAuthPolicy,
78
- DeleteSampleSnapshotTemplateRequest,
80
+ ClassificationConfigureInfo,
79
81
  DescribeStorageDataResponse,
80
82
  AudioTemplateInfoForUpdate,
81
83
  DescribeDailyMediaPlayStatResponse,
@@ -120,6 +122,7 @@ import {
120
122
  MediaTransitionItem,
121
123
  MediaAiAnalysisCoverItem,
122
124
  TagConfigureInfo,
125
+ SharpEnhanceInfo,
123
126
  ModifySuperPlayerConfigResponse,
124
127
  AiRecognitionTaskOcrWordsResultOutput,
125
128
  RefreshUrlCacheResponse,
@@ -166,7 +169,9 @@ import {
166
169
  DescribeSnapshotByTimeOffsetTemplatesRequest,
167
170
  ModifyHeadTailTemplateResponse,
168
171
  ProductInstance,
172
+ RepairInfo,
169
173
  CdnLogInfo,
174
+ ReduceMediaBitrateTranscodeResult,
170
175
  SimpleAesEdkPair,
171
176
  MediaSubtitleInfo,
172
177
  AiRecognitionTaskAsrFullTextResultInput,
@@ -175,6 +180,7 @@ import {
175
180
  CreateVodDomainRequest,
176
181
  OcrFullTextConfigureInfoForUpdate,
177
182
  DeleteRoundPlayRequest,
183
+ SuperResolutionInfo,
178
184
  MediaImageSpriteInfo,
179
185
  ProductInstanceRecource,
180
186
  MediaProcessTaskAnimatedGraphicResult,
@@ -198,16 +204,18 @@ import {
198
204
  LiveRealTimeClipRequest,
199
205
  DeleteAdaptiveDynamicStreamingTemplateRequest,
200
206
  AiRecognitionTaskOcrFullTextSegmentItem,
207
+ ColorEnhanceInfo,
201
208
  EditMediaOutputConfig,
202
209
  SplitMediaTaskSegmentInfo,
203
210
  AiReviewPornAsrTaskOutput,
204
211
  AiRecognitionTaskAsrFullTextResultOutputSubtitleItem,
205
212
  SimpleHlsClipResponse,
206
213
  DeleteAIAnalysisTemplateRequest,
214
+ VideoFrameInterpolationInfo,
207
215
  EditMediaRequest,
208
216
  DescribeFileAttributesResponse,
209
217
  LicenseUsageDataItem,
210
- ReviewImageSegmentItem,
218
+ RebuildMediaTargetAudioStream,
211
219
  ConcatFileInfo2017,
212
220
  ContentReviewResult,
213
221
  MediaProcessTaskImageSpriteResult,
@@ -246,9 +254,10 @@ import {
246
254
  AiReviewTaskPornOcrResult,
247
255
  ModifyContentReviewTemplateResponse,
248
256
  DescribeWatermarkTemplatesRequest,
249
- RoundPlayInfo,
257
+ ArtifactRepairInfo,
250
258
  CoverBySnapshotTaskInput,
251
259
  SegmentConfigureInfoForUpdate,
260
+ RebuildMediaTaskInput,
252
261
  UserDefineConfigureInfo,
253
262
  AiRecognitionTaskSegmentSegmentItem,
254
263
  RestoreMediaTask,
@@ -272,9 +281,11 @@ import {
272
281
  ModifyMediaStorageClassRequest,
273
282
  AiAnalysisTaskTagOutput,
274
283
  AiAnalysisTaskHighlightOutput,
284
+ ReviewImageSegmentItem,
275
285
  CreateRoundPlayResponse,
276
286
  MediaSubtitleInput,
277
287
  ProcessMediaRequest,
288
+ FaceEnhanceInfo,
278
289
  PornImageResult,
279
290
  ProcessImageResponse,
280
291
  ProcessImageRequest,
@@ -315,6 +326,7 @@ import {
315
326
  DescribeStorageDataRequest,
316
327
  LiveRealTimeClipMediaSegmentInfo,
317
328
  DeleteImageSpriteTemplateResponse,
329
+ LowLightEnhanceInfo,
318
330
  DescribeContentReviewTemplatesResponse,
319
331
  TEHDConfig,
320
332
  ImageReviewUsageDataItem,
@@ -396,12 +408,13 @@ import {
396
408
  AttachMediaSubtitlesResponse,
397
409
  AiContentReviewTaskInput,
398
410
  CreateAdaptiveDynamicStreamingTemplateResponse,
399
- ClassificationConfigureInfo,
411
+ DeleteSampleSnapshotTemplateRequest,
400
412
  AiAnalysisTaskInput,
401
413
  ImageSpriteTemplate,
402
414
  AiRecognitionTaskOcrFullTextSegmentTextItem,
403
415
  ImageProcessingTemplate,
404
416
  SegmentConfigureInfo,
417
+ ScratchRepairInfo,
405
418
  FileDeleteResultItem,
406
419
  SnapshotByTimeOffsetTaskInput,
407
420
  RefererAuthPolicy,
@@ -417,6 +430,7 @@ import {
417
430
  PullUploadRequest,
418
431
  SortBy,
419
432
  ProcessMediaByProcedureRequest,
433
+ RebuildMediaTargetVideoStream,
420
434
  ClipTask2017,
421
435
  TranscodeTemplate,
422
436
  DescribeCDNUsageDataRequest,
@@ -515,6 +529,7 @@ import {
515
529
  AiAnalysisTaskFrameTagInput,
516
530
  MediaAiAnalysisFrameTagSegmentItem,
517
531
  AiRecognitionTaskAsrWordsResultItem,
532
+ RebuildMediaTaskOutput,
518
533
  MediaAiAnalysisTagItem,
519
534
  DescribeTaskDetailResponse,
520
535
  MediaKeyFrameDescInfo,
@@ -556,6 +571,7 @@ import {
556
571
  DescribeTasksRequest,
557
572
  DescribeReviewDetailsResponse,
558
573
  CreateTranscodeTemplateResponse,
574
+ AudioDenoiseInfo,
559
575
  AiRecognitionTaskAsrWordsResultInput,
560
576
  SnapshotByTimeOffset2017,
561
577
  CreateAIAnalysisTemplateRequest,
@@ -592,9 +608,11 @@ import {
592
608
  FrameTagConfigureInfo,
593
609
  RemoveWatermarkRequest,
594
610
  ExecuteFunctionRequest,
611
+ RebuildMediaTask,
595
612
  ConfirmEventsResponse,
596
613
  ModifyPersonSampleResponse,
597
614
  VideoTrackItem,
615
+ VideoDenoiseInfo,
598
616
  DescribeLicenseUsageDataRequest,
599
617
  DeleteTranscodeTemplateResponse,
600
618
  MediaTranscodeItem,
@@ -669,7 +687,7 @@ import {
669
687
  FrameTagConfigureInfoForUpdate,
670
688
  CreateImageSpriteTemplateResponse,
671
689
  DescribeAIRecognitionTemplatesRequest,
672
- ReduceMediaBitrateTranscodeResult,
690
+ HDRInfo,
673
691
  EditMediaTEHDConfig,
674
692
  AiRecognitionResult,
675
693
  } from "./vod_models"