tencentcloud-sdk-nodejs-intl-en 3.0.974 → 3.0.975

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.974",
3
+ "version": "3.0.975",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.974";
1
+ const sdkVersion = "3.0.975";
2
2
  module.exports = sdkVersion
@@ -151,6 +151,12 @@ class AudioTrackInfo extends AbstractModel {
151
151
  */
152
152
  this.AudioNormalization = null;
153
153
 
154
+ /**
155
+ * Audio encoding configuration.
156
+ * @type {AudioCodecDetail || null}
157
+ */
158
+ this.AudioCodecDetails = null;
159
+
154
160
  }
155
161
 
156
162
  /**
@@ -172,6 +178,12 @@ class AudioTrackInfo extends AbstractModel {
172
178
  this.AudioNormalization = obj;
173
179
  }
174
180
 
181
+ if (params.AudioCodecDetails) {
182
+ let obj = new AudioCodecDetail();
183
+ obj.deserialize(params.AudioCodecDetails)
184
+ this.AudioCodecDetails = obj;
185
+ }
186
+
175
187
  }
176
188
  }
177
189
 
@@ -1225,6 +1237,12 @@ Note: this field may return null, indicating that no valid values can be obtaine
1225
1237
  */
1226
1238
  this.Password = null;
1227
1239
 
1240
+ /**
1241
+ * The destination type of the retweet. Currently available values are: Standard, AWS_MediaPackageV1, AWS_MediaPackageV2. The default is: Standard.
1242
+ * @type {string || null}
1243
+ */
1244
+ this.DestinationType = null;
1245
+
1228
1246
  }
1229
1247
 
1230
1248
  /**
@@ -1238,6 +1256,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
1238
1256
  this.AuthKey = 'AuthKey' in params ? params.AuthKey : null;
1239
1257
  this.Username = 'Username' in params ? params.Username : null;
1240
1258
  this.Password = 'Password' in params ? params.Password : null;
1259
+ this.DestinationType = 'DestinationType' in params ? params.DestinationType : null;
1241
1260
 
1242
1261
  }
1243
1262
  }
@@ -7413,7 +7413,7 @@ Note that each rule can have up to 20 ports.
7413
7413
 
7414
7414
  /**
7415
7415
  * Duration for the persistent session. The value takes effect only when `SessionPersist = true`.
7416
- Note: u200dThis field may return null, indicating that no valid values can be obtained.
7416
+ Note: This field may return null, indicating that no valid values can be obtained.
7417
7417
  * @type {number || null}
7418
7418
  */
7419
7419
  this.SessionPersistTime = null;
@@ -7428,7 +7428,7 @@ Note: u200dThis field may return null, indicating that no valid values can be ob
7428
7428
 
7429
7429
  /**
7430
7430
  * Rule tag.
7431
- Note: This field may return·`null`, indicating that no valid values can be obtained.
7431
+ Note: This field may return null, indicating that no valid values can be obtained.
7432
7432
  * @type {string || null}
7433
7433
  */
7434
7434
  this.RuleTag = null;
