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 +1 -1
- package/tencentcloud/billing/v20180709/billing_client.js +2 -2
- package/tencentcloud/billing/v20180709/models.js +152 -138
- package/tencentcloud/cfs/v20190719/cfs_client.js +170 -72
- package/tencentcloud/cfs/v20190719/models.js +2535 -1572
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/dts/index.js +1 -1
- package/tencentcloud/teo/index.js +1 -1
package/package.json
CHANGED
|
@@ -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
|
|
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
|
|
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
|