tencentcloud-sdk-nodejs-intl-en 3.0.1372 → 3.0.1373

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1372",
3
+ "version": "3.0.1373",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1784,43 +1784,43 @@ Note: The returned value of this field may be null, indicating that no valid val
1784
1784
  this.OrderType = null;
1785
1785
 
1786
1786
  /**
1787
- * Acceptance Status
1787
+ *
1788
1788
  * @type {string || null}
1789
1789
  */
1790
1790
  this.CheckStatus = null;
1791
1791
 
1792
1792
  /**
1793
- * Expected Delivery Time
1793
+ *
1794
1794
  * @type {string || null}
1795
1795
  */
1796
1796
  this.DeliverExpectTime = null;
1797
1797
 
1798
1798
  /**
1799
- * Actual Delivery Completion Time
1799
+ *
1800
1800
  * @type {string || null}
1801
1801
  */
1802
1802
  this.DeliverFinishTime = null;
1803
1803
 
1804
1804
  /**
1805
- * Expected Acceptance Time
1805
+ *
1806
1806
  * @type {string || null}
1807
1807
  */
1808
1808
  this.CheckExpectTime = null;
1809
1809
 
1810
1810
  /**
1811
- * Actual Acceptance Completion Time
1811
+ *
1812
1812
  * @type {string || null}
1813
1813
  */
1814
1814
  this.CheckFinishTime = null;
1815
1815
 
1816
1816
  /**
1817
- * Order SLA
1817
+ *
1818
1818
  * @type {string || null}
1819
1819
  */
1820
1820
  this.OrderSLA = null;
1821
1821
 
1822
1822
  /**
1823
- * Order Payment Plan
1823
+ *
1824
1824
  * @type {string || null}
1825
1825
  */
1826
1826
  this.OrderPayPlan = null;
@@ -2291,7 +2291,7 @@ class DescribeDedicatedClusterOrdersRequest extends AbstractModel {
2291
2291
  this.ActionType = null;
2292
2292
 
2293
2293
  /**
2294
- * Order Type List
2294
+ *
2295
2295
  * @type {Array.<string> || null}
2296
2296
  */
2297
2297
  this.OrderTypes = null;
@@ -2499,7 +2499,7 @@ Note: The returned value of this field may be null, indicating that no valid val
2499
2499
  }
2500
2500
 
2501
2501
  /**
2502
- * Host Machine Resource Overview Details
2502
+ *
2503
2503
  * @class
2504
2504
  */
