tencentcloud-sdk-nodejs 4.0.349 → 4.0.352

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 (74) hide show
  1. package/CHANGELOG.md +265 -0
  2. package/SERVICE_CHANGELOG.md +281 -30
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +48 -20
  7. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +5 -5
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/cwp/v20180228/cwp_models.ts +17 -2
  11. package/src/services/dbdc/index.ts +5 -0
  12. package/src/services/dbdc/v20201029/dbdc_client.ts +97 -0
  13. package/src/services/dbdc/v20201029/dbdc_models.ts +817 -0
  14. package/src/services/dbdc/v20201029/index.ts +6 -0
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +32 -0
  18. package/src/services/index.ts +1 -0
  19. package/src/services/kms/v20190118/kms_models.ts +39 -0
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  21. package/src/services/organization/v20210331/organization_client.ts +14 -2
  22. package/src/services/organization/v20210331/organization_models.ts +53 -12
  23. package/src/services/redis/v20180412/redis_client.ts +24 -0
  24. package/src/services/redis/v20180412/redis_models.ts +80 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  26. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  27. package/src/services/ssl/v20191205/ssl_models.ts +23 -0
  28. package/src/services/tcr/v20190924/tcr_models.ts +2 -2
  29. package/src/services/vod/v20180717/vod_client.ts +3 -2
  30. package/src/services/vod/v20180717/vod_models.ts +155 -155
  31. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  32. package/src/services/vpc/v20170312/vpc_models.ts +25 -2
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +42 -19
  36. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  37. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +5 -5
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +14 -2
  40. package/tencentcloud/services/dbdc/index.d.ts +6 -0
  41. package/tencentcloud/services/dbdc/index.js +7 -0
  42. package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +30 -0
  43. package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +61 -0
  44. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +658 -0
  45. package/tencentcloud/services/dbdc/v20201029/dbdc_models.js +18 -0
  46. package/tencentcloud/services/dbdc/v20201029/index.d.ts +6 -0
  47. package/tencentcloud/services/dbdc/v20201029/index.js +9 -0
  48. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  49. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  50. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  51. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
  52. package/tencentcloud/services/index.d.ts +1 -0
  53. package/tencentcloud/services/index.js +2 -0
  54. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +32 -0
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  56. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  57. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +47 -12
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +68 -0
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +19 -0
  64. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
  65. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  66. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  67. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -131
  68. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  69. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  70. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -2
  71. package/test/dbdc.v20201029.test.js +71 -0
  72. package/test/dcdb.v20180411.test.js +10 -0
  73. package/test/organization.v20210331.test.js +10 -0
  74. package/test/redis.v20180412.test.js +20 -0
@@ -59,6 +59,11 @@ export interface ModifyWatermarkTemplateRequest {
59
59
  */
60
60
  Definition: number
61
61
 
62
+ /**
63
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
64
+ */
65
+ SubAppId?: number
66
+
62
67
  /**
63
68
  * 水印模板名称,长度限制:64 个字符。
64
69
  */
@@ -106,11 +111,6 @@ export interface ModifyWatermarkTemplateRequest {
106
111
  * SVG 水印模板,该字段仅对 SVG 水印模板有效。
107
112
  */
108
113
  SvgTemplate?: SvgWatermarkInputForUpdate
109
-
110
- /**
111
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
112
- */
113
- SubAppId?: number
114
114
  }
115
115
 
116
116
  /**
@@ -206,7 +206,7 @@ export interface WeChatMiniProgramPublishRequest {
206
206
  SourceDefinition?: number
207
207
 
208
208
  /**
209
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
209
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
210
210
  */
211
211
  SubAppId?: number
212
212
  }
