tencentcloud-sdk-nodejs-intl-en 3.0.826 → 3.0.828
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/dts/index.js +1 -1
- package/tencentcloud/mdp/v20200527/models.js +16 -22
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/teo/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.828";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -53,7 +53,7 @@ class CreateStreamPackageHarvestJobRequest extends AbstractModel {
|
|
|
53
53
|
super();
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* HarvestJob ID, a globally unique identifier.
|
|
57
57
|
* @type {string || null}
|
|
58
58
|
*/
|
|
59
59
|
this.ID = null;
|
|
@@ -65,43 +65,37 @@ class CreateStreamPackageHarvestJobRequest extends AbstractModel {
|
|
|
65
65
|
this.ChannelName = null;
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
|
-
* The associated endpoint name
|
|
68
|
+
* The associated endpoint name.
|
|
69
69
|
* @type {string || null}
|
|
70
70
|
*/
|
|
71
71
|
this.EndpointName = null;
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
|
-
* Time format, supports the following types:
|
|
75
|
-
1. Epoch seconds
|
|
76
|
-
2. ISO-8601.
|
|
74
|
+
* Time format, supports the following types: 1. Epoch seconds 2. ISO-8601
|
|
77
75
|
* @type {string || null}
|
|
78
76
|
*/
|
|
79
77
|
this.TimeFormat = null;
|
|
80
78
|
|
|
81
79
|
/**
|
|
82
|
-
* Task start time supports two formats for TimeFormat input:
|
|
83
|
-
1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered.
|
|
84
|
-
2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
|
|
80
|
+
* Task start time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
|
|
85
81
|
* @type {string || null}
|
|
86
82
|
*/
|
|
87
83
|
this.StartTime = null;
|
|
88
84
|
|
|
89
85
|
/**
|
|
90
|
-
* Task end time supports two formats for TimeFormat input:
|
|
91
|
-
1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered.
|
|
92
|
-
2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
|
|
86
|
+
* Task end time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
|
|
93
87
|
* @type {string || null}
|
|
94
88
|
*/
|
|
95
89
|
this.EndTime = null;
|
|
96
90
|
|
|
97
91
|
/**
|
|
98
|
-
* The
|
|
92
|
+
* The path where the recording file is stored in Cos.
|
|
99
93
|
* @type {string || null}
|
|
100
94
|
*/
|
|
101
95
|
this.Destination = null;
|
|
102
96
|
|
|
103
97
|
/**
|
|
104
|
-
* The
|
|
98
|
+
* The file name of the recording file stored in Cos.
|
|
105
99
|
* @type {string || null}
|
|
106
100
|
*/
|
|
107
101
|
this.Manifest = null;
|
|
@@ -136,7 +130,7 @@ class DescribeStreamPackageHarvestJobRequest extends AbstractModel {
|
|
|
136
130
|
super();
|
|
137
131
|
|
|
138
132
|
/**
|
|
139
|
-
*
|
|
133
|
+
* HarvestJob ID, a globally unique identifier.
|
|
140
134
|
* @type {string || null}
|
|
141
135
|
*/
|
|
142
136
|
this.ID = null;
|
|
@@ -639,7 +633,7 @@ class DeleteStreamPackageHarvestJobsRequest extends AbstractModel {
|
|
|
639
633
|
super();
|
|
640
634
|
|
|
641
635
|
/**
|
|
642
|
-
*
|
|
636
|
+
* HarvestJob IDs, id is a globally unique identifier.
|
|
643
637
|
* @type {Array.<string> || null}
|
|
644
638
|
*/
|
|
645
639
|
this.IDs = null;
|
|
@@ -1059,7 +1053,7 @@ class UnbindCdnDomainWithChannelRequest extends AbstractModel {
|
|
|
1059
1053
|
}
|
|
1060
1054
|
|
|
1061
1055
|
/**
|
|
1062
|
-
* HarvestJob
|
|
1056
|
+
* HarvestJob response info.
|
|
1063
1057
|
* @class
|
|
1064
1058
|
*/
|
|
1065
1059
|
class HarvestJobResp extends AbstractModel {
|
|
@@ -1067,7 +1061,7 @@ class HarvestJobResp extends AbstractModel {
|
|
|
1067
1061
|
super();
|
|
1068
1062
|
|
|
1069
1063
|
/**
|
|
1070
|
-
*
|
|
1064
|
+
* HarvestJob ID, a globally unique identifier.
|
|
1071
1065
|
* @type {string || null}
|
|
1072
1066
|
*/
|
|
1073
1067
|
this.ID = null;
|
|
@@ -1091,13 +1085,13 @@ class HarvestJobResp extends AbstractModel {
|
|
|
1091
1085
|
this.TimeFormat = null;
|
|
1092
1086
|
|
|
1093
1087
|
/**
|
|
1094
|
-
*
|
|
1088
|
+
* HarvestJob start time.
|
|
1095
1089
|
* @type {string || null}
|
|
1096
1090
|
*/
|
|
1097
1091
|
this.StartTime = null;
|
|
1098
1092
|
|
|
1099
1093
|
/**
|
|
1100
|
-
*
|
|
1094
|
+
* HarvestJob end time.
|
|
1101
1095
|
* @type {string || null}
|
|
1102
1096
|
*/
|
|
1103
1097
|
this.EndTime = null;
|
|
@@ -1121,13 +1115,13 @@ class HarvestJobResp extends AbstractModel {
|
|
|
1121
1115
|
this.Status = null;
|
|
1122
1116
|
|
|
1123
1117
|
/**
|
|
1124
|
-
*
|
|
1118
|
+
* HarvestJob error message.
|
|
1125
1119
|
* @type {string || null}
|
|
1126
1120
|
*/
|
|
1127
1121
|
this.ErrMessage = null;
|
|
1128
1122
|
|
|
1129
1123
|
/**
|
|
1130
|
-
*
|
|
1124
|
+
* HarvestJob creation time, timestamp in seconds.
|
|
1131
1125
|
* @type {number || null}
|
|
1132
1126
|
*/
|
|
1133
1127
|
this.CreateTime = null;
|
|
@@ -1539,7 +1533,7 @@ class DeleteStreamPackageHarvestJobRequest extends AbstractModel {
|
|
|
1539
1533
|
super();
|
|
1540
1534
|
|
|
1541
1535
|
/**
|
|
1542
|
-
*
|
|
1536
|
+
* HarvestJob ID, a globally unique identifier.
|
|
1543
1537
|
* @type {string || null}
|
|
1544
1538
|
*/
|
|
1545
1539
|
this.ID = null;
|