tencentcloud-sdk-nodejs-intl-en 3.0.508 → 3.0.511

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 (29) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/as/v20180419/as_client.js +129 -9
  3. package/tencentcloud/as/v20180419/models.js +1684 -269
  4. package/tencentcloud/billing/v20180709/models.js +67 -0
  5. package/tencentcloud/cdb/v20170320/cdb_client.js +83 -17
  6. package/tencentcloud/cdb/v20170320/models.js +619 -86
  7. package/tencentcloud/cdn/v20180606/models.js +6 -5
  8. package/tencentcloud/ckafka/v20190819/ckafka_client.js +14 -1
  9. package/tencentcloud/ckafka/v20190819/models.js +121 -20
  10. package/tencentcloud/cls/v20201016/models.js +9 -1
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/live/v20180801/live_client.js +37 -72
  13. package/tencentcloud/live/v20180801/models.js +777 -652
  14. package/tencentcloud/monitor/v20180724/models.js +58 -0
  15. package/tencentcloud/monitor/v20180724/monitor_client.js +1 -0
  16. package/tencentcloud/ocr/v20181119/models.js +201 -43
  17. package/tencentcloud/ocr/v20181119/ocr_client.js +16 -1
  18. package/tencentcloud/redis/v20180412/models.js +65 -0
  19. package/tencentcloud/redis/v20180412/redis_client.js +13 -0
  20. package/tencentcloud/tke/v20180525/models.js +451 -58
  21. package/tencentcloud/tke/v20180525/tke_client.js +548 -483
  22. package/tencentcloud/trtc/v20190722/models.js +170 -13
  23. package/tencentcloud/trtc/v20190722/trtc_client.js +30 -26
  24. package/tencentcloud/tts/v20190823/models.js +79 -0
  25. package/tencentcloud/tts/v20190823/tts_client.js +1 -0
  26. package/tencentcloud/vod/v20180717/models.js +200 -55
  27. package/tencentcloud/vod/v20180717/vod_client.js +46 -22
  28. package/tencentcloud/vpc/v20170312/models.js +812 -279
  29. package/tencentcloud/vpc/v20170312/vpc_client.js +71 -17
@@ -151,50 +151,24 @@ class EnableLiveDomainResponse extends AbstractModel {
151
151
  }
152
152
 
153
153
  /**
154
- * CreateLiveCert request structure.
154
+ * DescribeUploadStreamNums response structure.
155
155
  * @class
156
156
  */
157
- class CreateLiveCertRequest extends AbstractModel {
157
+ class DescribeUploadStreamNumsResponse extends AbstractModel {
158
158
  constructor(){
159
159
  super();
160
160
 
161
161
  /**
162
- * Certificate type. 0: user-added certificate, 1: Tencent Cloud-hosted certificate.
163
- Note: if the certificate type is 0, `HttpsCrt` and `HttpsKey` are required;
164
- If the certificate type is 1, the certificate corresponding to `CloudCertId` will be used first. If `CloudCertId` is empty, `HttpsCrt` and `HttpsKey` will be used.
165
- * @type {number || null}
166
- */
167
- this.CertType = null;
168
-
169
- /**
170
- * Certificate name.
171
- * @type {string || null}
172
- */
173
- this.CertName = null;
174
-
175
- /**
176
- * Certificate content, i.e., public key.
177
- * @type {string || null}
178
- */
179
- this.HttpsCrt = null;
180
-
181
- /**
182
- * Private key.
183
- * @type {string || null}
184
- */
185
- this.HttpsKey = null;
186
-
187
- /**
188
- * Description.
189
- * @type {string || null}
162
+ * Detailed data.
163
+ * @type {Array.<ConcurrentRecordStreamNum> || null}
190
164
  */
191
- this.Description = null;
165
+ this.DataInfoList = null;
192
166
 
193
167
  /**
194
- * Tencent Cloud-hosted certificate ID.
168
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
195
169
  * @type {string || null}
196
170
  */
197
- this.CloudCertId = null;
171
+ this.RequestId = null;
198
172
 
199
173
  }
200
174
 
@@ -205,12 +179,16 @@ If the certificate type is 1, the certificate corresponding to `CloudCertId` wil
205
179
  if (!params) {
206
180
  return;
207
181
  }
208
- this.CertType = 'CertType' in params ? params.CertType : null;
209
- this.CertName = 'CertName' in params ? params.CertName : null;
210
- this.HttpsCrt = 'HttpsCrt' in params ? params.HttpsCrt : null;
211
- this.HttpsKey = 'HttpsKey' in params ? params.HttpsKey : null;
212
- this.Description = 'Description' in params ? params.Description : null;
213
- this.CloudCertId = 'CloudCertId' in params ? params.CloudCertId : null;
182
+
183
+ if (params.DataInfoList) {
184
+ this.DataInfoList = new Array();
185
+ for (let z in params.DataInfoList) {
186
+ let obj = new ConcurrentRecordStreamNum();
187
+ obj.deserialize(params.DataInfoList[z]);
188
+ this.DataInfoList.push(obj);
189
+ }
190
+ }
191
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
214
192
 
215
193
  }
216
194
  }
@@ -827,7 +805,7 @@ Notes:
827
805
  /**
828
806
  * The push domain name.
829
807
  The pulled stream is pushed to this domain.
830
- Use a push domain you have added in the CSS console.
808
+ Note: If the destination is not a CSS address and its format is different from that of CSS addresses, pass the full address to `ToUrl`. For details, see the description of the `ToUrl` parameter.
831
809
  * @type {string || null}
832
810
  */
833
811
  this.DomainName = null;
@@ -968,6 +946,12 @@ You can specify only one backup source URL.
968
946
  */
969
947
  this.BackupSourceUrl = null;
970
948
 
949
+ /**
950
+ *
951
+ * @type {Array.<PullPushWatermarkInfo> || null}
952
+ */
953
+ this.WatermarkList = null;
954
+
971
955
  }
972
956
 
973
957
  /**
@@ -996,6 +980,15 @@ You can specify only one backup source URL.
996
980
  this.BackupSourceType = 'BackupSourceType' in params ? params.BackupSourceType : null;
997
981
  this.BackupSourceUrl = 'BackupSourceUrl' in params ? params.BackupSourceUrl : null;
998
982
 
983
+ if (params.WatermarkList) {
984
+ this.WatermarkList = new Array();
985
+ for (let z in params.WatermarkList) {
986
+ let obj = new PullPushWatermarkInfo();
987
+ obj.deserialize(params.WatermarkList[z]);
988
+ this.WatermarkList.push(obj);
989
+ }
990
+ }
991
+
999
992
  }
1000
993
  }
1001
994
 
@@ -1030,24 +1023,36 @@ class DeleteLiveSnapshotTemplateRequest extends AbstractModel {
1030
1023
  }
1031
1024
 
1032
1025
  /**
1033
- * DescribeGroupProIspPlayInfoList response structure.
1026
+ * DeleteLiveTranscodeRule request structure.
1034
1027
  * @class
1035
1028
  */
1036
- class DescribeGroupProIspPlayInfoListResponse extends AbstractModel {
1029
+ class DeleteLiveTranscodeRuleRequest extends AbstractModel {
1037
1030
  constructor(){
1038
1031
  super();
1039
1032
 
1040
1033
  /**
1041
- * Data content.
1042
- * @type {Array.<GroupProIspDataInfo> || null}
1034
+ * Playback domain name.
1035
+ * @type {string || null}
1043
1036
  */
1044
- this.DataInfoList = null;
1037
+ this.DomainName = null;
1045
1038
 
1046
1039
  /**
1047
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1040
+ * Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default.
1048
1041
  * @type {string || null}
1049
1042
  */
1050
- this.RequestId = null;
1043
+ this.AppName = null;
1044
+
1045
+ /**
1046
+ * Stream name.
1047
+ * @type {string || null}
1048
+ */
1049
+ this.StreamName = null;
1050
+
1051
+ /**
1052
+ * Template ID.
1053
+ * @type {number || null}
1054
+ */
1055
+ this.TemplateId = null;
1051
1056
 
1052
1057
  }
1053
1058
 
@@ -1058,16 +1063,10 @@ class DescribeGroupProIspPlayInfoListResponse extends AbstractModel {
1058
1063
  if (!params) {
1059
1064
  return;
1060
1065
  }
1061
-
1062
- if (params.DataInfoList) {
1063
- this.DataInfoList = new Array();
1064
- for (let z in params.DataInfoList) {
1065
- let obj = new GroupProIspDataInfo();
1066
- obj.deserialize(params.DataInfoList[z]);
1067
- this.DataInfoList.push(obj);
1068
- }
1069
- }
1070
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
1066
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
1067
+ this.AppName = 'AppName' in params ? params.AppName : null;
1068
+ this.StreamName = 'StreamName' in params ? params.StreamName : null;
1069
+ this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
1071
1070
 
1072
1071
  }
1073
1072
  }
@@ -1128,49 +1127,6 @@ class PushAuthKeyInfo extends AbstractModel {
1128
1127
  }
1129
1128
  }
1130
1129
 
1131
- /**
1132
- * DescribeUploadStreamNums response structure.
1133
- * @class
1134
- */
1135
- class DescribeUploadStreamNumsResponse extends AbstractModel {
1136
- constructor(){
1137
- super();
1138
-
1139
- /**
1140
- * Detailed data.
1141
- * @type {Array.<ConcurrentRecordStreamNum> || null}
1142
- */
1143
- this.DataInfoList = null;
1144
-
1145
- /**
1146
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1147
- * @type {string || null}
1148
- */
1149
- this.RequestId = null;
1150
-
1151
- }
1152
-
1153
- /**
1154
- * @private
1155
- */
1156
- deserialize(params) {
1157
- if (!params) {
1158
- return;
1159
- }
1160
-
1161
- if (params.DataInfoList) {
1162
- this.DataInfoList = new Array();
1163
- for (let z in params.DataInfoList) {
1164
- let obj = new ConcurrentRecordStreamNum();
1165
- obj.deserialize(params.DataInfoList[z]);
1166
- this.DataInfoList.push(obj);
1167
- }
1168
- }
1169
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
1170
-
1171
- }
1172
- }
1173
-
1174
1130
  /**
1175
1131
  * DeleteLiveRecordTemplate request structure.
1176
1132
  * @class
@@ -1897,20 +1853,18 @@ If this parameter is left empty, the current value will not be modified.
1897
1853
  }
1898
1854
 
1899
1855
  /**
1900
- * DeleteLiveCallbackTemplate request structure.
1856
+ * DeleteLiveSnapshotTemplate response structure.
1901
1857
  * @class
1902
1858
  */
