tencentcloud-sdk-nodejs-intl-en 3.0.1303 → 3.0.1305

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.1303",
3
+ "version": "3.0.1305",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -3075,7 +3075,7 @@ class BackupConfig extends AbstractModel {
3075
3075
  this.ReplicationMode = null;
3076
3076
 
3077
3077
  /**
3078
- * Name of the AZ of secondary database 2, such as ap-shanghai-1
3078
+ * Name of the AZ of secondary database 2, such as ap-shanghai-2
3079
3079
  * @type {string || null}
3080
3080
  */
3081
3081
  this.Zone = null;
@@ -7761,7 +7761,7 @@ class DescribeDBInstanceConfigResponse extends AbstractModel {
7761
7761
  this.DeployMode = null;
7762
7762
 
7763
7763
  /**
7764
- * Instance AZ information in the format of "ap-shanghai-1".
7764
+ * Instance AZ information in the format of "ap-shanghai-2".
7765
7765
  * @type {string || null}
7766
7766
  */
7767
7767
  this.Zone = null;
@@ -7837,7 +7837,7 @@ class SlaveConfig extends AbstractModel {
7837
7837
  this.ReplicationMode = null;
7838
7838
 
7839
7839
  /**
7840
- * AZ name of the secondary database, such as ap-shanghai-1
7840
+ * AZ name of the secondary database, such as ap-shanghai-2
7841
7841
  * @type {string || null}
7842
7842
  */
7843
7843
  this.Zone = null;
@@ -13731,7 +13731,7 @@ class RoInstanceInfo extends AbstractModel {
13731
13731
  this.Region = null;
13732
13732
 
13733
13733
  /**
13734
- * Name of RO AZ, such as ap-shanghai-1
13734
+ * Name of RO AZ, such as ap-shanghai-2
13735
13735
  * @type {string || null}
13736
13736
  */
13737
13737
  this.Zone = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1303";
1
+ const sdkVersion = "3.0.1305";
2
2
  module.exports = sdkVersion
@@ -84,6 +84,7 @@ module.exports = {
84
84
  mongodb: require("./mongodb"),
85
85
  monitor: require("./monitor"),
86
86
  mps: require("./mps"),
87
+ mqtt: require("./mqtt"),
87
88
  msp: require("./msp"),
88
89
  ocr: require("./ocr"),
89
90
  omics: require("./omics"),