tencentcloud-sdk-nodejs-intl-en 3.0.662 → 3.0.664

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.662",
3
+ "version": "3.0.664",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.662";
1
+ const sdkVersion = "3.0.664";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20191016: require("./v20191016"), v20210527: require("./v20210527"),
2
+ v20210527: require("./v20210527"), v20191016: require("./v20191016"),
3
3
  };
@@ -2132,6 +2132,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
2132
2132
  */
2133
2133
  this.OutSideSoftInfo = null;
2134
2134
 
2135
+ /**
2136
+ * Whether the current cluster supports external clients.
2137
+ Note: This field may return null, indicating that no valid values can be obtained.
2138
+ * @type {boolean || null}
2139
+ */
2140
+ this.IsSupportOutsideCluster = null;
2141
+
2135
2142
  }
2136
2143
 
2137
2144
  /**
@@ -2186,6 +2193,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
2186
2193
  this.OutSideSoftInfo.push(obj);
2187
2194
  }
2188
2195
  }
2196
+ this.IsSupportOutsideCluster = 'IsSupportOutsideCluster' in params ? params.IsSupportOutsideCluster : null;
2189
2197
 
2190
2198
  }
2191
2199
  }
@@ -1082,7 +1082,7 @@ class InquirePriceModifyDBInstanceSpecRequest extends AbstractModel {
1082
1082
  super();
1083
1083
 
1084
1084
  /**
1085
- * Instance ID in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed in the TencentDB Console.
1085
+ * Instance ID in the format of cmgo-p8vn****. It is the same as the instance ID displayed in the TencentDB console.
1086
1086
  * @type {string || null}
1087
1087
  */
1088
1088
  this.InstanceId = null;
