tencentcloud-sdk-nodejs-intl-en 3.0.1056 → 3.0.1058

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.1056",
3
+ "version": "3.0.1058",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -85,7 +85,6 @@ const ModifyCdbProxyAddressVipAndVPortRequest = models.ModifyCdbProxyAddressVipA
85
85
  const ModifyAutoRenewFlagRequest = models.ModifyAutoRenewFlagRequest;
86
86
  const ModifyBackupConfigResponse = models.ModifyBackupConfigResponse;
87
87
  const OpenWanServiceRequest = models.OpenWanServiceRequest;
88
- const InitDBInstancesResponse = models.InitDBInstancesResponse;
89
88
  const DescribeParamTemplateInfoResponse = models.DescribeParamTemplateInfoResponse;
90
89
  const DescribeInstanceParamsResponse = models.DescribeInstanceParamsResponse;
91
90
  const UploadInfo = models.UploadInfo;
@@ -162,7 +161,7 @@ const DescribeLocalBinlogConfigRequest = models.DescribeLocalBinlogConfigRequest
162
161
  const TagsInfoOfInstance = models.TagsInfoOfInstance;
163
162
  const DescribeDeviceMonitorInfoRequest = models.DescribeDeviceMonitorInfoRequest;
164
163
  const SwitchDrInstanceToMasterResponse = models.SwitchDrInstanceToMasterResponse;
165
- const DescribeDBPriceRequest = models.DescribeDBPriceRequest;
164
+ const DescribeDBInstanceConfigResponse = models.DescribeDBInstanceConfigResponse;
166
165
  const SlaveConfig = models.SlaveConfig;
167
166
  const ModifyAccountPrivilegesResponse = models.ModifyAccountPrivilegesResponse;
168
167
  const StopRollbackRequest = models.StopRollbackRequest;
@@ -173,7 +172,6 @@ const DescribeProxyCustomConfResponse = models.DescribeProxyCustomConfResponse;
173
172
  const ModifyDBInstanceNameResponse = models.ModifyDBInstanceNameResponse;
174
173
  const DescribeCloneListResponse = models.DescribeCloneListResponse;
175
174
  const DescribeDBInstanceLogToCLSRequest = models.DescribeDBInstanceLogToCLSRequest;
176
- const DescribeDBInstanceConfigResponse = models.DescribeDBInstanceConfigResponse;
177
175
  const StartBatchRollbackRequest = models.StartBatchRollbackRequest;
178
176
  const OpenDBInstanceEncryptionRequest = models.OpenDBInstanceEncryptionRequest;
179
177
  const DescribeDBInstanceCharsetRequest = models.DescribeDBInstanceCharsetRequest;
@@ -343,7 +341,7 @@ const OfflineIsolatedInstancesRequest = models.OfflineIsolatedInstancesRequest;
343
341
  const ModifyInstanceParamResponse = models.ModifyInstanceParamResponse;
344
342
  const ColumnPrivilege = models.ColumnPrivilege;
345
343
  const DescribeUploadedFilesResponse = models.DescribeUploadedFilesResponse;
346
- const InitDBInstancesRequest = models.InitDBInstancesRequest;
344
+ const DescribeDBPriceRequest = models.DescribeDBPriceRequest;
347
345
  const CreateBackupResponse = models.CreateBackupResponse;
348
346
  const OpenDBInstanceGTIDRequest = models.OpenDBInstanceGTIDRequest;
349
347
  const OpenDBInstanceEncryptionResponse = models.OpenDBInstanceEncryptionResponse;
@@ -802,6 +800,17 @@ Note: the HTTP response packet will be very large if it contain a single large e
802
800
  this.request("DescribeTables", req, resp, cb);
803
801
  }
804
802
 
