tencentcloud-sdk-nodejs-intl-en 3.0.466 → 3.0.469

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.466",
3
+ "version": "3.0.469",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -58,7 +58,7 @@ const CompressionRule = models.CompressionRule;
58
58
  const GuetzliAdapter = models.GuetzliAdapter;
59
59
  const UpdateScdnDomainResponse = models.UpdateScdnDomainResponse;
60
60
  const Origin = models.Origin;
61
- const DescribeDomainsConfigRequest = models.DescribeDomainsConfigRequest;
61
+ const AdvancedAuthenticationTypeF = models.AdvancedAuthenticationTypeF;
62
62
  const TopData = models.TopData;
63
63
  const EnableCachesRequest = models.EnableCachesRequest;
64
64
  const Quota = models.Quota;
@@ -89,7 +89,6 @@ const DescribeIpVisitResponse = models.DescribeIpVisitResponse;
89
89
  const EnableClsLogTopicResponse = models.EnableClsLogTopicResponse;
90
90
  const ListClsLogTopicsResponse = models.ListClsLogTopicsResponse;
91
91
  const OverseaConfig = models.OverseaConfig;
92
- const AddCdnDomainRequest = models.AddCdnDomainRequest;
93
92
  const UserAgentFilterRule = models.UserAgentFilterRule;
94
93
  const UpdateDomainConfigRequest = models.UpdateDomainConfigRequest;
95
94
  const Tag = models.Tag;
@@ -97,7 +96,7 @@ const CacheConfigFollowOrigin = models.CacheConfigFollowOrigin;
97
96
  const MaxAgeRule = models.MaxAgeRule;
98
97
  const AdvancedAuthenticationTypeE = models.AdvancedAuthenticationTypeE;
99
98
  const DescribeCertDomainsRequest = models.DescribeCertDomainsRequest;
100
- const AdvancedAuthenticationTypeF = models.AdvancedAuthenticationTypeF;
99
+ const DescribeDomainsConfigRequest = models.DescribeDomainsConfigRequest;
101
100
  const AdvancedAuthenticationTypeA = models.AdvancedAuthenticationTypeA;
102
101
  const AdvancedCache = models.AdvancedCache;
103
102
  const AdvancedAuthenticationTypeC = models.AdvancedAuthenticationTypeC;
@@ -117,13 +116,12 @@ const OriginAuthenticationTypeA = models.OriginAuthenticationTypeA;
117
116
  const DescribePushTasksResponse = models.DescribePushTasksResponse;
118
117
  const ResourceOriginData = models.ResourceOriginData;
119
118
  const IpStatus = models.IpStatus;
120
- const AddCdnDomainResponse = models.AddCdnDomainResponse;
121
119
  const DomainAreaConfig = models.DomainAreaConfig;
122
120
  const ServerCert = models.ServerCert;
123
121
  const AccessControlRule = models.AccessControlRule;
124
122
  const HttpHeaderPathRule = models.HttpHeaderPathRule;
125
123
  const DisableCachesRequest = models.DisableCachesRequest;
126
- const ScdnAclRule = models.ScdnAclRule;
124
+ const AddCLSTopicDomainsResponse = models.AddCLSTopicDomainsResponse;
127
125
  const SimpleCacheRule = models.SimpleCacheRule;
128
126
  const DisableClsLogTopicResponse = models.DisableClsLogTopicResponse;
129
127
  const Hsts = models.Hsts;
@@ -138,6 +136,7 @@ const SummarizedData = models.SummarizedData;
138
136
  const UpdateScdnDomainRequest = models.UpdateScdnDomainRequest;
139
137
  const UpdatePayTypeRequest = models.UpdatePayTypeRequest;
140
138
  const ManageClsTopicDomainsRequest = models.ManageClsTopicDomainsRequest;
139
+ const AddCLSTopicDomainsRequest = models.AddCLSTopicDomainsRequest;
141
140
  const ScdnWafConfig = models.ScdnWafConfig;
142
141
  const CreateScdnFailedLogTaskRequest = models.CreateScdnFailedLogTaskRequest;
143
142
  const Cache = models.Cache;
@@ -251,6 +250,7 @@ const DescribeDomainsRequest = models.DescribeDomainsRequest;
251
250
  const OfflineCache = models.OfflineCache;
252
251
  const UrlRedirectRule = models.UrlRedirectRule;
253
252
  const IpFilterPathRule = models.IpFilterPathRule;
253
+ const ScdnAclRule = models.ScdnAclRule;
254
254
 
255
255
 
256
256
  /**
@@ -263,6 +263,17 @@ class CdnClient extends AbstractClient {
263
263
  super("cdn.tencentcloudapi.com", "2018-06-06", credential, region, profile);
264
264
  }
265
265
 
266
+ /**
267
+ * This API is used to add one or more domains to a specified log topic.
268
+ * @param {AddCLSTopicDomainsRequest} req
269
+ * @param {function(string, AddCLSTopicDomainsResponse):void} cb
270
+ * @public
271
+ */
272
+ AddCLSTopicDomains(req, cb) {
273
+ let resp = new AddCLSTopicDomainsResponse();
274
+ this.request("AddCLSTopicDomains", req, resp, cb);
275
+ }
276
+
266
277
  /**
267
278
  * This API is used to query the status of the edge nodes and intermediate nodes. Note: Edge nodes are only available for beta users now.
268
279
 
@@ -331,17 +342,6 @@ class CdnClient extends AbstractClient {
331
342
  this.request("DescribeDomainsConfig", req, resp, cb);
332
343
  }
333
344
 
334
- /**
335
- * This API is used to add a CDN acceleration domain name.
336
- * @param {AddCdnDomainRequest} req
337
- * @param {function(string, AddCdnDomainResponse):void} cb
338
- * @public
339
- */
340
- AddCdnDomain(req, cb) {
341
- let resp = new AddCdnDomainResponse();
342
- this.request("AddCdnDomain", req, resp, cb);
343
- }
344
-
345
345
  /**
346
346
  * 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.
347
347
 
@@ -357,7 +357,7 @@ class CdnClient extends AbstractClient {
357
357
  }
358
358
 
359
359
  /**
360
- * This API (DescribeCdnData) is used to query CDN real-time access monitoring data and supports the following metrics:
360
+ * This API is used to query CDN real-time access monitoring data and supports the following metrics:
361
361
 
362
362
  + Traffic (in bytes)
363
363
  + Bandwidth (in bps)
@@ -488,7 +488,7 @@ Note: only data from the last 90 days will be queried.
488
488
  }
489
489
 
490
490
  /**
491
- * This API (DescribeOriginData) is used to query CDN real-time origin-pull monitoring data and supports the following metrics:
491
+ * This API is used to query CDN real-time origin-pull monitoring data and supports the following metrics:
492
492
 
493
493
  + Origin-pull traffic (in bytes)
494
494
  + Origin-pull bandwidth (in bps)