@@ -7086,7 +7086,7 @@ class CreateNatGatewayResponse extends AbstractModel {
7086
7086
  this.TotalCount = null;
7087
7087
 
7088
7088
  /**
7089
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
7089
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
7090
7090
  * @type {string || null}
7091
7091
  */
7092
7092
  this.RequestId = null;
@@ -8564,7 +8564,7 @@ class ModifyNatGatewayAttributeResponse extends AbstractModel {
8564
8564
  super();
8565
8565
 
8566
8566
  /**
8567
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
8567
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
8568
8568
  * @type {string || null}
8569
8569
  */
8570
8570
  this.RequestId = null;
@@ -16975,7 +16975,7 @@ Whether the Anycast EIP can be bound to CLB instances.
16975
16975
  this.Egress = null;
16976
16976
 
16977
16977
  /**
16978
- * Anti-DDoS service package ID. This is required when you want to request an u200dAnti-DDoS IP.
16978
+ * Anti-DDoS service package ID. This is required when you want to request an Anti-DDoS IP.
16979
16979
  * @type {string || null}
16980
16980
  */
16981
16981
  this.AntiDDoSPackageId = null;
@@ -18299,7 +18299,7 @@ class DescribeAddressesResponse extends AbstractModel {
18299
18299
  this.AddressSet = null;
18300
18300
 
18301
18301
  /**
18302
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
18302
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
18303
18303
  * @type {string || null}
18304
18304
  */
18305
18305
  this.RequestId = null;
@@ -20702,6 +20702,12 @@ class CreateNatGatewayRequest extends AbstractModel {
20702
20702
  */
20703
20703
  this.PublicIpFromSameZone = null;
20704
20704
 
20705
+ /**
20706
+ *
20707
+ * @type {number || null}
20708
+ */
20709
+ this.NatProductVersion = null;
20710
+
20705
20711
  }
20706
20712
 
20707
20713
  /**
@@ -20731,6 +20737,7 @@ class CreateNatGatewayRequest extends AbstractModel {
20731
20737
  this.StockPublicIpAddressesBandwidthOut = 'StockPublicIpAddressesBandwidthOut' in params ? params.StockPublicIpAddressesBandwidthOut : null;
20732
20738
  this.PublicIpAddressesBandwidthOut = 'PublicIpAddressesBandwidthOut' in params ? params.PublicIpAddressesBandwidthOut : null;
20733
20739
  this.PublicIpFromSameZone = 'PublicIpFromSameZone' in params ? params.PublicIpFromSameZone : null;
20740
+ this.NatProductVersion = 'NatProductVersion' in params ? params.NatProductVersion : null;
20734
20741
 
20735
20742
  }
20736
20743
  }
@@ -21539,11 +21546,29 @@ Note: this field may return `null`, indicating that no valid value was found.
21539
21546
  this.InstanceType = null;
21540
21547
 
21541
21548
  /**
21542
- * ID of the Anti-DDoS service package. It is returned if the EIP is an u200dAnti-DDoS EIP.
21549
+ *
21550
+ * @type {string || null}
21551
+ */
21552
+ this.Egress = null;
21553
+
21554
+ /**
21555
+ * ID of the Anti-DDoS service package. It is returned if the EIP is an Anti-DDoS EIP.
21543
21556
  * @type {string || null}
21544
21557
  */
21545
21558
  this.AntiDDoSPackageId = null;
21546
21559
 
21560
+ /**
21561
+ *
21562
+ * @type {string || null}
21563
+ */
21564
+ this.RenewFlag = null;
21565
+
21566
+ /**
21567
+ *
21568
+ * @type {string || null}
21569
+ */
21570
+ this.BandwidthPackageId = null;
21571
+
21547
21572
  }
21548
21573
 
21549
21574
  /**
@@ -21587,7 +21612,10 @@ Note: this field may return `null`, indicating that no valid value was found.
21587
21612
  }
21588
21613
  this.DeadlineDate = 'DeadlineDate' in params ? params.DeadlineDate : null;
21589
21614
  this.InstanceType = 'InstanceType' in params ? params.InstanceType : null;
21615
+ this.Egress = 'Egress' in params ? params.Egress : null;
21590
21616
  this.AntiDDoSPackageId = 'AntiDDoSPackageId' in params ? params.AntiDDoSPackageId : null;
21617
+ this.RenewFlag = 'RenewFlag' in params ? params.RenewFlag : null;
21618
+ this.BandwidthPackageId = 'BandwidthPackageId' in params ? params.BandwidthPackageId : null;
21591
21619
 
21592
21620
  }
21593
21621
  }
@@ -21944,7 +21972,7 @@ class AllocateAddressesResponse extends AbstractModel {
21944
21972
  this.TaskId = null;
21945
21973
 
21946
21974
  /**
21947
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
21975
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
21948
21976
  * @type {string || null}
21949
21977
  */
21950
21978
  this.RequestId = null;
@@ -21974,7 +22002,7 @@ class DeleteTrafficPackagesResponse extends AbstractModel {
21974
22002
  super();
21975
22003
 
21976
22004
  /**
21977
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
22005
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
21978
22006
  * @type {string || null}
21979
22007
  */
21980
22008
  this.RequestId = null;