tencentcloud-sdk-nodejs-intl-en 3.0.766 → 3.0.768
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.
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.768";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -1278,8 +1278,6 @@ Note: to query by `AppName`, you need to submit a ticket first. After your appli
|
|
|
1278
1278
|
|
|
1279
1279
|
/**
|
|
1280
1280
|
* This API is used to query the information of downstream playback error codes, i.e., the occurrences of each HTTP error code (4xx and 5xx) at a 1-minute granularity in a certain period of time.
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
1281
|
* @param {DescribePlayErrorCodeDetailInfoListRequest} req
|
|
1284
1282
|
* @param {function(string, DescribePlayErrorCodeDetailInfoListResponse):void} cb
|
|
1285
1283
|
* @public
|
|
@@ -2336,16 +2336,17 @@ class DescribePlayErrorCodeDetailInfoListRequest extends AbstractModel {
|
|
|
2336
2336
|
super();
|
|
2337
2337
|
|
|
2338
2338
|
/**
|
|
2339
|
-
*
|
|
2340
|
-
|
|
2339
|
+
* The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
2340
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
2341
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
2341
2342
|
* @type {string || null}
|
|
2342
2343
|
*/
|
|
2343
2344
|
this.StartTime = null;
|
|
2344
2345
|
|
|
2345
2346
|
/**
|
|
2346
|
-
*
|
|
2347
|
-
|
|
2348
|
-
|
|
2347
|
+
* The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
2348
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
2349
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
2349
2350
|
* @type {string || null}
|
|
2350
2351
|
*/
|
|
2351
2352
|
this.EndTime = null;
|
|
@@ -2582,13 +2583,17 @@ class DescribeUploadStreamNumsRequest extends AbstractModel {
|
|
|
2582
2583
|
super();
|
|
2583
2584
|
|
|
2584
2585
|
/**
|
|
2585
|
-
*
|
|
2586
|
+
* The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
2587
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
2588
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
2586
2589
|
* @type {string || null}
|
|
2587
2590
|
*/
|
|
2588
2591
|
this.StartTime = null;
|
|
2589
2592
|
|
|
2590
2593
|
/**
|
|
2591
|
-
*
|
|
2594
|
+
* The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
2595
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
2596
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
2592
2597
|
* @type {string || null}
|
|
2593
2598
|
*/
|
|
2594
2599
|
this.EndTime = null;
|
|
@@ -3354,13 +3359,17 @@ class DescribeDeliverBandwidthListRequest extends AbstractModel {
|
|
|
3354
3359
|
super();
|
|
3355
3360
|
|
|
3356
3361
|
/**
|
|
3357
|
-
*
|
|
3362
|
+
* The start time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed a month. Interface request supports two time formats:
|
|
3363
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
3364
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
3358
3365
|
* @type {string || null}
|
|
3359
3366
|
*/
|
|
3360
3367
|
this.StartTime = null;
|
|
3361
3368
|
|
|
3362
3369
|
/**
|
|
3363
|
-
*
|
|
3370
|
+
* The end time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed a month. Interface request supports two time formats:
|
|
3371
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
3372
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
3364
3373
|
* @type {string || null}
|
|
3365
3374
|
*/
|
|
3366
3375
|
this.EndTime = null;
|
|
@@ -7003,14 +7012,17 @@ class DescribeGroupProIspPlayInfoListRequest extends AbstractModel {
|
|
|
7003
7012
|
super();
|
|
7004
7013
|
|
|
7005
7014
|
/**
|
|
7006
|
-
*
|
|
7015
|
+
* The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
7016
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7017
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7007
7018
|
* @type {string || null}
|
|
7008
7019
|
*/
|
|
7009
7020
|
this.StartTime = null;
|
|
7010
7021
|
|
|
7011
7022
|
/**
|
|
7012
|
-
*
|
|
7013
|
-
|
|
7023
|
+
* The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
7024
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7025
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7014
7026
|
* @type {string || null}
|
|
7015
7027
|
*/
|
|
7016
7028
|
this.EndTime = null;
|
|
@@ -7766,16 +7778,17 @@ class DescribeHttpStatusInfoListRequest extends AbstractModel {
|
|
|
7766
7778
|
super();
|
|
7767
7779
|
|
|
7768
7780
|
/**
|
|
7769
|
-
*
|
|
7770
|
-
|
|
7781
|
+
* The start time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
7782
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7783
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7771
7784
|
* @type {string || null}
|
|
7772
7785
|
*/
|
|
7773
7786
|
this.StartTime = null;
|
|
7774
7787
|
|
|
7775
7788
|
/**
|
|
7776
|
-
*
|
|
7777
|
-
|
|
7778
|
-
|
|
7789
|
+
* The end time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
7790
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7791
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7779
7792
|
* @type {string || null}
|
|
7780
7793
|
*/
|
|
7781
7794
|
this.EndTime = null;
|
|
@@ -7903,16 +7916,17 @@ class DescribeProvinceIspPlayInfoListRequest extends AbstractModel {
|
|
|
7903
7916
|
super();
|
|
7904
7917
|
|
|
7905
7918
|
/**
|
|
7906
|
-
*
|
|
7907
|
-
|
|
7919
|
+
* The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
7920
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7921
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7908
7922
|
* @type {string || null}
|
|
7909
7923
|
*/
|
|
7910
7924
|
this.StartTime = null;
|
|
7911
7925
|
|
|
7912
7926
|
/**
|
|
7913
|
-
*
|
|
7914
|
-
|
|
7915
|
-
|
|
7927
|
+
* The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
7928
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
7929
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
7916
7930
|
* @type {string || null}
|
|
7917
7931
|
*/
|
|
7918
7932
|
this.EndTime = null;
|
|
@@ -8767,14 +8781,17 @@ class DescribeTopClientIpSumInfoListRequest extends AbstractModel {
|
|
|
8767
8781
|
super();
|
|
8768
8782
|
|
|
8769
8783
|
/**
|
|
8770
|
-
*
|
|
8784
|
+
* The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours. Interface request supports two time formats:
|
|
8785
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
8786
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
8771
8787
|
* @type {string || null}
|
|
8772
8788
|
*/
|
|
8773
8789
|
this.StartTime = null;
|
|
8774
8790
|
|
|
8775
8791
|
/**
|
|
8776
|
-
*
|
|
8777
|
-
|
|
8792
|
+
* The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours. Interface request supports two time formats:
|
|
8793
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
8794
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
8778
8795
|
* @type {string || null}
|
|
8779
8796
|
*/
|
|
8780
8797
|
this.EndTime = null;
|
|
@@ -9224,7 +9241,7 @@ class DescribeLiveTranscodeDetailInfoRequest extends AbstractModel {
|
|
|
9224
9241
|
/**
|
|
9225
9242
|
* Query date (UTC+8)
|
|
9226
9243
|
Format: yyyymmdd
|
|
9227
|
-
Note: you can query the statistics for a day in the past
|
|
9244
|
+
Note: you can query the statistics for a day in the past three months, with yesterday as the latest date allowed.
|
|
9228
9245
|
* @type {string || null}
|
|
9229
9246
|
*/
|
|
9230
9247
|
this.DayTime = null;
|
|
@@ -9244,9 +9261,9 @@ Value range: [10,1000].
|
|
|
9244
9261
|
this.PageSize = null;
|
|
9245
9262
|
|
|
9246
9263
|
/**
|
|
9247
|
-
* Start
|
|
9248
|
-
|
|
9249
|
-
Note: details for the last
|
|
9264
|
+
* Start date (UTC+8)
|
|
9265
|
+
Format: yyyymmdd
|
|
9266
|
+
Note: details for the last three months can be queried.
|
|
9250
9267
|
* @type {string || null}
|
|
9251
9268
|
*/
|
|
9252
9269
|
this.StartDayTime = null;
|
|
@@ -9254,7 +9271,7 @@ Note: details for the last month can be queried.
|
|
|
9254
9271
|
/**
|
|
9255
9272
|
* End date (UTC+8)
|
|
9256
9273
|
Format: yyyymmdd
|
|
9257
|
-
Note: you can query the statistics for a period in the past
|
|
9274
|
+
Note: you can query the statistics for a period in the past three months, with yesterday as the latest date allowed. You must specify either `DayTime`, or `StartDayTime` and `EndDayTime`. If you specify all three parameters, only `DayTime` will be applied.
|
|
9258
9275
|
* @type {string || null}
|
|
9259
9276
|
*/
|
|
9260
9277
|
this.EndDayTime = null;
|
|
@@ -10268,15 +10285,17 @@ NormalLive: LVB.
|
|
|
10268
10285
|
this.LiveType = null;
|
|
10269
10286
|
|
|
10270
10287
|
/**
|
|
10271
|
-
*
|
|
10272
|
-
|
|
10288
|
+
* The start time of the request, supports data query for the last six months, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
10289
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
10290
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
10273
10291
|
* @type {string || null}
|
|
10274
10292
|
*/
|
|
10275
10293
|
this.StartTime = null;
|
|
10276
10294
|
|
|
10277
10295
|
/**
|
|
10278
|
-
*
|
|
10279
|
-
|
|
10296
|
+
* The end time of the request, supports data query for the last six months, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
10297
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
10298
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
10280
10299
|
* @type {string || null}
|
|
10281
10300
|
*/
|
|
10282
10301
|
this.EndTime = null;
|
|
@@ -10320,16 +10339,17 @@ class DescribePlayErrorCodeSumInfoListRequest extends AbstractModel {
|
|
|
10320
10339
|
super();
|
|
10321
10340
|
|
|
10322
10341
|
/**
|
|
10323
|
-
*
|
|
10324
|
-
|
|
10342
|
+
* The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
10343
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
10344
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
10325
10345
|
* @type {string || null}
|
|
10326
10346
|
*/
|
|
10327
10347
|
this.StartTime = null;
|
|
10328
10348
|
|
|
10329
10349
|
/**
|
|
10330
|
-
*
|
|
10331
|
-
|
|
10332
|
-
|
|
10350
|
+
* The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
10351
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
10352
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
10333
10353
|
* @type {string || null}
|
|
10334
10354
|
*/
|
|
10335
10355
|
this.EndTime = null;
|
|
@@ -11338,15 +11358,15 @@ class DescribeStreamPlayInfoListRequest extends AbstractModel {
|
|
|
11338
11358
|
super();
|
|
11339
11359
|
|
|
11340
11360
|
/**
|
|
11341
|
-
* The start time of the
|
|
11342
|
-
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
11361
|
+
* The start time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed twenty-four hours. Interface request supports two time formats:
|
|
11362
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
11343
11363
|
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
11344
11364
|
* @type {string || null}
|
|
11345
11365
|
*/
|
|
11346
11366
|
this.StartTime = null;
|
|
11347
11367
|
|
|
11348
11368
|
/**
|
|
11349
|
-
* The end time of the
|
|
11369
|
+
* The end time of the request, supports data query for the last one month, the gap between the start time and the end time cannot exceed twenty-four hours. Interface request supports two time formats:
|
|
11350
11370
|
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
11351
11371
|
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
11352
11372
|
* @type {string || null}
|
|
@@ -12228,7 +12248,7 @@ class DescribeAllStreamPlayInfoListResponse extends AbstractModel {
|
|
|
12228
12248
|
super();
|
|
12229
12249
|
|
|
12230
12250
|
/**
|
|
12231
|
-
* The time point queried, whose
|
|
12251
|
+
* The time point queried, whose format is the same as that of the corresponding request parameter.
|
|
12232
12252
|
* @type {string || null}
|
|
12233
12253
|
*/
|
|
12234
12254
|
this.QueryTime = null;
|
|
@@ -12842,13 +12862,17 @@ class DescribeBillBandwidthAndFluxListRequest extends AbstractModel {
|
|
|
12842
12862
|
super();
|
|
12843
12863
|
|
|
12844
12864
|
/**
|
|
12845
|
-
*
|
|
12865
|
+
* The start time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
12866
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
12867
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
12846
12868
|
* @type {string || null}
|
|
12847
12869
|
*/
|
|
12848
12870
|
this.StartTime = null;
|
|
12849
12871
|
|
|
12850
12872
|
/**
|
|
12851
|
-
*
|
|
12873
|
+
* The end time of the request, supports data query for the last three years, the gap between the start time and the end time cannot exceed one month. Interface request supports two time formats:
|
|
12874
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
12875
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
12852
12876
|
* @type {string || null}
|
|
12853
12877
|
*/
|
|
12854
12878
|
this.EndTime = null;
|
|
@@ -14138,7 +14162,9 @@ class DescribeAllStreamPlayInfoListRequest extends AbstractModel {
|
|
|
14138
14162
|
super();
|
|
14139
14163
|
|
|
14140
14164
|
/**
|
|
14141
|
-
* The
|
|
14165
|
+
* The query time of the request, supports data query for the last one month. Interface request supports two time formats:
|
|
14166
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
14167
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
14142
14168
|
* @type {string || null}
|
|
14143
14169
|
*/
|
|
14144
14170
|
this.QueryTime = null;
|
|
@@ -15009,13 +15035,17 @@ class DescribeTranscodeTaskNumRequest extends AbstractModel {
|
|
|
15009
15035
|
super();
|
|
15010
15036
|
|
|
15011
15037
|
/**
|
|
15012
|
-
* The start time
|
|
15038
|
+
* The start time of the request, supports data query for the last forty days, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
15039
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
15040
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
15013
15041
|
* @type {string || null}
|
|
15014
15042
|
*/
|
|
15015
15043
|
this.StartTime = null;
|
|
15016
15044
|
|
|
15017
15045
|
/**
|
|
15018
|
-
* The end time
|
|
15046
|
+
* The end time of the request, supports data query for the last forty days, the gap between the start time and the end time cannot exceed one day. Interface request supports two time formats:
|
|
15047
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
15048
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
15019
15049
|
* @type {string || null}
|
|
15020
15050
|
*/
|
|
15021
15051
|
this.EndTime = null;
|
|
@@ -15094,15 +15124,17 @@ class DescribeLiveTranscodeTotalInfoRequest extends AbstractModel {
|
|
|
15094
15124
|
super();
|
|
15095
15125
|
|
|
15096
15126
|
/**
|
|
15097
|
-
*
|
|
15098
|
-
|
|
15127
|
+
* The start time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed three months. Interface request supports two time formats:
|
|
15128
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
15129
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
15099
15130
|
* @type {string || null}
|
|
15100
15131
|
*/
|
|
15101
15132
|
this.StartTime = null;
|
|
15102
15133
|
|
|
15103
15134
|
/**
|
|
15104
|
-
*
|
|
15105
|
-
|
|
15135
|
+
* The end time of the request, supports data query for the last three months, the gap between the start time and the end time cannot exceed three months. Interface request supports two time formats:
|
|
15136
|
+
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
|
|
15137
|
+
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.
|
|
15106
15138
|
* @type {string || null}
|
|
15107
15139
|
*/
|
|
15108
15140
|
this.EndTime = null;
|