803
+ /**
804
+ * This API (DeleteTimeWindow) is used to delete a maintenance time window for a TencentDB instance. After it is deleted, the default maintenance time window will be 03:00-04:00, i.e., switch to a new instance will be performed during 03:00-04:00 by default.
805
+ * @param {DeleteTimeWindowRequest} req
806
+ * @param {function(string, DeleteTimeWindowResponse):void} cb
807
+ * @public
808
+ */
809
+ DeleteTimeWindow(req, cb) {
810
+ let resp = new DeleteTimeWindowResponse();
811
+ this.request("DeleteTimeWindow", req, resp, cb);
812
+ }
813
+
805
814
  /**
806
815
  * This API (DescribeAccountPrivileges) is used to query the information of TencentDB account permissions.
807
816
  * @param {DescribeAccountPrivilegesRequest} req
@@ -1358,17 +1367,6 @@ This is an asynchronous API. You can also use the [DescribeDBInstances](https://
1358
1367
  this.request("CloseCDBProxy", req, resp, cb);
1359
1368
  }
1360
1369
 
1361
- /**
1362
- * This API is used to modify the maximum connections of one or more TencentDB instance accounts.
1363
- * @param {ModifyAccountMaxUserConnectionsRequest} req
1364
- * @param {function(string, ModifyAccountMaxUserConnectionsResponse):void} cb
1365
- * @public
1366
- */
1367
- ModifyAccountMaxUserConnections(req, cb) {
1368
- let resp = new ModifyAccountMaxUserConnectionsResponse();
1369
- this.request("ModifyAccountMaxUserConnections", req, resp, cb);
1370
- }
1371
-
1372
1370
  /**
1373
1371
  * This API (DescribeAsyncRequestInfo) is used to query the async task execution result of a TencentDB instance.
1374
1372
  * @param {DescribeAsyncRequestInfoRequest} req
@@ -1447,18 +1445,16 @@ This is an asynchronous API. You can also use the [DescribeDBInstances](https://
1447
1445
  }
1448
1446
 
1449
1447
  /**
1450
- * 该接口不再维护,参考CreateDBInstance+API文档,在发货时即可完成初始化。
1451
-
1452
- This API was disused. You can refer to the CreateDBInstance API, and initialize the instance when creating it.
1448
+ * This API is used to query the purchase or renewal price of a pay-as-you-go or monthly subscribed TencentDB instance by passing in information such as instance type, purchase duration, number of instances to purchase, memory size, disk size, and AZ. For the price of instance renewal, you can pass in instance name to query.
1453
1449
 
1454
- This API is used to initialize a TencentDB instance, including initial password, default character set, and instance port number. But it is disused and not recommended. You can now set the instance information by using the parameter `Password`, `ParamList`, and `Port` respectively in the `CreateDBInstance` and `CreateDBInstanceHour` APIs.
1455
- * @param {InitDBInstancesRequest} req
1456
- * @param {function(string, InitDBInstancesResponse):void} cb
1450
+ Note: To query prices in a specific region, you need to use the access point of the region. For more information on access points, see <a href="https://www.tencentcloud.com/document/product/236/15832">Service Address</a>. For example, to query prices in Guangzhou, send a request to: cdb.ap-guangzhou.tencentcloudapi.com. Likewise, to query prices in Shanghai, send a request to: cdb.ap-shanghai.tencentcloudapi.com.
1451
+ * @param {DescribeDBPriceRequest} req
1452
+ * @param {function(string, DescribeDBPriceResponse):void} cb
1457
1453
  * @public
1458
1454
  */
1459
- InitDBInstances(req, cb) {
1460
- let resp = new InitDBInstancesResponse();
1461
- this.request("InitDBInstances", req, resp, cb);
1455
+ DescribeDBPrice(req, cb) {
1456
+ let resp = new DescribeDBPriceResponse();
1457
+ this.request("DescribeDBPrice", req, resp, cb);
1462
1458
  }
1463
1459
 
1464
1460
  /**
@@ -1665,19 +1661,6 @@ Note: the HTTP response packet will be very large if it contain a single large s
1665
1661
  this.request("ModifyCdbProxyAddressVipAndVPort", req, resp, cb);
1666
1662
  }
1667
1663
 
1668
- /**
1669
- * This API is used to query the purchase or renewal price of a pay-as-you-go or monthly subscribed TencentDB instance by passing in information such as instance type, purchase duration, number of instances to purchase, memory size, disk size, and AZ. For the price of instance renewal, you can pass in instance name to query.
1670
-
1671
- Note: To query prices in a specific region, you need to use the access point of the region. For more information on access points, see <a href="https://www.tencentcloud.com/document/product/236/15832">Service Address</a>. For example, to query prices in Guangzhou, send a request to: cdb.ap-guangzhou.tencentcloudapi.com. Likewise, to query prices in Shanghai, send a request to: cdb.ap-shanghai.tencentcloudapi.com.
1672
- * @param {DescribeDBPriceRequest} req
1673
- * @param {function(string, DescribeDBPriceResponse):void} cb
1674
- * @public
1675
- */
1676
- DescribeDBPrice(req, cb) {
1677
- let resp = new DescribeDBPriceResponse();
1678
- this.request("DescribeDBPrice", req, resp, cb);
1679
- }
1680
-
1681
1664
  /**
1682
1665
  * The API DescribeDBInstanceLogToCLS is used to query the configurations of sending slow and error logs of an instance (InstanceId) filtered by AppId and Region to Cloud Log Service (CLS).
1683
1666
  * @param {DescribeDBInstanceLogToCLSRequest} req
@@ -1901,14 +1884,14 @@ Note that before enabling public network access, you need to first [initialize t
1901
1884
  }
1902
1885
 
1903
1886
  /**
1904
- * This API (DeleteTimeWindow) is used to delete a maintenance time window for a TencentDB instance. After it is deleted, the default maintenance time window will be 03:00-04:00, i.e., switch to a new instance will be performed during 03:00-04:00 by default.
1905
- * @param {DeleteTimeWindowRequest} req
1906
- * @param {function(string, DeleteTimeWindowResponse):void} cb
1887
+ * This API is used to modify the maximum connections of one or more TencentDB instance accounts.
1888
+ * @param {ModifyAccountMaxUserConnectionsRequest} req
1889
+ * @param {function(string, ModifyAccountMaxUserConnectionsResponse):void} cb
1907
1890
  * @public
1908
1891
  */
1909
- DeleteTimeWindow(req, cb) {
1910
- let resp = new DeleteTimeWindowResponse();
1911
- this.request("DeleteTimeWindow", req, resp, cb);
1892
+ ModifyAccountMaxUserConnections(req, cb) {
1893
+ let resp = new ModifyAccountMaxUserConnectionsResponse();
1894
+ this.request("ModifyAccountMaxUserConnections", req, resp, cb);
1912
1895
  }
1913
1896
 
1914
1897