tencentcloud-sdk-nodejs 4.0.621 → 4.0.623

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 (121) hide show
  1. package/CHANGELOG.md +310 -0
  2. package/SERVICE_CHANGELOG.md +282 -202
  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/apigateway/v20180808/apigateway_models.ts +1 -1
  7. package/src/services/as/v20180419/as_models.ts +1 -0
  8. package/src/services/billing/v20180709/billing_models.ts +1 -1
  9. package/src/services/bma/index.ts +2 -2
  10. package/src/services/btoe/index.ts +2 -2
  11. package/src/services/cdb/v20170320/cdb_models.ts +5 -1
  12. package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +0 -5
  13. package/src/services/csip/v20221121/csip_client.ts +75 -10
  14. package/src/services/csip/v20221121/csip_models.ts +1035 -118
  15. package/src/services/dts/index.ts +2 -2
  16. package/src/services/eis/index.ts +2 -2
  17. package/src/services/emr/v20190103/emr_models.ts +1 -1
  18. package/src/services/ess/v20201111/ess_client.ts +3 -3
  19. package/src/services/ess/v20201111/ess_models.ts +28 -14
  20. package/src/services/essbasic/index.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +17 -17
  22. package/src/services/facefusion/index.ts +2 -2
  23. package/src/services/ims/index.ts +2 -2
  24. package/src/services/iotvideo/index.ts +2 -2
  25. package/src/services/lcic/v20220817/lcic_models.ts +6 -6
  26. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  28. package/src/services/live/v20180801/live_client.ts +511 -312
  29. package/src/services/live/v20180801/live_models.ts +5571 -4763
  30. package/src/services/mgobe/index.ts +2 -2
  31. package/src/services/ms/v20180408/ms_models.ts +13 -8
  32. package/src/services/organization/index.ts +2 -2
  33. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_models.ts +6 -3
  35. package/src/services/sms/index.ts +2 -2
  36. package/src/services/tat/v20201028/tat_models.ts +2 -2
  37. package/src/services/tbp/index.ts +2 -2
  38. package/src/services/tem/index.ts +2 -2
  39. package/src/services/thpc/index.ts +2 -2
  40. package/src/services/thpc/v20230321/thpc_models.ts +12 -0
  41. package/src/services/tione/index.ts +2 -2
  42. package/src/services/tke/v20180525/tke_client.ts +41 -5
  43. package/src/services/tke/v20180525/tke_models.ts +110 -65
  44. package/src/services/tms/index.ts +2 -2
  45. package/src/services/vm/index.ts +2 -2
  46. package/src/services/vod/v20180717/vod_client.ts +19 -3
  47. package/src/services/vod/v20180717/vod_models.ts +207 -54
  48. package/src/services/vpc/v20170312/vpc_models.ts +11 -6
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  52. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -0
  53. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
  54. package/tencentcloud/services/bma/index.d.ts +4 -4
  55. package/tencentcloud/services/bma/index.js +2 -2
  56. package/tencentcloud/services/btoe/index.d.ts +4 -4
  57. package/tencentcloud/services/btoe/index.js +2 -2
  58. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
  59. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +0 -5
  60. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +23 -3
  61. package/tencentcloud/services/csip/v20221121/csip_client.js +33 -3
  62. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1024 -122
  63. package/tencentcloud/services/dts/index.d.ts +4 -4
  64. package/tencentcloud/services/dts/index.js +2 -2
  65. package/tencentcloud/services/eis/index.d.ts +4 -4
  66. package/tencentcloud/services/eis/index.js +2 -2
  67. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  68. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
  69. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
  70. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -14
  71. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  72. package/tencentcloud/services/essbasic/index.js +2 -2
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
  74. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  75. package/tencentcloud/services/facefusion/index.js +2 -2
  76. package/tencentcloud/services/ims/index.d.ts +4 -4
  77. package/tencentcloud/services/ims/index.js +2 -2
  78. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  79. package/tencentcloud/services/iotvideo/index.js +2 -2
  80. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -6
  81. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  82. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  83. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  84. package/tencentcloud/services/live/v20180801/live_client.d.ts +89 -25
  85. package/tencentcloud/services/live/v20180801/live_client.js +126 -30
  86. package/tencentcloud/services/live/v20180801/live_models.d.ts +5504 -4735
  87. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  88. package/tencentcloud/services/mgobe/index.js +2 -2
  89. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +13 -8
  90. package/tencentcloud/services/organization/index.d.ts +4 -4
  91. package/tencentcloud/services/organization/index.js +2 -2
  92. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  93. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  94. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -3
  95. package/tencentcloud/services/sms/index.d.ts +4 -4
  96. package/tencentcloud/services/sms/index.js +2 -2
  97. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -2
  98. package/tencentcloud/services/tbp/index.d.ts +4 -4
  99. package/tencentcloud/services/tbp/index.js +2 -2
  100. package/tencentcloud/services/tem/index.d.ts +4 -4
  101. package/tencentcloud/services/tem/index.js +2 -2
  102. package/tencentcloud/services/thpc/index.d.ts +4 -4
  103. package/tencentcloud/services/thpc/index.js +2 -2
  104. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +12 -0
  105. package/tencentcloud/services/tione/index.d.ts +4 -4
  106. package/tencentcloud/services/tione/index.js +2 -2
  107. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
  108. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
  109. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +104 -65
  110. package/tencentcloud/services/tms/index.d.ts +4 -4
  111. package/tencentcloud/services/tms/index.js +2 -2
  112. package/tencentcloud/services/vm/index.d.ts +4 -4
  113. package/tencentcloud/services/vm/index.js +2 -2
  114. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  115. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  116. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +200 -53
  117. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -6
  118. package/test/csip.v20221121.test.js +52 -2
  119. package/test/live.v20180801.test.js +172 -12
  120. package/test/tke.v20180525.test.js +30 -0
  121. package/test/vod.v20180717.test.js +10 -0