2505
2505
  class HostDetailInfo extends AbstractModel {
@@ -2507,31 +2507,31 @@ class HostDetailInfo extends AbstractModel {
2507
2507
  super();
2508
2508
 
2509
2509
  /**
2510
- * Type Family
2510
+ *
2511
2511
  * @type {string || null}
2512
2512
  */
2513
2513
  this.HostTypeFamily = null;
2514
2514
 
2515
2515
  /**
2516
- * Total CPU
2516
+ *
2517
2517
  * @type {number || null}
2518
2518
  */
2519
2519
  this.CpuTotal = null;
2520
2520
 
2521
2521
  /**
2522
- * Available CPU
2522
+ *
2523
2523
  * @type {number || null}
2524
2524
  */
2525
2525
  this.CpuAvailable = null;
2526
2526
 
2527
2527
  /**
2528
- * Total Memory
2528
+ *
2529
2529
  * @type {number || null}
2530
2530
  */
2531
2531
  this.MemTotal = null;
2532
2532
 
2533
2533
  /**
2534
- * Available Memory
2534
+ *
2535
2535
  * @type {number || null}
2536
2536
  */
2537
2537
  this.MemAvailable = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1372";
1
+ const sdkVersion = "3.0.1373";
2
2
  module.exports = sdkVersion
@@ -351,8 +351,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
351
351
  this.BestFrameBase64 = null;
352
352
 
353
353
  /**
354
- * Card recognize result.
355
- Note: This field may return null, indicating that no valid values can be obtained.
354
+ * Card recognize result
356
355
  * @type {Array.<OCRResult> || null}
357
356
  */
358
357
  this.OCRResult = null;
@@ -448,7 +447,7 @@ class MobileStatusRequest extends AbstractModel {
448
447
  }
449
448
 
450
449
  /**
451
- * The content of a single license in the license information.
450
+ * The content of a single license in the license information
452
451
  * @class
453
452
  */
454
453
  class OCRResult extends AbstractModel {
@@ -469,73 +469,73 @@ class FlowSRTInfo extends AbstractModel {
469
469
  this.RecvPacketDropNumber = null;
470
470
 
471
471
  /**
472
- * bandwidth
472
+ * Bandwidth
473
473
  * @type {number || null}
474
474
  */
475
475
  this.Bandwidth = null;
476
476
 
477
477
  /**
478
- * Transmit bandwidth
478
+ * transmit bandwidth
479
479
  * @type {number || null}
480
480
  */
481
481
  this.SendBandwidth = null;
482
482
 
483
483
  /**
484
- * Receive bandwidth
484
+ * Receiving bandwidth
485
485
  * @type {number || null}
486
486
  */
487
487
  this.RecvBandwidth = null;
488
488
 
489
489
  /**
490
- * Number of packets sent
490
+ * Sent packet count
491
491
  * @type {number || null}
492
492
  */
493
493
  this.SendPackets = null;
494
494
 
495
495
  /**
496
- * Number of received packets
496
+ * Received packets
497
497
  * @type {number || null}
498
498
  */
499
499
  this.RecvPackets = null;
500
500
 
501
501
  /**
502
- * Send lost package
502
+ * Sent lost packets
503
503
  * @type {number || null}
504
504
  */
505
505
  this.SendLostPackets = null;
506
506
 
507
507
  /**
508
- * Accept lost packages
508
+ * accept lost packets
509
509
  * @type {number || null}
510
510
  */
511
511
  this.RecvLostPackets = null;
512
512
 
513
513
  /**
514
- * Number of retransmission packets sent
514
+ * Retransmitted packet count
515
515
  * @type {number || null}
516
516
  */
517
517
  this.SendRetransmitPackets = null;
518
518
 
519
519
  /**
520
- * Number of received retransmission packets
520
+ * Retransmitted packets received
521
521
  * @type {number || null}
522
522
  */
523
523
  this.RecvRetransmitPackets = null;
524
524
 
525
525
  /**
526
- * Flight window size
526
+ * Window size
527
527
  * @type {number || null}
528
528
  */
529
529
  this.FlightSize = null;
530
530
 
531
531
  /**
532
- * congestion window
532
+ * Congestion window
533
533
  * @type {number || null}
534
534
  */
535
535
  this.CongestionWindow = null;
536
536
 
537
537
  /**
538
- * Send buffer (ms)
538
+ * Sending buffer (ms)
539
539
  * @type {number || null}
540
540
  */
541
541
  this.SendBuffer = null;
@@ -547,13 +547,13 @@ class FlowSRTInfo extends AbstractModel {
547
547
  this.RecvBuffer = null;
548
548
 
549
549
  /**
550
- * Sending delay
550
+ * Send delay
551
551
  * @type {number || null}
552
552
  */
553
553
  this.SendLatency = null;
554
554
 
555
555
  /**
556
- * Receiving delay
556
+ * receive latency
557
557
  * @type {number || null}
558
558
  */
559
559
  this.RecvLatency = null;
@@ -709,25 +709,25 @@ Note: this field may return `null`, indicating that no valid value was found.
709
709
  this.FailOver = null;
710
710
 
711
711
  /**
712
- * Input RTMP_PULL configuration.
712
+ *
713
713
  * @type {DescribeInputRTMPPullSettings || null}
714
714
  */
715
715
  this.RTMPPullSettings = null;
716
716
 
717
717
  /**
718
- * Input RTSP_PULL configuration.
718
+ *
719
719
  * @type {DescribeInputRTSPPullSettings || null}
720
720
  */
721
721
  this.RTSPPullSettings = null;
722
722
 
723
723
  /**
724
- * Input HLS_PULL configuration.
724
+ *
725
725
  * @type {DescribeInputHLSPullSettings || null}
726
726
  */
727
727
  this.HLSPullSettings = null;
728
728
 
729
729
  /**
730
- * Delayed broadcast smooth stream delivery configuration.
730
+ *
731
731
  * @type {ResilientStreamConf || null}
732
732
  */
733
733
  this.ResilientStream = null;
@@ -1007,7 +1007,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
1007
1007
  }
1008
1008
 
1009
1009
  /**
1010
- * Query the input RTMP configuration.
1010
+ *
1011
1011
  * @class
1012
1012
  */
1013
1013
  class DescribeRTMPPullSourceAddress extends AbstractModel {
@@ -1015,15 +1015,13 @@ class DescribeRTMPPullSourceAddress extends AbstractModel {
1015
1015
  super();
1016
1016
 
1017
1017
  /**
1018
- * The TcUrl address of the RTMP origin server.
1018
+ *
1019
1019
  * @type {string || null}
1020
1020
  */
1021
1021
  this.TcUrl = null;
1022
1022
 
1023
1023
  /**
1024
- * The StreamKey of the RTMP origin server.
1025
-
1026
- The concatenation rule for the RTMP origin server address is: $TcUrl/$StreamKey.
1024
+ *
1027
1025
  * @type {string || null}
1028
1026
  */
1029
1027
  this.StreamKey = null;
@@ -1499,19 +1497,19 @@ Note: This field may return `null`, indicating that no valid value was found.
1499
1497
  this.AllowIpList = null;
1500
1498
 
1501
1499
  /**
1502
- * Output RTSP pull stream configuration.
1500
+ *
1503
1501
  * @type {DescribeOutputRTSPPullSettings || null}
1504
1502
  */
1505
1503
  this.RTSPPullSettings = null;
1506
1504
 
1507
1505
  /**
1508
- * Output HLS pull stream configuration.
1506
+ *
1509
1507
  * @type {DescribeOutputHLSPullSettings || null}
1510
1508
  */
1511
1509
  this.HLSPullSettings = null;
1512
1510
 
1513
1511
  /**
1514
- * Maximum pull stream concurrency, maximum 4, default 4.
1512
+ *
1515
1513
  * @type {number || null}
1516
1514
  */
1517
1515
  this.MaxConcurrent = null;
@@ -1590,7 +1588,7 @@ Note: This field may return `null`, indicating that no valid value was found.
1590
1588
  }
1591
1589
 
1592
1590
  /**
1593
- * Created input HLS pull stream configuration.
1591
+ *
1594
1592
  * @class
1595
1593
  */
1596
1594
  class CreateInputHLSPullSettings extends AbstractModel {
@@ -1598,7 +1596,7 @@ class CreateInputHLSPullSettings extends AbstractModel {
1598
1596
  super();
1599
1597
 
1600
1598
  /**
1601
- * The origin server address for the HLS origin server. There can be only one.
1599
+ *
1602
1600
  * @type {Array.<HLSPullSourceAddress> || null}
1603
1601
  */
1604
1602
  this.SourceAddresses = null;
@@ -2071,7 +2069,7 @@ class DescribeStreamLinkFlowsResponse extends AbstractModel {
2071
2069
  }
2072
2070
 
2073
2071
  /**
2074
- * Query the input RTSP configuration.
2072
+ *
2075
2073
  * @class
2076
2074
  */
2077
2075
  class DescribeInputRTSPPullSettings extends AbstractModel {
@@ -2079,7 +2077,7 @@ class DescribeInputRTSPPullSettings extends AbstractModel {
2079
2077
  super();
2080
2078
 
2081
2079
  /**
2082
- * The address information of the RTSP origin server.
2080
+ *
2083
2081
  * @type {Array.<DescribeRTSPPullSourceAddress> || null}
2084
2082
  */
2085
2083
  this.SourceAddresses = null;
@@ -2565,7 +2563,7 @@ class OutputSRTSourceAddressResp extends AbstractModel {
2565
2563
  }
2566
2564
 
2567
2565
  /**
2568
- * Created input RTMP pull stream configuration.
2566
+ *
2569
2567
  * @class
2570
2568
  */
2571
2569
  class CreateInputRTMPPullSettings extends AbstractModel {
@@ -2573,7 +2571,7 @@ class CreateInputRTMPPullSettings extends AbstractModel {
2573
2571
  super();
2574
2572
 
2575
2573
  /**
2576
- * The origin server address for the RTMP origin server. There can be only one.
2574
+ *
2577
2575
  * @type {Array.<RTMPPullSourceAddress> || null}
2578
2576
  */
2579
2577
  this.SourceAddresses = null;
@@ -2928,7 +2926,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
2928
2926
  }
2929
2927
 
2930
2928
  /**
2931
- * Query the input RTSP configuration.
2929
+ *
2932
2930
  * @class
2933
2931
  */
2934
2932
  class DescribeRTSPPullSourceAddress extends AbstractModel {
@@ -2936,7 +2934,7 @@ class DescribeRTSPPullSourceAddress extends AbstractModel {
2936
2934
  super();
2937
2935
 
2938
2936
  /**
2939
- * The Url address of the RTSP origin server.
2937
+ *
2940
2938
  * @type {string || null}
2941
2939
  */
2942
2940
  this.Url = null;
@@ -2984,7 +2982,7 @@ class DeleteStreamLinkFlowResponse extends AbstractModel {
2984
2982
  }
2985
2983
 
2986
2984
  /**
2987
- * Query output RTSP pull stream configuration information.
2985
+ *
2988
2986
  * @class
2989
2987
  */
2990
2988
  class DescribeOutputRTSPPullSettings extends AbstractModel {
@@ -2992,7 +2990,7 @@ class DescribeOutputRTSPPullSettings extends AbstractModel {
2992
2990
  super();
2993
2991
 
2994
2992
  /**
2995
- * RTSP pull stream address list.
2993
+ *
2996
2994
  * @type {Array.<DescribeOutputRTSPPullServerUrl> || null}
2997
2995
  */
2998
2996
  this.ServerUrls = null;
@@ -3153,7 +3151,7 @@ class FlowMediaVideo extends AbstractModel {
3153
3151
  }
3154
3152
 
3155
3153
  /**
3156
- * Query output HLS pull stream URL information.
3154
+ *
3157
3155
  * @class
3158
3156
  */
3159
3157
  class DescribeOutputHLSPullServerUrl extends AbstractModel {
@@ -3161,7 +3159,7 @@ class DescribeOutputHLSPullServerUrl extends AbstractModel {
3161
3159
  super();
3162
3160
 
3163
3161
  /**
3164
- * The Url of the HLS pull stream address.
3162
+ *
3165
3163
  * @type {string || null}
3166
3164
  */
3167
3165
  this.Url = null;
@@ -3288,7 +3286,7 @@ class DescribeStreamLinkFlowRequest extends AbstractModel {
3288
3286
  }
3289
3287
 
3290
3288
  /**
3291
- * Query the output HLS pull stream configuration.
3289
+ *
3292
3290
  * @class
3293
3291
  */
3294
3292
  class DescribeOutputHLSPullSettings extends AbstractModel {
@@ -3296,7 +3294,7 @@ class DescribeOutputHLSPullSettings extends AbstractModel {
3296
3294
  super();
3297
3295
 
3298
3296
  /**
3299
- * HLS pull stream address list.
3297
+ *
3300
3298
  * @type {Array.<DescribeOutputHLSPullServerUrl> || null}
3301
3299
  */
3302
3300
  this.ServerUrls = null;
@@ -3584,7 +3582,7 @@ class CreateStreamLinkFlowResponse extends AbstractModel {
3584
3582
  }
3585
3583
 
3586
3584
  /**
3587
- * Query the input HLS configuration.
3585
+ *
3588
3586
  * @class
3589
3587
  */
3590
3588
  class DescribeInputHLSPullSettings extends AbstractModel {
@@ -3592,7 +3590,7 @@ class DescribeInputHLSPullSettings extends AbstractModel {
3592
3590
  super();
3593
3591
 
3594
3592
  /**
3595
- * The address information of the HLS origin server.
3593
+ *
3596
3594
  * @type {Array.<DescribeHLSPullSourceAddress> || null}
3597
3595
  */
3598
3596
  this.SourceAddresses = null;
@@ -3844,7 +3842,7 @@ class ModifyStreamLinkOutputInfoRequest extends AbstractModel {
3844
3842
  }
3845
3843
 
3846
3844
  /**
3847
- * Created input RTSP pull stream configuration.
3845
+ *
3848
3846
  * @class
3849
3847
  */
3850
3848
  class CreateInputRTSPPullSettings extends AbstractModel {
@@ -3852,7 +3850,7 @@ class CreateInputRTSPPullSettings extends AbstractModel {
3852
3850
  super();
3853
3851
 
3854
3852
  /**
3855
- * The origin server address for the RTSP origin server. There can be only one.
3853
+ *
3856
3854
  * @type {Array.<RTSPPullSourceAddress> || null}
3857
3855
  */
3858
3856
  this.SourceAddresses = null;
@@ -3981,6 +3979,12 @@ class CreateStreamLinkFlowRequest extends AbstractModel {
3981
3979
  */
3982
3980
  this.EventId = null;
3983
3981
 
3982
+ /**
3983
+ * Flow output group.
3984
+ * @type {Array.<CreateOutputInfo> || null}
3985
+ */
3986
+ this.OutputGroup = null;
3987
+
3984
3988
  }
3985
3989
 
3986
3990
  /**
@@ -4003,6 +4007,15 @@ class CreateStreamLinkFlowRequest extends AbstractModel {
4003
4007
  }
4004
4008
  this.EventId = 'EventId' in params ? params.EventId : null;
4005
4009
 
4010
+ if (params.OutputGroup) {
4011
+ this.OutputGroup = new Array();
4012
+ for (let z in params.OutputGroup) {
4013
+ let obj = new CreateOutputInfo();
4014
+ obj.deserialize(params.OutputGroup[z]);
4015
+ this.OutputGroup.push(obj);
4016
+ }
4017
+ }
4018
+
4006
4019
  }
4007
4020
  }
4008
4021
 
@@ -4114,7 +4127,7 @@ class DeleteStreamLinkOutputRequest extends AbstractModel {
4114
4127
  }
4115
4128
 
4116
4129
  /**
4117
- * Created input RTSP pull stream origin server configuration.
4130
+ *
4118
4131
  * @class
4119
4132
  */
4120
4133
  class RTSPPullSourceAddress extends AbstractModel {
@@ -4122,7 +4135,7 @@ class RTSPPullSourceAddress extends AbstractModel {
4122
4135
  super();
4123
4136
 
4124
4137
  /**
4125
- * The Url address of the RTSP origin server.
4138
+ *
4126
4139
  * @type {string || null}
4127
4140
  */
4128
4141
  this.Url = null;
@@ -4142,7 +4155,7 @@ class RTSPPullSourceAddress extends AbstractModel {
4142
4155
  }
4143
4156
 
4144
4157
  /**
4145
- * Query the input HLS configuration.
4158
+ *
4146
4159
  * @class
4147
4160
  */
4148
4161
  class DescribeHLSPullSourceAddress extends AbstractModel {
@@ -4150,7 +4163,7 @@ class DescribeHLSPullSourceAddress extends AbstractModel {
4150
4163
  super();
4151
4164
 
4152
4165
  /**
4153
- * The Url of the HLS origin server.
4166
+ *
4154
4167
  * @type {string || null}
4155
4168
  */
4156
4169
  this.Url = null;
@@ -4654,7 +4667,7 @@ class CreateOutputRTMPSettings extends AbstractModel {
4654
4667
  }
4655
4668
 
4656
4669
  /**
4657
- * Created input HLS pull stream origin server configuration.
4670
+ *
4658
4671
  * @class
4659
4672
  */
4660
4673
  class HLSPullSourceAddress extends AbstractModel {
@@ -4662,7 +4675,7 @@ class HLSPullSourceAddress extends AbstractModel {
4662
4675
  super();
4663
4676
 
4664
4677
  /**
4665
- * The Url of the HLS origin server.
4678
+ *
4666
4679
  * @type {string || null}
4667
4680
  */
4668
4681
  this.Url = null;
@@ -4916,7 +4929,7 @@ class ModifyStreamLinkInputRequest extends AbstractModel {
4916
4929
  }
4917
4930
 
4918
4931
  /**
4919
- * Delayed broadcast smooth stream delivery configuration.
4932
+ *
4920
4933
  * @class
4921
4934
  */
4922
4935
  class ResilientStreamConf extends AbstractModel {
@@ -4924,13 +4937,13 @@ class ResilientStreamConf extends AbstractModel {
4924
4937
  super();
4925
4938
 
4926
4939
  /**
4927
- * Whether to enable delayed broadcast smooth stream delivery: true to enable, false to disable. It is disabled by default.
4940
+ *
4928
4941
  * @type {boolean || null}
4929
4942
  */
4930
4943
  this.Enable = null;
4931
4944
 
4932
4945
  /**
4933
- * Delayed broadcast duration, in seconds. Supported range: 10 to 300 seconds.
4946
+ *
4934
4947
  * @type {number || null}
4935
4948
  */
4936
4949
  this.BufferTime = null;
@@ -4994,7 +5007,7 @@ class CreateStreamLinkInputRequest extends AbstractModel {
4994
5007
  }
4995
5008
 
4996
5009
  /**
4997
- * Query output RTSP pull stream URL information.
5010
+ *
4998
5011
  * @class
4999
5012
  */
5000
5013
  class DescribeOutputRTSPPullServerUrl extends AbstractModel {
@@ -5002,7 +5015,7 @@ class DescribeOutputRTSPPullServerUrl extends AbstractModel {
5002
5015
  super();
5003
5016
 
5004
5017
  /**
5005
- * RTSP pull stream address Url.
5018
+ *
5006
5019
  * @type {string || null}
5007
5020
  */
5008
5021
  this.Url = null;
@@ -5057,7 +5070,7 @@ class InputAddress extends AbstractModel {
5057
5070
  }
5058
5071
 
5059
5072
  /**
5060
- * Query the input RTMP configuration.
5073
+ *
5061
5074
  * @class
5062
5075
  */
5063
5076
  class DescribeInputRTMPPullSettings extends AbstractModel {
@@ -5065,7 +5078,7 @@ class DescribeInputRTMPPullSettings extends AbstractModel {
5065
5078
  super();
5066
5079
 
5067
5080
  /**
5068
- * The address information of the RTMP origin server.
5081
+ *
5069
5082
  * @type {Array.<DescribeRTMPPullSourceAddress> || null}
5070
5083
  */
5071
5084
  this.SourceAddresses = null;
@@ -5185,7 +5198,7 @@ class CreateInputSRTSettings extends AbstractModel {
5185
5198
  }
5186
5199
 
5187
5200
  /**
5188
- * Created input RTMP pull stream origin server configuration.
5201
+ *
5189
5202
  * @class
5190
5203
  */
5191
5204
  class RTMPPullSourceAddress extends AbstractModel {
@@ -5193,13 +5206,13 @@ class RTMPPullSourceAddress extends AbstractModel {
5193
5206
  super();
5194
5207
 
5195
5208
  /**
5196
- * The TcUrl address of the RTMP origin server.
5209
+ *
5197
5210
  * @type {string || null}
5198
5211
  */
5199
5212
  this.TcUrl = null;
5200
5213
 
5201
5214
  /**
5202
- * The StreamKey of the RTMP origin server.
5215
+ *
5203
5216
  * @type {string || null}
5204
5217
  */
5205
5218
  this.StreamKey = null;