1903
- class DeleteLiveCallbackTemplateRequest extends AbstractModel {
1859
+ class DeleteLiveSnapshotTemplateResponse extends AbstractModel {
1904
1860
  constructor(){
1905
1861
  super();
1906
1862
 
1907
1863
  /**
1908
- * Template ID.
1909
- 1. Get the template ID in the returned value of the [CreateLiveCallbackTemplate](https://intl.cloud.tencent.com/document/product/267/32637?from_cn_redirect=1) API call.
1910
- 2. You can query the list of created templates through the [DescribeLiveCallbackTemplates](https://intl.cloud.tencent.com/document/product/267/32632?from_cn_redirect=1) API.
1911
- * @type {number || null}
1864
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1865
+ * @type {string || null}
1912
1866
  */
1913
- this.TemplateId = null;
1867
+ this.RequestId = null;
1914
1868
 
1915
1869
  }
1916
1870
 
@@ -1921,7 +1875,7 @@ class DeleteLiveCallbackTemplateRequest extends AbstractModel {
1921
1875
  if (!params) {
1922
1876
  return;
1923
1877
  }
1924
- this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
1878
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1925
1879
 
1926
1880
  }
1927
1881
  }
@@ -2694,36 +2648,24 @@ Default value: 10
2694
2648
  }
2695
2649
 
2696
2650
  /**
2697
- * DeleteLiveTranscodeRule request structure.
2651
+ * DescribeGroupProIspPlayInfoList response structure.
2698
2652
  * @class
2699
2653
  */
2700
- class DeleteLiveTranscodeRuleRequest extends AbstractModel {
2654
+ class DescribeGroupProIspPlayInfoListResponse extends AbstractModel {
2701
2655
  constructor(){
2702
2656
  super();
2703
2657
 
2704
2658
  /**
2705
- * Playback domain name.
2706
- * @type {string || null}
2707
- */
2708
- this.DomainName = null;
2709
-
2710
- /**
2711
- * Push path, which is the same as the `AppName` in push and playback addresses and is `live` by default.
2712
- * @type {string || null}
2659
+ * Data content.
2660
+ * @type {Array.<GroupProIspDataInfo> || null}
2713
2661
  */
2714
- this.AppName = null;
2662
+ this.DataInfoList = null;
2715
2663
 
2716
2664
  /**
2717
- * Stream name.
2665
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2718
2666
  * @type {string || null}
2719
2667
  */
2720
- this.StreamName = null;
2721
-
2722
- /**
2723
- * Template ID.
2724
- * @type {number || null}
2725
- */
2726
- this.TemplateId = null;
2668
+ this.RequestId = null;
2727
2669
 
2728
2670
  }
2729
2671
 
@@ -2734,10 +2676,16 @@ class DeleteLiveTranscodeRuleRequest extends AbstractModel {
2734
2676
  if (!params) {
2735
2677
  return;
2736
2678
  }
2737
- this.DomainName = 'DomainName' in params ? params.DomainName : null;
2738
- this.AppName = 'AppName' in params ? params.AppName : null;
2739
- this.StreamName = 'StreamName' in params ? params.StreamName : null;
2740
- this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
2679
+
2680
+ if (params.DataInfoList) {
2681
+ this.DataInfoList = new Array();
2682
+ for (let z in params.DataInfoList) {
2683
+ let obj = new GroupProIspDataInfo();
2684
+ obj.deserialize(params.DataInfoList[z]);
2685
+ this.DataInfoList.push(obj);
2686
+ }
2687
+ }
2688
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
2741
2689
 
2742
2690
  }
2743
2691
  }
@@ -2987,48 +2935,6 @@ class DescribeLiveRecordTemplateRequest extends AbstractModel {
2987
2935
  }
2988
2936
  }
2989
2937
 
2990
- /**
2991
- * ModifyLiveDomainCert request structure.
2992
- * @class
2993
- */
2994
- class ModifyLiveDomainCertRequest extends AbstractModel {
2995
- constructor(){
2996
- super();
2997
-
2998
- /**
2999
- * Playback domain name.
3000
- * @type {string || null}
3001
- */
3002
- this.DomainName = null;
3003
-
3004
- /**
3005
- * Certificate ID.
3006
- * @type {number || null}
3007
- */
3008
- this.CertId = null;
3009
-
3010
- /**
3011
- * Status. 0: off, 1: on.
3012
- * @type {number || null}
3013
- */
3014
- this.Status = null;
3015
-
3016
- }
3017
-
3018
- /**
3019
- * @private
3020
- */
3021
- deserialize(params) {
3022
- if (!params) {
3023
- return;
3024
- }
3025
- this.DomainName = 'DomainName' in params ? params.DomainName : null;
3026
- this.CertId = 'CertId' in params ? params.CertId : null;
3027
- this.Status = 'Status' in params ? params.Status : null;
3028
-
3029
- }
3030
- }
3031
-
3032
2938
  /**
3033
2939
  * CreateLiveWatermarkRule response structure.
3034
2940
  * @class
@@ -3233,18 +3139,24 @@ class DescribeConcurrentRecordStreamNumResponse extends AbstractModel {
3233
3139
  }
3234
3140
 
3235
3141
  /**
3236
- * ModifyLiveTranscodeTemplate response structure.
3142
+ * ModifyLivePlayDomain request structure.
3237
3143
  * @class
3238
3144
  */