@@ -76,7 +76,7 @@ import {
76
76
  ComposeMediaResponse,
77
77
  RoundPlayInfo,
78
78
  DescribeLicenseUsageDataResponse,
79
- UrlSignatureAuthPolicy,
79
+ DrmStreamingsInfoForUpdate,
80
80
  ClassificationConfigureInfo,
81
81
  DescribeStorageDataResponse,
82
82
  AudioTemplateInfoForUpdate,
@@ -106,7 +106,6 @@ import {
106
106
  EditMediaTaskInput,
107
107
  DeleteAIAnalysisTemplateResponse,
108
108
  DeleteImageProcessingTemplateRequest,
109
- ApplyUploadResponse,
110
109
  DescribeDailyPlayStatFileListResponse,
111
110
  TextWatermarkTemplateInputForUpdate,
112
111
  DeleteSuperPlayerConfigRequest,
@@ -343,10 +342,12 @@ import {
343
342
  TEHDConfig,
344
343
  ImageReviewUsageDataItem,
345
344
  AnimatedGraphicsTemplate,
345
+ ExtractCopyRightWatermarkRequest,
346
346
  DescribeEnhanceMediaTemplatesRequest,
347
347
  DailyPlayStatInfo,
348
348
  TerrorismOcrReviewTemplateInfoForUpdate,
349
349
  DescribeEventsStateResponse,
350
+ CopyRightWatermarkInput,
350
351
  AiRecognitionTaskHeadTailResultOutput,
351
352
  ModifyImageSpriteTemplateResponse,
352
353
  ExtractTraceWatermarkTaskOutput,
@@ -368,6 +369,7 @@ import {
368
369
  MosaicInput,
369
370
  AIAnalysisTemplateItem,
370
371
  AiRecognitionTaskObjectResultItem,
372
+ UrlSignatureAuthPolicy,
371
373
  ModifyVodDomainConfigResponse,
372
374
  MediaSnapshotByTimeOffsetInfo,
373
375
  DescribeImageSpriteTemplatesRequest,
@@ -395,6 +397,7 @@ import {
395
397
  ReduceMediaBitrateAdaptiveDynamicStreamingResult,
396
398
  ImageWatermarkInputForUpdate,
397
399
  DescribeAIAnalysisTemplatesRequest,
400
+ ExtractCopyRightWatermarkResponse,
398
401
  MediaTranscodeInfo,
399
402
  ResolutionNameInfo,
400
403
  AiRecognitionTaskOcrWordsResultItem,
@@ -611,11 +614,12 @@ import {
611
614
  ImageCenterCut,
612
615
  ModifyAIAnalysisTemplateRequest,
613
616
  CommitUploadResponse,
617
+ ExtractCopyRightWatermarkTaskInput,
614
618
  DescribeSampleSnapshotTemplatesResponse,
615
619
  ModifyWordSampleResponse,
616
620
  AiContentReviewResult,
617
621
  TerrorismImgReviewTemplateInfo,
618
- DrmStreamingsInfoForUpdate,
622
+ ApplyUploadResponse,
619
623
  ReviewAudioVideoResponse,
620
624
  DeleteClassRequest,
621
625
  DescribeTranscodeTemplatesRequest,
@@ -642,6 +646,7 @@ import {
642
646
  DeleteTranscodeTemplateResponse,
643
647
  MediaTranscodeItem,
644
648
  DescribePersonSamplesResponse,
649
+ ExtractCopyRightWatermarkTaskOutput,
645
650
  SplitMediaTaskInput,
646
651
  PornConfigureInfo,
647
652
  AiRecognitionTaskObjectSeqmentItem,
@@ -682,6 +687,7 @@ import {
682
687
  DeleteAnimatedGraphicsTemplateRequest,
683
688
  DeleteSnapshotByTimeOffsetTemplateRequest,
684
689
  DescribeAnimatedGraphicsTemplatesResponse,
690
+ ExtractCopyRightWatermarkTask,
685
691
  MediaAiAnalysisFrameTagItem,
686
692
  DescribeImageProcessingTemplatesResponse,
687
693
  SampleSnapshotTaskInput,
@@ -1662,6 +1668,16 @@ export class Client extends AbstractClient {
1662
1668
  return this.request("DescribeDailyMostPlayedStat", req, cb)
1663
1669
  }
1664
1670
 
1671
+ /**
1672
+ * 提取版权水印信息。
1673
+ */
1674
+ async ExtractCopyRightWatermark(
1675
+ req: ExtractCopyRightWatermarkRequest,
1676
+ cb?: (error: string, rep: ExtractCopyRightWatermarkResponse) => void
1677
+ ): Promise<ExtractCopyRightWatermarkResponse> {
1678
+ return this.request("ExtractCopyRightWatermark", req, cb)
1679
+ }
1680
+
1665
1681
  /**
1666
1682
  * 该接口用于:
1667
1683
  1. 查询点播可开通的所有存储园区列表。
@@ -27,12 +27,12 @@ export interface Canvas {
27
27
  */
28
28
  Color?: string
29
29
  /**
30
- * 画布宽度,即输出视频的宽度,取值范围:0~ 4096,单位:px。
30
+ * 画布宽度,即输出视频的宽度,取值范围:0~ 3840,单位:px。
31
31
  默认值:0,表示和第一个视频轨的第一个视频片段的视频宽度一致。
32
32
  */
33
33
  Width?: number
34
34
  /**
35
- * 画布高度,即输出视频的高度(或长边),取值范围:0~ 4096,单位:px。
35
+ * 画布高度,即输出视频的高度(或长边),取值范围:0~ 3840,单位:px。
36
36
  默认值:0,表示和第一个视频轨的第一个视频片段的视频高度一致。
37
37
  */
38
38
  Height?: number
@@ -1656,20 +1656,21 @@ export interface DescribeLicenseUsageDataResponse {
1656
1656
  }
1657
1657
 
1658
1658
  /**
1659
- * 基于签名的 Key 防盗链信息
1659
+ * DRM 自适应码流播放信息修改对象
1660
1660
  */
1661
- export interface UrlSignatureAuthPolicy {
1661
+ export interface DrmStreamingsInfoForUpdate {
1662
1662
  /**
1663
- * [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)设置状态,可选值:
1664
- <li>Enabled: 启用。</li>
1665
- <li>Disabled: 禁用。</li>
1663
+ * 保护类型为 SimpleAES 的转自适应码流模板 ID。
1666
1664
  */
1667
- Status: string
1665
+ SimpleAesDefinition?: number
1668
1666
  /**
1669
- * [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)中用于生成签名的密钥。
1670
- EncryptedKey 字符串的长度为8~40个字节,不能包含不可见字符。
1667
+ * 保护类型为 Widevine 的转自适应码流模板 ID。
1671
1668
  */
1672
- EncryptedKey?: string
1669
+ WidevineDefinition?: number
1670
+ /**
1671
+ * 保护类型为 FairPlay 的转自适应码流模板 ID。
1672
+ */
1673
+ FairPlayDefinition?: number
1673
1674
  }
1674
1675
 
1675
1676
  /**
@@ -2476,40 +2477,6 @@ export interface DeleteImageProcessingTemplateRequest {
2476
2477
  SubAppId?: number
2477
2478
  }
2478
2479
 
2479
- /**
2480
- * ApplyUpload返回参数结构体
2481
- */
2482
- export interface ApplyUploadResponse {
2483
- /**
2484
- * 存储桶,用于上传接口 URL 的 bucket_name。
2485
- */
2486
- StorageBucket: string
2487
- /**
2488
- * 存储园区,用于上传接口 Host 的 Region。
2489
- */
2490
- StorageRegion: string
2491
- /**
2492
- * 点播会话,用于确认上传接口的参数 VodSessionKey。
2493
- */
2494
- VodSessionKey: string
2495
- /**
2496
- * 媒体存储路径,用于上传接口存储媒体的对象键(Key)。
2497
- */
2498
- MediaStoragePath: string
2499
- /**
2500
- * 封面存储路径,用于上传接口存储封面的对象键(Key)。
2501
- */
2502
- CoverStoragePath: string
2503
- /**
2504
- * 临时凭证,用于上传接口的权限验证。
2505
- */
2506
- TempCertificate: TempCertificate
2507
- /**
2508
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2509
- */
2510
- RequestId?: string
2511
- }
2512
-
2513
2480
  /**
2514
2481
  * DescribeDailyPlayStatFileList返回参数结构体
2515
2482
  */
@@ -8514,6 +8481,36 @@ export interface AnimatedGraphicsTemplate {
8514
8481
  UpdateTime: string
8515
8482
  }
8516
8483
 
8484
+ /**
8485
+ * ExtractCopyRightWatermark请求参数结构体
8486
+ */
8487
+ export interface ExtractCopyRightWatermarkRequest {
8488
+ /**
8489
+ * 需要提取水印的媒体 URL。
8490
+ */
8491
+ Url: string
8492
+ /**
8493
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8494
+ */
8495
+ SubAppId?: number
8496
+ /**
8497
+ * 标识来源上下文,用于透传用户请求信息,在 ExtractCopyRightWatermarkComplete 回调和任务流状态变更回调将返回该字段值,最长 1000 个字符。
8498
+ */
8499
+ SessionContext?: string
8500
+ /**
8501
+ * 用于任务去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
8502
+ */
8503
+ SessionId?: string
8504
+ /**
8505
+ * 任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
8506
+ */
8507
+ TasksPriority?: number
8508
+ /**
8509
+ * 保留字段,特殊用途时使用。
8510
+ */
8511
+ ExtInfo?: string
8512
+ }
8513
+
8517
8514
  /**
8518
8515
  * DescribeEnhanceMediaTemplates请求参数结构体
8519
8516
  */
@@ -8598,6 +8595,16 @@ export interface DescribeEventsStateResponse {
8598
8595
  RequestId?: string
8599
8596
  }
8600
8597
 
8598
+ /**
8599
+ * 版权水印参数
8600
+ */
8601
+ export interface CopyRightWatermarkInput {
8602
+ /**
8603
+ * 版权信息,最大长度为 200 个字符。
8604
+ */
8605
+ Text: string
8606
+ }
8607
+
8601
8608
  /**
8602
8609
  * 视频片头片尾识别输出。
8603
8610
  */
@@ -9173,6 +9180,23 @@ export interface AiRecognitionTaskObjectResultItem {
9173
9180
  SegmentSet: Array<AiRecognitionTaskObjectSeqmentItem>
9174
9181
  }
9175
9182
 
9183
+ /**
9184
+ * 基于签名的 Key 防盗链信息
9185
+ */
9186
+ export interface UrlSignatureAuthPolicy {
9187
+ /**
9188
+ * [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)设置状态,可选值:
9189
+ <li>Enabled: 启用。</li>
9190
+ <li>Disabled: 禁用。</li>
9191
+ */
9192
+ Status: string
9193
+ /**
9194
+ * [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)中用于生成签名的密钥。
9195
+ EncryptedKey 字符串的长度为8~40个字节,不能包含不可见字符。
9196
+ */
9197
+ EncryptedKey?: string
9198
+ }
9199
+
9176
9200
  /**
9177
9201
  * ModifyVodDomainConfig返回参数结构体
9178
9202
  */
@@ -9843,6 +9867,20 @@ export interface DescribeAIAnalysisTemplatesRequest {
9843
9867
  Limit?: number
9844
9868
  }
9845
9869
 
9870
+ /**
9871
+ * ExtractCopyRightWatermark返回参数结构体
9872
+ */
9873
+ export interface ExtractCopyRightWatermarkResponse {
9874
+ /**
9875
+ * 任务 ID。
9876
+ */
9877
+ TaskId?: string
9878
+ /**
9879
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9880
+ */
9881
+ RequestId?: string
9882
+ }
9883
+
9846
9884
  /**
9847
9885
  * 点播文件转码信息
9848
9886
  */
@@ -11915,6 +11953,10 @@ export interface TranscodeTaskInput {
11915
11953
  * 溯源水印。
11916
11954
  */
11917
11955
  TraceWatermark?: TraceWatermarkInput
11956
+ /**
11957
+ * 版权水印。
11958
+ */
11959
+ CopyRightWatermark?: CopyRightWatermarkInput
11918
11960
  /**
11919
11961
  * 马赛克列表,最大可支持 10 张。
11920
11962
  */
@@ -12397,6 +12439,7 @@ export interface EventContent {
12397
12439
  <li>RebuildMediaComplete:音画质重生完成事件。</li>
12398
12440
  <li>ReviewAudioVideoComplete:音视频审核完成;</li>
12399
12441
  <li>ExtractTraceWatermarkComplete:提取溯源水印完成;</li>
12442
+ <li>ExtractCopyRightWatermarkComplete:提取版权水印完成;</li>
12400
12443
  <li>DescribeFileAttributesComplete:获取文件属性完成;</li>
12401
12444
  <b>兼容 2017 版的事件类型:</b>
12402
12445
  <li>TranscodeComplete:视频转码完成;</li>
@@ -12496,6 +12539,11 @@ export interface EventContent {
12496
12539
  注意:此字段可能返回 null,表示取不到有效值。
12497
12540
  */
12498
12541
  ExtractTraceWatermarkCompleteEvent: ExtractTraceWatermarkTask
12542
+ /**
12543
+ * 版权水印提取完成事件,当事件类型为 ExtractCopyRightWatermarkComplete 时有效。
12544
+ 注意:此字段可能返回 null,表示取不到有效值。
12545
+ */
12546
+ ExtractCopyRightWatermarkCompleteEvent?: ExtractCopyRightWatermarkTask
12499
12547
  /**
12500
12548
  * 音视频审核完成事件,当事件类型为 ReviewAudioVideoComplete 时有效。
12501
12549
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13401,6 +13449,7 @@ export interface AdaptiveDynamicStreamingInfoItem {
13401
13449
  /**
13402
13450
  * 数字水印类型。可选值:
13403
13451
  <li>Trace 表示经过溯源水印处理;</li>
13452
+ <li>CopyRight 表示经过版权水印处理;</li>
13404
13453
  <li>None 表示没有经过数字水印处理。</li>
13405
13454
  */
13406
13455
  DigitalWatermarkType?: string
@@ -13408,6 +13457,10 @@ export interface AdaptiveDynamicStreamingInfoItem {
13408
13457
  * 子流信息列表。
13409
13458
  */
13410
13459
  SubStreamSet?: Array<MediaSubStreamInfoItem>
13460
+ /**
13461
+ * 版权信息。
13462
+ */
13463
+ CopyRightWatermarkText?: string
13411
13464
  }
13412
13465
 
13413
13466
  /**
@@ -13788,6 +13841,10 @@ export interface AdaptiveDynamicStreamingTaskInput {
13788
13841
  * 溯源水印。
13789
13842
  */
13790
13843
  TraceWatermark?: TraceWatermarkInput
13844
+ /**
13845
+ * 版权水印。
13846
+ */
13847
+ CopyRightWatermark?: CopyRightWatermarkInput
13791
13848
  /**
13792
13849
  * 字幕列表,元素为字幕 ID,支持多个字幕,最大可支持16个。
13793
13850
  */
@@ -14007,7 +14064,8 @@ export interface DescribeTaskDetailResponse {
14007
14064
  <li>DescribeFileAttributesTask:获取文件属性任务;</li>
14008
14065
  <li>RebuildMedia:音画质重生任务;</li>
14009
14066
  <li>ReviewAudioVideo:音视频审核任务;</li>
14010
- <li>ExtractTraceWatermark:提取溯源水印任务。</li>
14067
+ <li>ExtractTraceWatermark:提取溯源水印任务;</li>
14068
+ <li>ExtractCopyRightWatermark:提取版权水印任务。</li>
14011
14069
  */
14012
14070
  TaskType?: string
14013
14071
  /**
@@ -14104,6 +14162,11 @@ export interface DescribeTaskDetailResponse {
14104
14162
  注意:此字段可能返回 null,表示取不到有效值。
14105
14163
  */
14106
14164
  ExtractTraceWatermarkTask?: ExtractTraceWatermarkTask
14165
+ /**
14166
+ * 提取版权水印任务信息,仅当 TaskType 为 ExtractCopyRightWatermark,该字段有值。
14167
+ 注意:此字段可能返回 null,表示取不到有效值。
14168
+ */
14169
+ ExtractCopyRightWatermarkTask?: ExtractCopyRightWatermarkTask
14107
14170
  /**
14108
14171
  * 音视频审核任务信息,仅当 TaskType 为 ReviewAudioVideo,该字段有值。
14109
14172
  注意:此字段可能返回 null,表示取不到有效值。
@@ -15664,6 +15727,16 @@ export interface CommitUploadResponse {
15664
15727
  RequestId?: string
15665
15728
  }
15666
15729
 
15730
+ /**
15731
+ * 提取版权水印任务输入
15732
+ */
15733
+ export interface ExtractCopyRightWatermarkTaskInput {
15734
+ /**
15735
+ * 需要提取水印的媒体 URL。
15736
+ */
15737
+ Url?: string
15738
+ }
15739
+
15667
15740
  /**
15668
15741
  * DescribeSampleSnapshotTemplates返回参数结构体
15669
15742
  */
@@ -15796,21 +15869,37 @@ export interface TerrorismImgReviewTemplateInfo {
15796
15869
  }
15797
15870
 
15798
15871
  /**
15799
- * DRM 自适应码流播放信息修改对象
15872
+ * ApplyUpload返回参数结构体
15800
15873
  */
15801
- export interface DrmStreamingsInfoForUpdate {
15874
+ export interface ApplyUploadResponse {
15802
15875
  /**
15803
- * 保护类型为 SimpleAES 的转自适应码流模板 ID
15876
+ * 存储桶,用于上传接口 URL bucket_name
15804
15877
  */
15805
- SimpleAesDefinition?: number
15878
+ StorageBucket: string
15806
15879
  /**
15807
- * 保护类型为 Widevine 的转自适应码流模板 ID
15880
+ * 存储园区,用于上传接口 Host Region
15808
15881
  */
15809
- WidevineDefinition?: number
15882
+ StorageRegion: string
15810
15883
  /**
15811
- * 保护类型为 FairPlay 的转自适应码流模板 ID
15884
+ * 点播会话,用于确认上传接口的参数 VodSessionKey
15812
15885
  */
15813
- FairPlayDefinition?: number
15886
+ VodSessionKey: string
15887
+ /**
15888
+ * 媒体存储路径,用于上传接口存储媒体的对象键(Key)。
15889
+ */
15890
+ MediaStoragePath: string
15891
+ /**
15892
+ * 封面存储路径,用于上传接口存储封面的对象键(Key)。
15893
+ */
15894
+ CoverStoragePath: string
15895
+ /**
15896
+ * 临时凭证,用于上传接口的权限验证。
15897
+ */
15898
+ TempCertificate: TempCertificate
15899
+ /**
15900
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
15901
+ */
15902
+ RequestId?: string
15814
15903
  }
15815
15904
 
15816
15905
  /**
@@ -16548,9 +16637,14 @@ export interface MediaTranscodeItem {
16548
16637
  /**
16549
16638
  * 数字水印类型。可选值:
16550
16639
  <li>Trace 表示经过溯源水印处理;</li>
16640
+ <li>CopyRight 表示经过版权水印处理;</li>
16551
16641
  <li>None 表示没有经过数字水印处理。</li>
16552
16642
  */
16553
16643
  DigitalWatermarkType: string
16644
+ /**
16645
+ * 版权信息。
16646
+ */
16647
+ CopyRightWatermarkText?: string
16554
16648
  }
16555
16649
 
16556
16650
  /**
@@ -16571,6 +16665,16 @@ export interface DescribePersonSamplesResponse {
16571
16665
  RequestId?: string
16572
16666
  }
16573
16667
 
16668
+ /**
16669
+ * 提取版权水印输出信息
16670
+ */
16671
+ export interface ExtractCopyRightWatermarkTaskOutput {
16672
+ /**
16673
+ * 版权信息。
16674
+ */
16675
+ Text?: string
16676
+ }
16677
+
16574
16678
  /**
16575
16679
  * 视频拆条任务输入信息
16576
16680
  */
@@ -17679,6 +17783,55 @@ export interface DescribeAnimatedGraphicsTemplatesResponse {
17679
17783
  RequestId?: string
17680
17784
  }
17681
17785
 
17786
+ /**
17787
+ * 提取版权水印任务。
17788
+ */
17789
+ export interface ExtractCopyRightWatermarkTask {
17790
+ /**
17791
+ * 任务 ID。
17792
+ */
17793
+ TaskId?: string
17794
+ /**
17795
+ * 任务状态,取值:
17796
+ <li>PROCESSING:处理中;</li>
17797
+ <li>FINISH:已完成。</li>
17798
+ */
17799
+ Status?: string
17800
+ /**
17801
+ * 错误码,0 表示成功,其他值表示失败:
17802
+ <li>40000:输入参数不合法,请检查输入参数;</li>
17803
+ <li>60000:源文件错误(如视频数据损坏),请确认源文件是否正常;</li>
17804
+ <li>70000:内部服务错误,建议重试。</li>
17805
+ */
17806
+ ErrCode?: number
17807
+ /**
17808
+ * 错误信息。
17809
+ */
17810
+ Message?: string
17811
+ /**
17812
+ * 错误码,空字符串表示成功,其他值表示失败,取值请参考 [视频处理类错误码](https://cloud.tencent.com/document/product/266/50368#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81) 列表。
17813
+ */
17814
+ ErrCodeExt?: string
17815
+ /**
17816
+ * 提取版权水印任务输入信息。
17817
+ 注意:此字段可能返回 null,表示取不到有效值。
17818
+ */
17819
+ Input?: ExtractCopyRightWatermarkTaskInput
17820
+ /**
17821
+ * 提取版权水印任务输出信息。
17822
+ 注意:此字段可能返回 null,表示取不到有效值。
17823
+ */
17824
+ Output?: ExtractCopyRightWatermarkTaskOutput
17825
+ /**
17826
+ * 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
17827
+ */
17828
+ SessionId?: string
17829
+ /**
17830
+ * 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
17831
+ */
17832
+ SessionContext?: string
17833
+ }
17834
+
17682
17835
  /**
17683
17836
  * 智能按帧标签结果信息
17684
17837
  */
@@ -456,11 +456,11 @@ export interface SslVpnClient {
456
456
  */
457
457
  export interface SourceIpTranslationNatRule {
458
458
  /**
459
- * 资源ID
459
+ * 资源ID,如果ResourceType为USERDEFINED,可以为空
460
460
  */
461
461
  ResourceId: string
462
462
  /**
463
- * 资源类型,目前包含SUBNET、NETWORKINTERFACE
463
+ * 资源类型,目前包含SUBNET、NETWORKINTERFACE、USERDEFINED
464
464
  注意:此字段可能返回 null,表示取不到有效值。
465
465
  */
466
466
  ResourceType: string
@@ -3338,11 +3338,11 @@ export interface CreateNatGatewayResponse {
3338
3338
  /**
3339
3339
  * NAT网关对象数组。
3340
3340
  */
3341
- NatGatewaySet: Array<NatGateway>
3341
+ NatGatewaySet?: Array<NatGateway>
3342
3342
  /**
3343
3343
  * 符合条件的 NAT网关对象数量。
3344
3344
  */
3345
- TotalCount: number
3345
+ TotalCount?: number
3346
3346
  /**
3347
3347
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3348
3348
  */
@@ -4868,6 +4868,11 @@ export interface NatGateway {
4868
4868
  注意:此字段可能返回 null,表示取不到有效值。
4869
4869
  */
4870
4870
  RestrictState: string
4871
+ /**
4872
+ * NAT网关大版本号,传统型=1,标准型=2
4873
+ 注意:此字段可能返回 null,表示取不到有效值。
4874
+ */
4875
+ NatProductVersion: number
4871
4876
  }
4872
4877
 
4873
4878
  /**
@@ -8625,7 +8630,7 @@ export interface ModifySecurityGroupAttributeResponse {
8625
8630
  */
8626
8631
  export interface AssociateDirectConnectGatewayNatGatewayRequest {
8627
8632
  /**
8628
- * 专线网关ID
8633
+ * VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
8629
8634
  */
8630
8635
  VpcId: string
8631
8636
  /**
@@ -8633,7 +8638,7 @@ export interface AssociateDirectConnectGatewayNatGatewayRequest {
8633
8638
  */
8634
8639
  NatGatewayId: string
8635
8640
  /**
8636
- * VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
8641
+ * 专线网关ID
8637
8642
  */
8638
8643
  DirectConnectGatewayId: string
8639
8644
  }
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.621";
1
+ export declare const sdkVersion = "4.0.623";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.621";
4
+ exports.sdkVersion = "4.0.623";
@@ -356,7 +356,7 @@ export interface DescribeExclusiveInstancesStatusResponse {
356
356
  /**
357
357
  * 独享实例列表查询结果
358
358
  */
359
- Result: InstanceSummary;
359
+ Result?: InstanceSummary;
360
360
  /**
361
361
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
362
362
  */
@@ -2254,6 +2254,7 @@ export interface EnhancedService {
2254
2254
  MonitorService?: RunMonitorServiceEnabled;
2255
2255
  /**
2256
2256
  * 该参数已废弃,查询时会返回空值,请勿使用。
2257
+ * @deprecated
2257
2258
  */
2258
2259
  AutomationService?: Array<RunAutomationServiceEnabled>;
2259
2260
  /**
@@ -2486,7 +2486,7 @@ export interface Deal {
2486
2486
  */
2487
2487
  OrderId: string;
2488
2488
  /**
2489
- * 订单状态
2489
+ * 订单的状态 1:未支付 2:已支付3:发货中 4:已发货 5:发货失败 6:已退款 7:已关单 8:订单过期 9:订单已失效 10:产品已失效 11:代付拒绝 12:支付中
2490
2490
  */
2491
2491
  Status: number;
2492
2492
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const bma: {
2
- v20210624: {
3
- Client: typeof import("./v20210624/bma_client").Client;
4
- Models: typeof import("./v20210624/bma_models");
5
- };
6
2
  v20221115: {
7
3
  Client: typeof import("./v20221115/bma_client").Client;
8
4
  Models: typeof import("./v20221115/bma_models");
9
5
  };
6
+ v20210624: {
7
+ Client: typeof import("./v20210624/bma_client").Client;
8
+ Models: typeof import("./v20210624/bma_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bma = void 0;
4
- const v20210624_1 = require("./v20210624");
5
4
  const v20221115_1 = require("./v20221115");
5
+ const v20210624_1 = require("./v20210624");
6
6
  exports.bma = {
7
- v20210624: v20210624_1.v20210624,
8
7
  v20221115: v20221115_1.v20221115,
8
+ v20210624: v20210624_1.v20210624,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210303: {
3
- Client: typeof import("./v20210303/btoe_client").Client;
4
- Models: typeof import("./v20210303/btoe_models");
5
- };
6
2
  v20210514: {
7
3
  Client: typeof import("./v20210514/btoe_client").Client;
8
4
  Models: typeof import("./v20210514/btoe_models");
9
5
  };
6
+ v20210303: {
7
+ Client: typeof import("./v20210303/btoe_client").Client;
8
+ Models: typeof import("./v20210303/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210303_1 = require("./v20210303");
5
4
  const v20210514_1 = require("./v20210514");
5
+ const v20210303_1 = require("./v20210303");
6
6
  exports.btoe = {
7
- v20210303: v20210303_1.v20210303,
8
7
  v20210514: v20210514_1.v20210514,
8
+ v20210303: v20210303_1.v20210303,
9
9
  };
@@ -881,7 +881,7 @@ export interface CreateCdbProxyAddressResponse {
881
881
  * 异步任务ID
882
882
  注意:此字段可能返回 null,表示取不到有效值。
883
883
  */
884
- AsyncRequestId: string;
884
+ AsyncRequestId?: string;
885
885
  /**
886
886
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
887
887
  */
@@ -1061,6 +1061,10 @@ export interface CreateCdbProxyAddressRequest {
1061
1061
  * 安全组
1062
1062
  */
1063
1063
  SecurityGroup?: Array<string>;
1064
+ /**
1065
+ * 连接池类型。可选值 transaction(事务级别连接池),connection(会话级别连接池),ConnectionPool为true时生效。
1066
+ */
1067
+ ConnectionPoolType?: string;
1064
1068
  }
1065
1069
  /**
1066
1070
  * AnalyzeAuditLogs请求参数结构体
@@ -463,11 +463,6 @@ export interface WorkspaceTemplateInfo {
463
463
  注意:此字段可能返回 null,表示取不到有效值。
464
464
  */
465
465
  PluginFile: string;
466
- /**
467
- * xxx
468
- 注意:此字段可能返回 null,表示取不到有效值。
469
- */
470
- PrebuildFile: string;
471
466
  /**
472
467
  * 是否标记
473
468
  */