tencentcloud-sdk-nodejs-intl-en 3.0.587 → 3.0.588
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.588";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -110,7 +110,7 @@ class DnspodClient extends AbstractClient {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* This API is used to get DNS records of a domain.
|
|
113
|
+
* This API is used to get the DNS records of a domain.
|
|
114
114
|
* @param {DescribeRecordListRequest} req
|
|
115
115
|
* @param {function(string, DescribeRecordListResponse):void} cb
|
|
116
116
|
* @public
|
|
@@ -129,7 +129,7 @@ class DeleteDomainRequest extends AbstractModel {
|
|
|
129
129
|
this.Domain = null;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
133
133
|
* @type {number || null}
|
|
134
134
|
*/
|
|
135
135
|
this.DomainId = null;
|
|
@@ -333,7 +333,7 @@ class CreateDomainRequest extends AbstractModel {
|
|
|
333
333
|
this.Domain = null;
|
|
334
334
|
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* The group ID of the domain. You can view the group information of this domain via the `DescribeDomainGroupList` API.
|
|
337
337
|
* @type {number || null}
|
|
338
338
|
*/
|
|
339
339
|
this.GroupId = null;
|
|
@@ -430,7 +430,7 @@ class ModifyDomainStatusRequest extends AbstractModel {
|
|
|
430
430
|
this.Status = null;
|
|
431
431
|
|
|
432
432
|
/**
|
|
433
|
-
*
|
|
433
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
434
434
|
* @type {number || null}
|
|
435
435
|
*/
|
|
436
436
|
this.DomainId = null;
|
|
@@ -494,7 +494,7 @@ class ModifyDomainRemarkRequest extends AbstractModel {
|
|
|
494
494
|
this.Domain = null;
|
|
495
495
|
|
|
496
496
|
/**
|
|
497
|
-
*
|
|
497
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
498
498
|
* @type {number || null}
|
|
499
499
|
*/
|
|
500
500
|
this.DomainId = null;
|
|
@@ -536,13 +536,13 @@ class DescribeRecordRequest extends AbstractModel {
|
|
|
536
536
|
this.Domain = null;
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
|
-
*
|
|
539
|
+
* The record ID. You can view all DNS records and their IDs via the `DescribeRecordList` API.
|
|
540
540
|
* @type {number || null}
|
|
541
541
|
*/
|
|
542
542
|
this.RecordId = null;
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
|
-
*
|
|
545
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
546
546
|
* @type {number || null}
|
|
547
547
|
*/
|
|
548
548
|
this.DomainId = null;
|
|
@@ -803,13 +803,13 @@ class DeleteRecordRequest extends AbstractModel {
|
|
|
803
803
|
this.Domain = null;
|
|
804
804
|
|
|
805
805
|
/**
|
|
806
|
-
*
|
|
806
|
+
* The record ID. You can view all DNS records and their IDs via the `DescribeRecordList` API.
|
|
807
807
|
* @type {number || null}
|
|
808
808
|
*/
|
|
809
809
|
this.RecordId = null;
|
|
810
810
|
|
|
811
811
|
/**
|
|
812
|
-
*
|
|
812
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
813
813
|
* @type {number || null}
|
|
814
814
|
*/
|
|
815
815
|
this.DomainId = null;
|
|
@@ -845,7 +845,7 @@ class DescribeRecordListRequest extends AbstractModel {
|
|
|
845
845
|
this.Domain = null;
|
|
846
846
|
|
|
847
847
|
/**
|
|
848
|
-
* The ID of the domain
|
|
848
|
+
* The ID of the domain whose DNS records are requested. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
849
849
|
* @type {number || null}
|
|
850
850
|
*/
|
|
851
851
|
this.DomainId = null;
|
|
@@ -863,19 +863,19 @@ class DescribeRecordListRequest extends AbstractModel {
|
|
|
863
863
|
this.RecordType = null;
|
|
864
864
|
|
|
865
865
|
/**
|
|
866
|
-
* The split zone
|
|
866
|
+
* The name of the split zone for which DNS records are requested. You can view split zones allowed by this domain via the `DescribeRecordLineList` API.
|
|
867
867
|
* @type {string || null}
|
|
868
868
|
*/
|
|
869
869
|
this.RecordLine = null;
|
|
870
870
|
|
|
871
871
|
/**
|
|
872
|
-
* The split zone
|
|
872
|
+
* The ID of the split zone for which DNS records are requested. If `RecordLineId` is passed in, `RecordLine` is ignored. You can view split zones allowed by this domain via the `DescribeRecordLineList` API.
|
|
873
873
|
* @type {string || null}
|
|
874
874
|
*/
|
|
875
875
|
this.RecordLineId = null;
|
|
876
876
|
|
|
877
877
|
/**
|
|
878
|
-
* The group ID.
|
|
878
|
+
* The group ID passed in to get DNS records in the group.
|
|
879
879
|
* @type {number || null}
|
|
880
880
|
*/
|
|
881
881
|
this.GroupId = null;
|
|
@@ -950,7 +950,7 @@ class DescribeDomainRequest extends AbstractModel {
|
|
|
950
950
|
this.Domain = null;
|
|
951
951
|
|
|
952
952
|
/**
|
|
953
|
-
*
|
|
953
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
954
954
|
* @type {number || null}
|
|
955
955
|
*/
|
|
956
956
|
this.DomainId = null;
|
|
@@ -1404,13 +1404,13 @@ class ModifyRecordRequest extends AbstractModel {
|
|
|
1404
1404
|
this.Value = null;
|
|
1405
1405
|
|
|
1406
1406
|
/**
|
|
1407
|
-
*
|
|
1407
|
+
* The record ID. You can view all DNS records and their IDs via the `DescribeRecordList` API.
|
|
1408
1408
|
* @type {number || null}
|
|
1409
1409
|
*/
|
|
1410
1410
|
this.RecordId = null;
|
|
1411
1411
|
|
|
1412
1412
|
/**
|
|
1413
|
-
*
|
|
1413
|
+
* The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.
|
|
1414
1414
|
* @type {number || null}
|
|
1415
1415
|
*/
|
|
1416
1416
|
this.DomainId = null;
|
|
@@ -7321,13 +7321,13 @@ class CreateSecurityDropPageRequest extends AbstractModel {
|
|
|
7321
7321
|
super();
|
|
7322
7322
|
|
|
7323
7323
|
/**
|
|
7324
|
-
* The site ID.
|
|
7324
|
+
* The site ID. You must specify either "ZoneId+Entity" or "TemplateId".
|
|
7325
7325
|
* @type {string || null}
|
|
7326
7326
|
*/
|
|
7327
7327
|
this.ZoneId = null;
|
|
7328
7328
|
|
|
7329
7329
|
/**
|
|
7330
|
-
* The subdomain name.
|
|
7330
|
+
* The subdomain name/L4 proxy. You must specify either "ZoneId+Entity" or "TemplateId".
|
|
7331
7331
|
* @type {string || null}
|
|
7332
7332
|
*/
|
|
7333
7333
|
this.Entity = null;
|
|
@@ -7360,6 +7360,12 @@ class CreateSecurityDropPageRequest extends AbstractModel {
|
|
|
7360
7360
|
*/
|
|
7361
7361
|
this.Module = null;
|
|
7362
7362
|
|
|
7363
|
+
/**
|
|
7364
|
+
* The template ID. You must specify either this field or "ZoneId+Entity".
|
|
7365
|
+
* @type {string || null}
|
|
7366
|
+
*/
|
|
7367
|
+
this.TemplateId = null;
|
|
7368
|
+
|
|
7363
7369
|
}
|
|
7364
7370
|
|
|
7365
7371
|
/**
|
|
@@ -7375,6 +7381,7 @@ class CreateSecurityDropPageRequest extends AbstractModel {
|
|
|
7375
7381
|
this.Content = 'Content' in params ? params.Content : null;
|
|
7376
7382
|
this.Type = 'Type' in params ? params.Type : null;
|
|
7377
7383
|
this.Module = 'Module' in params ? params.Module : null;
|
|
7384
|
+
this.TemplateId = 'TemplateId' in params ? params.TemplateId : null;
|
|
7378
7385
|
|
|
7379
7386
|
}
|
|
7380
7387
|
}
|
|
@@ -9989,13 +9996,13 @@ class RuleCondition extends AbstractModel {
|
|
|
9989
9996
|
this.Operator = null;
|
|
9990
9997
|
|
|
9991
9998
|
/**
|
|
9992
|
-
*
|
|
9999
|
+
* The match type. Values:
|
|
9993
10000
|
<li>`filename`: File name</li>
|
|
9994
10001
|
<li>`extension`: File extension</li>
|
|
9995
10002
|
<li>`host`: Host</li>
|
|
9996
10003
|
<li>`full_url`: Full URL, which indicates the complete URL path under the current site and must contain the HTTP protocol, host, and path.</li>
|
|
9997
10004
|
<li>`url`: Partial URL under the current site</li><li>`client_country`: Country/Region of the client</li>
|
|
9998
|
-
<li>`query_string`: Query string in the URL</li>
|
|
10005
|
+
<li>`query_string`: Query string in the request URL</li>
|
|
9999
10006
|
<li>`request_header`: HTTP request header</li>
|
|
10000
10007
|
* @type {string || null}
|
|
10001
10008
|
*/
|
|
@@ -10008,7 +10015,7 @@ class RuleCondition extends AbstractModel {
|
|
|
10008
10015
|
<li>When `Target=all`, it indicates any site request.</li>
|
|
10009
10016
|
<li>When `Target=host`, enter the host under the current site, such as "www.maxx55.com".</li>
|
|
10010
10017
|
<li>When `Target=url`, enter the partial URL path under the current site, such as "/example".</li>
|
|
10011
|
-
<li>When `Target=full_url`, enter the complete URL
|
|
10018
|
+
<li>When `Target=full_url`, enter the complete URL under the current site. It must contain the HTTP protocol, host, and path, such as "https://www.maxx55.cn/example".</li>
|
|
10012
10019
|
<li>When `Target=client_country`, enter the ISO-3166 country/region code.</li>
|
|
10013
10020
|
<li>When `Target=query_string`, enter the value of the query string, such as "cn" and "1" in "lang=cn&version=1".</li>
|
|
10014
10021
|
<li>When `Target=request_header`, enter the HTTP request header value, such as "zh-CN,zh;q=0.9" in the "Accept-Language:zh-CN,zh;q=0.9" header.</li>
|
|
@@ -10031,7 +10038,8 @@ class RuleCondition extends AbstractModel {
|
|
|
10031
10038
|
this.Name = null;
|
|
10032
10039
|
|
|
10033
10040
|
/**
|
|
10034
|
-
*
|
|
10041
|
+
* Whether the parameter name is case insensitive. Default value: `false`.
|
|
10042
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
10035
10043
|
* @type {boolean || null}
|
|
10036
10044
|
*/
|
|
10037
10045
|
this.IgnoreNameCase = null;
|
|
@@ -14662,7 +14670,7 @@ class CreateZoneRequest extends AbstractModel {
|
|
|
14662
14670
|
/**
|
|
14663
14671
|
* The access mode. Values:
|
|
14664
14672
|
<li>`full`: Access through a name server.</li>
|
|
14665
|
-
<li>`partial`: Access through a CNAME record.</li>
|
|
14673
|
+
<li>`partial`: Access through a CNAME record. Note that you should verify your site with the IdentifyZone API before starting site access.</li>If it is left empty, the default value `full` is used.
|
|
14666
14674
|
* @type {string || null}
|
|
14667
14675
|
*/
|
|
14668
14676
|
this.Type = null;
|