3239
- class ModifyLiveTranscodeTemplateResponse extends AbstractModel {
3145
+ class ModifyLivePlayDomainRequest extends AbstractModel {
3240
3146
  constructor(){
3241
3147
  super();
3242
3148
 
3243
3149
  /**
3244
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3150
+ * Playback domain name.
3245
3151
  * @type {string || null}
3246
3152
  */
3247
- this.RequestId = null;
3153
+ this.DomainName = null;
3154
+
3155
+ /**
3156
+ * Pull domain name type. 1: Mainland China. 2: global, 3: outside Mainland China
3157
+ * @type {number || null}
3158
+ */
3159
+ this.PlayType = null;
3248
3160
 
3249
3161
  }
3250
3162
 
@@ -3255,79 +3167,17 @@ class ModifyLiveTranscodeTemplateResponse extends AbstractModel {
3255
3167
  if (!params) {
3256
3168
  return;
3257
3169
  }
3258
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
3170
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
3171
+ this.PlayType = 'PlayType' in params ? params.PlayType : null;
3259
3172
 
3260
3173
  }
3261
3174
  }
3262
3175
 
3263
3176
  /**
3264
- * ModifyLiveRecordTemplate response structure.
3177
+ * DeleteLiveRecordTemplate response structure.
3265
3178
  * @class
3266
3179
  */
3267
- class ModifyLiveRecordTemplateResponse extends AbstractModel {
3268
- constructor(){
3269
- super();
3270
-
3271
- /**
3272
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3273
- * @type {string || null}
3274
- */
3275
- this.RequestId = null;
3276
-
3277
- }
3278
-
3279
- /**
3280
- * @private
3281
- */
3282
- deserialize(params) {
3283
- if (!params) {
3284
- return;
3285
- }
3286
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
3287
-
3288
- }
3289
- }
3290
-
3291
- /**
3292
- * ModifyLivePlayDomain request structure.
3293
- * @class
3294
- */
3295
- class ModifyLivePlayDomainRequest extends AbstractModel {
3296
- constructor(){
3297
- super();
3298
-
3299
- /**
3300
- * Playback domain name.
3301
- * @type {string || null}
3302
- */
3303
- this.DomainName = null;
3304
-
3305
- /**
3306
- * Pull domain name type. 1: Mainland China. 2: global, 3: outside Mainland China
3307
- * @type {number || null}
3308
- */
3309
- this.PlayType = null;
3310
-
3311
- }
3312
-
3313
- /**
3314
- * @private
3315
- */
3316
- deserialize(params) {
3317
- if (!params) {
3318
- return;
3319
- }
3320
- this.DomainName = 'DomainName' in params ? params.DomainName : null;
3321
- this.PlayType = 'PlayType' in params ? params.PlayType : null;
3322
-
3323
- }
3324
- }
3325
-
3326
- /**
3327
- * DeleteLiveRecordTemplate response structure.
3328
- * @class
3329
- */
3330
- class DeleteLiveRecordTemplateResponse extends AbstractModel {
3180
+ class DeleteLiveRecordTemplateResponse extends AbstractModel {
3331
3181
  constructor(){
3332
3182
  super();
3333
3183
 
@@ -4007,6 +3857,13 @@ Note: this field may return `null`, indicating that no valid values can be obtai
4007
3857
  */
4008
3858
  this.CreateLimitCount = null;
4009
3859
 
3860
+ /**
3861
+ * The number of domains accelerated in the Chinese mainland, globally, and outside the Chinese mainland respectively.
3862
+ Note: This field may return null, indicating that no valid values can be obtained.
3863
+ * @type {Array.<number> || null}
3864
+ */
3865
+ this.PlayTypeCount = null;
3866
+
4010
3867
  /**
4011
3868
  * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4012
3869
  * @type {string || null}
@@ -4033,6 +3890,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
4033
3890
  }
4034
3891
  }
4035
3892
  this.CreateLimitCount = 'CreateLimitCount' in params ? params.CreateLimitCount : null;
3893
+ this.PlayTypeCount = 'PlayTypeCount' in params ? params.PlayTypeCount : null;
4036
3894
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
4037
3895
 
4038
3896
  }
@@ -4074,138 +3932,31 @@ class TimeValue extends AbstractModel {
4074
3932
  }
4075
3933
 
4076
3934
  /**
4077
- * ModifyLivePullStreamTask request structure.
3935
+ * ModifyLiveDomainCertBindings response structure.
4078
3936
  * @class
4079
3937
  */
4080
- class ModifyLivePullStreamTaskRequest extends AbstractModel {
3938
+ class ModifyLiveDomainCertBindingsResponse extends AbstractModel {
4081
3939
  constructor(){
4082
3940
  super();
4083
3941
 
4084
3942
  /**
4085
- * The task ID.
4086
- * @type {string || null}
4087
- */
4088
- this.TaskId = null;
4089
-
4090
- /**
4091
- * The operator.
4092
- * @type {string || null}
4093
- */
4094
- this.Operator = null;
4095
-
4096
- /**
4097
- * The source URL(s).
4098
- If `SourceType` is `PullLivePushLive`, you can specify only one source URL.
4099
- If `SourceType` is `PullVodPushLive`, you can specify at most 30 source URLs.
3943
+ * The domains skipped due to certificate mismatch.
4100
3944
  * @type {Array.<string> || null}
4101
3945
  */
4102
- this.SourceUrls = null;
4103
-
4104
- /**
4105
- * The start time.
4106
- It must be in UTC format.
4107
- Example: 2019-01-08T10:00:00Z.
4108
- Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.
4109
- * @type {string || null}
4110
- */
4111
- this.StartTime = null;
4112
-
4113
- /**
4114
- * The end time. Notes:
4115
- 1. The end time must be later than the start time.
4116
- 2. The end time and start time must be later than the current time.
4117
- 3. The end time and start time must be less than seven days apart.
4118
- It must be in UTC format.
4119
- Example: 2019-01-08T10:00:00Z.
4120
- Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.
4121
- * @type {string || null}
4122
- */
4123
- this.EndTime = null;
4124
-
4125
- /**
4126
- * The number of times to loop video files.
4127
- -1: Loop indefinitely
4128
- 0: Do not loop
4129
- > 0: The number of loop times. A task will end either when the videos are looped for the specified number of times or at the specified task end time, whichever is earlier.
4130
- This parameter is valid only if the source is video files.
4131
- * @type {number || null}
4132
- */
4133
- this.VodLoopTimes = null;
4134
-
4135
- /**
4136
- * The behavior after the source video files (`SourceUrls`) are changed.
4137
- ImmediateNewSource: Play the new videos immediately
4138
- ContinueBreakPoint: Finish the current video first and then pull from the new source.
4139
- This parameter is valid only if the source is video files.
4140
- * @type {string || null}
4141
- */
4142
- this.VodRefreshType = null;
3946
+ this.MismatchedDomainNames = null;
4143
3947
 
4144
3948
  /**
4145
- * Whether to enable or pause the task. Valid values:
4146
- enable
4147
- pause
4148
- * @type {string || null}
4149
- */
4150
- this.Status = null;
4151
-
4152
- /**
4153
- * The events to listen for. If you do not pass this parameter, all events will be listened for.
4154
- TaskStart: Callback for starting a task
4155
- TaskExit: Callback for ending a task
4156
- VodSourceFileStart: Callback for starting to pull from video files
4157
- VodSourceFileFinish: Callback for stopping pulling from video files
4158
- ResetTaskConfig: Callback for modifying a task
4159
- * @type {Array.<string> || null}
4160
- */
4161
- this.CallbackEvents = null;
4162
-
4163
- /**
4164
- * A custom callback URL.
4165
- Callbacks will be sent to this URL.
4166
- * @type {string || null}
4167
- */
4168
- this.CallbackUrl = null;
4169
-
4170
- /**
4171
- * The index of the video to start from.
4172
- The value of this parameter cannot be smaller than 1 or larger than the number of elements in `SourceUrls`.
4173
- * @type {number || null}
4174
- */
4175
- this.FileIndex = null;
4176
-
4177
- /**
4178
- * The playback offset (seconds).
4179
- Notes:
4180
- 1. This parameter should be used together with `FileIndex`.
4181
- * @type {number || null}
4182
- */
4183
- this.OffsetTime = null;
4184
-
4185
- /**
4186
- * The remarks for the task.
4187
- * @type {string || null}
4188
- */
4189
- this.Comment = null;
4190
-
4191
- /**
4192
- * The backup source type.
4193
- PullLivePushLive: Live streaming
4194
- PullVodPushLive: Video files
4195
- Notes:
4196
- 1. Backup sources are supported only if the primary source type is live streaming.
4197
- 2. When pull from the primary source is interrupted, the system will pull from the backup source.
4198
- 3. If the backup source is a video file, each time the video is finished, the system will check if the primary source is recovered and will switch back if it is.
4199
- * @type {string || null}
3949
+ * The domains that the API failed to bind, including those in `MismatchedDomainNames`, and the error information.
3950
+ Note: This field may return null, indicating that no valid values can be obtained.
3951
+ * @type {Array.<BatchDomainOperateErrors> || null}
4200
3952
  */
4201
- this.BackupSourceType = null;
3953
+ this.Errors = null;
4202
3954
 
4203
3955
  /**
4204
- * The URL of the backup source.
4205
- You can specify only one backup source URL.
3956
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4206
3957
  * @type {string || null}
4207
3958
  */
4208
- this.BackupSourceUrl = null;
3959
+ this.RequestId = null;
4209
3960
 
4210
3961
  }
4211
3962
 
@@ -4216,21 +3967,17 @@ You can specify only one backup source URL.
4216
3967
  if (!params) {
4217
3968
  return;
4218
3969
  }
4219
- this.TaskId = 'TaskId' in params ? params.TaskId : null;
4220
- this.Operator = 'Operator' in params ? params.Operator : null;
4221
- this.SourceUrls = 'SourceUrls' in params ? params.SourceUrls : null;
4222
- this.StartTime = 'StartTime' in params ? params.StartTime : null;
4223
- this.EndTime = 'EndTime' in params ? params.EndTime : null;
4224
- this.VodLoopTimes = 'VodLoopTimes' in params ? params.VodLoopTimes : null;
4225
- this.VodRefreshType = 'VodRefreshType' in params ? params.VodRefreshType : null;
4226
- this.Status = 'Status' in params ? params.Status : null;
4227
- this.CallbackEvents = 'CallbackEvents' in params ? params.CallbackEvents : null;
4228
- this.CallbackUrl = 'CallbackUrl' in params ? params.CallbackUrl : null;
4229
- this.FileIndex = 'FileIndex' in params ? params.FileIndex : null;
4230
- this.OffsetTime = 'OffsetTime' in params ? params.OffsetTime : null;
4231
- this.Comment = 'Comment' in params ? params.Comment : null;
4232
- this.BackupSourceType = 'BackupSourceType' in params ? params.BackupSourceType : null;
4233
- this.BackupSourceUrl = 'BackupSourceUrl' in params ? params.BackupSourceUrl : null;
3970
+ this.MismatchedDomainNames = 'MismatchedDomainNames' in params ? params.MismatchedDomainNames : null;
3971
+
3972
+ if (params.Errors) {
3973
+ this.Errors = new Array();
3974
+ for (let z in params.Errors) {
3975
+ let obj = new BatchDomainOperateErrors();
3976
+ obj.deserialize(params.Errors[z]);
3977
+ this.Errors.push(obj);
3978
+ }
3979
+ }
3980
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
4234
3981
 
4235
3982
  }
4236
3983
  }
@@ -4418,6 +4165,74 @@ class UpdateLiveWatermarkResponse extends AbstractModel {
4418
4165
  }
4419
4166
  }
4420
4167
 
4168
+ /**
4169
+ * ModifyLiveDomainCertBindings request structure.
4170
+ * @class
4171
+ */
4172
+ class ModifyLiveDomainCertBindingsRequest extends AbstractModel {
4173
+ constructor(){
4174
+ super();
4175
+
4176
+ /**
4177
+ * The playback domains to bind and whether to enable HTTPS for them.
4178
+ If neither `CloudCertId` nor the public/private key is specified, and a domain is already bound with a certificate, this API will only update the HTTPS configuration of the domain and, if the certificate is a self-owned certificate, upload it to Tencent Cloud.
4179
+ * @type {Array.<LiveCertDomainInfo> || null}
4180
+ */
4181
+ this.DomainInfos = null;
4182
+
4183
+ /**
4184
+ * The SSL certificate ID assigned by Tencent Cloud.
4185
+ For details, see https://intl.cloud.tencent.com/document/api/400/41665?from_cn_redirect=1
4186
+ * @type {string || null}
4187
+ */
4188
+ this.CloudCertId = null;
4189
+
4190
+ /**
4191
+ * The public key of the certificate.
4192
+ You can specify either `CloudCertId` or the public/private key. If both are specified, the private and public key parameters will be ignored. If you pass in only the public and private keys, the corresponding certificate will be uploaded to Tencent Cloud SSL Certificate Service, which will generate a `CloudCertId` for the certificate.
4193
+ * @type {string || null}
4194
+ */
4195
+ this.CertificatePublicKey = null;
4196
+
4197
+ /**
4198
+ * The private key of the certificate.
4199
+ You can specify either `CloudCertId` or the public/private key. If both are specified, the private and public key parameters will be ignored. If you pass in only the public and private keys, the corresponding certificate will be uploaded to Tencent Cloud SSL Certificate Service, which will generate a `CloudCertId` for the certificate.
4200
+ * @type {string || null}
4201
+ */
4202
+ this.CertificatePrivateKey = null;
4203
+
4204
+ /**
4205
+ * The remarks for the certificate in Tencent Cloud SSL Certificate Service. This parameter will be ignored if `CloudCertId` is specified.
4206
+ * @type {string || null}
4207
+ */
4208
+ this.CertificateAlias = null;
4209
+
4210
+ }
4211
+
4212
+ /**
4213
+ * @private
4214
+ */
4215
+ deserialize(params) {
4216
+ if (!params) {
4217
+ return;
4218
+ }
4219
+
4220
+ if (params.DomainInfos) {
4221
+ this.DomainInfos = new Array();
4222
+ for (let z in params.DomainInfos) {
4223
+ let obj = new LiveCertDomainInfo();
4224
+ obj.deserialize(params.DomainInfos[z]);
4225
+ this.DomainInfos.push(obj);
4226
+ }
4227
+ }
4228
+ this.CloudCertId = 'CloudCertId' in params ? params.CloudCertId : null;
4229
+ this.CertificatePublicKey = 'CertificatePublicKey' in params ? params.CertificatePublicKey : null;
4230
+ this.CertificatePrivateKey = 'CertificatePrivateKey' in params ? params.CertificatePrivateKey : null;
4231
+ this.CertificateAlias = 'CertificateAlias' in params ? params.CertificateAlias : null;
4232
+
4233
+ }
4234
+ }
4235
+
4421
4236
  /**
4422
4237
  * CreateLiveTranscodeTemplate response structure.
4423
4238
  * @class
@@ -4454,24 +4269,27 @@ class CreateLiveTranscodeTemplateResponse extends AbstractModel {
4454
4269
  }
4455
4270
 
4456
4271
  /**
4457
- * Playback information at the stream level.
4272
+ * The domains to bind to a certificate.
4458
4273
  * @class
4459
4274
  */
4460
- class PlayDataInfoByStream extends AbstractModel {
4275
+ class LiveCertDomainInfo extends AbstractModel {
4461
4276
  constructor(){
4462
4277
  super();
4463
4278
 
4464
4279
  /**
4465
- * Stream name.
4280
+ * The domain name.
4466
4281
  * @type {string || null}
4467
4282
  */
4468
- this.StreamName = null;
4283
+ this.DomainName = null;
4469
4284
 
4470
4285
  /**
4471
- * Total traffic in MB.
4286
+ * Whether to enable HTTPS for the domain.
4287
+ 1: Enable
4288
+ 0: Disable
4289
+ -1: Keep the current configuration
4472
4290
  * @type {number || null}
4473
4291
  */
4474
- this.TotalFlux = null;
4292
+ this.Status = null;
4475
4293
 
4476
4294
  }
4477
4295
 
@@ -4482,8 +4300,8 @@ class PlayDataInfoByStream extends AbstractModel {
4482
4300
  if (!params) {
4483
4301
  return;
4484
4302
  }
4485
- this.StreamName = 'StreamName' in params ? params.StreamName : null;
4486
- this.TotalFlux = 'TotalFlux' in params ? params.TotalFlux : null;
4303
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
4304
+ this.Status = 'Status' in params ? params.Status : null;
4487
4305
 
4488
4306
  }
4489
4307
  }
@@ -4600,6 +4418,56 @@ class CancelCommonMixStreamResponse extends AbstractModel {
4600
4418
  }
4601
4419
  }
4602
4420
 
4421
+ /**
4422
+ * DescribeLiveDomainCertBindings response structure.
4423
+ * @class
4424
+ */
4425
+ class DescribeLiveDomainCertBindingsResponse extends AbstractModel {
4426
+ constructor(){
4427
+ super();
4428
+
4429
+ /**
4430
+ * The information of domains that meet the query criteria.
4431
+ * @type {Array.<LiveDomainCertBindings> || null}
4432
+ */
4433
+ this.LiveDomainCertBindings = null;
4434
+
4435
+ /**
4436
+ * The number of records returned, which is needed for pagination.
4437
+ * @type {number || null}
4438
+ */
4439
+ this.TotalNum = null;
4440
+
4441
+ /**
4442
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4443
+ * @type {string || null}
4444
+ */
4445
+ this.RequestId = null;
4446
+
4447
+ }
4448
+
4449
+ /**
4450
+ * @private
4451
+ */
4452
+ deserialize(params) {
4453
+ if (!params) {
4454
+ return;
4455
+ }
4456
+
4457
+ if (params.LiveDomainCertBindings) {
4458
+ this.LiveDomainCertBindings = new Array();
4459
+ for (let z in params.LiveDomainCertBindings) {
4460
+ let obj = new LiveDomainCertBindings();
4461
+ obj.deserialize(params.LiveDomainCertBindings[z]);
4462
+ this.LiveDomainCertBindings.push(obj);
4463
+ }
4464
+ }
4465
+ this.TotalNum = 'TotalNum' in params ? params.TotalNum : null;
4466
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
4467
+
4468
+ }
4469
+ }
4470
+
4603
4471
  /**
4604
4472
  * AddLiveWatermark request structure.
4605
4473
  * @class
@@ -4906,6 +4774,41 @@ class DescribeLiveRecordTemplatesResponse extends AbstractModel {
4906
4774
  }
4907
4775
  }
4908
4776
 
4777
+ /**
4778
+ * Playback information at the stream level.
4779
+ * @class
4780
+ */
4781
+ class PlayDataInfoByStream extends AbstractModel {
4782
+ constructor(){
4783
+ super();
4784
+
4785
+ /**
4786
+ * Stream name.
4787
+ * @type {string || null}
4788
+ */
4789
+ this.StreamName = null;
4790
+
4791
+ /**
4792
+ * Total traffic in MB.
4793
+ * @type {number || null}
4794
+ */
4795
+ this.TotalFlux = null;
4796
+
4797
+ }
4798
+
4799
+ /**
4800
+ * @private
4801
+ */
4802
+ deserialize(params) {
4803
+ if (!params) {
4804
+ return;
4805
+ }
4806
+ this.StreamName = 'StreamName' in params ? params.StreamName : null;
4807
+ this.TotalFlux = 'TotalFlux' in params ? params.TotalFlux : null;
4808
+
4809
+ }
4810
+ }
4811
+
4909
4812
  /**
4910
4813
  * DescribeLiveCert request structure.
4911
4814
  * @class
@@ -5498,18 +5401,67 @@ class DescribeLiveWatermarkRulesRequest extends AbstractModel {
5498
5401
  }
5499
5402
 
5500
5403
  /**
5501
- * StopLiveRecord response structure.
5404
+ * Watermark information
5405
+
5502
5406
  * @class
5503
5407
  */
5504
- class StopLiveRecordResponse extends AbstractModel {
5408
+ class PullPushWatermarkInfo extends AbstractModel {
5505
5409
  constructor(){
5506
5410
  super();
5507
5411
 
5508
5412
  /**
5509
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5413
+ * Watermark ID.
5414
+ * @type {number || null}
5415
+ */
5416
+ this.WatermarkId = null;
5417
+
5418
+ /**
5419
+ * Watermark image URL.
5510
5420
  * @type {string || null}
5511
5421
  */
5512
- this.RequestId = null;
5422
+ this.PictureUrl = null;
5423
+
5424
+ /**
5425
+ * Display position: X-axis offset.
5426
+ * @type {number || null}
5427
+ */
5428
+ this.XPosition = null;
5429
+
5430
+ /**
5431
+ * Display position: Y-axis offset.
5432
+ * @type {number || null}
5433
+ */
5434
+ this.YPosition = null;
5435
+
5436
+ /**
5437
+ * Watermark name.
5438
+ * @type {string || null}
5439
+ */
5440
+ this.WatermarkName = null;
5441
+
5442
+ /**
5443
+ * Current status. 0: not used. 1: in use.
5444
+ * @type {number || null}
5445
+ */
5446
+ this.Status = null;
5447
+
5448
+ /**
5449
+ * Creation time.
5450
+ * @type {string || null}
5451
+ */
5452
+ this.CreateTime = null;
5453
+
5454
+ /**
5455
+ * Watermark width
5456
+ * @type {number || null}
5457
+ */
5458
+ this.Width = null;
5459
+
5460
+ /**
5461
+ * Watermark height
5462
+ * @type {number || null}
5463
+ */
5464
+ this.Height = null;
5513
5465
 
5514
5466
  }
5515
5467
 
@@ -5520,7 +5472,15 @@ class StopLiveRecordResponse extends AbstractModel {
5520
5472
  if (!params) {
5521
5473
  return;
5522
5474
  }
5523
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
5475
+ this.WatermarkId = 'WatermarkId' in params ? params.WatermarkId : null;
5476
+ this.PictureUrl = 'PictureUrl' in params ? params.PictureUrl : null;
5477
+ this.XPosition = 'XPosition' in params ? params.XPosition : null;
5478
+ this.YPosition = 'YPosition' in params ? params.YPosition : null;
5479
+ this.WatermarkName = 'WatermarkName' in params ? params.WatermarkName : null;
5480
+ this.Status = 'Status' in params ? params.Status : null;
5481
+ this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
5482
+ this.Width = 'Width' in params ? params.Width : null;
5483
+ this.Height = 'Height' in params ? params.Height : null;
5524
5484
 
5525
5485
  }
5526
5486
  }
@@ -5661,41 +5621,6 @@ class RefererAuthConfig extends AbstractModel {
5661
5621
  }
5662
5622
  }
5663
5623
 
5664
- /**
5665
- * CreateLiveCert response structure.
5666
- * @class
5667
- */
5668
- class CreateLiveCertResponse extends AbstractModel {
5669
- constructor(){
5670
- super();
5671
-
5672
- /**
5673
- * Certificate ID
5674
- * @type {number || null}
5675
- */
5676
- this.CertId = null;
5677
-
5678
- /**
5679
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5680
- * @type {string || null}
5681
- */
5682
- this.RequestId = null;
5683
-
5684
- }
5685
-
5686
- /**
5687
- * @private
5688
- */
5689
- deserialize(params) {
5690
- if (!params) {
5691
- return;
5692
- }
5693
- this.CertId = 'CertId' in params ? params.CertId : null;
5694
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
5695
-
5696
- }
5697
- }
5698
-
5699
5624
  /**
5700
5625
  * Push information
5701
5626
  * @class
@@ -7356,6 +7281,34 @@ Default value: 200.
7356
7281
  }
7357
7282
  }
7358
7283
 
7284
+ /**
7285
+ * StopLiveRecord response structure.
7286
+ * @class
7287
+ */
7288
+ class StopLiveRecordResponse extends AbstractModel {
7289
+ constructor(){
7290
+ super();
7291
+
7292
+ /**
7293
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
7294
+ * @type {string || null}
7295
+ */
7296
+ this.RequestId = null;
7297
+
7298
+ }
7299
+
7300
+ /**
7301
+ * @private
7302
+ */
7303
+ deserialize(params) {
7304
+ if (!params) {
7305
+ return;
7306
+ }
7307
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
7308
+
7309
+ }
7310
+ }
7311
+
7359
7312
  /**
7360
7313
  * DescribeLiveWatermarks response structure.
7361
7314
  * @class
@@ -7510,55 +7463,13 @@ Value: any integer between 1 and 100.
7510
7463
  Default value: 10.
7511
7464
  * @type {number || null}
7512
7465
  */
7513
- this.PageSize = null;
7514
-
7515
- /**
7516
- * Stream name for query
7517
- * @type {string || null}
7518
- */
7519
- this.StreamName = null;
7520
-
7521
- }
7522
-
7523
- /**
7524
- * @private
7525
- */
7526
- deserialize(params) {
7527
- if (!params) {
7528
- return;
7529
- }
7530
- this.PageNum = 'PageNum' in params ? params.PageNum : null;
7531
- this.PageSize = 'PageSize' in params ? params.PageSize : null;
7532
- this.StreamName = 'StreamName' in params ? params.StreamName : null;
7533
-
7534
- }
7535
- }
7536
-
7537
- /**
7538
- * BindLiveDomainCert request structure.
7539
- * @class
7540
- */
7541
- class BindLiveDomainCertRequest extends AbstractModel {
7542
- constructor(){
7543
- super();
7544
-
7545
- /**
7546
- * Certificate ID, which can be obtained through the `CreateLiveCert` API.
7547
- * @type {number || null}
7548
- */
7549
- this.CertId = null;
7550
-
7551
- /**
7552
- * Playback domain name.
7553
- * @type {string || null}
7554
- */
7555
- this.DomainName = null;
7466
+ this.PageSize = null;
7556
7467
 
7557
7468
  /**
7558
- * HTTPS status. 0: disabled, 1: enabled.
7559
- * @type {number || null}
7469
+ * Stream name for query
7470
+ * @type {string || null}
7560
7471
  */
7561
- this.Status = null;
7472
+ this.StreamName = null;
7562
7473
 
7563
7474
  }
7564
7475
 
@@ -7569,9 +7480,9 @@ class BindLiveDomainCertRequest extends AbstractModel {
7569
7480
  if (!params) {
7570
7481
  return;
7571
7482
  }
7572
- this.CertId = 'CertId' in params ? params.CertId : null;
7573
- this.DomainName = 'DomainName' in params ? params.DomainName : null;
7574
- this.Status = 'Status' in params ? params.Status : null;
7483
+ this.PageNum = 'PageNum' in params ? params.PageNum : null;
7484
+ this.PageSize = 'PageSize' in params ? params.PageSize : null;
7485
+ this.StreamName = 'StreamName' in params ? params.StreamName : null;
7575
7486
 
7576
7487
  }
7577
7488
  }
@@ -7754,10 +7665,10 @@ In UTC format, such as 2018-06-29T19:00:00Z.
7754
7665
  }