@@ -1100,13 +1100,13 @@ class InquirePriceModifyDBInstanceSpecRequest extends AbstractModel {
1100
1100
  this.Volume = null;
1101
1101
 
1102
1102
  /**
1103
- * Node quantity after configuration modification. The value range is subject to the response parameter of the `DescribeSpecInfo` API. If this parameter is left empty, the node quantity remains unchanged.
1103
+ * Number of instance nodes. The number of nodes is left unchanged by default and cannot be changed currently.
1104
1104
  * @type {number || null}
1105
1105
  */
1106
1106
  this.NodeNum = null;
1107
1107
 
1108
1108
  /**
1109
- * Shard quantity after configuration modification, which can only be increased rather than decreased. The value range is subject to the response parameter of the `DescribeSpecInfo` API. If this parameter is left empty, the shard quantity remains unchanged.
1109
+ * Number of instance shards. The number of shards is left unchanged by default and cannot be changed currently.
1110
1110
  * @type {number || null}
1111
1111
  */
1112
1112
  this.ReplicateSetNum = null;
@@ -2053,7 +2053,7 @@ class DescribeDBInstancesResponse extends AbstractModel {
2053
2053
  super();
2054
2054
 
2055
2055
  /**
2056
- * Number of eligible instances.
2056
+ * Number of eligible instances
2057
2057
  * @type {number || null}
2058
2058
  */
2059
2059
  this.TotalCount = null;
@@ -3179,37 +3179,37 @@ class DescribeDBInstancesRequest extends AbstractModel {
3179
3179
  super();
3180
3180
 
3181
3181
  /**
3182
- * List of instance IDs in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed on the TencentDB Console page
3182
+ * List of instance IDs in the format of cmgo-p8vnipr5. It is the same as the instance ID displayed on the TencentDB console page.
3183
3183
  * @type {Array.<string> || null}
3184
3184
  */
3185
3185
  this.InstanceIds = null;
3186
3186
 
3187
3187
  /**
3188
- * Instance type. Valid values: 0 (all instances), 1 (promoted), 2 (temp), 3 (read-only), -1 (promoted + read-only + disaster recovery)
3188
+ * Instance type. Valid values: <ul><li>`0`: All instances. </li><li>`1`: Regular instances. </li><li>`2`: Temp instances. </li><li>`3`: Read-only instances. </li><li>`-1`: Regular instances, read-only instances, disaster recovery instances.</li></ul>
3189
3189
  * @type {number || null}
3190
3190
  */
3191
3191
  this.InstanceType = null;
3192
3192
 
3193
3193
  /**
3194
- * Cluster type. Valid values: 0 (replica set instance), 1 (sharding instance), -1 (all instances)
3194
+ * Cluster type. Valid values: <ul><li>`0`: Replica set instances. </li><li>`1`: Sharded cluster instances. </li><li>`-1`: All instances.</li></ul>
3195
3195
  * @type {number || null}
3196
3196
  */
3197
3197
  this.ClusterType = null;
3198
3198
 
3199
3199
  /**
3200
- * Instance status. Valid values: `0` (to be initialized), `1` (executing task), `2` (running), `-2` (isolated monthly-subscribed instance), `-3` (isolated pay-as-you-go instance)
3200
+ * Instance status. Valid values: <ul><li>`0`: To be initialized. </li><li>`1`: In process. </li><li>`2`: Valid. </li><li>`-2`: Isolated (for monthly subscribed instances). </li><li>`-3`: Isolated (for pay-as-you-go instances).</li></ul>
3201
3201
  * @type {Array.<number> || null}
3202
3202
  */
3203
3203
  this.Status = null;
3204
3204
 
3205
3205
  /**
3206
- * VPC ID. This parameter can be left empty for the basic network
3206
+ * VPC ID. This parameter can be left empty for the classic network.
3207
3207
  * @type {string || null}
3208
3208
  */
3209
3209
  this.VpcId = null;
3210
3210
 
3211
3211
  /**
3212
- * Subnet ID of VPC. This parameter can be left empty for the basic network. If it is passed in as an input parameter, the corresponding VpcId must be set
3212
+ * Subnet ID of VPC. This parameter can be left empty for the classic network. If it is passed in as an input parameter, the corresponding VpcId must be set.
3213
3213
  * @type {string || null}
3214
3214
  */
3215
3215
  this.SubnetId = null;
@@ -3221,25 +3221,25 @@ class DescribeDBInstancesRequest extends AbstractModel {
3221
3221
  this.PayMode = null;
3222
3222
 
3223
3223
  /**
3224
- * Number of results to be returned for a single request. Valid values: 1-100. Default value: 20
3224
+ * Number of results returned per request. Default value: `20`. Value range: [1,100].
3225
3225
  * @type {number || null}
3226
3226
  */
3227
3227
  this.Limit = null;
3228
3228
 
3229
3229
  /**
3230
- * Offset. Default value: 0
3230
+ * Offset. Default value: `0`.
3231
3231
  * @type {number || null}
3232
3232
  */
3233
3233
  this.Offset = null;
3234
3234
 
3235
3235
  /**
3236
- * Sort by field of the returned result set. Currently, supported values include "ProjectId", "InstanceName", and "CreateTime". The return results are sorted in ascending order by default.
3236
+ * Sort by field of the returned result set. Valid values: `ProjectId`, `InstanceName`, `CreateTime`. The return results are sorted in ascending order by default.
3237
3237
  * @type {string || null}
3238
3238
  */
3239
3239
  this.OrderBy = null;
3240
3240
 
3241
3241
  /**
3242
- * Sorting method of the return result set. Currently, "ASC" or "DESC" is supported
3242
+ * Sorting method of the return result set. Valid values: `ASC`, `DESC`.
3243
3243
  * @type {string || null}
3244
3244
  */
3245
3245
  this.OrderByType = null;
@@ -3251,14 +3251,14 @@ class DescribeDBInstancesRequest extends AbstractModel {
3251
3251
  this.ProjectIds = null;
3252
3252
 
3253
3253
  /**
3254
- * Search keyword, which can be instance ID, instance name, or complete IP
3254
+ * Search keyword, which can be instance ID, instance name, or complete IP.
3255
3255
  * @type {string || null}
3256
3256
  */
3257
3257
  this.SearchKey = null;
3258
3258
 
3259
3259
  /**
3260
3260
  * Tag information
3261
- * @type {TagInfo || null}
3261
+ * @type {Array.<TagInfo> || null}
3262
3262
  */
3263
3263
  this.Tags = null;
3264
3264
 
@@ -3286,9 +3286,12 @@ class DescribeDBInstancesRequest extends AbstractModel {
3286
3286
  this.SearchKey = 'SearchKey' in params ? params.SearchKey : null;
3287
3287
 
3288
3288
  if (params.Tags) {
3289
- let obj = new TagInfo();
3290
- obj.deserialize(params.Tags)
3291
- this.Tags = obj;
3289
+ this.Tags = new Array();
3290
+ for (let z in params.Tags) {
3291
+ let obj = new TagInfo();
3292
+ obj.deserialize(params.Tags[z]);
3293
+ this.Tags.push(obj);
3294
+ }
3292
3295
  }
3293
3296
 
3294
3297
  }
@@ -3705,7 +3708,7 @@ class DescribeSlowLogsRequest extends AbstractModel {
3705
3708
  this.Limit = null;
3706
3709
 
3707
3710
  /**
3708
- * Slow log format, which can be JSON. If this parameter is left empty, the slow log will be returned in its native format.
3711
+ * Return format of slow log. The original slow log format is returned by default, and the format can be set to JSON on versions 4.4 and later.
3709
3712
  * @type {string || null}
3710
3713
  */
3711
3714
  this.Format = null;
@@ -194,7 +194,7 @@ class MongodbClient extends AbstractClient {
194
194
  }
195
195
 
196
196
  /**
197
- * This API is used to query price of instance specification adjustment.
197
+ * This API is used to query the price of instance specification adjustment.
198
198
  * @param {InquirePriceModifyDBInstanceSpecRequest} req
199
199
  * @param {function(string, InquirePriceModifyDBInstanceSpecResponse):void} cb
200
200
  * @public
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210331: require("./v20210331"), v20181225: require("./v20181225"),
2
+ v20181225: require("./v20181225"), v20210331: require("./v20210331"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20201221: require("./v20201221"), v20210701: require("./v20210701"),
2
+ v20210701: require("./v20210701"), v20201221: require("./v20201221"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220901: require("./v20220901"), v20220106: require("./v20220106"),
2
+ v20220106: require("./v20220106"), v20220901: require("./v20220901"),
3
3
  };
@@ -111,6 +111,13 @@ class Subtitle extends AbstractModel {
111
111
  */
112
112
  this.EndIndex = null;
113
113
 
114
+ /**
115
+ * The phonemes of the word.
116
+ Note: This field may return null, indicating that no valid values can be obtained.
117
+ * @type {string || null}
118
+ */
119
+ this.Phoneme = null;
120
+
114
121
  }
115
122
 
116
123
  /**
@@ -125,6 +132,7 @@ class Subtitle extends AbstractModel {
125
132
  this.EndTime = 'EndTime' in params ? params.EndTime : null;
126
133
  this.BeginIndex = 'BeginIndex' in params ? params.BeginIndex : null;
127
134
  this.EndIndex = 'EndIndex' in params ? params.EndIndex : null;
135
+ this.Phoneme = 'Phoneme' in params ? params.Phoneme : null;
128
136
 
129
137
  }
130
138
  }
@@ -157,7 +165,7 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
157
165
  this.Volume = null;
158
166
 
159
167
  /**
160
- *
168
+ * Speed range: [-2, 6], corresponding to different speeds<li>-2 for 0.6 times</li><li>-1 for 0.8 times</li><li>0 for 1.0 time (default)</li><li>1 for 1.2 times</li><li>2 for 1.5 times</li><li>6 for 2.5 times</li>To set finer-grained speed levels, keep one decimal place, such as 0.5, 1.1, and 1.8.<br>
161
169
  * @type {number || null}
162
170
  */
163
171
  this.Speed = null;
@@ -175,11 +183,11 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
175
183
  this.ModelType = null;
176
184
 
177
185
  /**
178
- * Standard voices <li>10510000-zhixiaoyao (Chinese)</li><li>1001-zhiyu (Chinese)</li><li>1002-zhiling (Chinese)</li><li>1003-zhimei (Chinese)</li><li>1004-zhiyun (Chinese)</li><li>1005-zhili (Chinese)</li><li>1007-zhina (Chinese)</li><li>1008-zhiqi (Chinese)</li><li>1009-zhiyun (Chinese)</li><li>1010-zhihua (Chinese)</li><li>1017-zhirong (Chinese)</li><li>1018-zhijing (Chinese)</li><li>1050-WeJack (English)</li><li>1051-WeRose (English)</li>Premium voices<br>Premium voices have higher fidelity and more natural-sounding quality than standard voices. For price details, see [Purchase Guide](https://intl.cloud.tencent.com/document/product/1073/34112?from_cn_redirect=1).<br><li>100510000-zhixiaoyao (Chinese)</li><li>101001-zhiyu (Chinese)</li><li>101002-zhiling (Chinese)</li><li>101003-zhimei (Chinese)</li><li>101004-zhiyun (Chinese)</li><li>101005-zhili (Chinese)</li><li>101006-zhiyan (Chinese)</li><li>101007-zhina (Chinese)</li><li>101008-zhiqi (Chinese)</li><li>101009-zhiyun (Chinese)</li><li>101010-zhihua (Chinese)</li><li>101011-zhiyan (Chinese)</li><li>101012-zhidan (Chinese)</li><li>101013-zhihui (Chinese)</li><li>101014-zhining (Chinese)</li><li>101015-zhimeng (Chinese)</li><li>101016-zhitian (Chinese)</li><li>101017-zhirong (Chinese)</li><li>101018-zhijing (Chinese)</li><li>101019-zhitong (Cantonese)</li><li>101020-zhigang (Chinese)</li><li>101021-zhirui (Chinese)</li><li>101022-zhihong (Chinese)</li><li>101023-zhixuan (Chinese)</li><li>101024-zhihao (Chinese)</li><li>101025-zhiwei (Chinese)</li><li>101026-zhixi (Chinese)</li><li>101027-zhimei (Chinese)</li><li>101028-zhijie (Chinese)</li><li>101029-zhikai (Chinese)</li><li>101030-zhike (Chinese)</li><li>101031-zhikui (Chinese)</li><li>101032-zhifang (Chinese)</li><li>101033-zhibei (Chinese)</li><li>101034-zhilian (Chinese)</li><li>101035-zhiyi (Chinese)</li><li>101040-zhichuan (Sichuan dialect)</li><li>101050-WeJack (English)</li><li>101051-WeRose (English)</li><li>101052-zhiwei (Chinese)</li>
186
+ * Standard voices <li>10510000-zhixiaoyao (Chinese)</li><li>1001-zhiyu (Chinese)</li><li>1002-zhiling (Chinese)</li><li>1003-zhimei (Chinese)</li><li>1004-zhiyun (Chinese)</li><li>1005-zhili (Chinese)</li><li>1007-zhina (Chinese)</li><li>1008-zhiqi (Chinese)</li><li>1009-zhiyun (Chinese)</li><li>1010-zhihua (Chinese)</li><li>1017-zhirong (Chinese)</li><li>1018-zhijing (Chinese)</li><li>1050-WeJack (English)</li><li>1051-WeRose (English)</li>Premium voices<br>Premium voices have higher fidelity and more natural-sounding quality than standard voices. For price details, see [Purchase Guide](https://www.tencentcloud.com/document/product/1154/47874).<br><li>100510000-zhixiaoyao (Chinese)</li><li>101001-zhiyu (Chinese)</li><li>101002-zhiling (Chinese)</li><li>101003-zhimei (Chinese)</li><li>101004-zhiyun (Chinese)</li><li>101005-zhili (Chinese)</li><li>101006-zhiyan (Chinese)</li><li>101007-zhina (Chinese)</li><li>101008-zhiqi (Chinese)</li><li>101009-zhiyun (Chinese)</li><li>101010-zhihua (Chinese)</li><li>101011-zhiyan (Chinese)</li><li>101012-zhidan (Chinese)</li><li>101013-zhihui (Chinese)</li><li>101014-zhining (Chinese)</li><li>101015-zhimeng (Chinese)</li><li>101016-zhitian (Chinese)</li><li>101017-zhirong (Chinese)</li><li>101018-zhijing (Chinese)</li><li>101019-zhitong (Cantonese)</li><li>101020-zhigang (Chinese)</li><li>101021-zhirui (Chinese)</li><li>101022-zhihong (Chinese)</li><li>101023-zhixuan (Chinese)</li><li>101024-zhihao (Chinese)</li><li>101025-zhiwei (Chinese)</li><li>101026-zhixi (Chinese)</li><li>101027-zhimei (Chinese)</li><li>101028-zhijie (Chinese)</li><li>101029-zhikai (Chinese)</li><li>101030-zhike (Chinese)</li><li>101031-zhikui (Chinese)</li><li>101032-zhifang (Chinese)</li><li>101033-zhibei (Chinese)</li><li>101034-zhilian (Chinese)</li><li>101035-zhiyi (Chinese)</li><li>101040-zhichuan (Sichuan dialect)</li><li>101050-WeJack (English)</li><li>101051-WeRose (English)</li><li>101052-zhiwei (Chinese)</li>
179
187
  <li>101053-zhifang (Chinese)</li>
180
188
  <li>101054-zhiyou (Chinese)</li>
181
189
  <li>101055-zhiyou (Chinese)</li>
182
- <li>101056-zhilin (Dongbei dialect)</li>
190
+ <li>101056-zhilin (Northeastern Mandarin)</li>
183
191
  * @type {number || null}
184
192
  */
185
193
  this.VoiceType = null;
@@ -209,7 +217,7 @@ It can contain up to 150 Chinese characters (a full-width punctuation as a Chine
209
217
  this.EnableSubtitle = null;
210
218
 
211
219
  /**
212
- * Segmentation rate. Valid range: [0,1,2]; default value: `0`. The higher the value, the lower the rate, and the easier the segmentation. It is recommended not to change this parameter to ensure better synthesis quality.
220
+ * The threshold of speech segmentation sensibility, which can be `0` (default), `1`, or `2`. A larger value indicates fewer segments, and the model tends to only segment sentences based on punctuation marks. We recommend you not change this parameter to avoid adverse effect on speech synthesis.
213
221
  * @type {number || null}
214
222
  */
215
223
  this.SegmentRate = null;
@@ -33,9 +33,10 @@ class TtsClient extends AbstractClient {
33
33
 
34
34
  /**
35
35
  * This API is used to convert any text to speech, allowing your devices and applications to talk to users.
36
- ​Tencent Cloud Text To Speech (TTS) can synthesize speech from text in real time for many use cases, such as audiobook and news apps, voice reminders on smart devices, quick synthesis of a celebrity's voice based on existing programs or certain voice records available on the Internet, and personalized vehicle navigation systems.
36
+ u200bTencent Cloud Text To Speech (TTS) can synthesize speech from text in real time for many use cases, such as audiobook and news apps, voice reminders on smart devices, quick synthesis of a celebrity's voice based on existing programs or certain voice records available on the internet, and personalized vehicle navigation systems.
37
37
  It is free for use in beta.
38
38
  It supports SSML. For syntax details, see [SSML](https://intl.cloud.tencent.com/document/product/1073/49575?from_cn_redirect=1).
39
+ Default API request rate limit: 20 requests/sec.
39
40
  * @param {TextToVoiceRequest} req
40
41
  * @param {function(string, TextToVoiceResponse):void} cb
41
42
  * @public
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20201229: require("./v20201229"), v20210922: require("./v20210922"),
2
+ v20210922: require("./v20210922"), v20201229: require("./v20201229"),
3
3
  };