tencentcloud-sdk-nodejs-intl-en 3.0.1406 → 3.0.1407
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.1407";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -3554,7 +3554,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3554
3554
|
this.Zone = null;
|
|
3555
3555
|
|
|
3556
3556
|
/**
|
|
3557
|
-
* Billing mode. Valid value: `1` (monthly subscription).
|
|
3557
|
+
* Billing mode. Valid value: `1` (yearly/monthly subscription).
|
|
3558
3558
|
* @type {number || null}
|
|
3559
3559
|
*/
|
|
3560
3560
|
this.InstanceChargeType = null;
|
|
@@ -20075,7 +20075,7 @@ class DescribeGrafanaInstancesResponse extends AbstractModel {
|
|
|
20075
20075
|
this.Instances = null;
|
|
20076
20076
|
|
|
20077
20077
|
/**
|
|
20078
|
-
* The unique request ID,
|
|
20078
|
+
* 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.
|
|
20079
20079
|
* @type {string || null}
|
|
20080
20080
|
*/
|
|
20081
20081
|
this.RequestId = null;
|