tencentcloud-sdk-nodejs-intl-en 3.0.721 → 3.0.723

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.721",
3
+ "version": "3.0.723",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -107,7 +107,7 @@ class BillingClient extends AbstractClient {
107
107
 
108
108
  /**
109
109
  * This API is used to get bill details.
110
- Notes: 1. The API request may fail due to network instability or other exceptions. In this case, we recommend you manually retry the request when the API request fails. 2. If the volume of your bill data is high (for example, if over 200 thousand bill entries are generated for a month), bill data query via APIs may be slow. We recommend you enable bill storage so that you can obtain bill files from COS buckets for analysis. For details, see [Saving Bills to COS](https://intl.cloud.tencent.com/document/product/555/61275?from_cn_redirect=1).
110
+ Notes: 1. The API request may fail due to network instability or other network exceptions. In this case, we recommend you manually retry the request when the API request fails. 2. If the volume of your bill data is high (for example, if over 200 thousand bill entries are generated for a month), querying bill data via APIs may be slow. We recommend you enable bill storage so that you can obtain bill files from COS buckets for analysis. For details, see [Saving Bills to COS](https://intl.cloud.tencent.com/document/product/555/61275?from_cn_redirect=1).
111
111
  * @param {DescribeBillDetailRequest} req
112
112
  * @param {function(string, DescribeBillDetailResponse):void} cb
113
113
  * @public
@@ -118,7 +118,7 @@ Notes: 1. The API request may fail due to network instability or other exception
118
118
  }
119
119
 
120
120
  /**
121
- * This API is used to get bill details by product, project, region, billing mode, and tag through passing in parameters.
121
+ * This API is used to get bill details by product, project, region, billing mode, and tag by passing in parameters.
122
122
  * @param {DescribeBillSummaryRequest} req
123
123
  * @param {function(string, DescribeBillSummaryResponse):void} cb
124
124
  * @public