@alicloud/alidns20150109 3.4.8 → 3.4.9

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/dist/client.d.ts CHANGED
@@ -544,7 +544,7 @@ export declare class DescribeBatchResultDetailResponseBodyBatchResultDetailsBatc
544
544
  type?: string;
545
545
  /**
546
546
  * @remarks
547
- * The record value.
547
+ * The value of the DNS record.
548
548
  *
549
549
  * @example
550
550
  * 192.0.2.0
@@ -2166,6 +2166,20 @@ export declare class DescribeCustomLineResponseBodyIpSegmentList extends $dara.M
2166
2166
  [key: string]: any;
2167
2167
  });
2168
2168
  }
2169
+ export declare class DescribeCustomLinesResponseBodyCustomLinesIpSegmentList extends $dara.Model {
2170
+ endIp?: string;
2171
+ startIp?: string;
2172
+ static names(): {
2173
+ [key: string]: string;
2174
+ };
2175
+ static types(): {
2176
+ [key: string]: any;
2177
+ };
2178
+ validate(): void;
2179
+ constructor(map?: {
2180
+ [key: string]: any;
2181
+ });
2182
+ }
2169
2183
  export declare class DescribeCustomLinesResponseBodyCustomLines extends $dara.Model {
2170
2184
  /**
2171
2185
  * @remarks
@@ -2183,6 +2197,7 @@ export declare class DescribeCustomLinesResponseBodyCustomLines extends $dara.Mo
2183
2197
  * 597
2184
2198
  */
2185
2199
  id?: number;
2200
+ ipSegmentList?: DescribeCustomLinesResponseBodyCustomLinesIpSegmentList[];
2186
2201
  /**
2187
2202
  * @remarks
2188
2203
  * The name of the custom line.
@@ -2270,7 +2285,7 @@ export declare class DescribeDNSSLBSubDomainsResponseBodySlbSubDomainsSlbSubDoma
2270
2285
  recordCount?: number;
2271
2286
  /**
2272
2287
  * @remarks
2273
- * The subdomain name.
2288
+ * The name of the subdomain.
2274
2289
  *
2275
2290
  * @example
2276
2291
  * www.example.com
@@ -7417,15 +7432,33 @@ export declare class DescribeInternetDnsLogsResponseBodyLogsLogValue extends $da
7417
7432
  }
7418
7433
  export declare class DescribeInternetDnsLogsResponseBodyLogsLog extends $dara.Model {
7419
7434
  /**
7435
+ * @remarks
7436
+ * Parse log ID (can be duplicated).
7437
+ *
7420
7438
  * @example
7421
7439
  * 3583
7422
7440
  */
7423
7441
  dnsMsgId?: string;
7424
7442
  /**
7443
+ * @remarks
7444
+ * Parse timestamp.
7445
+ *
7425
7446
  * @example
7426
7447
  * 1709196249000
7427
7448
  */
7428
7449
  logTime?: number;
7450
+ /**
7451
+ * @remarks
7452
+ * The protocol type of the domain name resolution query request:
7453
+ * - UDP
7454
+ * - TCP
7455
+ * - HTTP
7456
+ * - HTTPS
7457
+ * - DOH
7458
+ *
7459
+ * @example
7460
+ * UDP
7461
+ */
7429
7462
  protocol?: string;
7430
7463
  /**
7431
7464
  * @remarks
@@ -7436,35 +7469,57 @@ export declare class DescribeInternetDnsLogsResponseBodyLogsLog extends $dara.Mo
7436
7469
  */
7437
7470
  queryName?: string;
7438
7471
  /**
7472
+ * @remarks
7473
+ * Record type.
7474
+ *
7439
7475
  * @example
7440
7476
  * A
7441
7477
  */
7442
7478
  queryType?: string;
7443
7479
  /**
7480
+ * @remarks
7481
+ * Parse response time.
7482
+ *
7444
7483
  * @example
7445
7484
  * 0
7446
7485
  */
7447
7486
  rt?: number;
7448
7487
  /**
7488
+ * @remarks
7489
+ * Parse server IP.
7490
+ *
7449
7491
  * @example
7450
7492
  * 140.205.XX.XX
7451
7493
  */
7452
7494
  serverIp?: string;
7453
7495
  /**
7496
+ * @remarks
7497
+ * Source IP address.
7498
+ *
7454
7499
  * @example
7455
7500
  * 59.82.XX.XX
7456
7501
  */
7457
7502
  sourceIp?: string;
7458
7503
  /**
7504
+ * @remarks
7505
+ * Response status.
7506
+ *
7459
7507
  * @example
7460
7508
  * NOERROR
7461
7509
  */
7462
7510
  status?: string;
7463
7511
  /**
7512
+ * @remarks
7513
+ * The value set for the edns-client-subnet option.
7514
+ *
7464
7515
  * @example
7465
7516
  * 170.33.XX.XX
7466
7517
  */
7467
7518
  subnetIp?: string;
7519
+ /**
7520
+ * @remarks
7521
+ * Array of parsing results.
7522
+ */
7468
7523
  value?: DescribeInternetDnsLogsResponseBodyLogsLogValue;
7469
7524
  /**
7470
7525
  * @remarks
@@ -8037,12 +8092,40 @@ export declare class DescribePdnsUdpIpSegmentsResponseBodyIpSegments extends $da
8037
8092
  });
8038
8093
  }
8039
8094
  export declare class DescribePdnsUserInfoResponseBodyUserInfo extends $dara.Model {
8095
+ /**
8096
+ * @example
8097
+ * SECURE
8098
+ */
8040
8099
  availableAccessSecurityType?: string;
8100
+ /**
8101
+ * @example
8102
+ * HTTP,HTTPS
8103
+ */
8041
8104
  availableService?: string;
8105
+ /**
8106
+ * @example
8107
+ * 10001
8108
+ */
8042
8109
  pdnsId?: number;
8110
+ /**
8111
+ * @example
8112
+ * 1c092d715b7a48de
8113
+ */
8043
8114
  secretKey?: string;
8115
+ /**
8116
+ * @example
8117
+ * normal
8118
+ */
8044
8119
  serviceType?: string;
8120
+ /**
8121
+ * @example
8122
+ * AVAILABLE
8123
+ */
8045
8124
  state?: string;
8125
+ /**
8126
+ * @example
8127
+ * CLOSED
8128
+ */
8046
8129
  statisticSwitchStatus?: string;
8047
8130
  stoppedService?: string;
