tencentcloud-sdk-nodejs-intl-en 3.0.983 → 3.0.984
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.984";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -625,7 +625,7 @@ class DescribeTablesResponse extends AbstractModel {
|
|
|
625
625
|
this.TableInfos = null;
|
|
626
626
|
|
|
627
627
|
/**
|
|
628
|
-
* The unique request ID,
|
|
628
|
+
* 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.
|
|
629
629
|
* @type {string || null}
|
|
630
630
|
*/
|
|
631
631
|
this.RequestId = null;
|
|
@@ -6048,7 +6048,7 @@ class DescribeTablesRequest extends AbstractModel {
|
|
|
6048
6048
|
this.TableGroupIds = null;
|
|
6049
6049
|
|
|
6050
6050
|
/**
|
|
6051
|
-
* Information list of tables to be
|
|
6051
|
+
* Information list of tables to be queried. If you need to filter the tables, use the`Filter` parameter.
|
|
6052
6052
|
* @type {Array.<SelectedTableInfoNew> || null}
|
|
6053
6053
|
*/
|
|
6054
6054
|
this.SelectedTables = null;
|