7755
7666
 
7756
7667
  /**
7757
- * ModifyLiveCert response structure.
7668
+ * ModifyLiveTranscodeTemplate response structure.
7758
7669
  * @class
7759
7670
  */
7760
- class ModifyLiveCertResponse extends AbstractModel {
7671
+ class ModifyLiveTranscodeTemplateResponse extends AbstractModel {
7761
7672
  constructor(){
7762
7673
  super();
7763
7674
 
@@ -7781,6 +7692,168 @@ class ModifyLiveCertResponse extends AbstractModel {
7781
7692
  }
7782
7693
  }
7783
7694
 
7695
+ /**
7696
+ * ModifyLivePullStreamTask request structure.
7697
+ * @class
7698
+ */
7699
+ class ModifyLivePullStreamTaskRequest extends AbstractModel {
7700
+ constructor(){
7701
+ super();
7702
+
7703
+ /**
7704
+ * The task ID.
7705
+ * @type {string || null}
7706
+ */
7707
+ this.TaskId = null;
7708
+
7709
+ /**
7710
+ * The operator.
7711
+ * @type {string || null}
7712
+ */
7713
+ this.Operator = null;
7714
+
7715
+ /**
7716
+ * The source URL(s).
7717
+ If `SourceType` is `PullLivePushLive`, you can specify only one source URL.
7718
+ If `SourceType` is `PullVodPushLive`, you can specify at most 30 source URLs.
7719
+ * @type {Array.<string> || null}
7720
+ */
7721
+ this.SourceUrls = null;
7722
+
7723
+ /**
7724
+ * The start time.
7725
+ It must be in UTC format.
7726
+ Example: 2019-01-08T10:00:00Z.
7727
+ Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.
7728
+ * @type {string || null}
7729
+ */
7730
+ this.StartTime = null;
7731
+
7732
+ /**
7733
+ * The end time. Notes:
7734
+ 1. The end time must be later than the start time.
7735
+ 2. The end time and start time must be later than the current time.
7736
+ 3. The end time and start time must be less than seven days apart.
7737
+ It must be in UTC format.
7738
+ Example: 2019-01-08T10:00:00Z.
7739
+ Note: Beijing time is 8 hours ahead of UTC. The [ISO 8601 format](https://intl.cloud.tencent.com/document/product/266/11732#iso-date-format) is used.
7740
+ * @type {string || null}
7741
+ */
7742
+ this.EndTime = null;
7743
+
7744
+ /**
7745
+ * The number of times to loop video files.
7746
+ -1: Loop indefinitely
7747
+ 0: Do not loop
7748
+ > 0: The number of loop times. A task will end either when the videos are looped for the specified number of times or at the specified task end time, whichever is earlier.
7749
+ This parameter is valid only if the source is video files.
7750
+ * @type {number || null}
7751
+ */
7752
+ this.VodLoopTimes = null;
7753
+
7754
+ /**
7755
+ * The behavior after the source video files (`SourceUrls`) are changed.
7756
+ ImmediateNewSource: Play the new videos immediately
7757
+ ContinueBreakPoint: Finish the current video first and then pull from the new source.
7758
+ This parameter is valid only if the source is video files.
7759
+ * @type {string || null}
7760
+ */
7761
+ this.VodRefreshType = null;
7762
+
7763
+ /**
7764
+ * Whether to enable or pause the task. Valid values:
7765
+ enable
7766
+ pause
7767
+ * @type {string || null}
7768
+ */
7769
+ this.Status = null;
7770
+
7771
+ /**
7772
+ * The events to listen for. If you do not pass this parameter, all events will be listened for.
7773
+ TaskStart: Callback for starting a task
7774
+ TaskExit: Callback for ending a task
7775
+ VodSourceFileStart: Callback for starting to pull from video files
7776
+ VodSourceFileFinish: Callback for stopping pulling from video files
7777
+ ResetTaskConfig: Callback for modifying a task
7778
+ * @type {Array.<string> || null}
7779
+ */
7780
+ this.CallbackEvents = null;
7781
+
7782
+ /**
7783
+ * A custom callback URL.
7784
+ Callbacks will be sent to this URL.
7785
+ * @type {string || null}
7786
+ */
7787
+ this.CallbackUrl = null;
7788
+
7789
+ /**
7790
+ * The index of the video to start from.
7791
+ The value of this parameter cannot be smaller than 1 or larger than the number of elements in `SourceUrls`.
7792
+ * @type {number || null}
7793
+ */
7794
+ this.FileIndex = null;
7795
+
7796
+ /**
7797
+ * The playback offset (seconds).
7798
+ Notes:
7799
+ 1. This parameter should be used together with `FileIndex`.
7800
+ * @type {number || null}
7801
+ */
7802
+ this.OffsetTime = null;
7803
+
7804
+ /**
7805
+ * The remarks for the task.
7806
+ * @type {string || null}
7807
+ */
7808
+ this.Comment = null;
7809
+
7810
+ /**
7811
+ * The backup source type.
7812
+ PullLivePushLive: Live streaming
7813
+ PullVodPushLive: Video files
7814
+ Notes:
7815
+ 1. Backup sources are supported only if the primary source type is live streaming.
7816
+ 2. When pull from the primary source is interrupted, the system will pull from the backup source.
7817
+ 3. If the backup source is a video file, each time the video is finished, the system will check if the primary source is recovered and will switch back if it is.
7818
+ * @type {string || null}
7819
+ */
7820
+ this.BackupSourceType = null;
7821
+
7822
+ /**
7823
+ * The URL of the backup source.
7824
+ You can specify only one backup source URL.
7825
+ * @type {string || null}
7826
+ */
7827
+ this.BackupSourceUrl = null;
7828
+
7829
+ }
7830
+
7831
+ /**
7832
+ * @private
7833
+ */
7834
+ deserialize(params) {
7835
+ if (!params) {
7836
+ return;
7837
+ }
7838
+ this.TaskId = 'TaskId' in params ? params.TaskId : null;
7839
+ this.Operator = 'Operator' in params ? params.Operator : null;
7840
+ this.SourceUrls = 'SourceUrls' in params ? params.SourceUrls : null;
7841
+ this.StartTime = 'StartTime' in params ? params.StartTime : null;
7842
+ this.EndTime = 'EndTime' in params ? params.EndTime : null;
7843
+ this.VodLoopTimes = 'VodLoopTimes' in params ? params.VodLoopTimes : null;
7844
+ this.VodRefreshType = 'VodRefreshType' in params ? params.VodRefreshType : null;
7845
+ this.Status = 'Status' in params ? params.Status : null;
7846
+ this.CallbackEvents = 'CallbackEvents' in params ? params.CallbackEvents : null;
7847
+ this.CallbackUrl = 'CallbackUrl' in params ? params.CallbackUrl : null;
7848
+ this.FileIndex = 'FileIndex' in params ? params.FileIndex : null;
7849
+ this.OffsetTime = 'OffsetTime' in params ? params.OffsetTime : null;
7850
+ this.Comment = 'Comment' in params ? params.Comment : null;
7851
+ this.BackupSourceType = 'BackupSourceType' in params ? params.BackupSourceType : null;
7852
+ this.BackupSourceUrl = 'BackupSourceUrl' in params ? params.BackupSourceUrl : null;
7853
+
7854
+ }
7855
+ }
7856
+
7784
7857
  /**
7785
7858
  * DescribeLiveTranscodeDetailInfo request structure.
7786
7859
  * @class
@@ -8948,48 +9021,18 @@ Note: `EndTime` and `StartTime` only support querying data for the last day.
8948
9021
  }
8949
9022
 
8950
9023
  /**
8951
- * ModifyLiveCert request structure.
9024
+ * ModifyLiveRecordTemplate response structure.
8952
9025
  * @class
8953
9026
  */
8954
- class ModifyLiveCertRequest extends AbstractModel {
9027
+ class ModifyLiveRecordTemplateResponse extends AbstractModel {
8955
9028
  constructor(){
8956
9029
  super();
8957
9030
 
8958
9031
  /**
8959
- * Certificate ID.
8960
- * @type {string || null}
8961
- */
8962
- this.CertId = null;
8963
-
8964
- /**
8965
- * Certificate type. 0: user-added certificate, 1: Tencent Cloud-hosted certificate.
8966
- * @type {number || null}
8967
- */
8968
- this.CertType = null;
8969
-
8970
- /**
8971
- * Certificate name.
8972
- * @type {string || null}
8973
- */
8974
- this.CertName = null;
8975
-
8976
- /**
8977
- * Certificate content, i.e., public key.
8978
- * @type {string || null}
8979
- */
8980
- this.HttpsCrt = null;
8981
-
8982
- /**
8983
- * Private key.
8984
- * @type {string || null}
8985
- */
8986
- this.HttpsKey = null;
8987
-
8988
- /**
8989
- * Description.
9032
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
8990
9033
  * @type {string || null}
8991
9034
  */
8992
- this.Description = null;
9035
+ this.RequestId = null;
8993
9036
 
8994
9037
  }
8995
9038
 
@@ -9000,12 +9043,7 @@ class ModifyLiveCertRequest extends AbstractModel {
9000
9043
  if (!params) {
9001
9044
  return;
9002
9045
  }
9003
- this.CertId = 'CertId' in params ? params.CertId : null;
9004
- this.CertType = 'CertType' in params ? params.CertType : null;
9005
- this.CertName = 'CertName' in params ? params.CertName : null;
9006
- this.HttpsCrt = 'HttpsCrt' in params ? params.HttpsCrt : null;
9007
- this.HttpsKey = 'HttpsKey' in params ? params.HttpsKey : null;
9008
- this.Description = 'Description' in params ? params.Description : null;
9046
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
9009
9047
 
9010
9048
  }
9011
9049
  }
@@ -9267,8 +9305,58 @@ class CreateLiveRecordTemplateResponse extends AbstractModel {
9267
9305
  if (!params) {
9268
9306
  return;
9269
9307
  }
9270
- this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
9271
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
9308
+ this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
9309
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
9310
+
9311
+ }
9312
+ }
9313
+
9314
+ /**
9315
+ * Bandwidth, traffic, number of requests, and number of concurrent connections of an ISP in a district.
9316
+ * @class
9317
+ */
9318
+ class GroupProIspDataInfo extends AbstractModel {
9319
+ constructor(){
9320
+ super();
9321
+
9322
+ /**
9323
+ * District.
9324
+ * @type {string || null}
9325
+ */
9326
+ this.ProvinceName = null;
9327
+
9328
+ /**
9329
+ * ISP.
9330
+ * @type {string || null}
9331
+ */
9332
+ this.IspName = null;
9333
+
9334
+ /**
9335
+ * Detailed data at the minute level.
9336
+ * @type {Array.<CdnPlayStatData> || null}
9337
+ */
9338
+ this.DetailInfoList = null;
9339
+
9340
+ }
9341
+
9342
+ /**
9343
+ * @private
9344
+ */
9345
+ deserialize(params) {
9346
+ if (!params) {
9347
+ return;
9348
+ }
9349
+ this.ProvinceName = 'ProvinceName' in params ? params.ProvinceName : null;
9350
+ this.IspName = 'IspName' in params ? params.IspName : null;
9351
+
9352
+ if (params.DetailInfoList) {
9353
+ this.DetailInfoList = new Array();
9354
+ for (let z in params.DetailInfoList) {
9355
+ let obj = new CdnPlayStatData();
9356
+ obj.deserialize(params.DetailInfoList[z]);
9357
+ this.DetailInfoList.push(obj);
9358
+ }
9359
+ }
9272
9360
 
9273
9361
  }
9274
9362
  }
@@ -10204,6 +10292,48 @@ class PlayAuthKeyInfo extends AbstractModel {
10204
10292
  }
10205
10293
  }
10206
10294
 
10295
+ /**
10296
+ * Error information for domains that a batch domain operation API fails to operate.
10297
+ * @class
10298
+ */
10299
+ class BatchDomainOperateErrors extends AbstractModel {
10300
+ constructor(){
10301
+ super();
10302
+
10303
+ /**
10304
+ * The domain that the API failed to operate.
10305
+ * @type {string || null}
10306
+ */
10307
+ this.DomainName = null;
10308
+
10309
+ /**
10310
+ * The API 3.0 error code.
10311
+ * @type {string || null}
10312
+ */
10313
+ this.Code = null;
10314
+
10315
+ /**
10316
+ * The API 3.0 error message.
10317
+ * @type {string || null}
10318
+ */
10319
+ this.Message = null;
10320
+
10321
+ }
10322
+
10323
+ /**
10324
+ * @private
10325
+ */
10326
+ deserialize(params) {
10327
+ if (!params) {
10328
+ return;
10329
+ }
10330
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
10331
+ this.Code = 'Code' in params ? params.Code : null;
10332
+ this.Message = 'Message' in params ? params.Message : null;
10333
+
10334
+ }
10335
+ }
10336
+
10207
10337
  /**
10208
10338
  * ModifyLiveTranscodeTemplate request structure.
10209
10339
  * @class
@@ -10394,34 +10524,6 @@ If you do not pass this parameter or pass in an empty string, the existing confi
10394
10524
  }
10395
10525
  }
10396
10526
 
10397
- /**
10398
- * ModifyLiveDomainCert response structure.
10399
- * @class
10400
- */
10401
- class ModifyLiveDomainCertResponse extends AbstractModel {
10402
- constructor(){
10403
- super();
10404
-
10405
- /**
10406
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
10407
- * @type {string || null}
10408
- */
10409
- this.RequestId = null;
10410
-
10411
- }
10412
-
10413
- /**
10414
- * @private
10415
- */
10416
- deserialize(params) {
10417
- if (!params) {
10418
- return;
10419
- }
10420
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
10421
-
10422
- }
10423
- }
10424
-
10425
10527
  /**
10426
10528
  * EnableLiveDomain request structure.
10427
10529
  * @class
@@ -10778,34 +10880,6 @@ Default value: 20.
10778
10880
  }
10779
10881
  }
10780
10882
 
10781
- /**
10782
- * BindLiveDomainCert response structure.
10783
- * @class
10784
- */
10785
- class BindLiveDomainCertResponse extends AbstractModel {
10786
- constructor(){
10787
- super();
10788
-
10789
- /**
10790
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
10791
- * @type {string || null}
10792
- */
10793
- this.RequestId = null;
10794
-
10795
- }
10796
-
10797
- /**
10798
- * @private
10799
- */
10800
- deserialize(params) {
10801
- if (!params) {
10802
- return;
10803
- }
10804
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
10805
-
10806
- }
10807
- }
10808
-
10809
10883
  /**
10810
10884
  * Rule information
10811
10885
  * @class
@@ -11219,18 +11293,20 @@ Default value: 10.
11219
11293
  }
11220
11294
 
11221
11295
  /**
11222
- * DeleteLiveSnapshotTemplate response structure.
11296
+ * DeleteLiveCallbackTemplate request structure.
11223
11297
  * @class
11224
11298
  */
11225
- class DeleteLiveSnapshotTemplateResponse extends AbstractModel {
11299
+ class DeleteLiveCallbackTemplateRequest extends AbstractModel {
11226
11300
  constructor(){
11227
11301
  super();
11228
11302
 
11229
11303
  /**
11230
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
11231
- * @type {string || null}
11304
+ * Template ID.
11305
+ 1. Get the template ID in the returned value of the [CreateLiveCallbackTemplate](https://intl.cloud.tencent.com/document/product/267/32637?from_cn_redirect=1) API call.
11306
+ 2. You can query the list of created templates through the [DescribeLiveCallbackTemplates](https://intl.cloud.tencent.com/document/product/267/32632?from_cn_redirect=1) API.
11307
+ * @type {number || null}
11232
11308
  */
11233
- this.RequestId = null;
11309
+ this.TemplateId = null;
11234
11310
 
11235
11311
  }
11236
11312
 
@@ -11241,7 +11317,7 @@ class DeleteLiveSnapshotTemplateResponse extends AbstractModel {
11241
11317
  if (!params) {
11242
11318
  return;
11243
11319
  }
11244
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
11320
+ this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
11245
11321
 
11246
11322
  }
11247
11323
  }
@@ -11276,18 +11352,65 @@ Template ID returned by the [CreateLiveSnapshotTemplate](https://intl.cloud.tenc
11276
11352
  }
11277
11353
 
11278
11354
  /**
11279
- * DeleteLiveCert response structure.
11355
+ * The domain and certificate information returned by `DescribeLiveDomainCertBindings` and `DescribeLiveDomainCertBindingsGray`.
11280
11356
  * @class
11281
11357
  */
11282
- class DeleteLiveCertResponse extends AbstractModel {
11358
+ class LiveDomainCertBindings extends AbstractModel {
11283
11359
  constructor(){
11284
11360
  super();
11285
11361
 
11286
11362
  /**
11287
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
11363
+ * The domain name.
11288
11364
  * @type {string || null}
11289
11365
  */
11290
- this.RequestId = null;
11366
+ this.DomainName = null;
11367
+
11368
+ /**
11369
+ * The remarks for the certificate. This parameter is the same as `CertName`.
11370
+ * @type {string || null}
11371
+ */
11372
+ this.CertificateAlias = null;
11373
+
11374
+ /**
11375
+ * The certificate type.
11376
+ 0: Self-owned certificate
11377
+ 1: Tencent Cloud-hosted certificate
11378
+ * @type {number || null}
11379
+ */
11380
+ this.CertType = null;
11381
+
11382
+ /**
11383
+ * Whether HTTPS is enabled.
11384
+ 1: Enabled
11385
+ 0: Disabled
11386
+ * @type {number || null}
11387
+ */
11388
+ this.Status = null;
11389
+
11390
+ /**
11391
+ * The expiration time of the certificate.
11392
+ * @type {string || null}
11393
+ */
11394
+ this.CertExpireTime = null;
11395
+
11396
+ /**
11397
+ * The certificate ID.
11398
+ * @type {number || null}
11399
+ */
11400
+ this.CertId = null;
11401
+
11402
+ /**
11403
+ * The SSL certificate ID assigned by Tencent Cloud.
11404
+ * @type {string || null}
11405
+ */
11406
+ this.CloudCertId = null;
11407
+
11408
+ /**
11409
+ * The last updated time.
11410
+ Note: This field may return null, indicating that no valid values can be obtained.
11411
+ * @type {string || null}
11412
+ */
11413
+ this.UpdateTime = null;
11291
11414
 
11292
11415
  }
11293
11416
 
@@ -11298,7 +11421,14 @@ class DeleteLiveCertResponse extends AbstractModel {
11298
11421
  if (!params) {
11299
11422
  return;
11300
11423
  }
11301
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
11424
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
11425
+ this.CertificateAlias = 'CertificateAlias' in params ? params.CertificateAlias : null;
11426
+ this.CertType = 'CertType' in params ? params.CertType : null;
11427
+ this.Status = 'Status' in params ? params.Status : null;
11428
+ this.CertExpireTime = 'CertExpireTime' in params ? params.CertExpireTime : null;
11429
+ this.CertId = 'CertId' in params ? params.CertId : null;
11430
+ this.CloudCertId = 'CloudCertId' in params ? params.CloudCertId : null;
11431
+ this.UpdateTime = 'UpdateTime' in params ? params.UpdateTime : null;
11302
11432
 
11303
11433
  }
11304
11434
  }
@@ -12663,6 +12793,20 @@ class ForbidStreamInfo extends AbstractModel {
12663
12793
  */
12664
12794
  this.ExpireTime = null;
12665
12795
 
12796
+ /**
12797
+ * The push path.
12798
+ Note: This field may return null, indicating that no valid values can be obtained.
12799
+ * @type {string || null}
12800
+ */
12801
+ this.AppName = null;
12802
+
12803
+ /**
12804
+ * The push domain name.
12805
+ Note: This field may return null, indicating that no valid values can be obtained.
12806
+ * @type {string || null}
12807
+ */
12808
+ this.DomainName = null;
12809
+
12666
12810
  }
12667
12811
 
12668
12812
  /**
@@ -12675,6 +12819,8 @@ class ForbidStreamInfo extends AbstractModel {
12675
12819
  this.StreamName = 'StreamName' in params ? params.StreamName : null;
12676
12820
  this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
12677
12821
  this.ExpireTime = 'ExpireTime' in params ? params.ExpireTime : null;
12822
+ this.AppName = 'AppName' in params ? params.AppName : null;
12823
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
12678
12824
 
12679
12825
  }
12680
12826
  }
@@ -12708,30 +12854,45 @@ class ResumeDelayLiveStreamResponse extends AbstractModel {
12708
12854
  }
12709
12855
 
12710
12856
  /**
12711
- * Bandwidth, traffic, number of requests, and number of concurrent connections of an ISP in a district.
12857
+ * DescribeLiveDomainCertBindings request structure.
12712
12858
  * @class
12713
12859
  */
12714
- class GroupProIspDataInfo extends AbstractModel {
12860
+ class DescribeLiveDomainCertBindingsRequest extends AbstractModel {
12715
12861
  constructor(){
12716
12862
  super();
12717
12863
 
12718
12864
  /**
12719
- * District.
12865
+ * The keyword to use to search for domains.
12720
12866
  * @type {string || null}
12721
12867
  */
12722
- this.ProvinceName = null;
12868
+ this.DomainSearch = null;
12723
12869
 
12724
12870
  /**
12725
- * ISP.
12871
+ * The number of records to skip before starting to return any results. 0 means to start from the first record and is the default.
12872
+ * @type {number || null}
12873
+ */
12874
+ this.Offset = null;
12875
+
12876
+ /**
12877
+ * The maximum number of records to return. The default is 50.
12878
+ If this parameter is not specified, up to 50 records will be returned.
12879
+ * @type {number || null}
12880
+ */
12881
+ this.Length = null;
12882
+
12883
+ /**
12884
+ * The name of a particular domain to query.
12726
12885
  * @type {string || null}
12727
12886
  */
12728
- this.IspName = null;
12887
+ this.DomainName = null;
12729
12888
 
12730
12889
  /**
12731
- * Detailed data at the minute level.
12732
- * @type {Array.<CdnPlayStatData> || null}
12890
+ * Valid values:
12891
+ ExpireTimeAsc: Sort the records by certificate expiration time in ascending order.
12892
+ ExpireTimeDesc: Sort the records by certificate expiration time in descending order.
12893
+ * @type {string || null}
12733
12894
  */
12734
- this.DetailInfoList = null;
12895
+ this.OrderBy = null;
12735
12896
 
12736
12897
  }
12737
12898
 
@@ -12742,17 +12903,11 @@ class GroupProIspDataInfo extends AbstractModel {
12742
12903
  if (!params) {
12743
12904
  return;
12744
12905
  }
12745
- this.ProvinceName = 'ProvinceName' in params ? params.ProvinceName : null;
12746
- this.IspName = 'IspName' in params ? params.IspName : null;
12747
-
12748
- if (params.DetailInfoList) {
12749
- this.DetailInfoList = new Array();
12750
- for (let z in params.DetailInfoList) {
12751
- let obj = new CdnPlayStatData();
12752
- obj.deserialize(params.DetailInfoList[z]);
12753
- this.DetailInfoList.push(obj);
12754
- }
12755
- }
12906
+ this.DomainSearch = 'DomainSearch' in params ? params.DomainSearch : null;
12907
+ this.Offset = 'Offset' in params ? params.Offset : null;
12908
+ this.Length = 'Length' in params ? params.Length : null;
12909
+ this.DomainName = 'DomainName' in params ? params.DomainName : null;
12910
+ this.OrderBy = 'OrderBy' in params ? params.OrderBy : null;
12756
12911
 
12757
12912
  }
12758
12913
  }
@@ -12969,34 +13124,6 @@ class CreateLiveRecordTemplateRequest extends AbstractModel {
12969
13124
  }
12970
13125
  }
12971
13126
 
12972
- /**
12973
- * DeleteLiveCert request structure.
12974
- * @class
12975
- */
12976
- class DeleteLiveCertRequest extends AbstractModel {
12977
- constructor(){
12978
- super();
12979
-
12980
- /**
12981
- * Certificate ID obtained through the `DescribeLiveCerts` API.
12982
- * @type {number || null}
12983
- */
12984
- this.CertId = null;
12985
-
12986
- }
12987
-
12988
- /**
12989
- * @private
12990
- */
12991
- deserialize(params) {
12992
- if (!params) {
12993
- return;
12994
- }
12995
- this.CertId = 'CertId' in params ? params.CertId : null;
12996
-
12997
- }
12998
- }
12999
-
13000
13127
  /**
13001
13128
  * DescribeHttpStatusInfoList response structure.
13002
13129
  * @class
@@ -13072,7 +13199,7 @@ module.exports = {
13072
13199
  CreateLiveSnapshotRuleRequest: CreateLiveSnapshotRuleRequest,
13073
13200
  TimeShiftBillData: TimeShiftBillData,
13074
13201
  EnableLiveDomainResponse: EnableLiveDomainResponse,
13075
- CreateLiveCertRequest: CreateLiveCertRequest,
13202
+ DescribeUploadStreamNumsResponse: DescribeUploadStreamNumsResponse,
13076
13203
  StopRecordTaskResponse: StopRecordTaskResponse,
13077
13204
  DescribeDeliverBandwidthListResponse: DescribeDeliverBandwidthListResponse,
13078
13205
  DeleteLiveRecordRuleRequest: DeleteLiveRecordRuleRequest,
@@ -13086,9 +13213,8 @@ module.exports = {
13086
13213
  DescribeLiveCallbackTemplateResponse: DescribeLiveCallbackTemplateResponse,
13087
13214
  CreateLivePullStreamTaskRequest: CreateLivePullStreamTaskRequest,
13088
13215
  DeleteLiveSnapshotTemplateRequest: DeleteLiveSnapshotTemplateRequest,
13089
- DescribeGroupProIspPlayInfoListResponse: DescribeGroupProIspPlayInfoListResponse,
13216
+ DeleteLiveTranscodeRuleRequest: DeleteLiveTranscodeRuleRequest,
13090
13217
  PushAuthKeyInfo: PushAuthKeyInfo,
13091
- DescribeUploadStreamNumsResponse: DescribeUploadStreamNumsResponse,
13092
13218
  DeleteLiveRecordTemplateRequest: DeleteLiveRecordTemplateRequest,
13093
13219
  DeleteLiveCallbackTemplateResponse: DeleteLiveCallbackTemplateResponse,
13094
13220
  DescribeLiveStreamOnlineListResponse: DescribeLiveStreamOnlineListResponse,
@@ -13103,7 +13229,7 @@ module.exports = {
13103
13229
  ModifyLiveSnapshotTemplateResponse: ModifyLiveSnapshotTemplateResponse,
13104
13230
  CreateLivePullStreamTaskResponse: CreateLivePullStreamTaskResponse,
13105
13231
  ModifyLivePushAuthKeyRequest: ModifyLivePushAuthKeyRequest,
13106
- DeleteLiveCallbackTemplateRequest: DeleteLiveCallbackTemplateRequest,
13232
+ DeleteLiveSnapshotTemplateResponse: DeleteLiveSnapshotTemplateResponse,
13107
13233
  DescribeLiveStreamStateRequest: DescribeLiveStreamStateRequest,
13108
13234
  DescribeLivePlayAuthKeyResponse: DescribeLivePlayAuthKeyResponse,
13109
13235
  DescribeLiveCallbackTemplatesRequest: DescribeLiveCallbackTemplatesRequest,
@@ -13118,21 +13244,18 @@ module.exports = {
13118
13244
  DescribeLiveTranscodeDetailInfoResponse: DescribeLiveTranscodeDetailInfoResponse,
13119
13245
  DescribeLiveDomainRequest: DescribeLiveDomainRequest,
13120
13246
  DescribeLiveStreamPublishedListRequest: DescribeLiveStreamPublishedListRequest,
13121
- DeleteLiveTranscodeRuleRequest: DeleteLiveTranscodeRuleRequest,
13247
+ DescribeGroupProIspPlayInfoListResponse: DescribeGroupProIspPlayInfoListResponse,
13122
13248
  CreateLiveRecordRuleRequest: CreateLiveRecordRuleRequest,
13123
13249
  DescribeLiveSnapshotTemplatesRequest: DescribeLiveSnapshotTemplatesRequest,
13124
13250
  AddLiveWatermarkResponse: AddLiveWatermarkResponse,
13125
13251
  DescribeLiveStreamPushInfoListResponse: DescribeLiveStreamPushInfoListResponse,
13126
13252
  DescribeLiveDomainCertResponse: DescribeLiveDomainCertResponse,
13127
13253
  DescribeLiveRecordTemplateRequest: DescribeLiveRecordTemplateRequest,
13128
- ModifyLiveDomainCertRequest: ModifyLiveDomainCertRequest,
13129
13254
  CreateLiveWatermarkRuleResponse: CreateLiveWatermarkRuleResponse,
13130
13255
  ForbidLiveStreamRequest: ForbidLiveStreamRequest,
13131
13256
  DescribeDeliverBandwidthListRequest: DescribeDeliverBandwidthListRequest,
13132
13257
  PlayCodeTotalInfo: PlayCodeTotalInfo,
13133
13258
  DescribeConcurrentRecordStreamNumResponse: DescribeConcurrentRecordStreamNumResponse,
13134
- ModifyLiveTranscodeTemplateResponse: ModifyLiveTranscodeTemplateResponse,
13135
- ModifyLiveRecordTemplateResponse: ModifyLiveRecordTemplateResponse,
13136
13259
  ModifyLivePlayDomainRequest: ModifyLivePlayDomainRequest,
13137
13260
  DeleteLiveRecordTemplateResponse: DeleteLiveRecordTemplateResponse,
13138
13261
  DescribeLiveWatermarkRequest: DescribeLiveWatermarkRequest,
@@ -13147,22 +13270,25 @@ module.exports = {
13147
13270
  DescribeScreenShotSheetNumListRequest: DescribeScreenShotSheetNumListRequest,
13148
13271
  DescribeLiveDomainsResponse: DescribeLiveDomainsResponse,
13149
13272
  TimeValue: TimeValue,
13150
- ModifyLivePullStreamTaskRequest: ModifyLivePullStreamTaskRequest,
13273
+ ModifyLiveDomainCertBindingsResponse: ModifyLiveDomainCertBindingsResponse,
13151
13274
  StreamOnlineInfo: StreamOnlineInfo,
13152
13275
  CreateLiveRecordResponse: CreateLiveRecordResponse,
13153
13276
  RuleInfo: RuleInfo,
13154
13277
  UpdateLiveWatermarkResponse: UpdateLiveWatermarkResponse,
13278
+ ModifyLiveDomainCertBindingsRequest: ModifyLiveDomainCertBindingsRequest,
13155
13279
  CreateLiveTranscodeTemplateResponse: CreateLiveTranscodeTemplateResponse,
13156
- PlayDataInfoByStream: PlayDataInfoByStream,
13280
+ LiveCertDomainInfo: LiveCertDomainInfo,
13157
13281
  DayStreamPlayInfo: DayStreamPlayInfo,
13158
13282
  ModifyLivePlayDomainResponse: ModifyLivePlayDomainResponse,
13159
13283
  CancelCommonMixStreamResponse: CancelCommonMixStreamResponse,
13284
+ DescribeLiveDomainCertBindingsResponse: DescribeLiveDomainCertBindingsResponse,
13160
13285
  AddLiveWatermarkRequest: AddLiveWatermarkRequest,
13161
13286
  DescribeLiveTimeShiftBillInfoListRequest: DescribeLiveTimeShiftBillInfoListRequest,
13162
13287
  DescribeLiveCertsResponse: DescribeLiveCertsResponse,
13163
13288
  CommonMixInputParam: CommonMixInputParam,
13164
13289
  DescribeProvinceIspPlayInfoListResponse: DescribeProvinceIspPlayInfoListResponse,
13165
13290
  DescribeLiveRecordTemplatesResponse: DescribeLiveRecordTemplatesResponse,
13291
+ PlayDataInfoByStream: PlayDataInfoByStream,
13166
13292
  DescribeLiveCertRequest: DescribeLiveCertRequest,
13167
13293
  DescribeLiveCallbackTemplatesResponse: DescribeLiveCallbackTemplatesResponse,
13168
13294
  ModifyLivePlayAuthKeyResponse: ModifyLivePlayAuthKeyResponse,
@@ -13176,10 +13302,9 @@ module.exports = {
13176
13302
  DescribeLiveWatermarksRequest: DescribeLiveWatermarksRequest,
13177
13303
  CreateLiveTranscodeRuleRequest: CreateLiveTranscodeRuleRequest,
13178
13304
  DescribeLiveWatermarkRulesRequest: DescribeLiveWatermarkRulesRequest,
13179
- StopLiveRecordResponse: StopLiveRecordResponse,
13305
+ PullPushWatermarkInfo: PullPushWatermarkInfo,
13180
13306
  CreateCommonMixStreamRequest: CreateCommonMixStreamRequest,
13181
13307
  RefererAuthConfig: RefererAuthConfig,
13182
- CreateLiveCertResponse: CreateLiveCertResponse,
13183
13308
  PushDataInfo: PushDataInfo,
13184
13309
  CommonMixLayoutParams: CommonMixLayoutParams,
13185
13310
  DescribeGroupProIspPlayInfoListRequest: DescribeGroupProIspPlayInfoListRequest,
@@ -13206,15 +13331,16 @@ module.exports = {
13206
13331
  ResumeLiveStreamResponse: ResumeLiveStreamResponse,
13207
13332
  ModifyLiveRecordTemplateRequest: ModifyLiveRecordTemplateRequest,
13208
13333
  DescribeLiveStreamPushInfoListRequest: DescribeLiveStreamPushInfoListRequest,
13334
+ StopLiveRecordResponse: StopLiveRecordResponse,
13209
13335
  DescribeLiveWatermarksResponse: DescribeLiveWatermarksResponse,
13210
13336
  WatermarkInfo: WatermarkInfo,
13211
13337
  DescribeLiveForbidStreamListRequest: DescribeLiveForbidStreamListRequest,
13212
- BindLiveDomainCertRequest: BindLiveDomainCertRequest,
13213
13338
  DescribeTopClientIpSumInfoListRequest: DescribeTopClientIpSumInfoListRequest,
13214
13339
  CreateLiveCallbackRuleRequest: CreateLiveCallbackRuleRequest,
13215
13340
  DeleteLiveWatermarkRuleResponse: DeleteLiveWatermarkRuleResponse,
13216
13341
  PublishTime: PublishTime,
13217
- ModifyLiveCertResponse: ModifyLiveCertResponse,
13342
+ ModifyLiveTranscodeTemplateResponse: ModifyLiveTranscodeTemplateResponse,
13343
+ ModifyLivePullStreamTaskRequest: ModifyLivePullStreamTaskRequest,
13218
13344
  DescribeLiveTranscodeDetailInfoRequest: DescribeLiveTranscodeDetailInfoRequest,
13219
13345
  ModifyLiveDomainRefererResponse: ModifyLiveDomainRefererResponse,
13220
13346
  DeleteLiveWatermarkRequest: DeleteLiveWatermarkRequest,
@@ -13237,7 +13363,7 @@ module.exports = {
13237
13363
  CreateLiveSnapshotTemplateResponse: CreateLiveSnapshotTemplateResponse,
13238
13364
  DescribeConcurrentRecordStreamNumRequest: DescribeConcurrentRecordStreamNumRequest,
13239
13365
  DescribePlayErrorCodeSumInfoListRequest: DescribePlayErrorCodeSumInfoListRequest,
13240
- ModifyLiveCertRequest: ModifyLiveCertRequest,
13366
+ ModifyLiveRecordTemplateResponse: ModifyLiveRecordTemplateResponse,
13241
13367
  CommonMixControlParams: CommonMixControlParams,
13242
13368
  TranscodeTotalInfo: TranscodeTotalInfo,
13243
13369
  UnBindLiveDomainCertResponse: UnBindLiveDomainCertResponse,
@@ -13245,6 +13371,7 @@ module.exports = {
13245
13371
  DescribeLiveRecordRulesRequest: DescribeLiveRecordRulesRequest,
13246
13372
  DescribePlayErrorCodeDetailInfoListResponse: DescribePlayErrorCodeDetailInfoListResponse,
13247
13373
  CreateLiveRecordTemplateResponse: CreateLiveRecordTemplateResponse,
13374
+ GroupProIspDataInfo: GroupProIspDataInfo,
13248
13375
  RecordParam: RecordParam,
13249
13376
  ForbidLiveStreamResponse: ForbidLiveStreamResponse,
13250
13377
  HttpStatusInfo: HttpStatusInfo,
@@ -13262,8 +13389,8 @@ module.exports = {
13262
13389
  DescribeLiveTranscodeTemplatesResponse: DescribeLiveTranscodeTemplatesResponse,
13263
13390
  DeleteLiveCallbackRuleRequest: DeleteLiveCallbackRuleRequest,
13264
13391
  PlayAuthKeyInfo: PlayAuthKeyInfo,
13392
+ BatchDomainOperateErrors: BatchDomainOperateErrors,
13265
13393
  ModifyLiveTranscodeTemplateRequest: ModifyLiveTranscodeTemplateRequest,
13266
- ModifyLiveDomainCertResponse: ModifyLiveDomainCertResponse,
13267
13394
  EnableLiveDomainRequest: EnableLiveDomainRequest,
13268
13395
  DescribeLiveTranscodeTotalInfoResponse: DescribeLiveTranscodeTotalInfoResponse,
13269
13396
  DescribeLiveSnapshotRulesRequest: DescribeLiveSnapshotRulesRequest,
@@ -13272,7 +13399,6 @@ module.exports = {
13272
13399
  CreateLiveCallbackRuleResponse: CreateLiveCallbackRuleResponse,
13273
13400
  DescribeLiveRecordTemplateResponse: DescribeLiveRecordTemplateResponse,
13274
13401
  DescribeVisitTopSumInfoListResponse: DescribeVisitTopSumInfoListResponse,
13275
- BindLiveDomainCertResponse: BindLiveDomainCertResponse,
13276
13402
  CallBackRuleInfo: CallBackRuleInfo,
13277
13403
  PlaySumStatInfo: PlaySumStatInfo,
13278
13404
  DescribeLiveTranscodeTemplatesRequest: DescribeLiveTranscodeTemplatesRequest,
@@ -13281,9 +13407,9 @@ module.exports = {
13281
13407
  CreateLiveSnapshotTemplateRequest: CreateLiveSnapshotTemplateRequest,
13282
13408
  HttpCodeValue: HttpCodeValue,
13283
13409
  DescribeLiveStreamOnlineListRequest: DescribeLiveStreamOnlineListRequest,
13284
- DeleteLiveSnapshotTemplateResponse: DeleteLiveSnapshotTemplateResponse,
13410
+ DeleteLiveCallbackTemplateRequest: DeleteLiveCallbackTemplateRequest,
13285
13411
  DescribeLiveSnapshotTemplateRequest: DescribeLiveSnapshotTemplateRequest,
13286
- DeleteLiveCertResponse: DeleteLiveCertResponse,
13412
+ LiveDomainCertBindings: LiveDomainCertBindings,
13287
13413
  CreateCommonMixStreamResponse: CreateCommonMixStreamResponse,
13288
13414
  ModifyLiveDomainRefererRequest: ModifyLiveDomainRefererRequest,
13289
13415
  CreateLiveCallbackTemplateResponse: CreateLiveCallbackTemplateResponse,
@@ -13313,11 +13439,10 @@ module.exports = {
13313
13439
  CreateRecordTaskResponse: CreateRecordTaskResponse,
13314
13440
  ForbidStreamInfo: ForbidStreamInfo,
13315
13441
  ResumeDelayLiveStreamResponse: ResumeDelayLiveStreamResponse,
13316
- GroupProIspDataInfo: GroupProIspDataInfo,
13442
+ DescribeLiveDomainCertBindingsRequest: DescribeLiveDomainCertBindingsRequest,
13317
13443
  DeleteLiveDomainResponse: DeleteLiveDomainResponse,
13318
13444
  CommonMixCropParams: CommonMixCropParams,
13319
13445
  CreateLiveRecordTemplateRequest: CreateLiveRecordTemplateRequest,
13320
- DeleteLiveCertRequest: DeleteLiveCertRequest,
13321
13446
  DescribeHttpStatusInfoListResponse: DescribeHttpStatusInfoListResponse,
13322
13447
  DeleteLiveRecordRuleResponse: DeleteLiveRecordRuleResponse,
13323
13448