8048
8131
  static names(): {
@@ -10417,7 +10500,7 @@ export declare class ListCloudGtmMonitorTemplatesResponseBodyTemplates extends $
10417
10500
  export declare class ListTagResourcesRequestTag extends $dara.Model {
10418
10501
  /**
10419
10502
  * @remarks
10420
- * The key of the tag.
10503
+ * The tag key.
10421
10504
  *
10422
10505
  * @example
10423
10506
  * abcd
@@ -10425,7 +10508,7 @@ export declare class ListTagResourcesRequestTag extends $dara.Model {
10425
10508
  key?: string;
10426
10509
  /**
10427
10510
  * @remarks
10428
- * The value of the tag.
10511
+ * The key value.
10429
10512
  *
10430
10513
  * @example
10431
10514
  * abcd
@@ -10461,7 +10544,7 @@ export declare class ListTagResourcesResponseBodyTagResources extends $dara.Mode
10461
10544
  resourceType?: string;
10462
10545
  /**
10463
10546
  * @remarks
10464
- * The key of the tag.
10547
+ * The tag key.
10465
10548
  *
10466
10549
  * @example
10467
10550
  * abcd
@@ -10534,16 +10617,25 @@ export declare class OperateBatchDomainRequestDomainRecordInfo extends $dara.Mod
10534
10617
  */
10535
10618
  line?: string;
10536
10619
  /**
10620
+ * @remarks
10621
+ * The new hostname (used only for modification operations, not for external users).
10622
+ *
10537
10623
  * @example
10538
10624
  * mail
10539
10625
  */
10540
10626
  newRr?: string;
10541
10627
  /**
10628
+ * @remarks
10629
+ * The new type of the DNS record (used only for modification operations, not for external users).
10630
+ *
10542
10631
  * @example
10543
10632
  * AAAA
10544
10633
  */
10545
10634
  newType?: string;
10546
10635
  /**
10636
+ * @remarks
10637
+ * The new value of the DNS record (used only for modification operations, not for external users).
10638
+ *
10547
10639
  * @example
10548
10640
  * 114.92.XX.XX
10549
10641
  */
@@ -10588,7 +10680,7 @@ export declare class OperateBatchDomainRequestDomainRecordInfo extends $dara.Mod
10588
10680
  type?: string;
10589
10681
  /**
10590
10682
  * @remarks
10591
- * The record value.
10683
+ * The value of the DNS record.
10592
10684
  *
10593
10685
  * > This parameter is required if you set Type to **RR_ADD** or **RR_DEL**.
10594
10686
  *
@@ -12221,7 +12313,7 @@ export declare class SearchCloudGtmMonitorTemplatesResponseBodyTemplates extends
12221
12313
  export declare class TagResourcesRequestTag extends $dara.Model {
12222
12314
  /**
12223
12315
  * @remarks
12224
- * The key of tag N to add to the resource. The tag key can be up to 20 characters in length and cannot start with acs: or aliyun.
12316
+ * The tag key. The tag key can be up to 20 characters in length and cannot start with `acs:` or`aliyun`.
12225
12317
  *
12226
12318
  * @example
12227
12319
  * abcd
@@ -12229,7 +12321,7 @@ export declare class TagResourcesRequestTag extends $dara.Model {
12229
12321
  key?: string;
12230
12322
  /**
12231
12323
  * @remarks
12232
- * The value of tag N to add to the resource. The tag value can be up to 20 characters in length.
12324
+ * The tag value. The tag value can be up to 20 bytes in length.
12233
12325
  *
12234
12326
  * @example
12235
12327
  * abcd
@@ -12743,7 +12835,7 @@ export declare class UpdateGtmMonitorRequestIspCityNode extends $dara.Model {
12743
12835
  export declare class AddCustomLineRequest extends $dara.Model {
12744
12836
  /**
12745
12837
  * @remarks
12746
- * The domain name.
12838
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
12747
12839
  *
12748
12840
  * This parameter is required.
12749
12841
  *
@@ -12760,7 +12852,10 @@ export declare class AddCustomLineRequest extends $dara.Model {
12760
12852
  ipSegment?: AddCustomLineRequestIpSegment[];
12761
12853
  /**
12762
12854
  * @remarks
12763
- * The language.
12855
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
12856
+ *
12857
+ * * **zh**: Chinese
12858
+ * * **en**: English
12764
12859
  *
12765
12860
  * @example
12766
12861
  * en
@@ -12860,7 +12955,7 @@ export declare class AddDnsCacheDomainRequest extends $dara.Model {
12860
12955
  cacheTtlMin?: number;
12861
12956
  /**
12862
12957
  * @remarks
12863
- * The domain name.
12958
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
12864
12959
  *
12865
12960
  * This parameter is required.
12866
12961
  *
@@ -12870,7 +12965,7 @@ export declare class AddDnsCacheDomainRequest extends $dara.Model {
12870
12965
  domainName?: string;
12871
12966
  /**
12872
12967
  * @remarks
12873
- * The instance ID of the cache-accelerated domain name.
12968
+ * The instance ID of the cache-accelerated domain name. You can call the [ListCloudGtmInstances](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-listcloudgtminstances?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the instance ID.
12874
12969
  *
12875
12970
  * This parameter is required.
12876
12971
  *
@@ -12880,7 +12975,10 @@ export declare class AddDnsCacheDomainRequest extends $dara.Model {
12880
12975
  instanceId?: string;
12881
12976
  /**
12882
12977
  * @remarks
12883
- * The language.
12978
+ * The language of the content within the request and response. Valid values:
12979
+ *
12980
+ * * **zh**: Chinese
12981
+ * * **en**: English Default: **zh**
12884
12982
  *
12885
12983
  * @example
12886
12984
  * en
@@ -13933,7 +14031,7 @@ export declare class AddDomainGroupResponse extends $dara.Model {
13933
14031
  export declare class AddDomainRecordRequest extends $dara.Model {
13934
14032
  /**
13935
14033
  * @remarks
13936
- * The domain name.
14034
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
13937
14035
  *
13938
14036
  * This parameter is required.
13939
14037
  *
@@ -13943,7 +14041,10 @@ export declare class AddDomainRecordRequest extends $dara.Model {
13943
14041
  domainName?: string;
13944
14042
  /**
13945
14043
  * @remarks
13946
- * The language.
14044
+ * The language of the content within the request and response. Valid values:
14045
+ *
14046
+ * * **zh**: Chinese
14047
+ * * **en**: English Default: **zh**
13947
14048
  *
13948
14049
  * @example
13949
14050
  * en
@@ -13973,7 +14074,7 @@ export declare class AddDomainRecordRequest extends $dara.Model {
13973
14074
  * @remarks
13974
14075
  * The hostname.
13975
14076
  *
13976
- * For example, if you want to resolve @.example.com, you must set RR to an at sign (@) instead of leaving it empty.
14077
+ * For example, to resolve @.example.com, you must set this parameter to an at sign (@). You cannot leave this parameter empty.
13977
14078
  *
13978
14079
  * This parameter is required.
13979
14080
  *
@@ -14013,7 +14114,7 @@ export declare class AddDomainRecordRequest extends $dara.Model {
14013
14114
  userClientIp?: string;
14014
14115
  /**
14015
14116
  * @remarks
14016
- * The record value.
14117
+ * The value of the DNS record.
14017
14118
  *
14018
14119
  * This parameter is required.
14019
14120
  *
@@ -14741,7 +14842,7 @@ export declare class BindInstanceDomainsResponse extends $dara.Model {
14741
14842
  export declare class ChangeDomainGroupRequest extends $dara.Model {
14742
14843
  /**
14743
14844
  * @remarks
14744
- * The domain name.
14845
+ * The domain name. You can call the [DescribeDomains ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the domain name.
14745
14846
  *
14746
14847
  * This parameter is required.
14747
14848
  *
@@ -14842,7 +14943,12 @@ export declare class ChangeDomainGroupResponse extends $dara.Model {
14842
14943
  export declare class ChangeDomainOfDnsProductRequest extends $dara.Model {
14843
14944
  /**
14844
14945
  * @remarks
14845
- * Specifies whether to force bind a domain name to the instance.
14946
+ * Specifies whether to forcibly bind a domain name to the instance. Valid values:
14947
+ *
14948
+ * * **false****: no**
14949
+ * * **true**: **yes**
14950
+ *
14951
+ * Default value: **false**.
14846
14952
  *
14847
14953
  * @example
14848
14954
  * false
@@ -14850,7 +14956,9 @@ export declare class ChangeDomainOfDnsProductRequest extends $dara.Model {
14850
14956
  force?: boolean;
14851
14957
  /**
14852
14958
  * @remarks
14853
- * The ID of the Alibaba Cloud DNS instance.
14959
+ * The ID of the Alibaba Cloud Domain Name System (DNS) instance.
14960
+ *
14961
+ * You can call the [ListCloudGtmInstances ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-listcloudgtminstances?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the ID.
14854
14962
  *
14855
14963
  * This parameter is required.
14856
14964
  *
@@ -14860,7 +14968,12 @@ export declare class ChangeDomainOfDnsProductRequest extends $dara.Model {
14860
14968
  instanceId?: string;
14861
14969
  /**
14862
14970
  * @remarks
14863
- * The language in which you want the values of some response parameters to be returned. These response parameters support multiple languages.
14971
+ * The language of the content within the request and response. Valid values:
14972
+ *
14973
+ * * **zh**: Chinese
14974
+ * * **en**: English
14975
+ *
14976
+ * Default value: **zh**.
14864
14977
  *
14865
14978
  * @example
14866
14979
  * en
@@ -16422,7 +16535,10 @@ export declare class DeleteCloudGtmMonitorTemplateResponse extends $dara.Model {
16422
16535
  export declare class DeleteCustomLinesRequest extends $dara.Model {
16423
16536
  /**
16424
16537
  * @remarks
16425
- * The language.
16538
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
16539
+ *
16540
+ * * **zh**: Chinese
16541
+ * * **en**: English
16426
16542
  *
16427
16543
  * @example
16428
16544
  * en
@@ -16430,7 +16546,7 @@ export declare class DeleteCustomLinesRequest extends $dara.Model {
16430
16546
  lang?: string;
16431
16547
  /**
16432
16548
  * @remarks
16433
- * The unique IDs of the custom lines that you want to delete. Separate the unique IDs with commas (,).
16549
+ * The unique IDs of the custom lines that you want to delete. Separate the unique IDs with commas (,). You can call the [DescribeCustomLines](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describecustomlines?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
16434
16550
  *
16435
16551
  * This parameter is required.
16436
16552
  *
@@ -16489,7 +16605,7 @@ export declare class DeleteCustomLinesResponse extends $dara.Model {
16489
16605
  export declare class DeleteDnsCacheDomainRequest extends $dara.Model {
16490
16606
  /**
16491
16607
  * @remarks
16492
- * The domain name.
16608
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the name.
16493
16609
  *
16494
16610
  * This parameter is required.
16495
16611
  *
@@ -16499,7 +16615,10 @@ export declare class DeleteDnsCacheDomainRequest extends $dara.Model {
16499
16615
  domainName?: string;
16500
16616
  /**
16501
16617
  * @remarks
16502
- * The language.
16618
+ * The language of the content within the request and response. Valid values:
16619
+ *
16620
+ * * **zh**: Chinese
16621
+ * * **en**: English Default: **zh**
16503
16622
  *
16504
16623
  * @example
16505
16624
  * en
@@ -16690,7 +16809,7 @@ export declare class DeleteDnsGtmAddressPoolResponse extends $dara.Model {
16690
16809
  export declare class DeleteDomainRequest extends $dara.Model {
16691
16810
  /**
16692
16811
  * @remarks
16693
- * The domain name.
16812
+ * The domain name that already exists in Alibaba Cloud DNS. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
16694
16813
  *
16695
16814
  * This parameter is required.
16696
16815
  *
@@ -16770,7 +16889,7 @@ export declare class DeleteDomainResponse extends $dara.Model {
16770
16889
  export declare class DeleteDomainGroupRequest extends $dara.Model {
16771
16890
  /**
16772
16891
  * @remarks
16773
- * The ID of the domain name group.
16892
+ * The ID of the domain name group. You can call the [DescribeDomainGroups](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaingroups?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
16774
16893
  *
16775
16894
  * This parameter is required.
16776
16895
  *
@@ -16850,7 +16969,10 @@ export declare class DeleteDomainGroupResponse extends $dara.Model {
16850
16969
  export declare class DeleteDomainRecordRequest extends $dara.Model {
16851
16970
  /**
16852
16971
  * @remarks
16853
- * The language.
16972
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
16973
+ *
16974
+ * * **zh**: Chinese
16975
+ * * **en**: English
16854
16976
  *
16855
16977
  * @example
16856
16978
  * en
@@ -16858,9 +16980,7 @@ export declare class DeleteDomainRecordRequest extends $dara.Model {
16858
16980
  lang?: string;
16859
16981
  /**
16860
16982
  * @remarks
16861
- * The ID of the DNS record.
16862
- *
16863
- * This parameter is returned when you add a DNS record or when you query a list of DNS records.
16983
+ * The ID of the DNS record. You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) to obtain the ID.
16864
16984
  *
16865
16985
  * This parameter is required.
16866
16986
  *
@@ -17134,7 +17254,7 @@ export declare class DeleteGtmRecoveryPlanResponse extends $dara.Model {
17134
17254
  export declare class DeleteSubDomainRecordsRequest extends $dara.Model {
17135
17255
  /**
17136
17256
  * @remarks
17137
- * The domain name.
17257
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
17138
17258
  *
17139
17259
  * This parameter is required.
17140
17260
  *
@@ -17144,7 +17264,10 @@ export declare class DeleteSubDomainRecordsRequest extends $dara.Model {
17144
17264
  domainName?: string;
17145
17265
  /**
17146
17266
  * @remarks
17147
- * The language type.
17267
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
17268
+ *
17269
+ * * **zh**: Chinese
17270
+ * * **en**: English
17148
17271
  *
17149
17272
  * @example
17150
17273
  * en
@@ -17152,9 +17275,9 @@ export declare class DeleteSubDomainRecordsRequest extends $dara.Model {
17152
17275
  lang?: string;
17153
17276
  /**
17154
17277
  * @remarks
17155
- * The host record.
17278
+ * The hostname field in the DNS record.
17156
17279
  *
17157
- * For example, to resolve @.example.com, you must set RR to an at sign (@) instead of leaving it blank.
17280
+ * For example, if you want to resolve @.example.com, you must set this parameter to an at sign (@) instead of leaving it empty.
17158
17281
  *
17159
17282
  * This parameter is required.
17160
17283
  *
@@ -17164,9 +17287,9 @@ export declare class DeleteSubDomainRecordsRequest extends $dara.Model {
17164
17287
  RR?: string;
17165
17288
  /**
17166
17289
  * @remarks
17167
- * The type of the DNS record. If you do not specify this parameter, all DNS record types corresponding to the subdomain name are returned.
17290
+ * The type of DNS records. If you do not specify this parameter, all types of DNS records corresponding to the subdomain are returned.
17168
17291
  *
17169
- * DNS record types include **A, MX, CNAME, TXT, REDIRECT_URL, FORWORD_URL, NS, AAAA, and SRV**. The value is not case-sensitive.
17292
+ * Valid values: **A, MX, CNAME, TXT, REDIRECT_URL, FORWORD_URL, NS, AAAA, and SRV**. The value is not case-sensitive.
17170
17293
  *
17171
17294
  * @example
17172
17295
  * A
@@ -17194,7 +17317,7 @@ export declare class DeleteSubDomainRecordsRequest extends $dara.Model {
17194
17317
  export declare class DeleteSubDomainRecordsResponseBody extends $dara.Model {
17195
17318
  /**
17196
17319
  * @remarks
17197
- * The host record.
17320
+ * The hostname.
17198
17321
  *
17199
17322
  * @example
17200
17323
  * www
@@ -17202,7 +17325,7 @@ export declare class DeleteSubDomainRecordsResponseBody extends $dara.Model {
17202
17325
  RR?: string;
17203
17326
  /**
17204
17327
  * @remarks
17205
- * The ID of the request.
17328
+ * The request ID.
17206
17329
  *
17207
17330
  * @example
17208
17331
  * 536E9CAD-DB30-4647-AC87-AA5CC38C5382
@@ -17210,7 +17333,7 @@ export declare class DeleteSubDomainRecordsResponseBody extends $dara.Model {
17210
17333
  requestId?: string;
17211
17334
  /**
17212
17335
  * @remarks
17213
- * The total number of deleted DNS records.
17336
+ * The total number of the DNS records to be deleted.
17214
17337
  *
17215
17338
  * @example
17216
17339
  * 1
@@ -17254,13 +17377,18 @@ export declare class DescribeBatchResultCountRequest extends $dara.Model {
17254
17377
  * * **RR_ADD**: adds Domain Name System (DNS) records in batches.
17255
17378
  * * **RR_DEL**: deletes DNS records in batches.
17256
17379
  *
17380
+ * > If you do not specify this parameter, filtering is not required.
17381
+ *
17257
17382
  * @example
17258
17383
  * DOMAIN_ADD
17259
17384
  */
17260
17385
  batchType?: string;
17261
17386
  /**
17262
17387
  * @remarks
17263
- * The language.
17388
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
17389
+ *
17390
+ * * **zh**: Chinese
17391
+ * * **en**: English
17264
17392
  *
17265
17393
  * @example
17266
17394
  * en
@@ -17270,7 +17398,7 @@ export declare class DescribeBatchResultCountRequest extends $dara.Model {
17270
17398
  * @remarks
17271
17399
  * The task ID.
17272
17400
  *
17273
- * If you specify TaskId, the execution result of the specified task is returned. If you do not specify TaskId, the execution result of the last task is returned.
17401
+ * > If you specify TaskId, the execution result of the specified task is returned. If you do not specify TaskId, the execution result of the last task is returned.
17274
17402
  *
17275
17403
  * @example
17276
17404
  * 123456
@@ -17395,13 +17523,18 @@ export declare class DescribeBatchResultDetailRequest extends $dara.Model {
17395
17523
  * * **RR_ADD**: adds Domain Name System (DNS) records in batches.
17396
17524
  * * **RR_DEL**: deletes DNS records in batches.
17397
17525
  *
17526
+ * > Do not perform filtering when this field is empty.
17527
+ *
17398
17528
  * @example
17399
17529
  * DOMAIN_ADD
17400
17530
  */
17401
17531
  batchType?: string;
17402
17532
  /**
17403
17533
  * @remarks
17404
- * The language.
17534
+ * The language of the content within the request and response. Default: **zh**. Valid values:
17535
+ *
17536
+ * * **zh**: Chinese
17537
+ * * **en**: English
17405
17538
  *
17406
17539
  * @example
17407
17540
  * en
@@ -17433,7 +17566,7 @@ export declare class DescribeBatchResultDetailRequest extends $dara.Model {
17433
17566
  status?: string;
17434
17567
  /**
17435
17568
  * @remarks
17436
- * The ID of the batch operation task.
17569
+ * The task ID.
17437
17570
  *
17438
17571
  * @example
17439
17572
  * 83618818
@@ -19041,7 +19174,10 @@ export declare class DescribeCloudGtmSystemLinesResponse extends $dara.Model {
19041
19174
  export declare class DescribeCustomLineRequest extends $dara.Model {
19042
19175
  /**
19043
19176
  * @remarks
19044
- * The language.
19177
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
19178
+ *
19179
+ * * **zh**: Chinese
19180
+ * * **en**: English
19045
19181
  *
19046
19182
  * @example
19047
19183
  * en
@@ -19049,7 +19185,7 @@ export declare class DescribeCustomLineRequest extends $dara.Model {
19049
19185
  lang?: string;
19050
19186
  /**
19051
19187
  * @remarks
19052
- * The unique ID of the custom line.
19188
+ * The unique ID of the custom line. You can call [DescribeCustomLines](https://www.alibabacloud.com/help/en/dns/api-alidns-2015-01-09-describecustomlines?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID
19053
19189
  *
19054
19190
  * @example
19055
19191
  * 597
@@ -19085,7 +19221,7 @@ export declare class DescribeCustomLineResponseBody extends $dara.Model {
19085
19221
  domainName?: string;
19086
19222
  /**
19087
19223
  * @remarks
19088
- * The ID of the custom line.
19224
+ * The ID/Name of the custom line.
19089
19225
  *
19090
19226
  * @example
19091
19227
  * 597
@@ -19140,7 +19276,7 @@ export declare class DescribeCustomLineResponse extends $dara.Model {
19140
19276
  export declare class DescribeCustomLinesRequest extends $dara.Model {
19141
19277
  /**
19142
19278
  * @remarks
19143
- * The domain name.
19279
+ * The domain name that already exists in Alibaba Cloud Domain Name System (DNS). You can call the [DescribeDomains ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the domain name.
19144
19280
  *
19145
19281
  * This parameter is required.
19146
19282
  *
@@ -19150,7 +19286,12 @@ export declare class DescribeCustomLinesRequest extends $dara.Model {
19150
19286
  domainName?: string;
19151
19287
  /**
19152
19288
  * @remarks
19153
- * The language.
19289
+ * The language of the response. Valid values:
19290
+ *
19291
+ * * zh: Chinese
19292
+ * * en: English
19293
+ *
19294
+ * Default value: en
19154
19295
  *
19155
19296
  * @example
19156
19297
  * en
@@ -19223,7 +19364,7 @@ export declare class DescribeCustomLinesResponseBody extends $dara.Model {
19223
19364
  totalItems?: number;
19224
19365
  /**
19225
19366
  * @remarks
19226
- * The total number of returned pages.
19367
+ * The total number of pages returned.
19227
19368
  *
19228
19369
  * @example
19229
19370
  * 1
@@ -19260,7 +19401,7 @@ export declare class DescribeCustomLinesResponse extends $dara.Model {
19260
19401
  export declare class DescribeDNSSLBSubDomainsRequest extends $dara.Model {
19261
19402
  /**
19262
19403
  * @remarks
19263
- * The domain name.
19404
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
19264
19405
  *
19265
19406
  * This parameter is required.
19266
19407
  *
@@ -19270,7 +19411,10 @@ export declare class DescribeDNSSLBSubDomainsRequest extends $dara.Model {
19270
19411
  domainName?: string;
19271
19412
  /**
19272
19413
  * @remarks
19273
- * The language.
19414
+ * The language of the response. Valid values:
19415
+ *
19416
+ * * **zh** (default): Chinese
19417
+ * * **en**: English
19274
19418
  *
19275
19419
  * @example
19276
19420
  * en
@@ -19302,7 +19446,7 @@ export declare class DescribeDNSSLBSubDomainsRequest extends $dara.Model {
19302
19446
  rr?: string;
19303
19447
  /**
19304
19448
  * @remarks
19305
- * The IP address of the client.
19449
+ * The IP address of the user account.
19306
19450
  *
19307
19451
  * @example
19308
19452
  * 1.1.1.1
@@ -21438,7 +21582,7 @@ export declare class DescribeDnsGtmMonitorConfigResponse extends $dara.Model {
21438
21582
  export declare class DescribeDnsProductInstanceRequest extends $dara.Model {
21439
21583
  /**
21440
21584
  * @remarks
21441
- * The instance ID. You can call the **DescribeDomainInfo** operation to obtain the instance ID.
21585
+ * The ID of the DNS instance. . You can call the [DescribeDomainInfo](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaininfo?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
21442
21586
  *
21443
21587
  * This parameter is required.
21444
21588
  *
@@ -22639,7 +22783,7 @@ export declare class DescribeDohUserInfoResponse extends $dara.Model {
22639
22783
  export declare class DescribeDomainDnssecInfoRequest extends $dara.Model {
22640
22784
  /**
22641
22785
  * @remarks
22642
- * The domain name.
22786
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
22643
22787
  *
22644
22788
  * This parameter is required.
22645
22789
  *
@@ -22649,7 +22793,12 @@ export declare class DescribeDomainDnssecInfoRequest extends $dara.Model {
22649
22793
  domainName?: string;
22650
22794
  /**
22651
22795
  * @remarks
22652
- * The language.
22796
+ * The language of the content within the request and response. Valid values:
22797
+ *
22798
+ * * **zh**: Chinese
22799
+ * * **en**: English
22800
+ *
22801
+ * Default value: **zh**
22653
22802
  *
22654
22803
  * @example
22655
22804
  * en
@@ -23293,7 +23442,7 @@ export declare class DescribeDomainLogsResponse extends $dara.Model {
23293
23442
  export declare class DescribeDomainNsRequest extends $dara.Model {
23294
23443
  /**
23295
23444
  * @remarks
23296
- * The domain name.
23445
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
23297
23446
  *
23298
23447
  * This parameter is required.
23299
23448
  *
@@ -23303,7 +23452,14 @@ export declare class DescribeDomainNsRequest extends $dara.Model {
23303
23452
  domainName?: string;
23304
23453
  /**
23305
23454
  * @remarks
23306
- * The language.
23455
+ * The language of the content in the request and response.
23456
+ *
23457
+ * Valid values:
23458
+ *
23459
+ * zh: Chinese\\
23460
+ * en: English
23461
+ *
23462
+ * Default value: **zh**
23307
23463
  *
23308
23464
  * @example
23309
23465
  * en
@@ -23394,7 +23550,10 @@ export declare class DescribeDomainNsResponse extends $dara.Model {
23394
23550
  export declare class DescribeDomainRecordInfoRequest extends $dara.Model {
23395
23551
  /**
23396
23552
  * @remarks
23397
- * The language.
23553
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
23554
+ *
23555
+ * * **zh**: Chinese
23556
+ * * **en**: English
23398
23557
  *
23399
23558
  * @example
23400
23559
  * en
@@ -23402,9 +23561,7 @@ export declare class DescribeDomainRecordInfoRequest extends $dara.Model {
23402
23561
  lang?: string;
23403
23562
  /**
23404
23563
  * @remarks
23405
- * The ID of the DNS record.
23406
- *
23407
- * This parameter is returned when you add a DNS record or when you query a list of DNS records.
23564
+ * The ID of the DNS record. You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) to obtain the ID.
23408
23565
  *
23409
23566
  * This parameter is required.
23410
23567
  *
@@ -23530,7 +23687,11 @@ export declare class DescribeDomainRecordInfoResponseBody extends $dara.Model {
23530
23687
  requestId?: string;
23531
23688
  /**
23532
23689
  * @remarks
23533
- * The state of the DNS records. Valid values: **Enable and Disable**.
23690
+ * The status of the DNS record. Valid values:
23691
+ *
23692
+ * Enable: enabled
23693
+ *
23694
+ * Disable: disabled
23534
23695
  *
23535
23696
  * @example
23536
23697
  * Enable
@@ -23538,7 +23699,7 @@ export declare class DescribeDomainRecordInfoResponseBody extends $dara.Model {
23538
23699
  status?: string;
23539
23700
  /**
23540
23701
  * @remarks
23541
- * The time-to-live (TTL) of the DNS record.
23702
+ * The time for which the DNS record is cached in a local DNS system.
23542
23703
  *
23543
23704
  * @example
23544
23705
  * 600
@@ -23599,7 +23760,7 @@ export declare class DescribeDomainRecordsRequest extends $dara.Model {
23599
23760
  direction?: string;
23600
23761
  /**
23601
23762
  * @remarks
23602
- * The domain name.
23763
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
23603
23764
  *
23604
23765
  * This parameter is required.
23605
23766
  *
@@ -23617,6 +23778,8 @@ export declare class DescribeDomainRecordsRequest extends $dara.Model {
23617
23778
  * * If you set GroupId to -2, all domain names are queried.
23618
23779
  * * You can also specify GroupId based on the actual group ID.
23619
23780
  *
23781
+ * You can call the [DescribeDomainGroups ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaingroups?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the ID of the domain name group.
23782
+ *
23620
23783
  * @example
23621
23784
  * 2223
23622
23785
  */
@@ -23986,7 +24149,7 @@ export declare class DescribeDomainResolveStatisticsSummaryResponse extends $dar
23986
24149
  export declare class DescribeDomainStatisticsRequest extends $dara.Model {
23987
24150
  /**
23988
24151
  * @remarks
23989
- * The domain name.
24152
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
23990
24153
  *
23991
24154
  * @example
23992
24155
  * example.com
@@ -24015,7 +24178,10 @@ export declare class DescribeDomainStatisticsRequest extends $dara.Model {
24015
24178
  endDate?: string;
24016
24179
  /**
24017
24180
  * @remarks
24018
- * The language.
24181
+ * The language of the content within the request and response.
24182
+ *
24183
+ * * **zh**: Chinese (default)
24184
+ * * **en**: English
24019
24185
  *
24020
24186
  * @example
24021
24187
  * en
@@ -26408,7 +26574,7 @@ export declare class DescribeGtmRecoveryPlansResponse extends $dara.Model {
26408
26574
  export declare class DescribeInstanceDomainsRequest extends $dara.Model {
26409
26575
  /**
26410
26576
  * @remarks
26411
- * The instance ID.
26577
+ * The ID of the Alibaba Cloud Domain Name System (DNS) instance. You can call the [DescribeDomainInfo](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaininfo?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
26412
26578
  *
26413
26579
  * This parameter is required.
26414
26580
  *
@@ -26418,7 +26584,12 @@ export declare class DescribeInstanceDomainsRequest extends $dara.Model {
26418
26584
  instanceId?: string;
26419
26585
  /**
26420
26586
  * @remarks
26421
- * The language.
26587
+ * The language of the response. Valid values:
26588
+ *
26589
+ * * zh: Chinese
26590
+ * * en: English
26591
+ *
26592
+ * Default value: English.
26422
26593
  *
26423
26594
  * @example
26424
26595
  * en
@@ -26454,7 +26625,7 @@ export declare class DescribeInstanceDomainsRequest extends $dara.Model {
26454
26625
  export declare class DescribeInstanceDomainsResponseBody extends $dara.Model {
26455
26626
  /**
26456
26627
  * @remarks
26457
- * The domain names that are bound to the Alibaba Cloud DNS instance.
26628
+ * The domain names that are bound to the DNS instance.
26458
26629
  */
26459
26630
  instanceDomains?: DescribeInstanceDomainsResponseBodyInstanceDomains[];
26460
26631
  /**
@@ -26543,36 +26714,69 @@ export declare class DescribeInternetDnsLogsRequest extends $dara.Model {
26543
26714
  */
26544
26715
  domainName?: string;
26545
26716
  /**
26717
+ * @remarks
26718
+ * The end time of the query (timestamp, unit: milliseconds). >Warning: If the query time span is too large and the amount of resolution logs for the queried domain is excessive, it may lead to a query timeout or inaccurate query results.
26719
+ *
26546
26720
  * @example
26547
26721
  * 1709196299999
26548
26722
  */
26549
26723
  endTimestamp?: number;
26550
26724
  /**
26725
+ * @remarks
26726
+ * Return value language, options:
26727
+ * - zh: Chinese
26728
+ * - en: English
26729
+ *
26730
+ * Default: en
26731
+ *
26551
26732
  * @example
26552
26733
  * en
26553
26734
  */
26554
26735
  lang?: string;
26555
26736
  /**
26737
+ * @remarks
26738
+ * Module type
26739
+ * - AUTHORITY (default): Public Authoritative DNS
26740
+ * - RECURSION: Public Recursive DNS
26741
+ *
26556
26742
  * @example
26557
26743
  * AUTHORITY
26558
26744
  */
26559
26745
  module?: string;
26560
26746
  /**
26747
+ * @remarks
26748
+ * Page number, default value is 1.
26749
+ *
26561
26750
  * @example
26562
26751
  * 1
26563
26752
  */
26564
26753
  pageNumber?: number;
26565
26754
  /**
26755
+ * @remarks
26756
+ * Page size for query.
26757
+ *
26566
26758
  * @example
26567
26759
  * 10
26568
26760
  */
26569
26761
  pageSize?: number;
26570
26762
  /**
26763
+ * @remarks
26764
+ * Query parameters
26765
+ * - sourceIp: Source IP address
26766
+ * - queryNameFuzzy: Domain name (fuzzy value)
26767
+ * - queryType: Record type
26768
+ * - value: Resolution result
26769
+ * - status: Status
26770
+ * - serverIp: Resolution server IP
26771
+ *
26571
26772
  * @example
26572
26773
  * {"sourceIp":"59.82.XX.XX","queryType":"A"}
26573
26774
  */
26574
26775
  queryCondition?: string;
26575
26776
  /**
26777
+ * @remarks
26778
+ * The start time of the query (timestamp, unit: milliseconds).
26779
+ *
26576
26780
  * @example
26577
26781
  * 1709192640000
26578
26782
  */
@@ -26590,36 +26794,54 @@ export declare class DescribeInternetDnsLogsRequest extends $dara.Model {
26590
26794
  }
26591
26795
  export declare class DescribeInternetDnsLogsResponseBody extends $dara.Model {
26592
26796
  /**
26797
+ * @remarks
26798
+ * Indicates whether the log query is precise.
26799
+ *
26593
26800
  * @example
26594
26801
  * true
26595
26802
  */
26596
26803
  complete?: boolean;
26597
26804
  /**
26805
+ * @remarks
26806
+ * Current page number.
26807
+ *
26598
26808
  * @example
26599
26809
  * 1
26600
26810
  */
26601
26811
  curPage?: number;
26602
26812
  /**
26603
26813
  * @remarks
26604
- * The logs.
26814
+ * The queried logs.
26605
26815
  */
26606
26816
  logs?: DescribeInternetDnsLogsResponseBodyLogs;
26607
26817
  /**
26818
+ * @remarks
26819
+ * Page size for query.
26820
+ *
26608
26821
  * @example
26609
26822
  * 10
26610
26823
  */
26611
26824
  pageSize?: number;
26612
26825
  /**
26826
+ * @remarks
26827
+ * Unique request identifier.
26828
+ *
26613
26829
  * @example
26614
26830
  * 536E9CAD-DB30-4647-AC87-AA5CC38C5382
26615
26831
  */
26616
26832
  requestId?: string;
26617
26833
  /**
26834
+ * @remarks
26835
+ * Total number of pages.
26836
+ *
26618
26837
  * @example
26619
26838
  * 5
26620
26839
  */
26621
26840
  totalPage?: number;
26622
26841
  /**
26842
+ * @remarks
26843
+ * Total quantity.
26844
+ *
26623
26845
  * @example
26624
26846
  * 48
26625
26847
  */
@@ -27529,6 +27751,10 @@ export declare class DescribePdnsUdpIpSegmentsResponse extends $dara.Model {
27529
27751
  });
27530
27752
  }
27531
27753
  export declare class DescribePdnsUserInfoRequest extends $dara.Model {
27754
+ /**
27755
+ * @example
27756
+ * en
27757
+ */
27532
27758
  lang?: string;
27533
27759
  static names(): {
27534
27760
  [key: string]: string;
@@ -27542,6 +27768,10 @@ export declare class DescribePdnsUserInfoRequest extends $dara.Model {
27542
27768
  });
27543
27769
  }
27544
27770
  export declare class DescribePdnsUserInfoResponseBody extends $dara.Model {
27771
+ /**
27772
+ * @example
27773
+ * FD552816-FCC8-4832-B4A2-2DA0C2BA1688
27774
+ */
27545
27775
  requestId?: string;
27546
27776
  userInfo?: DescribePdnsUserInfoResponseBodyUserInfo;
27547
27777
  static names(): {
@@ -27575,7 +27805,7 @@ export declare class DescribePdnsUserInfoResponse extends $dara.Model {
27575
27805
  export declare class DescribeRecordLogsRequest extends $dara.Model {
27576
27806
  /**
27577
27807
  * @remarks
27578
- * The domain name.
27808
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
27579
27809
  *
27580
27810
  * This parameter is required.
27581
27811
  *
@@ -28221,7 +28451,10 @@ export declare class DescribeSubDomainRecordsRequest extends $dara.Model {
28221
28451
  domainName?: string;
28222
28452
  /**
28223
28453
  * @remarks
28224
- * The language.
28454
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
28455
+ *
28456
+ * * **zh**: Chinese
28457
+ * * **en**: English
28225
28458
  *
28226
28459
  * @example
28227
28460
  * en
@@ -28295,7 +28528,7 @@ export declare class DescribeSubDomainRecordsRequest extends $dara.Model {
28295
28528
  export declare class DescribeSubDomainRecordsResponseBody extends $dara.Model {
28296
28529
  /**
28297
28530
  * @remarks
28298
- * The returned DNS records.
28531
+ * The returned Domain Name System (DNS) records.
28299
28532
  */
28300
28533
  domainRecords?: DescribeSubDomainRecordsResponseBodyDomainRecords;
28301
28534
  /**
@@ -28365,6 +28598,12 @@ export declare class DescribeSupportLinesRequest extends $dara.Model {
28365
28598
  */
28366
28599
  domainName?: string;
28367
28600
  /**
28601
+ * @remarks
28602
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
28603
+ *
28604
+ * * **zh**: Chinese
28605
+ * * **en**: English
28606
+ *
28368
28607
  * @example
28369
28608
  * en
28370
28609
  */
@@ -28451,7 +28690,9 @@ export declare class DescribeTagsRequest extends $dara.Model {
28451
28690
  pageSize?: number;
28452
28691
  /**
28453
28692
  * @remarks
28454
- * The type of the resources from which you want to query tags. Set the value to DOMAIN.
28693
+ * The type of the resource. Valid values:
28694
+ *
28695
+ * * **DOMAIN**: domain name
28455
28696
  *
28456
28697
  * This parameter is required.
28457
28698
  *
@@ -30057,7 +30298,10 @@ export declare class ListCloudGtmMonitorTemplatesResponse extends $dara.Model {
30057
30298
  export declare class ListTagResourcesRequest extends $dara.Model {
30058
30299
  /**
30059
30300
  * @remarks
30060
- * The language in which you want some response parameters to be returned.
30301
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
30302
+ *
30303
+ * * **zh**: Chinese
30304
+ * * **en**: English
30061
30305
  *
30062
30306
  * @example
30063
30307
  * en
@@ -30065,7 +30309,7 @@ export declare class ListTagResourcesRequest extends $dara.Model {
30065
30309
  lang?: string;
30066
30310
  /**
30067
30311
  * @remarks
30068
- * The token that determines the start point of the query.
30312
+ * The pagination token. It can be used in the next request to retrieve a new page of results.
30069
30313
  *
30070
30314
  * @example
30071
30315
  * 4698691
@@ -30078,7 +30322,9 @@ export declare class ListTagResourcesRequest extends $dara.Model {
30078
30322
  resourceId?: string[];
30079
30323
  /**
30080
30324
  * @remarks
30081
- * The resource type.
30325
+ * The type of the resource. Valid values:
30326
+ *
30327
+ * * **DOMAIN**: domain name
30082
30328
  *
30083
30329
  * This parameter is required.
30084
30330
  *
@@ -30088,7 +30334,7 @@ export declare class ListTagResourcesRequest extends $dara.Model {
30088
30334
  resourceType?: string;
30089
30335
  /**
30090
30336
  * @remarks
30091
- * An array of tag key-value pairs.
30337
+ * The tags.
30092
30338
  */
30093
30339
  tag?: ListTagResourcesRequestTag[];
30094
30340
  static names(): {
@@ -30105,7 +30351,7 @@ export declare class ListTagResourcesRequest extends $dara.Model {
30105
30351
  export declare class ListTagResourcesResponseBody extends $dara.Model {
30106
30352
  /**
30107
30353
  * @remarks
30108
- * The token used to start the next query. If no value is returned for NextToken, no next queries are sent.
30354
+ * A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.
30109
30355
  *
30110
30356
  * @example
30111
30357
  * 4698691
@@ -30113,7 +30359,7 @@ export declare class ListTagResourcesResponseBody extends $dara.Model {
30113
30359
  nextToken?: string;
30114
30360
  /**
30115
30361
  * @remarks
30116
- * The ID of the request.
30362
+ * The request ID.
30117
30363
  *
30118
30364
  * @example
30119
30365
  * 61092C8D-6AEB-4310-B74D-C632F89BF4FB
@@ -30121,7 +30367,7 @@ export declare class ListTagResourcesResponseBody extends $dara.Model {
30121
30367
  requestId?: string;
30122
30368
  /**
30123
30369
  * @remarks
30124
- * Details of the resource and tags, including the resource ID, the resource type, tag keys, and tag values.
30370
+ * An array that consists of the resource and the tags that are added to the resource, including information such as the resource ID, resource type, tag keys, and tag values.
30125
30371
  */
30126
30372
  tagResources?: ListTagResourcesResponseBodyTagResources[];
30127
30373
  static names(): {
@@ -30255,7 +30501,7 @@ export declare class MoveDomainResourceGroupRequest extends $dara.Model {
30255
30501
  * @remarks
30256
30502
  * The ID of the new resource group.
30257
30503
  *
30258
- * You can view the ID of the resource group in the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups?) or call the ListResourceGroups operation.
30504
+ * You can view the resource group ID in the [Resource Management console](https://resourcemanager.console.aliyun.com/resource-groups?).
30259
30505
  *
30260
30506
  * This parameter is required.
30261
30507
  *
@@ -30265,7 +30511,7 @@ export declare class MoveDomainResourceGroupRequest extends $dara.Model {
30265
30511
  newResourceGroupId?: string;
30266
30512
  /**
30267
30513
  * @remarks
30268
- * The resource ID. If Tag is left empty, ResourceId is required.
30514
+ * The domain name.
30269
30515
  *
30270
30516
  * This parameter is required.
30271
30517
  *
@@ -30391,14 +30637,19 @@ export declare class MoveGtmResourceGroupResponse extends $dara.Model {
30391
30637
  export declare class OperateBatchDomainRequest extends $dara.Model {
30392
30638
  /**
30393
30639
  * @remarks
30394
- * The Domain Name System (DNS) records. You can submit up to 1,000 DNS records.
30640
+ * The DNS records. You can submit up to 1,000 DNS records.
30395
30641
  *
30396
30642
  * This parameter is required.
30397
30643
  */
30398
30644
  domainRecordInfo?: OperateBatchDomainRequestDomainRecordInfo[];
30399
30645
  /**
30400
30646
  * @remarks
30401
- * The language.
30647
+ * The language of the response. Valid values:
30648
+ *
30649
+ * * zh: Chinese
30650
+ * * en: English
30651
+ *
30652
+ * Default value: zh
30402
30653
  *
30403
30654
  * @example
30404
30655
  * en
@@ -32060,7 +32311,10 @@ export declare class SetDNSSLBStatusRequest extends $dara.Model {
32060
32311
  domainName?: string;
32061
32312
  /**
32062
32313
  * @remarks
32063
- * The language.
32314
+ * The language of the content within the request and response. Default: **zh**. Valid values:
32315
+ *
32316
+ * * **zh**: Chinese
32317
+ * * **en**: English
32064
32318
  *
32065
32319
  * @example
32066
32320
  * en
@@ -32424,7 +32678,10 @@ export declare class SetDomainDnssecStatusResponse extends $dara.Model {
32424
32678
  export declare class SetDomainRecordStatusRequest extends $dara.Model {
32425
32679
  /**
32426
32680
  * @remarks
32427
- * The language.
32681
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
32682
+ *
32683
+ * * **zh**: Chinese
32684
+ * * **en**: English
32428
32685
  *
32429
32686
  * @example
32430
32687
  * en
@@ -32432,7 +32689,7 @@ export declare class SetDomainRecordStatusRequest extends $dara.Model {
32432
32689
  lang?: string;
32433
32690
  /**
32434
32691
  * @remarks
32435
- * The ID of the DNS record.
32692
+ * The ID of the DNS record. You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
32436
32693
  *
32437
32694
  * This parameter is required.
32438
32695
  *
@@ -32827,7 +33084,10 @@ export declare class SwitchDnsGtmInstanceStrategyModeResponse extends $dara.Mode
32827
33084
  export declare class TagResourcesRequest extends $dara.Model {
32828
33085
  /**
32829
33086
  * @remarks
32830
- * The language.
33087
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
33088
+ *
33089
+ * * **zh**: Chinese
33090
+ * * **en**: English
32831
33091
  *
32832
33092
  * @example
32833
33093
  * en
@@ -32835,7 +33095,7 @@ export declare class TagResourcesRequest extends $dara.Model {
32835
33095
  lang?: string;
32836
33096
  /**
32837
33097
  * @remarks
32838
- * The resource ID.
33098
+ * The ID of the resource.
32839
33099
  *
32840
33100
  * This parameter is required.
32841
33101
  *
@@ -32845,7 +33105,9 @@ export declare class TagResourcesRequest extends $dara.Model {
32845
33105
  resourceId?: string[];
32846
33106
  /**
32847
33107
  * @remarks
32848
- * The resource type.
33108
+ * The type of the resource. Valid values:
33109
+ *
33110
+ * * **DOMAIN**: domain name
32849
33111
  *
32850
33112
  * This parameter is required.
32851
33113
  *
@@ -32855,7 +33117,7 @@ export declare class TagResourcesRequest extends $dara.Model {
32855
33117
  resourceType?: string;
32856
33118
  /**
32857
33119
  * @remarks
32858
- * The tag to add to the resource.
33120
+ * The tags.
32859
33121
  *
32860
33122
  * This parameter is required.
32861
33123
  */
@@ -33110,7 +33372,10 @@ export declare class UntagResourcesRequest extends $dara.Model {
33110
33372
  all?: boolean;
33111
33373
  /**
33112
33374
  * @remarks
33113
- * The language.
33375
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
33376
+ *
33377
+ * * **zh**: Chinese
33378
+ * * **en**: English
33114
33379
  *
33115
33380
  * @example
33116
33381
  * en
@@ -33118,7 +33383,7 @@ export declare class UntagResourcesRequest extends $dara.Model {
33118
33383
  lang?: string;
33119
33384
  /**
33120
33385
  * @remarks
33121
- * The resource ID.
33386
+ * The ID of the resource.
33122
33387
  *
33123
33388
  * This parameter is required.
33124
33389
  *
@@ -33128,7 +33393,9 @@ export declare class UntagResourcesRequest extends $dara.Model {
33128
33393
  resourceId?: string[];
33129
33394
  /**
33130
33395
  * @remarks
33131
- * The resource type.
33396
+ * The type of the resource. Valid value: Valid values:
33397
+ *
33398
+ * * **DOMAIN**: domain name
33132
33399
  *
33133
33400
  * This parameter is required.
33134
33401
  *
@@ -34540,7 +34807,7 @@ export declare class UpdateCloudGtmInstanceConfigBasicRequest extends $dara.Mode
34540
34807
  * @remarks
34541
34808
  * The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.
34542
34809
  *
34543
- * You can call the [ListCloudGtmInstanceConfigs](~~ListCloudGtmInstanceConfigs~~) operation to query the value of ConfigId for the access domain name.
34810
+ * You can call the [ListCloudGtmInstanceConfigs](https://help.aliyun.com/document_detail/2797349.html) operation to query the value of ConfigId for the access domain name.
34544
34811
  *
34545
34812
  * @example
34546
34813
  * Config-000**11
@@ -35131,7 +35398,7 @@ export declare class UpdateCloudGtmMonitorTemplateRequest extends $dara.Model {
35131
35398
  interval?: number;
35132
35399
  /**
35133
35400
  * @remarks
35134
- * The health check nodes. You can call the [ListCloudGtmMonitorNodes](~~ListCloudGtmMonitorNodes~~) operation to obtain the health check nodes.
35401
+ * The health check nodes. You can call the [ListCloudGtmMonitorNodes](https://help.aliyun.com/document_detail/2797327.html) operation to obtain the health check nodes.
35135
35402
  */
35136
35403
  ispCityNodes?: UpdateCloudGtmMonitorTemplateRequestIspCityNodes[];
35137
35404
  /**
@@ -35263,7 +35530,7 @@ export declare class UpdateCloudGtmMonitorTemplateShrinkRequest extends $dara.Mo
35263
35530
  interval?: number;
35264
35531
  /**
35265
35532
  * @remarks
35266
- * The health check nodes. You can call the [ListCloudGtmMonitorNodes](~~ListCloudGtmMonitorNodes~~) operation to obtain the health check nodes.
35533
+ * The health check nodes. You can call the [ListCloudGtmMonitorNodes](https://help.aliyun.com/document_detail/2797327.html) operation to obtain the health check nodes.
35267
35534
  */
35268
35535
  ispCityNodesShrink?: string;
35269
35536
  /**
@@ -35458,7 +35725,10 @@ export declare class UpdateCustomLineRequest extends $dara.Model {
35458
35725
  ipSegment?: UpdateCustomLineRequestIpSegment[];
35459
35726
  /**
35460
35727
  * @remarks
35461
- * The language.
35728
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
35729
+ *
35730
+ * * **zh**: Chinese
35731
+ * * **en**: English
35462
35732
  *
35463
35733
  * @example
35464
35734
  * en
@@ -35466,7 +35736,7 @@ export declare class UpdateCustomLineRequest extends $dara.Model {
35466
35736
  lang?: string;
35467
35737
  /**
35468
35738
  * @remarks
35469
- * The unique ID of the custom line.
35739
+ * The unique ID of the custom line. You can call the [DescribeCustomLines](https://www.alibabacloud.com/help/en/dns/api-alidns-2015-01-09-describecustomlines?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the unique ID.
35470
35740
  *
35471
35741
  * This parameter is required.
35472
35742
  *
@@ -35530,7 +35800,10 @@ export declare class UpdateCustomLineResponse extends $dara.Model {
35530
35800
  export declare class UpdateDNSSLBWeightRequest extends $dara.Model {
35531
35801
  /**
35532
35802
  * @remarks
35533
- * The language.
35803
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
35804
+ *
35805
+ * * **zh**: Chinese
35806
+ * * **en**: English
35534
35807
  *
35535
35808
  * @example
35536
35809
  * en
@@ -35538,7 +35811,7 @@ export declare class UpdateDNSSLBWeightRequest extends $dara.Model {
35538
35811
  lang?: string;
35539
35812
  /**
35540
35813
  * @remarks
35541
- * The ID of the DNS record.
35814
+ * The ID of the DNS record. You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/en/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
35542
35815
  *
35543
35816
  * This parameter is required.
35544
35817
  *
@@ -35647,7 +35920,7 @@ export declare class UpdateDnsCacheDomainRequest extends $dara.Model {
35647
35920
  cacheTtlMin?: number;
35648
35921
  /**
35649
35922
  * @remarks
35650
- * The domain name.
35923
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtian the domain name.
35651
35924
  *
35652
35925
  * This parameter is required.
35653
35926
  *
@@ -35657,7 +35930,7 @@ export declare class UpdateDnsCacheDomainRequest extends $dara.Model {
35657
35930
  domainName?: string;
35658
35931
  /**
35659
35932
  * @remarks
35660
- * The instance ID of the cache-accelerated domain name.
35933
+ * The instance ID of the cache-accelerated domain name. You can call the [ListCloudGtmInstances](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-listcloudgtminstances?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
35661
35934
  *
35662
35935
  * @example
35663
35936
  * dns-sg-l9u2ux1fw01
@@ -35665,7 +35938,10 @@ export declare class UpdateDnsCacheDomainRequest extends $dara.Model {
35665
35938
  instanceId?: string;
35666
35939
  /**
35667
35940
  * @remarks
35668
- * The language.
35941
+ * The language of the content within the request and response. Valid values:
35942
+ *
35943
+ * * **zh**: Chinese
35944
+ * * **en**: English Default: **zh**
35669
35945
  *
35670
35946
  * @example
35671
35947
  * en
@@ -35743,7 +36019,7 @@ export declare class UpdateDnsCacheDomainResponse extends $dara.Model {
35743
36019
  export declare class UpdateDnsCacheDomainRemarkRequest extends $dara.Model {
35744
36020
  /**
35745
36021
  * @remarks
35746
- * The domain name.
36022
+ * The domain name. You can call the [DescribeDomains](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the domain name.
35747
36023
  *
35748
36024
  * This parameter is required.
35749
36025
  *
@@ -35753,7 +36029,12 @@ export declare class UpdateDnsCacheDomainRemarkRequest extends $dara.Model {
35753
36029
  domainName?: string;
35754
36030
  /**
35755
36031
  * @remarks
35756
- * The language.
36032
+ * The language of the content within the request and response. Valid values:
36033
+ *
36034
+ * * **zh**: Chinese
36035
+ * * **en**: English
36036
+ *
36037
+ * Default: **zh**
35757
36038
  *
35758
36039
  * @example
35759
36040
  * en
@@ -35763,6 +36044,8 @@ export declare class UpdateDnsCacheDomainRemarkRequest extends $dara.Model {
35763
36044
  * @remarks
35764
36045
  * The remarks. The remarks can be up to 50 characters in length and can contain only letters, digits, periods (.), underscores (_), and hyphens (-).
35765
36046
  *
36047
+ * Delete the original remarks when it is empty.
36048
+ *
35766
36049
  * @example
35767
36050
  * test
35768
36051
  */
@@ -36453,7 +36736,7 @@ export declare class UpdateDnsGtmMonitorResponse extends $dara.Model {
36453
36736
  export declare class UpdateDomainGroupRequest extends $dara.Model {
36454
36737
  /**
36455
36738
  * @remarks
36456
- * The ID of the domain name group whose name you want to modify.
36739
+ * The ID of the domain name group whose name you want to modify. You can call the [DescribeDomainGroups ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomaingroups?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the ID.
36457
36740
  *
36458
36741
  * This parameter is required.
36459
36742
  *
@@ -36551,7 +36834,10 @@ export declare class UpdateDomainGroupResponse extends $dara.Model {
36551
36834
  export declare class UpdateDomainRecordRequest extends $dara.Model {
36552
36835
  /**
36553
36836
  * @remarks
36554
- * The language.
36837
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
36838
+ *
36839
+ * * **zh**: Chinese
36840
+ * * **en**: English
36555
36841
  *
36556
36842
  * @example
36557
36843
  * en
@@ -36593,7 +36879,9 @@ export declare class UpdateDomainRecordRequest extends $dara.Model {
36593
36879
  RR?: string;
36594
36880
  /**
36595
36881
  * @remarks
36596
- * The ID of the DNS record.
36882
+ * The ID of the Domain Name System (DNS) record.
36883
+ *
36884
+ * You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
36597
36885
  *
36598
36886
  * This parameter is required.
36599
36887
  *
@@ -36635,7 +36923,7 @@ export declare class UpdateDomainRecordRequest extends $dara.Model {
36635
36923
  userClientIp?: string;
36636
36924
  /**
36637
36925
  * @remarks
36638
- * The record value.
36926
+ * The value of the DNS record.
36639
36927
  *
36640
36928
  * This parameter is required.
36641
36929
  *
@@ -36702,7 +36990,10 @@ export declare class UpdateDomainRecordResponse extends $dara.Model {
36702
36990
  export declare class UpdateDomainRecordRemarkRequest extends $dara.Model {
36703
36991
  /**
36704
36992
  * @remarks
36705
- * The language.
36993
+ * The language of the content within the request and response. Default value: **zh**. Valid values:
36994
+ *
36995
+ * * **zh**: Chinese
36996
+ * * **en**: English
36706
36997
  *
36707
36998
  * @example
36708
36999
  * cn
@@ -36710,7 +37001,7 @@ export declare class UpdateDomainRecordRemarkRequest extends $dara.Model {
36710
37001
  lang?: string;
36711
37002
  /**
36712
37003
  * @remarks
36713
- * The ID of the DNS record.
37004
+ * The ID of the DNS record. You can call the [DescribeDomainRecords](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomainrecords?spm=a2c63.p38356.help-menu-search-29697.d_0) operation to obtain the ID.
36714
37005
  *
36715
37006
  * This parameter is required.
36716
37007
  *
@@ -36720,7 +37011,7 @@ export declare class UpdateDomainRecordRemarkRequest extends $dara.Model {
36720
37011
  recordId?: string;
36721
37012
  /**
36722
37013
  * @remarks
36723
- * The description of the DNS record.
37014
+ * The description of the DNS record. This parameter is empty by default. If this parameter is empty, the original remarks are deleted.
36724
37015
  */
36725
37016
  remark?: string;
36726
37017
  /**
@@ -36782,7 +37073,7 @@ export declare class UpdateDomainRecordRemarkResponse extends $dara.Model {
36782
37073
  export declare class UpdateDomainRemarkRequest extends $dara.Model {
36783
37074
  /**
36784
37075
  * @remarks
36785
- * The domain name that already exists in Alibaba Cloud DNS.
37076
+ * The domain name that already exists in Alibaba Cloud Domain Name System (DNS). You can call the [DescribeDomains ](https://www.alibabacloud.com/help/zh/dns/api-alidns-2015-01-09-describedomains?spm=a2c63.p38356.help-menu-search-29697.d_0)operation to obtain the domain name.
36786
37077
  *
36787
37078
  * This parameter is required.
36788
37079
  *
@@ -36805,7 +37096,7 @@ export declare class UpdateDomainRemarkRequest extends $dara.Model {
36805
37096
  lang?: string;
36806
37097
  /**
36807
37098
  * @remarks
36808
- * The description of your domain name.
37099
+ * The description of the domain name.
36809
37100
  *
36810
37101
  * It can be up to 50 characters in length and can contain digits, letters, and the following special characters: _ - , .
36811
37102
  */
@@ -37580,7 +37871,7 @@ export default class Client extends OpenApi {
37580
37871
  [key: string]: string;
37581
37872
  }, endpoint: string): string;
37582
37873
  /**
37583
- * Adds a custom line.
37874
+ * Adds a custom line to the domain name.
37584
37875
  *
37585
37876
  * @remarks
37586
37877
  * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
@@ -37592,7 +37883,7 @@ export default class Client extends OpenApi {
37592
37883
  */
37593
37884
  addCustomLineWithOptions(request: AddCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<AddCustomLineResponse>;
37594
37885
  /**
37595
- * Adds a custom line.
37886
+ * Adds a custom line to the domain name.
37596
37887
  *
37597
37888
  * @remarks
37598
37889
  * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
@@ -37603,12 +37894,16 @@ export default class Client extends OpenApi {
37603
37894
  */
37604
37895
  addCustomLine(request: AddCustomLineRequest): Promise<AddCustomLineResponse>;
37605
37896
  /**
37897
+ * Adds a cache-accelerated domain name based on the specified parameters.
37898
+ *
37606
37899
  * @param request - AddDnsCacheDomainRequest
37607
37900
  * @param runtime - runtime options for this request RuntimeOptions
37608
37901
  * @returns AddDnsCacheDomainResponse
37609
37902
  */
37610
37903
  addDnsCacheDomainWithOptions(request: AddDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<AddDnsCacheDomainResponse>;
37611
37904
  /**
37905
+ * Adds a cache-accelerated domain name based on the specified parameters.
37906
+ *
37612
37907
  * @param request - AddDnsCacheDomainRequest
37613
37908
  * @returns AddDnsCacheDomainResponse
37614
37909
  */
@@ -38017,7 +38312,7 @@ export default class Client extends OpenApi {
38017
38312
  */
38018
38313
  deleteCloudGtmMonitorTemplate(request: DeleteCloudGtmMonitorTemplateRequest): Promise<DeleteCloudGtmMonitorTemplateResponse>;
38019
38314
  /**
38020
- * Deletes multiple custom lines at a time.
38315
+ * Deletes custom lines at a time by using the unique IDs.
38021
38316
  *
38022
38317
  * @param request - DeleteCustomLinesRequest
38023
38318
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38025,19 +38320,23 @@ export default class Client extends OpenApi {
38025
38320
  */
38026
38321
  deleteCustomLinesWithOptions(request: DeleteCustomLinesRequest, runtime: $dara.RuntimeOptions): Promise<DeleteCustomLinesResponse>;
38027
38322
  /**
38028
- * Deletes multiple custom lines at a time.
38323
+ * Deletes custom lines at a time by using the unique IDs.
38029
38324
  *
38030
38325
  * @param request - DeleteCustomLinesRequest
38031
38326
  * @returns DeleteCustomLinesResponse
38032
38327
  */
38033
38328
  deleteCustomLines(request: DeleteCustomLinesRequest): Promise<DeleteCustomLinesResponse>;
38034
38329
  /**
38330
+ * Deletes a specified cache-accelerated domain name.
38331
+ *
38035
38332
  * @param request - DeleteDnsCacheDomainRequest
38036
38333
  * @param runtime - runtime options for this request RuntimeOptions
38037
38334
  * @returns DeleteDnsCacheDomainResponse
38038
38335
  */
38039
38336
  deleteDnsCacheDomainWithOptions(request: DeleteDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<DeleteDnsCacheDomainResponse>;
38040
38337
  /**
38338
+ * Deletes a specified cache-accelerated domain name.
38339
+ *
38041
38340
  * @param request - DeleteDnsCacheDomainRequest
38042
38341
  * @returns DeleteDnsCacheDomainResponse
38043
38342
  */
@@ -38149,8 +38448,10 @@ export default class Client extends OpenApi {
38149
38448
  */
38150
38449
  deleteGtmRecoveryPlan(request: DeleteGtmRecoveryPlanRequest): Promise<DeleteGtmRecoveryPlanResponse>;
38151
38450
  /**
38451
+ * Deletes the DNS records that are corresponding to a hostname based on the specified parameters.
38452
+ *
38152
38453
  * @remarks
38153
- * If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
38454
+ * If the DNS records to be deleted contain locked DNS records, the locked DNS records will not be deleted.
38154
38455
  *
38155
38456
  * @param request - DeleteSubDomainRecordsRequest
38156
38457
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38158,15 +38459,17 @@ export default class Client extends OpenApi {
38158
38459
  */
38159
38460
  deleteSubDomainRecordsWithOptions(request: DeleteSubDomainRecordsRequest, runtime: $dara.RuntimeOptions): Promise<DeleteSubDomainRecordsResponse>;
38160
38461
  /**
38462
+ * Deletes the DNS records that are corresponding to a hostname based on the specified parameters.
38463
+ *
38161
38464
  * @remarks
38162
- * If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
38465
+ * If the DNS records to be deleted contain locked DNS records, the locked DNS records will not be deleted.
38163
38466
  *
38164
38467
  * @param request - DeleteSubDomainRecordsRequest
38165
38468
  * @returns DeleteSubDomainRecordsResponse
38166
38469
  */
38167
38470
  deleteSubDomainRecords(request: DeleteSubDomainRecordsRequest): Promise<DeleteSubDomainRecordsResponse>;
38168
38471
  /**
38169
- * Queries the result of a batch operation task.
38472
+ * Queries the execution result of a batch operation task based on the task ID. If you do not specify task ID, the execution result of the last batch operation task is returned.
38170
38473
  *
38171
38474
  * @param request - DescribeBatchResultCountRequest
38172
38475
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38174,7 +38477,7 @@ export default class Client extends OpenApi {
38174
38477
  */
38175
38478
  describeBatchResultCountWithOptions(request: DescribeBatchResultCountRequest, runtime: $dara.RuntimeOptions): Promise<DescribeBatchResultCountResponse>;
38176
38479
  /**
38177
- * Queries the result of a batch operation task.
38480
+ * Queries the execution result of a batch operation task based on the task ID. If you do not specify task ID, the execution result of the last batch operation task is returned.
38178
38481
  *
38179
38482
  * @param request - DescribeBatchResultCountRequest
38180
38483
  * @returns DescribeBatchResultCountResponse
@@ -38335,7 +38638,7 @@ export default class Client extends OpenApi {
38335
38638
  */
38336
38639
  describeCloudGtmSystemLines(): Promise<DescribeCloudGtmSystemLinesResponse>;
38337
38640
  /**
38338
- * Queries a custom line.
38641
+ * Queries the details of a custom line by its unique ID.
38339
38642
  *
38340
38643
  * @param request - DescribeCustomLineRequest
38341
38644
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38343,14 +38646,14 @@ export default class Client extends OpenApi {
38343
38646
  */
38344
38647
  describeCustomLineWithOptions(request: DescribeCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<DescribeCustomLineResponse>;
38345
38648
  /**
38346
- * Queries a custom line.
38649
+ * Queries the details of a custom line by its unique ID.
38347
38650
  *
38348
38651
  * @param request - DescribeCustomLineRequest
38349
38652
  * @returns DescribeCustomLineResponse
38350
38653
  */
38351
38654
  describeCustomLine(request: DescribeCustomLineRequest): Promise<DescribeCustomLineResponse>;
38352
38655
  /**
38353
- * Queries a list of custom lines.
38656
+ * Queries custom lines by domain name.
38354
38657
  *
38355
38658
  * @param request - DescribeCustomLinesRequest
38356
38659
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38358,7 +38661,7 @@ export default class Client extends OpenApi {
38358
38661
  */
38359
38662
  describeCustomLinesWithOptions(request: DescribeCustomLinesRequest, runtime: $dara.RuntimeOptions): Promise<DescribeCustomLinesResponse>;
38360
38663
  /**
38361
- * Queries a list of custom lines.
38664
+ * Queries custom lines by domain name.
38362
38665
  *
38363
38666
  * @param request - DescribeCustomLinesRequest
38364
38667
  * @returns DescribeCustomLinesResponse
@@ -38805,7 +39108,7 @@ export default class Client extends OpenApi {
38805
39108
  */
38806
39109
  describeDomainNs(request: DescribeDomainNsRequest): Promise<DescribeDomainNsResponse>;
38807
39110
  /**
38808
- * Queries the information about a Domain Name System (DNS) record.
39111
+ * Queries the information about a Domain Name System (DNS) record by the ID of the DNS record.
38809
39112
  *
38810
39113
  * @remarks
38811
39114
  * ## Debugging
@@ -38817,7 +39120,7 @@ export default class Client extends OpenApi {
38817
39120
  */
38818
39121
  describeDomainRecordInfoWithOptions(request: DescribeDomainRecordInfoRequest, runtime: $dara.RuntimeOptions): Promise<DescribeDomainRecordInfoResponse>;
38819
39122
  /**
38820
- * Queries the information about a Domain Name System (DNS) record.
39123
+ * Queries the information about a Domain Name System (DNS) record by the ID of the DNS record.
38821
39124
  *
38822
39125
  * @remarks
38823
39126
  * ## Debugging
@@ -39703,7 +40006,7 @@ export default class Client extends OpenApi {
39703
40006
  */
39704
40007
  listCloudGtmMonitorTemplates(request: ListCloudGtmMonitorTemplatesRequest): Promise<ListCloudGtmMonitorTemplatesResponse>;
39705
40008
  /**
39706
- * Queries the tags that are added to a specified resource.
40009
+ * Queries resources by tag.
39707
40010
  *
39708
40011
  * @remarks
39709
40012
  * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
@@ -39717,7 +40020,7 @@ export default class Client extends OpenApi {
39717
40020
  */
39718
40021
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<ListTagResourcesResponse>;
39719
40022
  /**
39720
- * Queries the tags that are added to a specified resource.
40023
+ * Queries resources by tag.
39721
40024
  *
39722
40025
  * @remarks
39723
40026
  * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
@@ -39779,7 +40082,7 @@ export default class Client extends OpenApi {
39779
40082
  */
39780
40083
  moveGtmResourceGroup(request: MoveGtmResourceGroupRequest): Promise<MoveGtmResourceGroupResponse>;
39781
40084
  /**
39782
- * Submits a batch operation task to add or delete multiple domain names or multiple Domain Name System (DNS) records at a time.
40085
+ * Adds or deletes domain names and Domain Name System (DNS) records in batches.
39783
40086
  *
39784
40087
  * @remarks
39785
40088
  * Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
@@ -39790,7 +40093,7 @@ export default class Client extends OpenApi {
39790
40093
  */
39791
40094
  operateBatchDomainWithOptions(request: OperateBatchDomainRequest, runtime: $dara.RuntimeOptions): Promise<OperateBatchDomainResponse>;
39792
40095
  /**
39793
- * Submits a batch operation task to add or delete multiple domain names or multiple Domain Name System (DNS) records at a time.
40096
+ * Adds or deletes domain names and Domain Name System (DNS) records in batches.
39794
40097
  *
39795
40098
  * @remarks
39796
40099
  * Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
@@ -40499,7 +40802,7 @@ export default class Client extends OpenApi {
40499
40802
  */
40500
40803
  updateCloudGtmMonitorTemplateRemark(request: UpdateCloudGtmMonitorTemplateRemarkRequest): Promise<UpdateCloudGtmMonitorTemplateRemarkResponse>;
40501
40804
  /**
40502
- * Modifies a custom line.
40805
+ * Modifies a custom line with its unique ID.
40503
40806
  *
40504
40807
  * @remarks
40505
40808
  * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
@@ -40511,7 +40814,7 @@ export default class Client extends OpenApi {
40511
40814
  */
40512
40815
  updateCustomLineWithOptions(request: UpdateCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<UpdateCustomLineResponse>;
40513
40816
  /**
40514
- * Modifies a custom line.
40817
+ * Modifies a custom line with its unique ID.
40515
40818
  *
40516
40819
  * @remarks
40517
40820
  * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
@@ -40537,23 +40840,31 @@ export default class Client extends OpenApi {
40537
40840
  */
40538
40841
  updateDNSSLBWeight(request: UpdateDNSSLBWeightRequest): Promise<UpdateDNSSLBWeightResponse>;
40539
40842
  /**
40843
+ * Updates the cache-accelerated domain name based on the specified parameters.
40844
+ *
40540
40845
  * @param request - UpdateDnsCacheDomainRequest
40541
40846
  * @param runtime - runtime options for this request RuntimeOptions
40542
40847
  * @returns UpdateDnsCacheDomainResponse
40543
40848
  */
40544
40849
  updateDnsCacheDomainWithOptions(request: UpdateDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<UpdateDnsCacheDomainResponse>;
40545
40850
  /**
40851
+ * Updates the cache-accelerated domain name based on the specified parameters.
40852
+ *
40546
40853
  * @param request - UpdateDnsCacheDomainRequest
40547
40854
  * @returns UpdateDnsCacheDomainResponse
40548
40855
  */
40549
40856
  updateDnsCacheDomain(request: UpdateDnsCacheDomainRequest): Promise<UpdateDnsCacheDomainResponse>;
40550
40857
  /**
40858
+ * Updates the remarks for the cache-accelerated domain name of the destination domain name.
40859
+ *
40551
40860
  * @param request - UpdateDnsCacheDomainRemarkRequest
40552
40861
  * @param runtime - runtime options for this request RuntimeOptions
40553
40862
  * @returns UpdateDnsCacheDomainRemarkResponse
40554
40863
  */
40555
40864
  updateDnsCacheDomainRemarkWithOptions(request: UpdateDnsCacheDomainRemarkRequest, runtime: $dara.RuntimeOptions): Promise<UpdateDnsCacheDomainRemarkResponse>;
40556
40865
  /**
40866
+ * Updates the remarks for the cache-accelerated domain name of the destination domain name.
40867
+ *
40557
40868
  * @param request - UpdateDnsCacheDomainRemarkRequest
40558
40869
  * @returns UpdateDnsCacheDomainRemarkResponse
40559
40870
  */