tencentcloud-sdk-nodejs-intl-en 3.0.1385 → 3.0.1387
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/cdn/v20180606/cdn_client.js +40 -109
- package/tencentcloud/cdn/v20180606/models.js +468 -2283
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/sqlserver/v20180328/models.js +627 -9
- package/tencentcloud/sqlserver/v20180328/sqlserver_client.js +110 -18
- package/tencentcloud/trtc/v20190722/models.js +34 -13
package/package.json
CHANGED
|
@@ -21,11 +21,10 @@ const AdvancedAuthentication = models.AdvancedAuthentication;
|
|
|
21
21
|
const AdvanceHttps = models.AdvanceHttps;
|
|
22
22
|
const Revalidate = models.Revalidate;
|
|
23
23
|
const ResourceData = models.ResourceData;
|
|
24
|
-
const
|
|
24
|
+
const UserAgentFilter = models.UserAgentFilter;
|
|
25
25
|
const OthersPrivateAccess = models.OthersPrivateAccess;
|
|
26
26
|
const DescribePushQuotaResponse = models.DescribePushQuotaResponse;
|
|
27
27
|
const DescribePurgeQuotaResponse = models.DescribePurgeQuotaResponse;
|
|
28
|
-
const ScdnSevenLayerRules = models.ScdnSevenLayerRules;
|
|
29
28
|
const Authentication = models.Authentication;
|
|
30
29
|
const ImageOptimization = models.ImageOptimization;
|
|
31
30
|
const Https = models.Https;
|
|
@@ -37,19 +36,17 @@ const MaxAgeCodeRule = models.MaxAgeCodeRule;
|
|
|
37
36
|
const Compression = models.Compression;
|
|
38
37
|
const PurgePathCacheResponse = models.PurgePathCacheResponse;
|
|
39
38
|
const DomainFilter = models.DomainFilter;
|
|
40
|
-
const DescribeCdnOriginIpResponse = models.DescribeCdnOriginIpResponse;
|
|
41
39
|
const ParamFilter = models.ParamFilter;
|
|
42
40
|
const SpecificConfig = models.SpecificConfig;
|
|
43
41
|
const FollowRedirect = models.FollowRedirect;
|
|
44
42
|
const RequestHeader = models.RequestHeader;
|
|
45
43
|
const DescribePurgeQuotaRequest = models.DescribePurgeQuotaRequest;
|
|
46
44
|
const Referer = models.Referer;
|
|
47
|
-
const PostSize = models.PostSize;
|
|
48
45
|
const DescribeCdnDataResponse = models.DescribeCdnDataResponse;
|
|
49
46
|
const EnableClsLogTopicRequest = models.EnableClsLogTopicRequest;
|
|
50
47
|
const CacheConfigNoCache = models.CacheConfigNoCache;
|
|
51
48
|
const OriginCombine = models.OriginCombine;
|
|
52
|
-
const
|
|
49
|
+
const DescribeCdnOriginIpResponse = models.DescribeCdnOriginIpResponse;
|
|
53
50
|
const DescribePayTypeResponse = models.DescribePayTypeResponse;
|
|
54
51
|
const PathRule = models.PathRule;
|
|
55
52
|
const ListTopDataRequest = models.ListTopDataRequest;
|
|
@@ -60,22 +57,17 @@ const AdvancedAuthenticationTypeD = models.AdvancedAuthenticationTypeD;
|
|
|
60
57
|
const CompressionRule = models.CompressionRule;
|
|
61
58
|
const RedirectConfig = models.RedirectConfig;
|
|
62
59
|
const GuetzliAdapter = models.GuetzliAdapter;
|
|
63
|
-
const UpdateScdnDomainResponse = models.UpdateScdnDomainResponse;
|
|
64
60
|
const Origin = models.Origin;
|
|
65
61
|
const AdvancedAuthenticationTypeF = models.AdvancedAuthenticationTypeF;
|
|
66
62
|
const TopData = models.TopData;
|
|
67
|
-
const EnableCachesRequest = models.EnableCachesRequest;
|
|
68
63
|
const Quota = models.Quota;
|
|
69
64
|
const HeaderKey = models.HeaderKey;
|
|
70
65
|
const DescribeBillingDataRequest = models.DescribeBillingDataRequest;
|
|
71
66
|
const SimpleCache = models.SimpleCache;
|
|
72
67
|
const DeleteClsLogTopicRequest = models.DeleteClsLogTopicRequest;
|
|
73
|
-
const UserAgentFilter = models.UserAgentFilter;
|
|
74
|
-
const ModifyDomainConfigRequest = models.ModifyDomainConfigRequest;
|
|
75
68
|
const DescribeCdnOriginIpRequest = models.DescribeCdnOriginIpRequest;
|
|
76
69
|
const UpdatePayTypeResponse = models.UpdatePayTypeResponse;
|
|
77
70
|
const TopicInfo = models.TopicInfo;
|
|
78
|
-
const AdvancedCCRules = models.AdvancedCCRules;
|
|
79
71
|
const DescribeDomainsConfigResponse = models.DescribeDomainsConfigResponse;
|
|
80
72
|
const BriefDomain = models.BriefDomain;
|
|
81
73
|
const TimestampData = models.TimestampData;
|
|
@@ -85,10 +77,9 @@ const DescribeReportDataResponse = models.DescribeReportDataResponse;
|
|
|
85
77
|
const DisableClsLogTopicRequest = models.DisableClsLogTopicRequest;
|
|
86
78
|
const RuleCacheConfig = models.RuleCacheConfig;
|
|
87
79
|
const ListClsTopicDomainsResponse = models.ListClsTopicDomainsResponse;
|
|
88
|
-
const
|
|
80
|
+
const HttpsBilling = models.HttpsBilling;
|
|
89
81
|
const DescribeCdnIpRequest = models.DescribeCdnIpRequest;
|
|
90
82
|
const Ipv6 = models.Ipv6;
|
|
91
|
-
const WafSubRuleStatus = models.WafSubRuleStatus;
|
|
92
83
|
const FilterRules = models.FilterRules;
|
|
93
84
|
const StatusCodeCache = models.StatusCodeCache;
|
|
94
85
|
const DescribeIpVisitResponse = models.DescribeIpVisitResponse;
|
|
@@ -99,7 +90,7 @@ const OverseaConfig = models.OverseaConfig;
|
|
|
99
90
|
const AddCdnDomainRequest = models.AddCdnDomainRequest;
|
|
100
91
|
const UserAgentFilterRule = models.UserAgentFilterRule;
|
|
101
92
|
const UpdateDomainConfigRequest = models.UpdateDomainConfigRequest;
|
|
102
|
-
const
|
|
93
|
+
const ShareCname = models.ShareCname;
|
|
103
94
|
const CacheConfigFollowOrigin = models.CacheConfigFollowOrigin;
|
|
104
95
|
const MaxAgeRule = models.MaxAgeRule;
|
|
105
96
|
const AdvancedAuthenticationTypeE = models.AdvancedAuthenticationTypeE;
|
|
@@ -115,11 +106,12 @@ const QnPrivateAccess = models.QnPrivateAccess;
|
|
|
115
106
|
const WebSocket = models.WebSocket;
|
|
116
107
|
const MapInfo = models.MapInfo;
|
|
117
108
|
const DescribeCertDomainsResponse = models.DescribeCertDomainsResponse;
|
|
118
|
-
const
|
|
109
|
+
const DuplicateDomainConfigRequest = models.DuplicateDomainConfigRequest;
|
|
119
110
|
const AuthenticationTypeD = models.AuthenticationTypeD;
|
|
120
111
|
const AuthenticationTypeC = models.AuthenticationTypeC;
|
|
121
112
|
const AuthenticationTypeB = models.AuthenticationTypeB;
|
|
122
113
|
const AuthenticationTypeA = models.AuthenticationTypeA;
|
|
114
|
+
const ResponseHeader = models.ResponseHeader;
|
|
123
115
|
const OriginAuthenticationTypeA = models.OriginAuthenticationTypeA;
|
|
124
116
|
const DescribePushTasksResponse = models.DescribePushTasksResponse;
|
|
125
117
|
const ResourceOriginData = models.ResourceOriginData;
|
|
@@ -129,26 +121,21 @@ const DomainAreaConfig = models.DomainAreaConfig;
|
|
|
129
121
|
const ServerCert = models.ServerCert;
|
|
130
122
|
const AccessControlRule = models.AccessControlRule;
|
|
131
123
|
const HttpHeaderPathRule = models.HttpHeaderPathRule;
|
|
132
|
-
const DisableCachesRequest = models.DisableCachesRequest;
|
|
133
124
|
const AddCLSTopicDomainsResponse = models.AddCLSTopicDomainsResponse;
|
|
134
125
|
const SimpleCacheRule = models.SimpleCacheRule;
|
|
135
126
|
const DisableClsLogTopicResponse = models.DisableClsLogTopicResponse;
|
|
136
|
-
const Hsts = models.Hsts;
|
|
137
127
|
const DescribeIpStatusRequest = models.DescribeIpStatusRequest;
|
|
138
128
|
const DetailDomain = models.DetailDomain;
|
|
139
129
|
const RuleEngine = models.RuleEngine;
|
|
140
|
-
const GetDisableRecordsResponse = models.GetDisableRecordsResponse;
|
|
141
130
|
const Ipv6Access = models.Ipv6Access;
|
|
142
131
|
const HeuristicCache = models.HeuristicCache;
|
|
143
|
-
const
|
|
132
|
+
const DuplicateDomainConfigResponse = models.DuplicateDomainConfigResponse;
|
|
144
133
|
const CdnIpHistory = models.CdnIpHistory;
|
|
145
134
|
const SummarizedData = models.SummarizedData;
|
|
146
|
-
const UpdateScdnDomainRequest = models.UpdateScdnDomainRequest;
|
|
147
|
-
const UpdatePayTypeRequest = models.UpdatePayTypeRequest;
|
|
148
135
|
const ManageClsTopicDomainsRequest = models.ManageClsTopicDomainsRequest;
|
|
149
136
|
const AddCLSTopicDomainsRequest = models.AddCLSTopicDomainsRequest;
|
|
150
|
-
const
|
|
151
|
-
const
|
|
137
|
+
const UrlRedirectRule = models.UrlRedirectRule;
|
|
138
|
+
const PostSize = models.PostSize;
|
|
152
139
|
const Cache = models.Cache;
|
|
153
140
|
const ForceRedirect = models.ForceRedirect;
|
|
154
141
|
const DescribeOriginDataRequest = models.DescribeOriginDataRequest;
|
|
@@ -162,29 +149,22 @@ const DescribeReportDataRequest = models.DescribeReportDataRequest;
|
|
|
162
149
|
const DescribePushTasksRequest = models.DescribePushTasksRequest;
|
|
163
150
|
const DescribeUrlViolationsRequest = models.DescribeUrlViolationsRequest;
|
|
164
151
|
const RefererRule = models.RefererRule;
|
|
165
|
-
const ScdnCCRules = models.ScdnCCRules;
|
|
166
152
|
const IpFreqLimit = models.IpFreqLimit;
|
|
167
153
|
const CreateClsLogTopicRequest = models.CreateClsLogTopicRequest;
|
|
168
|
-
const
|
|
154
|
+
const Hsts = models.Hsts;
|
|
169
155
|
const OriginSni = models.OriginSni;
|
|
170
156
|
const StopCdnDomainRequest = models.StopCdnDomainRequest;
|
|
171
157
|
const DescribeMapInfoResponse = models.DescribeMapInfoResponse;
|
|
172
158
|
const DescribeMapInfoRequest = models.DescribeMapInfoRequest;
|
|
173
|
-
const EnableCachesResponse = models.EnableCachesResponse;
|
|
174
159
|
const RuleQueryString = models.RuleQueryString;
|
|
175
|
-
const AdvancedScdnAclRule = models.AdvancedScdnAclRule;
|
|
176
160
|
const DescribeIpVisitRequest = models.DescribeIpVisitRequest;
|
|
177
161
|
const HttpHeaderRule = models.HttpHeaderRule;
|
|
178
162
|
const StatusCodeCacheRule = models.StatusCodeCacheRule;
|
|
179
163
|
const ClientCert = models.ClientCert;
|
|
180
|
-
const ScdnConfig = models.ScdnConfig;
|
|
181
164
|
const DomainLog = models.DomainLog;
|
|
182
|
-
const GetDisableRecordsRequest = models.GetDisableRecordsRequest;
|
|
183
165
|
const PurgeUrlsCacheResponse = models.PurgeUrlsCacheResponse;
|
|
184
|
-
const BotJavaScript = models.BotJavaScript;
|
|
185
166
|
const DeleteClsLogTopicResponse = models.DeleteClsLogTopicResponse;
|
|
186
167
|
const DescribeBillingDataResponse = models.DescribeBillingDataResponse;
|
|
187
|
-
const DisableCachesResponse = models.DisableCachesResponse;
|
|
188
168
|
const SchemeKey = models.SchemeKey;
|
|
189
169
|
const StatisticItem = models.StatisticItem;
|
|
190
170
|
const RangeOriginPullRule = models.RangeOriginPullRule;
|
|
@@ -192,7 +172,6 @@ const DescribeCdnIpResponse = models.DescribeCdnIpResponse;
|
|
|
192
172
|
const AdvanceCacheRule = models.AdvanceCacheRule;
|
|
193
173
|
const DescribeIpStatusResponse = models.DescribeIpStatusResponse;
|
|
194
174
|
const AccessControl = models.AccessControl;
|
|
195
|
-
const ScdnErrorPage = models.ScdnErrorPage;
|
|
196
175
|
const CacheKey = models.CacheKey;
|
|
197
176
|
const UrlRedirect = models.UrlRedirect;
|
|
198
177
|
const DownstreamCapping = models.DownstreamCapping;
|
|
@@ -201,7 +180,7 @@ const RemoteAuthentication = models.RemoteAuthentication;
|
|
|
201
180
|
const KeyRule = models.KeyRule;
|
|
202
181
|
const ParamFilterRule = models.ParamFilterRule;
|
|
203
182
|
const CappingRule = models.CappingRule;
|
|
204
|
-
const
|
|
183
|
+
const PushTask = models.PushTask;
|
|
205
184
|
const AutoGuard = models.AutoGuard;
|
|
206
185
|
const ListClsLogTopicsRequest = models.ListClsLogTopicsRequest;
|
|
207
186
|
const Seo = models.Seo;
|
|
@@ -210,12 +189,12 @@ const ClsLogObject = models.ClsLogObject;
|
|
|
210
189
|
const RegionMapRelation = models.RegionMapRelation;
|
|
211
190
|
const PurgePathCacheRequest = models.PurgePathCacheRequest;
|
|
212
191
|
const ModifyDomainConfigResponse = models.ModifyDomainConfigResponse;
|
|
213
|
-
const
|
|
192
|
+
const Quic = models.Quic;
|
|
214
193
|
const CdnData = models.CdnData;
|
|
215
194
|
const PurgeUrlsCacheRequest = models.PurgeUrlsCacheRequest;
|
|
216
195
|
const OriginPullOptimization = models.OriginPullOptimization;
|
|
217
196
|
const ErrorPage = models.ErrorPage;
|
|
218
|
-
const
|
|
197
|
+
const DeleteCdnDomainRequest = models.DeleteCdnDomainRequest;
|
|
219
198
|
const ReportData = models.ReportData;
|
|
220
199
|
const StartCdnDomainResponse = models.StartCdnDomainResponse;
|
|
221
200
|
const DescribePushQuotaRequest = models.DescribePushQuotaRequest;
|
|
@@ -238,18 +217,15 @@ const SecurityConfig = models.SecurityConfig;
|
|
|
238
217
|
const SearchClsLogRequest = models.SearchClsLogRequest;
|
|
239
218
|
const AdvanceConfig = models.AdvanceConfig;
|
|
240
219
|
const AwsPrivateAccess = models.AwsPrivateAccess;
|
|
241
|
-
const
|
|
220
|
+
const ManageClsTopicDomainsResponse = models.ManageClsTopicDomainsResponse;
|
|
242
221
|
const VideoSeek = models.VideoSeek;
|
|
243
222
|
const Compatibility = models.Compatibility;
|
|
244
|
-
const
|
|
245
|
-
const
|
|
246
|
-
const ScdnAclGroup = models.ScdnAclGroup;
|
|
247
|
-
const ScdnWafRule = models.ScdnWafRule;
|
|
223
|
+
const ModifyDomainConfigRequest = models.ModifyDomainConfigRequest;
|
|
224
|
+
const Tag = models.Tag;
|
|
248
225
|
const ClsSearchLogs = models.ClsSearchLogs;
|
|
249
226
|
const DescribeUrlViolationsResponse = models.DescribeUrlViolationsResponse;
|
|
250
227
|
const IpFilter = models.IpFilter;
|
|
251
|
-
const
|
|
252
|
-
const ScdnDdosConfig = models.ScdnDdosConfig;
|
|
228
|
+
const UpdatePayTypeRequest = models.UpdatePayTypeRequest;
|
|
253
229
|
const DescribePurgeTasksResponse = models.DescribePurgeTasksResponse;
|
|
254
230
|
const OriginAuthentication = models.OriginAuthentication;
|
|
255
231
|
const ErrorPageRule = models.ErrorPageRule;
|
|
@@ -262,13 +238,10 @@ const CdnIp = models.CdnIp;
|
|
|
262
238
|
const DescribeCdnDataRequest = models.DescribeCdnDataRequest;
|
|
263
239
|
const ExtraLogset = models.ExtraLogset;
|
|
264
240
|
const CacheTagKey = models.CacheTagKey;
|
|
265
|
-
const Quic = models.Quic;
|
|
266
241
|
const DescribeDomainsRequest = models.DescribeDomainsRequest;
|
|
267
242
|
const OfflineCache = models.OfflineCache;
|
|
268
|
-
const UrlRedirectRule = models.UrlRedirectRule;
|
|
269
243
|
const HTTPHeader = models.HTTPHeader;
|
|
270
244
|
const IpFilterPathRule = models.IpFilterPathRule;
|
|
271
|
-
const ScdnAclRule = models.ScdnAclRule;
|
|
272
245
|
|
|
273
246
|
|
|
274
247
|
/**
|
|
@@ -423,17 +396,6 @@ If you have migrated your ECDN service to CDN, you can use the [DescribeIpStatus
|
|
|
423
396
|
this.request("DescribeCdnData", req, resp, cb);
|
|
424
397
|
}
|
|
425
398
|
|
|
426
|
-
/**
|
|
427
|
-
* This API is used to block access to a specific URL on CDN. When a URL is blocked, error 403 will be returned for requests from the Chinese mainland. URL blocking is not permanent. Note that this API is only available to beta users now.
|
|
428
|
-
* @param {DisableCachesRequest} req
|
|
429
|
-
* @param {function(string, DisableCachesResponse):void} cb
|
|
430
|
-
* @public
|
|
431
|
-
*/
|
|
432
|
-
DisableCaches(req, cb) {
|
|
433
|
-
let resp = new DisableCachesResponse();
|
|
434
|
-
this.request("DisableCaches", req, resp, cb);
|
|
435
|
-
}
|
|
436
|
-
|
|
437
399
|
/**
|
|
438
400
|
* This API is used to query the basic configuration information of CDN acceleration domain names (inside and outside mainland China), including the project ID, service status, service type, creation time, and update time, etc.
|
|
439
401
|
* @param {DescribeDomainsRequest} req
|
|
@@ -468,15 +430,14 @@ If you have migrated your ECDN service to CDN, you can use the [DescribeIpStatus
|
|
|
468
430
|
}
|
|
469
431
|
|
|
470
432
|
/**
|
|
471
|
-
* This API is used to
|
|
472
|
-
|
|
473
|
-
* @param {
|
|
474
|
-
* @param {function(string, StopCdnDomainResponse):void} cb
|
|
433
|
+
* This API is used to copy the configuration of a reference domain to a new domain name. Self-owned certificates and customization options are not currently supported.
|
|
434
|
+
* @param {DuplicateDomainConfigRequest} req
|
|
435
|
+
* @param {function(string, DuplicateDomainConfigResponse):void} cb
|
|
475
436
|
* @public
|
|
476
437
|
*/
|
|
477
|
-
|
|
478
|
-
let resp = new
|
|
479
|
-
this.request("
|
|
438
|
+
DuplicateDomainConfig(req, cb) {
|
|
439
|
+
let resp = new DuplicateDomainConfigResponse();
|
|
440
|
+
this.request("DuplicateDomainConfig", req, resp, cb);
|
|
480
441
|
}
|
|
481
442
|
|
|
482
443
|
/**
|
|
@@ -490,17 +451,6 @@ Note: after the acceleration service has been suspended, requests to the cache n
|
|
|
490
451
|
this.request("DescribePurgeQuota", req, resp, cb);
|
|
491
452
|
}
|
|
492
453
|
|
|
493
|
-
/**
|
|
494
|
-
* This API is used to modify security configurations of SCDN acceleration domain names.
|
|
495
|
-
* @param {UpdateScdnDomainRequest} req
|
|
496
|
-
* @param {function(string, UpdateScdnDomainResponse):void} cb
|
|
497
|
-
* @public
|
|
498
|
-
*/
|
|
499
|
-
UpdateScdnDomain(req, cb) {
|
|
500
|
-
let resp = new UpdateScdnDomainResponse();
|
|
501
|
-
this.request("UpdateScdnDomain", req, resp, cb);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
454
|
/**
|
|
505
455
|
* This API is used to search for CLS logs. Search filters can be set to today, 24 hours (one of the last 7 days), and the last 7 days.
|
|
506
456
|
* @param {SearchClsLogRequest} req
|
|
@@ -512,6 +462,18 @@ Note: after the acceleration service has been suspended, requests to the cache n
|
|
|
512
462
|
this.request("SearchClsLog", req, resp, cb);
|
|
513
463
|
}
|
|
514
464
|
|
|
465
|
+
/**
|
|
466
|
+
* This API is used to suspend the acceleration service for a domain name.
|
|
467
|
+
Note: after the acceleration service has been suspended, requests to the cache node will return a 404 error. In order to avoid impact to your business, please move the domain name to another service before suspending the acceleration service.
|
|
468
|
+
* @param {StopCdnDomainRequest} req
|
|
469
|
+
* @param {function(string, StopCdnDomainResponse):void} cb
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
StopCdnDomain(req, cb) {
|
|
473
|
+
let resp = new StopCdnDomainResponse();
|
|
474
|
+
this.request("StopCdnDomain", req, resp, cb);
|
|
475
|
+
}
|
|
476
|
+
|
|
515
477
|
/**
|
|
516
478
|
* This API is used to list data sorted the following ways by using different combinations of the Metric and Filter input parameters:
|
|
517
479
|
|
|
@@ -554,6 +516,7 @@ Note: only data from the last 90 days will be queried.
|
|
|
554
516
|
|
|
555
517
|
/**
|
|
556
518
|
* This API is used to query CDN IP ownership.
|
|
519
|
+
This API is used to create and bind a policy. (Note: The API request frequency limit follows CDN's restriction: 200 requests/10 minutes).
|
|
557
520
|
* @param {DescribeCdnIpRequest} req
|
|
558
521
|
* @param {function(string, DescribeCdnIpResponse):void} cb
|
|
559
522
|
* @public
|
|
@@ -576,8 +539,8 @@ By default, a maximum of 100 directories can be purged per day for acceleration
|
|
|
576
539
|
}
|
|
577
540
|
|
|
578
541
|
/**
|
|
579
|
-
* This API is used to query the list
|
|
580
|
-
|
|
542
|
+
* This API is used to query the URL list with domain violations detected by the CDN system scan and their status.
|
|
543
|
+
This API is used to correspond to the content compliant webpage in the CDN console.
|
|
581
544
|
* @param {DescribeUrlViolationsRequest} req
|
|
582
545
|
* @param {function(string, DescribeUrlViolationsResponse):void} cb
|
|
583
546
|
* @public
|
|
@@ -668,17 +631,6 @@ By default, the daily pre-warming quota for domestic and outside the Chinese mai
|
|
|
668
631
|
this.request("PushUrlsCache", req, resp, cb);
|
|
669
632
|
}
|
|
670
633
|
|
|
671
|
-
/**
|
|
672
|
-
* This API is used to recreate a failed event log task.
|
|
673
|
-
* @param {CreateScdnFailedLogTaskRequest} req
|
|
674
|
-
* @param {function(string, CreateScdnFailedLogTaskResponse):void} cb
|
|
675
|
-
* @public
|
|
676
|
-
*/
|
|
677
|
-
CreateScdnFailedLogTask(req, cb) {
|
|
678
|
-
let resp = new CreateScdnFailedLogTaskResponse();
|
|
679
|
-
this.request("CreateScdnFailedLogTask", req, resp, cb);
|
|
680
|
-
}
|
|
681
|
-
|
|
682
634
|
/**
|
|
683
635
|
* This API is used to stop publishing to a log topic. Note: after a log topic is disabled, all logs of the domain names bound to it will no longer be published to the topic, and the logs that have already been published will be retained. This action will take effect within 5–15 minutes.
|
|
684
636
|
|
|
@@ -713,17 +665,6 @@ By default, the daily pre-warming quota for domestic and outside the Chinese mai
|
|
|
713
665
|
this.request("ListClsLogTopics", req, resp, cb);
|
|
714
666
|
}
|
|
715
667
|
|
|
716
|
-
/**
|
|
717
|
-
* This API is used to query the resource blocking history and the current URL status. (This API is in beta test and not generally available yet.)
|
|
718
|
-
* @param {GetDisableRecordsRequest} req
|
|
719
|
-
* @param {function(string, GetDisableRecordsResponse):void} cb
|
|
720
|
-
* @public
|
|
721
|
-
*/
|
|
722
|
-
GetDisableRecords(req, cb) {
|
|
723
|
-
let resp = new GetDisableRecordsResponse();
|
|
724
|
-
this.request("GetDisableRecords", req, resp, cb);
|
|
725
|
-
}
|
|
726
|
-
|
|
727
668
|
/**
|
|
728
669
|
* This API is used to delete a log topic. Note: when a log topic is deleted, all logs of the domain names bound to it will no longer be published to the topic, and the logs previously published to the topic will be deleted. This action will take effect within 5–15 minutes.
|
|
729
670
|
* @param {DeleteClsLogTopicRequest} req
|
|
@@ -736,7 +677,8 @@ By default, the daily pre-warming quota for domestic and outside the Chinese mai
|
|
|
736
677
|
}
|
|
737
678
|
|
|
738
679
|
/**
|
|
739
|
-
* This API is
|
|
680
|
+
* **This API is deprecated.**.
|
|
681
|
+
This API is used to query the IP information of CDN origin-pull nodes. (Note: The replace API is DescribeIpStatus.).
|
|
740
682
|
* @param {DescribeCdnOriginIpRequest} req
|
|
741
683
|
* @param {function(string, DescribeCdnOriginIpResponse):void} cb
|
|
742
684
|
* @public
|
|
@@ -804,17 +746,6 @@ If you have a strong requirement for data timeliness, it is recommended to use t
|
|
|
804
746
|
this.request("UpdatePayType", req, resp, cb);
|
|
805
747
|
}
|
|
806
748
|
|
|
807
|
-
/**
|
|
808
|
-
* This API (EnableCaches) is used to unblock manually blocked URLs. After a URL is successfully unblocked, it takes about 5 to 10 minutes to take effect across the entire network. (This API is during beta test and not fully available now.)
|
|
809
|
-
* @param {EnableCachesRequest} req
|
|
810
|
-
* @param {function(string, EnableCachesResponse):void} cb
|
|
811
|
-
* @public
|
|
812
|
-
*/
|
|
813
|
-
EnableCaches(req, cb) {
|
|
814
|
-
let resp = new EnableCachesResponse();
|
|
815
|
-
this.request("EnableCaches", req, resp, cb);
|
|
816
|
-
}
|
|
817
|
-
|
|
818
749
|
|
|
819
750
|
}
|
|
820
751
|
module.exports = CdnClient;
|