tencentcloud-sdk-nodejs-intl-en 3.0.677 → 3.0.679
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 +1 -1
- package/tencentcloud/billing/v20180709/models.js +14 -6
- package/tencentcloud/cdn/v20180606/cdn_client.js +14 -0
- package/tencentcloud/cdn/v20180606/models.js +698 -86
- package/tencentcloud/ckafka/v20190819/models.js +8 -0
- package/tencentcloud/cls/v20201016/cls_client.js +180 -163
- package/tencentcloud/cls/v20201016/models.js +555 -110
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/v20210527/dbbrain_client.js +27 -0
- package/tencentcloud/dbbrain/v20210527/models.js +327 -0
- package/tencentcloud/dnspod/v20210323/models.js +10 -3
- package/tencentcloud/monitor/v20180724/models.js +110 -3
- package/tencentcloud/monitor/v20180724/monitor_client.js +1 -0
- package/tencentcloud/rum/v20210622/models.js +7 -0
- package/tencentcloud/tcss/v20201101/models.js +50 -1
package/package.json
CHANGED
|
@@ -124,7 +124,7 @@ class BillingClient extends AbstractClient {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
* This API is used to query bill resources summary.
|
|
127
|
+
* This API is used to query bill resources summary.
|
|
128
128
|
* @param {DescribeBillResourceSummaryRequest} req
|
|
129
129
|
* @param {function(string, DescribeBillResourceSummaryResponse):void} cb
|
|
130
130
|
* @public
|
|
@@ -599,7 +599,7 @@ class DescribeBillSummaryByTagRequest extends AbstractModel {
|
|
|
599
599
|
this.EndTime = null;
|
|
600
600
|
|
|
601
601
|
/**
|
|
602
|
-
* Cost allocation tag key
|
|
602
|
+
* Cost allocation tag key, which can be customized.
|
|
603
603
|
* @type {string || null}
|
|
604
604
|
*/
|
|
605
605
|
this.TagKey = null;
|
|
@@ -1851,13 +1851,13 @@ class DescribeVoucherInfoRequest extends AbstractModel {
|
|
|
1851
1851
|
this.VoucherName = null;
|
|
1852
1852
|
|
|
1853
1853
|
/**
|
|
1854
|
-
* The start
|
|
1854
|
+
* The start date of the voucher issuance, such as `2021-01-01`.
|
|
1855
1855
|
* @type {string || null}
|
|
1856
1856
|
*/
|
|
1857
1857
|
this.TimeFrom = null;
|
|
1858
1858
|
|
|
1859
1859
|
/**
|
|
1860
|
-
* The end
|
|
1860
|
+
* The end date of the voucher issuance, such as `2021-01-01`.
|
|
1861
1861
|
* @type {string || null}
|
|
1862
1862
|
*/
|
|
1863
1863
|
this.TimeTo = null;
|
|
@@ -2055,13 +2055,13 @@ class DescribeDosageCosDetailByDateRequest extends AbstractModel {
|
|
|
2055
2055
|
super();
|
|
2056
2056
|
|
|
2057
2057
|
/**
|
|
2058
|
-
* The start date of the usage query
|
|
2058
|
+
* The start date of the usage query, such as `2020-09-01`.
|
|
2059
2059
|
* @type {string || null}
|
|
2060
2060
|
*/
|
|
2061
2061
|
this.StartDate = null;
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
|
-
* The end date of the usage query (end date must be in the same month as the start date)
|
|
2064
|
+
* The end date of the usage query (end date must be in the same month as the start date), such as `2020-09-30`.
|
|
2065
2065
|
* @type {string || null}
|
|
2066
2066
|
*/
|
|
2067
2067
|
this.EndDate = null;
|
|
@@ -2440,6 +2440,13 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
2440
2440
|
*/
|
|
2441
2441
|
this.ProjectId = null;
|
|
2442
2442
|
|
|
2443
|
+
/**
|
|
2444
|
+
* Price attribute
|
|
2445
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
2446
|
+
* @type {Array.<string> || null}
|
|
2447
|
+
*/
|
|
2448
|
+
this.PriceInfo = null;
|
|
2449
|
+
|
|
2443
2450
|
}
|
|
2444
2451
|
|
|
2445
2452
|
/**
|
|
@@ -2489,6 +2496,7 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
2489
2496
|
this.ActionType = 'ActionType' in params ? params.ActionType : null;
|
|
2490
2497
|
this.RegionId = 'RegionId' in params ? params.RegionId : null;
|
|
2491
2498
|
this.ProjectId = 'ProjectId' in params ? params.ProjectId : null;
|
|
2499
|
+
this.PriceInfo = 'PriceInfo' in params ? params.PriceInfo : null;
|
|
2492
2500
|
|
|
2493
2501
|
}
|
|
2494
2502
|
}
|
|
@@ -2848,7 +2856,7 @@ class CosDetailSets extends AbstractModel {
|
|
|
2848
2856
|
this.DosageEndTime = null;
|
|
2849
2857
|
|
|
2850
2858
|
/**
|
|
2851
|
-
*
|
|
2859
|
+
* Subproduct name
|
|
2852
2860
|
* @type {string || null}
|
|
2853
2861
|
*/
|
|
2854
2862
|
this.SubProductCodeName = null;
|
|
@@ -22,6 +22,7 @@ const AdvanceHttps = models.AdvanceHttps;
|
|
|
22
22
|
const Revalidate = models.Revalidate;
|
|
23
23
|
const ResourceData = models.ResourceData;
|
|
24
24
|
const UrlRecord = models.UrlRecord;
|
|
25
|
+
const OthersPrivateAccess = models.OthersPrivateAccess;
|
|
25
26
|
const DescribePushQuotaResponse = models.DescribePushQuotaResponse;
|
|
26
27
|
const DescribePurgeQuotaResponse = models.DescribePurgeQuotaResponse;
|
|
27
28
|
const ScdnSevenLayerRules = models.ScdnSevenLayerRules;
|
|
@@ -92,6 +93,7 @@ const EnableClsLogTopicResponse = models.EnableClsLogTopicResponse;
|
|
|
92
93
|
const ListClsLogTopicsResponse = models.ListClsLogTopicsResponse;
|
|
93
94
|
const RemoteAuthenticationRule = models.RemoteAuthenticationRule;
|
|
94
95
|
const OverseaConfig = models.OverseaConfig;
|
|
96
|
+
const AddCdnDomainRequest = models.AddCdnDomainRequest;
|
|
95
97
|
const UserAgentFilterRule = models.UserAgentFilterRule;
|
|
96
98
|
const UpdateDomainConfigRequest = models.UpdateDomainConfigRequest;
|
|
97
99
|
const Tag = models.Tag;
|
|
@@ -119,6 +121,7 @@ const OriginAuthenticationTypeA = models.OriginAuthenticationTypeA;
|
|
|
119
121
|
const DescribePushTasksResponse = models.DescribePushTasksResponse;
|
|
120
122
|
const ResourceOriginData = models.ResourceOriginData;
|
|
121
123
|
const IpStatus = models.IpStatus;
|
|
124
|
+
const AddCdnDomainResponse = models.AddCdnDomainResponse;
|
|
122
125
|
const DomainAreaConfig = models.DomainAreaConfig;
|
|
123
126
|
const ServerCert = models.ServerCert;
|
|
124
127
|
const AccessControlRule = models.AccessControlRule;
|
|
@@ -350,6 +353,17 @@ class CdnClient extends AbstractClient {
|
|
|
350
353
|
this.request("DescribeDomainsConfig", req, resp, cb);
|
|
351
354
|
}
|
|
352
355
|
|
|
356
|
+
/**
|
|
357
|
+
* This API is used to add a CDN acceleration domain name. Up to 100 domain names can be added per minute.
|
|
358
|
+
* @param {AddCdnDomainRequest} req
|
|
359
|
+
* @param {function(string, AddCdnDomainResponse):void} cb
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
AddCdnDomain(req, cb) {
|
|
363
|
+
let resp = new AddCdnDomainResponse();
|
|
364
|
+
this.request("AddCdnDomain", req, resp, cb);
|
|
365
|
+
}
|
|
366
|
+
|
|
353
367
|
/**
|
|
354
368
|
* This API (DescribeIpVisit) is used to query the number of users who remain active for 5 minutes and the detailed number of daily active users.
|
|
355
369
|
|