@@ -426,6 +426,11 @@ export interface MediaAiAnalysisHighlightItem {
426
426
  * DescribeAnimatedGraphicsTemplates请求参数结构体
427
427
  */
428
428
  export interface DescribeAnimatedGraphicsTemplatesRequest {
429
+ /**
430
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
431
+ */
432
+ SubAppId?: number
433
+
429
434
  /**
430
435
  * 转动图模板唯一标识过滤条件,数组长度限制:100。
431
436
  */
@@ -447,11 +452,6 @@ export interface DescribeAnimatedGraphicsTemplatesRequest {
447
452
  <li>Custom:用户自定义模板。</li>
448
453
  */
449
454
  Type?: string
450
-
451
- /**
452
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
453
- */
454
- SubAppId?: number
455
455
  }
456
456
 
457
457
  /**
@@ -753,6 +753,11 @@ export interface CreateImageProcessingTemplateRequest {
753
753
  */
754
754
  Operations: Array<ImageOperation>
755
755
 
756
+ /**
757
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
758
+ */
759
+ SubAppId?: number
760
+
756
761
  /**
757
762
  * 图片处理模板名称,长度限制:64 个字符。
758
763
  */
@@ -762,11 +767,6 @@ export interface CreateImageProcessingTemplateRequest {
762
767
  * 模板描述信息,长度限制:256 个字符。
763
768
  */
764
769
  Comment?: string
765
-
766
- /**
767
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
768
- */
769
- SubAppId?: number
770
770
  }
771
771
 
772
772
  /**
@@ -839,6 +839,11 @@ export interface ModifySampleSnapshotTemplateRequest {
839
839
  */
840
840
  Definition: number
841
841
 
842
+ /**
843
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
844
+ */
845
+ SubAppId?: number
846
+
842
847
  /**
843
848
  * 采样截图模板名称,长度限制:64 个字符。
844
849
  */
@@ -896,11 +901,6 @@ export interface ModifySampleSnapshotTemplateRequest {
896
901
  */
897
902
  Comment?: string
898
903
 
899
- /**
900
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
901
- */
902
- SubAppId?: number
903
-
904
904
  /**
905
905
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
906
906
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
@@ -1366,7 +1366,7 @@ export interface DeleteContentReviewTemplateRequest {
1366
1366
  Definition: number
1367
1367
 
1368
1368
  /**
1369
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1369
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1370
1370
  */
1371
1371
  SubAppId?: number
1372
1372
  }
@@ -1524,7 +1524,7 @@ export interface DeleteSampleSnapshotTemplateRequest {
1524
1524
  Definition: number
1525
1525
 
1526
1526
  /**
1527
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
1527
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
1528
1528
  */
1529
1529
  SubAppId?: number
1530
1530
  }
@@ -2116,6 +2116,11 @@ export interface ModifyTranscodeTemplateRequest {
2116
2116
  */
2117
2117
  Definition: number
2118
2118
 
2119
+ /**
2120
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2121
+ */
2122
+ SubAppId?: number
2123
+
2119
2124
  /**
2120
2125
  * 封装格式,可选值:mp4、flv、hls、mp3、flac、ogg、m4a。其中,mp3、flac、ogg、m4a 为纯音频文件。
2121
2126
  */
@@ -2159,11 +2164,6 @@ export interface ModifyTranscodeTemplateRequest {
2159
2164
  * 极速高清转码参数。
2160
2165
  */
2161
2166
  TEHDConfig?: TEHDConfigForUpdate
2162
-
2163
- /**
2164
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2165
- */
2166
- SubAppId?: number
2167
2167
  }
2168
2168
 
2169
2169
  /**
@@ -2222,7 +2222,7 @@ export interface DeleteImageProcessingTemplateRequest {
2222
2222
  Definition: number
2223
2223
 
2224
2224
  /**
2225
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2225
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2226
2226
  */
2227
2227
  SubAppId?: number
2228
2228
  }
@@ -2605,7 +2605,7 @@ export interface DeleteAIRecognitionTemplateRequest {
2605
2605
  Definition: number
2606
2606
 
2607
2607
  /**
2608
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
2608
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
2609
2609
  */
2610
2610
  SubAppId?: number
2611
2611
  }
@@ -3153,12 +3153,12 @@ export interface DescribeAIRecognitionTemplatesResponse {
3153
3153
  /**
3154
3154
  * 符合过滤条件的记录总数。
3155
3155
  */
3156
- TotalCount?: number
3156
+ TotalCount: number
3157
3157
 
3158
3158
  /**
3159
3159
  * 视频内容识别模板详情列表。
3160
3160
  */
3161
- AIRecognitionTemplateSet?: Array<AIRecognitionTemplateItem>
3161
+ AIRecognitionTemplateSet: Array<AIRecognitionTemplateItem>
3162
3162
 
3163
3163
  /**
3164
3164
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3452,7 +3452,7 @@ export interface DeleteTranscodeTemplateRequest {
3452
3452
  Definition: number
3453
3453
 
3454
3454
  /**
3455
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3455
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3456
3456
  */
3457
3457
  SubAppId?: number
3458
3458
  }
@@ -3493,6 +3493,11 @@ export interface MediaAnimatedGraphicsInfo {
3493
3493
  * DescribeSnapshotByTimeOffsetTemplates请求参数结构体
3494
3494
  */
3495
3495
  export interface DescribeSnapshotByTimeOffsetTemplatesRequest {
3496
+ /**
3497
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
3498
+ */
3499
+ SubAppId?: number
3500
+
3496
3501
  /**
3497
3502
  * 指定时间点截图模板唯一标识过滤条件,数组长度限制:100。
3498
3503
  */
@@ -3514,11 +3519,6 @@ export interface DescribeSnapshotByTimeOffsetTemplatesRequest {
3514
3519
  <li>Custom:用户自定义模板。</li>
3515
3520
  */
3516
3521
  Type?: string
3517
-
3518
- /**
3519
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
3520
- */
3521
- SubAppId?: number
3522
3522
  }
3523
3523
 
3524
3524
  /**
@@ -4373,7 +4373,7 @@ export interface DeleteAdaptiveDynamicStreamingTemplateRequest {
4373
4373
  Definition: number
4374
4374
 
4375
4375
  /**
4376
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
4376
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
4377
4377
  */
4378
4378
  SubAppId?: number
4379
4379
  }
@@ -4524,7 +4524,7 @@ export interface DeleteAIAnalysisTemplateRequest {
4524
4524
  Definition: number
4525
4525
 
4526
4526
  /**
4527
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
4527
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
4528
4528
  */
4529
4529
  SubAppId?: number
4530
4530
  }
@@ -4763,12 +4763,12 @@ export interface DescribeAdaptiveDynamicStreamingTemplatesResponse {
4763
4763
  /**
4764
4764
  * 符合过滤条件的记录总数。
4765
4765
  */
4766
- TotalCount?: number
4766
+ TotalCount: number
4767
4767
 
4768
4768
  /**
4769
4769
  * 转自适应码流模板详情列表。
4770
4770
  */
4771
- AdaptiveDynamicStreamingTemplateSet?: Array<AdaptiveDynamicStreamingTemplate>
4771
+ AdaptiveDynamicStreamingTemplateSet: Array<AdaptiveDynamicStreamingTemplate>
4772
4772
 
4773
4773
  /**
4774
4774
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4822,6 +4822,11 @@ export interface TimeRange {
4822
4822
  * DescribeAdaptiveDynamicStreamingTemplates请求参数结构体
4823
4823
  */
4824
4824
  export interface DescribeAdaptiveDynamicStreamingTemplatesRequest {
4825
+ /**
4826
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
4827
+ */
4828
+ SubAppId?: number
4829
+
4825
4830
  /**
4826
4831
  * 转自适应码流模板唯一标识过滤条件,数组长度限制:100。
4827
4832
  */
@@ -4843,11 +4848,6 @@ export interface DescribeAdaptiveDynamicStreamingTemplatesRequest {
4843
4848
  <li>Custom:用户自定义模板。</li>
4844
4849
  */
4845
4850
  Type?: string
4846
-
4847
- /**
4848
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
4849
- */
4850
- SubAppId?: number
4851
4851
  }
4852
4852
 
4853
4853
  /**
@@ -5024,6 +5024,11 @@ export interface ModifyAnimatedGraphicsTemplateRequest {
5024
5024
  */
5025
5025
  Definition: number
5026
5026
 
5027
+ /**
5028
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5029
+ */
5030
+ SubAppId?: number
5031
+
5027
5032
  /**
5028
5033
  * 转动图模板名称,长度限制:64 个字符。
5029
5034
  */
@@ -5076,11 +5081,6 @@ export interface ModifyAnimatedGraphicsTemplateRequest {
5076
5081
  * 模板描述信息,长度限制:256 个字符。
5077
5082
  */
5078
5083
  Comment?: string
5079
-
5080
- /**
5081
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5082
- */
5083
- SubAppId?: number
5084
5084
  }
5085
5085
 
5086
5086
  /**
@@ -5124,6 +5124,11 @@ export interface CreateHeadTailTemplateRequest {
5124
5124
  */
5125
5125
  Name: string
5126
5126
 
5127
+ /**
5128
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5129
+ */
5130
+ SubAppId?: number
5131
+
5127
5132
  /**
5128
5133
  * 模板描述信息,长度限制 256 个字符。
5129
5134
  */
@@ -5148,11 +5153,6 @@ export interface CreateHeadTailTemplateRequest {
5148
5153
  默认值:stretch 。
5149
5154
  */
5150
5155
  FillType?: string
5151
-
5152
- /**
5153
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5154
- */
5155
- SubAppId?: number
5156
5156
  }
5157
5157
 
5158
5158
  /**
@@ -5504,9 +5504,9 @@ export interface ModifyContentReviewTemplateResponse {
5504
5504
  */
5505
5505
  export interface DescribeWatermarkTemplatesRequest {
5506
5506
  /**
5507
- * 水印模板唯一标识过滤条件,数组长度限制:100。
5507
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5508
5508
  */
5509
- Definitions?: Array<number>
5509
+ SubAppId?: number
5510
5510
 
5511
5511
  /**
5512
5512
  * 水印类型过滤条件,可选值:
@@ -5521,17 +5521,17 @@ export interface DescribeWatermarkTemplatesRequest {
5521
5521
  */
5522
5522
  Offset?: number
5523
5523
 
5524
+ /**
5525
+ * 水印模板唯一标识过滤条件,数组长度限制:100。
5526
+ */
5527
+ Definitions?: Array<number>
5528
+
5524
5529
  /**
5525
5530
  * 返回记录条数
5526
5531
  <li>默认值:10;</li>
5527
5532
  <li>最大值:100。</li>
5528
5533
  */
5529
5534
  Limit?: number
5530
-
5531
- /**
5532
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5533
- */
5534
- SubAppId?: number
5535
5535
  }
5536
5536
 
5537
5537
  /**
@@ -5954,7 +5954,7 @@ export interface DeleteHeadTailTemplateRequest {
5954
5954
  Definition: number
5955
5955
 
5956
5956
  /**
5957
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5957
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
5958
5958
  */
5959
5959
  SubAppId?: number
5960
5960
  }
@@ -6474,6 +6474,11 @@ export interface AiRecognitionTaskAsrWordsResultOutput {
6474
6474
  * DescribeHeadTailTemplates请求参数结构体
6475
6475
  */
6476
6476
  export interface DescribeHeadTailTemplatesRequest {
6477
+ /**
6478
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
6479
+ */
6480
+ SubAppId?: number
6481
+
6477
6482
  /**
6478
6483
  * 片头片尾模板号,数组长度限制:100。
6479
6484
  */
@@ -6488,11 +6493,6 @@ export interface DescribeHeadTailTemplatesRequest {
6488
6493
  * 返回记录条数,默认值:10,最大值:100。
6489
6494
  */
6490
6495
  Limit?: number
6491
-
6492
- /**
6493
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
6494
- */
6495
- SubAppId?: number
6496
6496
  }
6497
6497
 
6498
6498
  /**
@@ -7951,6 +7951,11 @@ export interface MediaSnapshotByTimeOffsetInfo {
7951
7951
  * DescribeImageSpriteTemplates请求参数结构体
7952
7952
  */
7953
7953
  export interface DescribeImageSpriteTemplatesRequest {
7954
+ /**
7955
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
7956
+ */
7957
+ SubAppId?: number
7958
+
7954
7959
  /**
7955
7960
  * 雪碧图模板唯一标识过滤条件,数组长度限制:100。
7956
7961
  */
@@ -7972,11 +7977,6 @@ export interface DescribeImageSpriteTemplatesRequest {
7972
7977
  <li>Custom:用户自定义模板。</li>
7973
7978
  */
7974
7979
  Type?: string
7975
-
7976
- /**
7977
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
7978
- */
7979
- SubAppId?: number
7980
7980
  }
7981
7981
 
7982
7982
  /**
@@ -8249,6 +8249,11 @@ export interface AiReviewTerrorismTaskOutput {
8249
8249
  * DescribeImageProcessingTemplates请求参数结构体
8250
8250
  */
8251
8251
  export interface DescribeImageProcessingTemplatesRequest {
8252
+ /**
8253
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8254
+ */
8255
+ SubAppId?: number
8256
+
8252
8257
  /**
8253
8258
  * 图片处理模板标识列表。长度限制:100。
8254
8259
  */
@@ -8270,11 +8275,6 @@ export interface DescribeImageProcessingTemplatesRequest {
8270
8275
  * 返回记录条数,默认值:10,最大值:100。
8271
8276
  */
8272
8277
  Limit?: number
8273
-
8274
- /**
8275
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8276
- */
8277
- SubAppId?: number
8278
8278
  }
8279
8279
 
8280
8280
  /**
@@ -8474,6 +8474,11 @@ export interface ImageWatermarkInputForUpdate {
8474
8474
  * DescribeAIAnalysisTemplates请求参数结构体
8475
8475
  */
8476
8476
  export interface DescribeAIAnalysisTemplatesRequest {
8477
+ /**
8478
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
8479
+ */
8480
+ SubAppId?: number
8481
+
8477
8482
  /**
8478
8483
  * 视频内容分析模板唯一标识过滤条件,数组长度最大值:100。
8479
8484
  */
@@ -8488,11 +8493,6 @@ export interface DescribeAIAnalysisTemplatesRequest {
8488
8493
  * 返回记录条数,默认值:10,最大值:100。
8489
8494
  */
8490
8495
  Limit?: number
8491
-
8492
- /**
8493
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8494
- */
8495
- SubAppId?: number
8496
8496
  }
8497
8497
 
8498
8498
  /**
@@ -9086,6 +9086,11 @@ export interface ModifyContentReviewTemplateRequest {
9086
9086
  */
9087
9087
  Definition: number
9088
9088
 
9089
+ /**
9090
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
9091
+ */
9092
+ SubAppId?: number
9093
+
9089
9094
  /**
9090
9095
  * 内容智能识别模板名称,长度限制:64 个字符。
9091
9096
  */
@@ -9134,11 +9139,6 @@ export interface ModifyContentReviewTemplateRequest {
9134
9139
  <li>OFF:否。</li>
9135
9140
  */
9136
9141
  ReviewWallSwitch?: string
9137
-
9138
- /**
9139
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
9140
- */
9141
- SubAppId?: number
9142
9142
  }
9143
9143
 
9144
9144
  /**
@@ -10257,6 +10257,11 @@ export interface DeleteSuperPlayerConfigResponse {
10257
10257
  * DescribeSampleSnapshotTemplates请求参数结构体
10258
10258
  */
10259
10259
  export interface DescribeSampleSnapshotTemplatesRequest {
10260
+ /**
10261
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
10262
+ */
10263
+ SubAppId?: number
10264
+
10260
10265
  /**
10261
10266
  * 采样截图模板唯一标识过滤条件,数组长度限制:100。
10262
10267
  */
@@ -10278,11 +10283,6 @@ export interface DescribeSampleSnapshotTemplatesRequest {
10278
10283
  <li>Custom:用户自定义模板。</li>
10279
10284
  */
10280
10285
  Type?: string
10281
-
10282
- /**
10283
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
10284
- */
10285
- SubAppId?: number
10286
10286
  }
10287
10287
 
10288
10288
  /**
@@ -10501,6 +10501,11 @@ export interface ModifyAIRecognitionTemplateRequest {
10501
10501
  */
10502
10502
  Definition: number
10503
10503
 
10504
+ /**
10505
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
10506
+ */
10507
+ SubAppId?: number
10508
+
10504
10509
  /**
10505
10510
  * 视频内容识别模板名称,长度限制:64 个字符。
10506
10511
  */
@@ -10555,11 +10560,6 @@ export interface ModifyAIRecognitionTemplateRequest {
10555
10560
  * 截帧间隔,单位为秒,最小值为 0.5 秒。
10556
10561
  */
10557
10562
  ScreenshotInterval?: number
10558
-
10559
- /**
10560
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
10561
- */
10562
- SubAppId?: number
10563
10563
  }
10564
10564
 
10565
10565
  /**
@@ -12284,6 +12284,11 @@ export interface CreateContentReviewTemplateRequest {
12284
12284
  * DescribeContentReviewTemplates请求参数结构体
12285
12285
  */
12286
12286
  export interface DescribeContentReviewTemplatesRequest {
12287
+ /**
12288
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12289
+ */
12290
+ SubAppId?: number
12291
+
12287
12292
  /**
12288
12293
  * 内容智能识别模板唯一标识过滤条件,数组长度限制:100。
12289
12294
  */
@@ -12298,11 +12303,6 @@ export interface DescribeContentReviewTemplatesRequest {
12298
12303
  * 返回记录条数,默认值:10,最大值:100。
12299
12304
  */
12300
12305
  Limit?: number
12301
-
12302
- /**
12303
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12304
- */
12305
- SubAppId?: number
12306
12306
  }
12307
12307
 
12308
12308
  /**
@@ -12334,12 +12334,12 @@ export interface DescribeImageSpriteTemplatesResponse {
12334
12334
  /**
12335
12335
  * 符合过滤条件的记录总数。
12336
12336
  */
12337
- TotalCount?: number
12337
+ TotalCount: number
12338
12338
 
12339
12339
  /**
12340
12340
  * 雪碧图模板详情列表。
12341
12341
  */
12342
- ImageSpriteTemplateSet?: Array<ImageSpriteTemplate>
12342
+ ImageSpriteTemplateSet: Array<ImageSpriteTemplate>
12343
12343
 
12344
12344
  /**
12345
12345
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -12552,7 +12552,7 @@ export interface DeleteImageSpriteTemplateRequest {
12552
12552
  Definition: number
12553
12553
 
12554
12554
  /**
12555
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12555
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12556
12556
  */
12557
12557
  SubAppId?: number
12558
12558
  }
@@ -12770,6 +12770,11 @@ export interface ModifyHeadTailTemplateRequest {
12770
12770
  */
12771
12771
  Definition: number
12772
12772
 
12773
+ /**
12774
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12775
+ */
12776
+ SubAppId?: number
12777
+
12773
12778
  /**
12774
12779
  * 模板名,长度限制 64 个字符。不传代表不修改。
12775
12780
  */
@@ -12799,11 +12804,6 @@ export interface ModifyHeadTailTemplateRequest {
12799
12804
  默认值为不修改。
12800
12805
  */
12801
12806
  FillType?: string
12802
-
12803
- /**
12804
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
12805
- */
12806
- SubAppId?: number
12807
12807
  }
12808
12808
 
12809
12809
  /**
@@ -12979,6 +12979,11 @@ export interface ModifySnapshotByTimeOffsetTemplateRequest {
12979
12979
  */
12980
12980
  Definition: number
12981
12981
 
12982
+ /**
12983
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
12984
+ */
12985
+ SubAppId?: number
12986
+
12982
12987
  /**
12983
12988
  * 指定时间点截图模板名称,长度限制:64 个字符。
12984
12989
  */
@@ -13022,11 +13027,6 @@ export interface ModifySnapshotByTimeOffsetTemplateRequest {
13022
13027
  */
13023
13028
  Comment?: string
13024
13029
 
13025
- /**
13026
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13027
- */
13028
- SubAppId?: number
13029
-
13030
13030
  /**
13031
13031
  * 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
13032
13032
  <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
@@ -13274,12 +13274,12 @@ export interface DescribeSnapshotByTimeOffsetTemplatesResponse {
13274
13274
  /**
13275
13275
  * 符合过滤条件的记录总数。
13276
13276
  */
13277
- TotalCount?: number
13277
+ TotalCount: number
13278
13278
 
13279
13279
  /**
13280
13280
  * 指定时间点截图模板详情列表。
13281
13281
  */
13282
- SnapshotByTimeOffsetTemplateSet?: Array<SnapshotByTimeOffsetTemplate>
13282
+ SnapshotByTimeOffsetTemplateSet: Array<SnapshotByTimeOffsetTemplate>
13283
13283
 
13284
13284
  /**
13285
13285
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -13708,6 +13708,11 @@ export interface ModifyImageSpriteTemplateRequest {
13708
13708
  */
13709
13709
  Definition: number
13710
13710
 
13711
+ /**
13712
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13713
+ */
13714
+ SubAppId?: number
13715
+
13711
13716
  /**
13712
13717
  * 雪碧图模板名称,长度限制:64 个字符。
13713
13718
  */
@@ -13767,11 +13772,6 @@ export interface ModifyImageSpriteTemplateRequest {
13767
13772
  * 模板描述信息,长度限制:256 个字符。
13768
13773
  */
13769
13774
  Comment?: string
13770
-
13771
- /**
13772
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13773
- */
13774
- SubAppId?: number
13775
13775
  }
13776
13776
 
13777
13777
  /**
@@ -13794,7 +13794,7 @@ export interface DeleteWatermarkTemplateRequest {
13794
13794
  Definition: number
13795
13795
 
13796
13796
  /**
13797
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13797
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13798
13798
  */
13799
13799
  SubAppId?: number
13800
13800
  }
@@ -13908,6 +13908,11 @@ export interface ModifyAIAnalysisTemplateRequest {
13908
13908
  */
13909
13909
  Definition: number
13910
13910
 
13911
+ /**
13912
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
13913
+ */
13914
+ SubAppId?: number
13915
+
13911
13916
  /**
13912
13917
  * 视频内容分析模板名称,长度限制:64 个字符。
13913
13918
  */
@@ -13942,11 +13947,6 @@ export interface ModifyAIAnalysisTemplateRequest {
13942
13947
  * 智能精彩集锦任务控制参数。
13943
13948
  */
13944
13949
  HighlightConfigure?: HighlightsConfigureInfoForUpdate
13945
-
13946
- /**
13947
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
13948
- */
13949
- SubAppId?: number
13950
13950
  }
13951
13951
 
13952
13952
  /**
@@ -13983,12 +13983,12 @@ export interface DescribeSampleSnapshotTemplatesResponse {
13983
13983
  /**
13984
13984
  * 符合过滤条件的记录总数。
13985
13985
  */
13986
- TotalCount?: number
13986
+ TotalCount: number
13987
13987
 
13988
13988
  /**
13989
13989
  * 采样截图模板详情列表。
13990
13990
  */
13991
- SampleSnapshotTemplateSet?: Array<SampleSnapshotTemplate>
13991
+ SampleSnapshotTemplateSet: Array<SampleSnapshotTemplate>
13992
13992
 
13993
13993
  /**
13994
13994
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -14161,6 +14161,11 @@ export interface DeleteClassRequest {
14161
14161
  * DescribeTranscodeTemplates请求参数结构体
14162
14162
  */
14163
14163
  export interface DescribeTranscodeTemplatesRequest {
14164
+ /**
14165
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
14166
+ */
14167
+ SubAppId?: number
14168
+
14164
14169
  /**
14165
14170
  * 转码模板唯一标识过滤条件,数组长度限制:100。
14166
14171
  */
@@ -14196,11 +14201,6 @@ export interface DescribeTranscodeTemplatesRequest {
14196
14201
  * 返回记录条数,默认值:10,最大值:100。
14197
14202
  */
14198
14203
  Limit?: number
14199
-
14200
- /**
14201
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
14202
- */
14203
- SubAppId?: number
14204
14204
  }
14205
14205
 
14206
14206
  /**
@@ -14258,13 +14258,13 @@ export interface DescribeWatermarkTemplatesResponse {
14258
14258
  /**
14259
14259
  * 符合过滤条件的记录总数。
14260
14260
  */
14261
- TotalCount?: number
14261
+ TotalCount: number
14262
14262
 
14263
14263
  /**
14264
14264
  * 水印模板详情列表。
14265
14265
  注意:此字段可能返回 null,表示取不到有效值。
14266
14266
  */
14267
- WatermarkTemplateSet?: Array<WatermarkTemplate>
14267
+ WatermarkTemplateSet: Array<WatermarkTemplate>
14268
14268
 
14269
14269
  /**
14270
14270
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -14810,12 +14810,12 @@ export interface DescribeAIAnalysisTemplatesResponse {
14810
14810
  /**
14811
14811
  * 符合过滤条件的记录总数。
14812
14812
  */
14813
- TotalCount?: number
14813
+ TotalCount: number
14814
14814
 
14815
14815
  /**
14816
14816
  * 视频内容分析模板详情列表。
14817
14817
  */
14818
- AIAnalysisTemplateSet?: Array<AIAnalysisTemplateItem>
14818
+ AIAnalysisTemplateSet: Array<AIAnalysisTemplateItem>
14819
14819
 
14820
14820
  /**
14821
14821
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -15731,13 +15731,13 @@ export interface DescribeTranscodeTemplatesResponse {
15731
15731
  /**
15732
15732
  * 符合过滤条件的记录总数。
15733
15733
  */
15734
- TotalCount?: number
15734
+ TotalCount: number
15735
15735
 
15736
15736
  /**
15737
15737
  * 转码模板详情列表。
15738
15738
  注意:此字段可能返回 null,表示取不到有效值。
15739
15739
  */
15740
- TranscodeTemplateSet?: Array<TranscodeTemplate>
15740
+ TranscodeTemplateSet: Array<TranscodeTemplate>
15741
15741
 
15742
15742
  /**
15743
15743
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -15755,7 +15755,7 @@ export interface DeleteAnimatedGraphicsTemplateRequest {
15755
15755
  Definition: number
15756
15756
 
15757
15757
  /**
15758
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
15758
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
15759
15759
  */
15760
15760
  SubAppId?: number
15761
15761
  }
@@ -15770,7 +15770,7 @@ export interface DeleteSnapshotByTimeOffsetTemplateRequest {
15770
15770
  Definition: number
15771
15771
 
15772
15772
  /**
15773
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
15773
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
15774
15774
  */
15775
15775
  SubAppId?: number
15776
15776
  }
@@ -15782,12 +15782,12 @@ export interface DescribeAnimatedGraphicsTemplatesResponse {
15782
15782
  /**
15783
15783
  * 符合过滤条件的记录总数。
15784
15784
  */
15785
- TotalCount?: number
15785
+ TotalCount: number
15786
15786
 
15787
15787
  /**
15788
15788
  * 转动图模板详情列表。
15789
15789
  */
15790
- AnimatedGraphicsTemplateSet?: Array<AnimatedGraphicsTemplate>
15790
+ AnimatedGraphicsTemplateSet: Array<AnimatedGraphicsTemplate>
15791
15791
 
15792
15792
  /**
15793
15793
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -15866,7 +15866,7 @@ export interface ReviewImageRequest {
15866
15866
  Definition: number
15867
15867
 
15868
15868
  /**
15869
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
15869
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
15870
15870
  */
15871
15871
  SubAppId?: number
15872
15872
  }
@@ -16418,7 +16418,7 @@ export interface ModifyWatermarkTemplateResponse {
16418
16418
  /**
16419
16419
  * 图片水印地址,仅当 ImageTemplate.ImageContent 非空,该字段有值。
16420
16420
  */
16421
- ImageUrl?: string
16421
+ ImageUrl: string
16422
16422
 
16423
16423
  /**
16424
16424
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -16543,6 +16543,11 @@ export interface CreateImageSpriteTemplateResponse {
16543
16543
  * DescribeAIRecognitionTemplates请求参数结构体
16544
16544
  */
16545
16545
  export interface DescribeAIRecognitionTemplatesRequest {
16546
+ /**
16547
+ * <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
16548
+ */
16549
+ SubAppId?: number
16550
+
16546
16551
  /**
16547
16552
  * 视频内容识别模板唯一标识过滤条件,数组长度限制:100。
16548
16553
  */
@@ -16557,11 +16562,6 @@ export interface DescribeAIRecognitionTemplatesRequest {
16557
16562
  * 返回记录条数,默认值:10,最大值:100。
16558
16563
  */
16559
16564
  Limit?: number
16560
-
16561
- /**
16562
- * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
16563
- */
16564
- SubAppId?: number
16565
16565
  }
16566
16566
 
16567
16567
  /**