@alicloud/alidns20150109 3.0.13 → 3.2.0

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
@@ -4175,6 +4175,60 @@ export declare class DescribeInstanceDomainsResponse extends $tea.Model {
4175
4175
  [key: string]: any;
4176
4176
  });
4177
4177
  }
4178
+ export declare class DescribeInternetDnsLogsRequest extends $tea.Model {
4179
+ accountId?: number;
4180
+ domainName?: string;
4181
+ endTimestamp?: number;
4182
+ lang?: string;
4183
+ module?: string;
4184
+ pageNumber?: number;
4185
+ pageSize?: number;
4186
+ queryCondition?: string;
4187
+ startTimestamp?: number;
4188
+ static names(): {
4189
+ [key: string]: string;
4190
+ };
4191
+ static types(): {
4192
+ [key: string]: any;
4193
+ };
4194
+ constructor(map?: {
4195
+ [key: string]: any;
4196
+ });
4197
+ }
4198
+ export declare class DescribeInternetDnsLogsResponseBody extends $tea.Model {
4199
+ complete?: boolean;
4200
+ curPage?: number;
4201
+ logs?: DescribeInternetDnsLogsResponseBodyLogs;
4202
+ pageSize?: number;
4203
+ requestId?: string;
4204
+ totalPage?: number;
4205
+ totalSize?: number;
4206
+ static names(): {
4207
+ [key: string]: string;
4208
+ };
4209
+ static types(): {
4210
+ [key: string]: any;
4211
+ };
4212
+ constructor(map?: {
4213
+ [key: string]: any;
4214
+ });
4215
+ }
4216
+ export declare class DescribeInternetDnsLogsResponse extends $tea.Model {
4217
+ headers?: {
4218
+ [key: string]: string;
4219
+ };
4220
+ statusCode?: number;
4221
+ body?: DescribeInternetDnsLogsResponseBody;
4222
+ static names(): {
4223
+ [key: string]: string;
4224
+ };
4225
+ static types(): {
4226
+ [key: string]: any;
4227
+ };
4228
+ constructor(map?: {
4229
+ [key: string]: any;
4230
+ });
4231
+ }
4178
4232
  export declare class DescribeIspFlushCacheInstancesRequest extends $tea.Model {
4179
4233
  direction?: string;
4180
4234
  isp?: string;
@@ -4415,6 +4469,7 @@ export declare class DescribePdnsAccountSummaryResponse extends $tea.Model {
4415
4469
  }
4416
4470
  export declare class DescribePdnsAppKeyRequest extends $tea.Model {
4417
4471
  appKeyId?: string;
4472
+ authCode?: string;
4418
4473
  lang?: string;
4419
4474
  static names(): {
4420
4475
  [key: string]: string;
@@ -9529,6 +9584,52 @@ export declare class DescribeInstanceDomainsResponseBodyInstanceDomains extends
9529
9584
  [key: string]: any;
9530
9585
  });
9531
9586
  }
9587
+ export declare class DescribeInternetDnsLogsResponseBodyLogsLogValue extends $tea.Model {
9588
+ value?: string[];
9589
+ static names(): {
9590
+ [key: string]: string;
9591
+ };
9592
+ static types(): {
9593
+ [key: string]: any;
9594
+ };
9595
+ constructor(map?: {
9596
+ [key: string]: any;
9597
+ });
9598
+ }
9599
+ export declare class DescribeInternetDnsLogsResponseBodyLogsLog extends $tea.Model {
9600
+ dnsMsgId?: string;
9601
+ logTime?: number;
9602
+ queryName?: string;
9603
+ queryType?: string;
9604
+ rt?: number;
9605
+ serverIp?: string;
9606
+ sourceIp?: string;
9607
+ status?: string;
9608
+ subnetIp?: string;
9609
+ value?: DescribeInternetDnsLogsResponseBodyLogsLogValue;
9610
+ zoneName?: string;
9611
+ static names(): {
9612
+ [key: string]: string;
9613
+ };
9614
+ static types(): {
9615
+ [key: string]: any;
9616
+ };
9617
+ constructor(map?: {
9618
+ [key: string]: any;
9619
+ });
9620
+ }
9621
+ export declare class DescribeInternetDnsLogsResponseBodyLogs extends $tea.Model {
9622
+ log?: DescribeInternetDnsLogsResponseBodyLogsLog[];
9623
+ static names(): {
9624
+ [key: string]: string;
9625
+ };
9626
+ static types(): {
9627
+ [key: string]: any;
9628
+ };
9629
+ constructor(map?: {
9630
+ [key: string]: any;
9631
+ });
9632
+ }
9532
9633
  export declare class DescribeIspFlushCacheInstancesResponseBodyIspFlushCacheInstancesQuotaInfo extends $tea.Model {
9533
9634
  instanceQuota?: number;
9534
9635
  instanceQuotaUsed?: number;
@@ -9645,6 +9746,7 @@ export declare class DescribePdnsAppKeyResponseBodyAppKey extends $tea.Model {
9645
9746
  appKeyId?: string;
9646
9747
  appKeySecret?: string;
9647
9748
  createDate?: string;
9749
+ createTimestamp?: number;
9648
9750
  state?: string;
9649
9751
  static names(): {
9650
9752
  [key: string]: string;
@@ -9659,6 +9761,7 @@ export declare class DescribePdnsAppKeyResponseBodyAppKey extends $tea.Model {
9659
9761
  export declare class DescribePdnsAppKeysResponseBodyAppKeys extends $tea.Model {
9660
9762
  appKeyId?: string;
9661
9763
  createDate?: string;
9764
+ createTimestamp?: number;
9662
9765
  state?: string;
9663
9766
  static names(): {
9664
9767
  [key: string]: string;
@@ -10302,611 +10405,2401 @@ export default class Client extends OpenApi {
10302
10405
  [key: string]: string;
10303
10406
  }, endpoint: string): string;
10304
10407
  /**
10305
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
10306
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
10307
- *
10308
- * @param request AddCustomLineRequest
10309
- * @param runtime runtime options for this request RuntimeOptions
10310
- * @return AddCustomLineResponse
10408
+ * @summary Adds a custom line.
10409
+ *
10410
+ * @description In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
10411
+ * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
10412
+ *
10413
+ * @param request AddCustomLineRequest
10414
+ * @param runtime runtime options for this request RuntimeOptions
10415
+ * @return AddCustomLineResponse
10311
10416
  */
10312
10417
  addCustomLineWithOptions(request: AddCustomLineRequest, runtime: $Util.RuntimeOptions): Promise<AddCustomLineResponse>;
10313
10418
  /**
10314
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
10315
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
10316
- *
10317
- * @param request AddCustomLineRequest
10318
- * @return AddCustomLineResponse
10419
+ * @summary Adds a custom line.
10420
+ *
10421
+ * @description In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
10422
+ * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
10423
+ *
10424
+ * @param request AddCustomLineRequest
10425
+ * @return AddCustomLineResponse
10319
10426
  */
10320
10427
  addCustomLine(request: AddCustomLineRequest): Promise<AddCustomLineResponse>;
10428
+ /**
10429
+ * @param request AddDnsCacheDomainRequest
10430
+ * @param runtime runtime options for this request RuntimeOptions
10431
+ * @return AddDnsCacheDomainResponse
10432
+ */
10321
10433
  addDnsCacheDomainWithOptions(request: AddDnsCacheDomainRequest, runtime: $Util.RuntimeOptions): Promise<AddDnsCacheDomainResponse>;
10434
+ /**
10435
+ * @param request AddDnsCacheDomainRequest
10436
+ * @return AddDnsCacheDomainResponse
10437
+ */
10322
10438
  addDnsCacheDomain(request: AddDnsCacheDomainRequest): Promise<AddDnsCacheDomainResponse>;
10439
+ /**
10440
+ * @summary Creates an access policy.
10441
+ *
10442
+ * @param request AddDnsGtmAccessStrategyRequest
10443
+ * @param runtime runtime options for this request RuntimeOptions
10444
+ * @return AddDnsGtmAccessStrategyResponse
10445
+ */
10323
10446
  addDnsGtmAccessStrategyWithOptions(request: AddDnsGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<AddDnsGtmAccessStrategyResponse>;
10447
+ /**
10448
+ * @summary Creates an access policy.
10449
+ *
10450
+ * @param request AddDnsGtmAccessStrategyRequest
10451
+ * @return AddDnsGtmAccessStrategyResponse
10452
+ */
10324
10453
  addDnsGtmAccessStrategy(request: AddDnsGtmAccessStrategyRequest): Promise<AddDnsGtmAccessStrategyResponse>;
10454
+ /**
10455
+ * @summary Creates an address pool.
10456
+ *
10457
+ * @param request AddDnsGtmAddressPoolRequest
10458
+ * @param runtime runtime options for this request RuntimeOptions
10459
+ * @return AddDnsGtmAddressPoolResponse
10460
+ */
10325
10461
  addDnsGtmAddressPoolWithOptions(request: AddDnsGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<AddDnsGtmAddressPoolResponse>;
10462
+ /**
10463
+ * @summary Creates an address pool.
10464
+ *
10465
+ * @param request AddDnsGtmAddressPoolRequest
10466
+ * @return AddDnsGtmAddressPoolResponse
10467
+ */
10326
10468
  addDnsGtmAddressPool(request: AddDnsGtmAddressPoolRequest): Promise<AddDnsGtmAddressPoolResponse>;
10327
10469
  /**
10328
- * ***
10329
- *
10330
- * @param request AddDnsGtmMonitorRequest
10331
- * @param runtime runtime options for this request RuntimeOptions
10332
- * @return AddDnsGtmMonitorResponse
10470
+ * @summary Creates a health check task.
10471
+ *
10472
+ * @description ***
10473
+ *
10474
+ * @param request AddDnsGtmMonitorRequest
10475
+ * @param runtime runtime options for this request RuntimeOptions
10476
+ * @return AddDnsGtmMonitorResponse
10333
10477
  */
10334
10478
  addDnsGtmMonitorWithOptions(request: AddDnsGtmMonitorRequest, runtime: $Util.RuntimeOptions): Promise<AddDnsGtmMonitorResponse>;
10335
10479
  /**
10336
- * ***
10337
- *
10338
- * @param request AddDnsGtmMonitorRequest
10339
- * @return AddDnsGtmMonitorResponse
10480
+ * @summary Creates a health check task.
10481
+ *
10482
+ * @description ***
10483
+ *
10484
+ * @param request AddDnsGtmMonitorRequest
10485
+ * @return AddDnsGtmMonitorResponse
10340
10486
  */
10341
10487
  addDnsGtmMonitor(request: AddDnsGtmMonitorRequest): Promise<AddDnsGtmMonitorResponse>;
10342
10488
  /**
10343
- * You can check whether a domain name is valid based on the following topic:
10344
- * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm)
10345
- *
10346
- * @param request AddDomainRequest
10347
- * @param runtime runtime options for this request RuntimeOptions
10348
- * @return AddDomainResponse
10489
+ * @summary Adds a domain name based on the specified parameters.
10490
+ *
10491
+ * @description For more information about how to check whether a domain name is valid, see
10492
+ * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
10493
+ *
10494
+ * @param request AddDomainRequest
10495
+ * @param runtime runtime options for this request RuntimeOptions
10496
+ * @return AddDomainResponse
10349
10497
  */
10350
10498
  addDomainWithOptions(request: AddDomainRequest, runtime: $Util.RuntimeOptions): Promise<AddDomainResponse>;
10351
10499
  /**
10352
- * You can check whether a domain name is valid based on the following topic:
10353
- * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm)
10354
- *
10355
- * @param request AddDomainRequest
10356
- * @return AddDomainResponse
10500
+ * @summary Adds a domain name based on the specified parameters.
10501
+ *
10502
+ * @description For more information about how to check whether a domain name is valid, see
10503
+ * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
10504
+ *
10505
+ * @param request AddDomainRequest
10506
+ * @return AddDomainResponse
10357
10507
  */
10358
10508
  addDomain(request: AddDomainRequest): Promise<AddDomainResponse>;
10509
+ /**
10510
+ * @summary Creates a backup task for a domain name.
10511
+ *
10512
+ * @param request AddDomainBackupRequest
10513
+ * @param runtime runtime options for this request RuntimeOptions
10514
+ * @return AddDomainBackupResponse
10515
+ */
10359
10516
  addDomainBackupWithOptions(request: AddDomainBackupRequest, runtime: $Util.RuntimeOptions): Promise<AddDomainBackupResponse>;
10517
+ /**
10518
+ * @summary Creates a backup task for a domain name.
10519
+ *
10520
+ * @param request AddDomainBackupRequest
10521
+ * @return AddDomainBackupResponse
10522
+ */
10360
10523
  addDomainBackup(request: AddDomainBackupRequest): Promise<AddDomainBackupResponse>;
10524
+ /**
10525
+ * @summary Creates a domain name group based on the specified parameters.
10526
+ *
10527
+ * @param request AddDomainGroupRequest
10528
+ * @param runtime runtime options for this request RuntimeOptions
10529
+ * @return AddDomainGroupResponse
10530
+ */
10361
10531
  addDomainGroupWithOptions(request: AddDomainGroupRequest, runtime: $Util.RuntimeOptions): Promise<AddDomainGroupResponse>;
10532
+ /**
10533
+ * @summary Creates a domain name group based on the specified parameters.
10534
+ *
10535
+ * @param request AddDomainGroupRequest
10536
+ * @return AddDomainGroupResponse
10537
+ */
10362
10538
  addDomainGroup(request: AddDomainGroupRequest): Promise<AddDomainGroupResponse>;
10539
+ /**
10540
+ * @summary Adds a Domain Name System (DNS) record based on the specified parameters.
10541
+ *
10542
+ * @param request AddDomainRecordRequest
10543
+ * @param runtime runtime options for this request RuntimeOptions
10544
+ * @return AddDomainRecordResponse
10545
+ */
10363
10546
  addDomainRecordWithOptions(request: AddDomainRecordRequest, runtime: $Util.RuntimeOptions): Promise<AddDomainRecordResponse>;
10547
+ /**
10548
+ * @summary Adds a Domain Name System (DNS) record based on the specified parameters.
10549
+ *
10550
+ * @param request AddDomainRecordRequest
10551
+ * @return AddDomainRecordResponse
10552
+ */
10364
10553
  addDomainRecord(request: AddDomainRecordRequest): Promise<AddDomainRecordResponse>;
10554
+ /**
10555
+ * @param request AddGtmAccessStrategyRequest
10556
+ * @param runtime runtime options for this request RuntimeOptions
10557
+ * @return AddGtmAccessStrategyResponse
10558
+ */
10365
10559
  addGtmAccessStrategyWithOptions(request: AddGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<AddGtmAccessStrategyResponse>;
10560
+ /**
10561
+ * @param request AddGtmAccessStrategyRequest
10562
+ * @return AddGtmAccessStrategyResponse
10563
+ */
10366
10564
  addGtmAccessStrategy(request: AddGtmAccessStrategyRequest): Promise<AddGtmAccessStrategyResponse>;
10565
+ /**
10566
+ * @summary Creates an address pool.
10567
+ *
10568
+ * @param request AddGtmAddressPoolRequest
10569
+ * @param runtime runtime options for this request RuntimeOptions
10570
+ * @return AddGtmAddressPoolResponse
10571
+ */
10367
10572
  addGtmAddressPoolWithOptions(request: AddGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<AddGtmAddressPoolResponse>;
10573
+ /**
10574
+ * @summary Creates an address pool.
10575
+ *
10576
+ * @param request AddGtmAddressPoolRequest
10577
+ * @return AddGtmAddressPoolResponse
10578
+ */
10368
10579
  addGtmAddressPool(request: AddGtmAddressPoolRequest): Promise<AddGtmAddressPoolResponse>;
10580
+ /**
10581
+ * @summary Creates a health check task.
10582
+ *
10583
+ * @param request AddGtmMonitorRequest
10584
+ * @param runtime runtime options for this request RuntimeOptions
10585
+ * @return AddGtmMonitorResponse
10586
+ */
10369
10587
  addGtmMonitorWithOptions(request: AddGtmMonitorRequest, runtime: $Util.RuntimeOptions): Promise<AddGtmMonitorResponse>;
10588
+ /**
10589
+ * @summary Creates a health check task.
10590
+ *
10591
+ * @param request AddGtmMonitorRequest
10592
+ * @return AddGtmMonitorResponse
10593
+ */
10370
10594
  addGtmMonitor(request: AddGtmMonitorRequest): Promise<AddGtmMonitorResponse>;
10595
+ /**
10596
+ * @param request AddGtmRecoveryPlanRequest
10597
+ * @param runtime runtime options for this request RuntimeOptions
10598
+ * @return AddGtmRecoveryPlanResponse
10599
+ */
10371
10600
  addGtmRecoveryPlanWithOptions(request: AddGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<AddGtmRecoveryPlanResponse>;
10601
+ /**
10602
+ * @param request AddGtmRecoveryPlanRequest
10603
+ * @return AddGtmRecoveryPlanResponse
10604
+ */
10372
10605
  addGtmRecoveryPlan(request: AddGtmRecoveryPlanRequest): Promise<AddGtmRecoveryPlanResponse>;
10606
+ /**
10607
+ * @summary Binds one or more domain names to a paid Alibaba Cloud DNS instance.
10608
+ *
10609
+ * @description A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call this API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
10610
+ * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call this API operation to bind only one domain name to the instance. However, if the instance is already bound to a domain name, you must unbind the original domain name from the instance and bind the desired domain name to the instance.
10611
+ *
10612
+ * @param request BindInstanceDomainsRequest
10613
+ * @param runtime runtime options for this request RuntimeOptions
10614
+ * @return BindInstanceDomainsResponse
10615
+ */
10373
10616
  bindInstanceDomainsWithOptions(request: BindInstanceDomainsRequest, runtime: $Util.RuntimeOptions): Promise<BindInstanceDomainsResponse>;
10617
+ /**
10618
+ * @summary Binds one or more domain names to a paid Alibaba Cloud DNS instance.
10619
+ *
10620
+ * @description A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call this API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
10621
+ * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call this API operation to bind only one domain name to the instance. However, if the instance is already bound to a domain name, you must unbind the original domain name from the instance and bind the desired domain name to the instance.
10622
+ *
10623
+ * @param request BindInstanceDomainsRequest
10624
+ * @return BindInstanceDomainsResponse
10625
+ */
10374
10626
  bindInstanceDomains(request: BindInstanceDomainsRequest): Promise<BindInstanceDomainsResponse>;
10627
+ /**
10628
+ * @summary Moves a domain name from the original group to the new group based on the specified parameters.
10629
+ *
10630
+ * @description You can specify GroupId to move a domain name to a specific domain name group. You can move the domain name to the group that contains all domain names or the default group.
10631
+ *
10632
+ * @param request ChangeDomainGroupRequest
10633
+ * @param runtime runtime options for this request RuntimeOptions
10634
+ * @return ChangeDomainGroupResponse
10635
+ */
10375
10636
  changeDomainGroupWithOptions(request: ChangeDomainGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeDomainGroupResponse>;
10637
+ /**
10638
+ * @summary Moves a domain name from the original group to the new group based on the specified parameters.
10639
+ *
10640
+ * @description You can specify GroupId to move a domain name to a specific domain name group. You can move the domain name to the group that contains all domain names or the default group.
10641
+ *
10642
+ * @param request ChangeDomainGroupRequest
10643
+ * @return ChangeDomainGroupResponse
10644
+ */
10376
10645
  changeDomainGroup(request: ChangeDomainGroupRequest): Promise<ChangeDomainGroupResponse>;
10377
10646
  /**
10378
- * > You can call this operation to change the domain name for an Alibaba Cloud DNS instance to which a domain name is bound. You can also call this operation to bind a domain name to an Alibaba Cloud DNS instance to which no domain name is bound. If you need to unbind a domain name from an Alibaba Cloud DNS instance, you can call this operation. In this case, the NewDomain parameter must not be specified.
10379
- *
10380
- * @param request ChangeDomainOfDnsProductRequest
10381
- * @param runtime runtime options for this request RuntimeOptions
10382
- * @return ChangeDomainOfDnsProductResponse
10647
+ * @summary Changes the domain name bound to an Alibaba Cloud DNS instance.
10648
+ *
10649
+ * @description > You can call this operation to change the domain name for an Alibaba Cloud DNS instance to which a domain name is bound. You can also call this operation to bind a domain name to an Alibaba Cloud DNS instance to which no domain name is bound. If you need to unbind a domain name from an Alibaba Cloud DNS instance, you can call this operation. In this case, the NewDomain parameter must not be specified.
10650
+ *
10651
+ * @param request ChangeDomainOfDnsProductRequest
10652
+ * @param runtime runtime options for this request RuntimeOptions
10653
+ * @return ChangeDomainOfDnsProductResponse
10383
10654
  */
10384
10655
  changeDomainOfDnsProductWithOptions(request: ChangeDomainOfDnsProductRequest, runtime: $Util.RuntimeOptions): Promise<ChangeDomainOfDnsProductResponse>;
10385
10656
  /**
10386
- * > You can call this operation to change the domain name for an Alibaba Cloud DNS instance to which a domain name is bound. You can also call this operation to bind a domain name to an Alibaba Cloud DNS instance to which no domain name is bound. If you need to unbind a domain name from an Alibaba Cloud DNS instance, you can call this operation. In this case, the NewDomain parameter must not be specified.
10387
- *
10388
- * @param request ChangeDomainOfDnsProductRequest
10389
- * @return ChangeDomainOfDnsProductResponse
10657
+ * @summary Changes the domain name bound to an Alibaba Cloud DNS instance.
10658
+ *
10659
+ * @description > You can call this operation to change the domain name for an Alibaba Cloud DNS instance to which a domain name is bound. You can also call this operation to bind a domain name to an Alibaba Cloud DNS instance to which no domain name is bound. If you need to unbind a domain name from an Alibaba Cloud DNS instance, you can call this operation. In this case, the NewDomain parameter must not be specified.
10660
+ *
10661
+ * @param request ChangeDomainOfDnsProductRequest
10662
+ * @return ChangeDomainOfDnsProductResponse
10390
10663
  */
10391
10664
  changeDomainOfDnsProduct(request: ChangeDomainOfDnsProductRequest): Promise<ChangeDomainOfDnsProductResponse>;
10665
+ /**
10666
+ * @param request CopyGtmConfigRequest
10667
+ * @param runtime runtime options for this request RuntimeOptions
10668
+ * @return CopyGtmConfigResponse
10669
+ */
10392
10670
  copyGtmConfigWithOptions(request: CopyGtmConfigRequest, runtime: $Util.RuntimeOptions): Promise<CopyGtmConfigResponse>;
10671
+ /**
10672
+ * @param request CopyGtmConfigRequest
10673
+ * @return CopyGtmConfigResponse
10674
+ */
10393
10675
  copyGtmConfig(request: CopyGtmConfigRequest): Promise<CopyGtmConfigResponse>;
10676
+ /**
10677
+ * @summary 创建公共DNS AppKey
10678
+ *
10679
+ * @param request CreatePdnsAppKeyRequest
10680
+ * @param runtime runtime options for this request RuntimeOptions
10681
+ * @return CreatePdnsAppKeyResponse
10682
+ */
10394
10683
  createPdnsAppKeyWithOptions(request: CreatePdnsAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreatePdnsAppKeyResponse>;
10684
+ /**
10685
+ * @summary 创建公共DNS AppKey
10686
+ *
10687
+ * @param request CreatePdnsAppKeyRequest
10688
+ * @return CreatePdnsAppKeyResponse
10689
+ */
10395
10690
  createPdnsAppKey(request: CreatePdnsAppKeyRequest): Promise<CreatePdnsAppKeyResponse>;
10691
+ /**
10692
+ * @summary 创建公共DNS Udp Ip地址段
10693
+ *
10694
+ * @param request CreatePdnsUdpIpSegmentRequest
10695
+ * @param runtime runtime options for this request RuntimeOptions
10696
+ * @return CreatePdnsUdpIpSegmentResponse
10697
+ */
10396
10698
  createPdnsUdpIpSegmentWithOptions(request: CreatePdnsUdpIpSegmentRequest, runtime: $Util.RuntimeOptions): Promise<CreatePdnsUdpIpSegmentResponse>;
10699
+ /**
10700
+ * @summary 创建公共DNS Udp Ip地址段
10701
+ *
10702
+ * @param request CreatePdnsUdpIpSegmentRequest
10703
+ * @return CreatePdnsUdpIpSegmentResponse
10704
+ */
10397
10705
  createPdnsUdpIpSegment(request: CreatePdnsUdpIpSegmentRequest): Promise<CreatePdnsUdpIpSegmentResponse>;
10706
+ /**
10707
+ * @summary Deletes multiple custom lines at a time.
10708
+ *
10709
+ * @param request DeleteCustomLinesRequest
10710
+ * @param runtime runtime options for this request RuntimeOptions
10711
+ * @return DeleteCustomLinesResponse
10712
+ */
10398
10713
  deleteCustomLinesWithOptions(request: DeleteCustomLinesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCustomLinesResponse>;
10714
+ /**
10715
+ * @summary Deletes multiple custom lines at a time.
10716
+ *
10717
+ * @param request DeleteCustomLinesRequest
10718
+ * @return DeleteCustomLinesResponse
10719
+ */
10399
10720
  deleteCustomLines(request: DeleteCustomLinesRequest): Promise<DeleteCustomLinesResponse>;
10721
+ /**
10722
+ * @param request DeleteDnsCacheDomainRequest
10723
+ * @param runtime runtime options for this request RuntimeOptions
10724
+ * @return DeleteDnsCacheDomainResponse
10725
+ */
10400
10726
  deleteDnsCacheDomainWithOptions(request: DeleteDnsCacheDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDnsCacheDomainResponse>;
10727
+ /**
10728
+ * @param request DeleteDnsCacheDomainRequest
10729
+ * @return DeleteDnsCacheDomainResponse
10730
+ */
10401
10731
  deleteDnsCacheDomain(request: DeleteDnsCacheDomainRequest): Promise<DeleteDnsCacheDomainResponse>;
10732
+ /**
10733
+ * @param request DeleteDnsGtmAccessStrategyRequest
10734
+ * @param runtime runtime options for this request RuntimeOptions
10735
+ * @return DeleteDnsGtmAccessStrategyResponse
10736
+ */
10402
10737
  deleteDnsGtmAccessStrategyWithOptions(request: DeleteDnsGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDnsGtmAccessStrategyResponse>;
10738
+ /**
10739
+ * @param request DeleteDnsGtmAccessStrategyRequest
10740
+ * @return DeleteDnsGtmAccessStrategyResponse
10741
+ */
10403
10742
  deleteDnsGtmAccessStrategy(request: DeleteDnsGtmAccessStrategyRequest): Promise<DeleteDnsGtmAccessStrategyResponse>;
10743
+ /**
10744
+ * @param request DeleteDnsGtmAddressPoolRequest
10745
+ * @param runtime runtime options for this request RuntimeOptions
10746
+ * @return DeleteDnsGtmAddressPoolResponse
10747
+ */
10404
10748
  deleteDnsGtmAddressPoolWithOptions(request: DeleteDnsGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDnsGtmAddressPoolResponse>;
10749
+ /**
10750
+ * @param request DeleteDnsGtmAddressPoolRequest
10751
+ * @return DeleteDnsGtmAddressPoolResponse
10752
+ */
10405
10753
  deleteDnsGtmAddressPool(request: DeleteDnsGtmAddressPoolRequest): Promise<DeleteDnsGtmAddressPoolResponse>;
10406
10754
  /**
10407
- * * Given the unique nature of a HiChina domain name, you are not allowed to delete the HiChina domain name by calling the Alibaba Cloud DNS API.
10408
- * * If the system prompts that a domain name does not exist, it is an unregistered domain name, it does not exist under the account, or its format in the request parameters is incorrect.
10409
- *
10410
- * @param request DeleteDomainRequest
10411
- * @param runtime runtime options for this request RuntimeOptions
10412
- * @return DeleteDomainResponse
10755
+ * @summary Deletes a domain name based on the specified parameters.
10756
+ *
10757
+ * @param request DeleteDomainRequest
10758
+ * @param runtime runtime options for this request RuntimeOptions
10759
+ * @return DeleteDomainResponse
10413
10760
  */
10414
10761
  deleteDomainWithOptions(request: DeleteDomainRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainResponse>;
10415
10762
  /**
10416
- * * Given the unique nature of a HiChina domain name, you are not allowed to delete the HiChina domain name by calling the Alibaba Cloud DNS API.
10417
- * * If the system prompts that a domain name does not exist, it is an unregistered domain name, it does not exist under the account, or its format in the request parameters is incorrect.
10418
- *
10419
- * @param request DeleteDomainRequest
10420
- * @return DeleteDomainResponse
10763
+ * @summary Deletes a domain name based on the specified parameters.
10764
+ *
10765
+ * @param request DeleteDomainRequest
10766
+ * @return DeleteDomainResponse
10421
10767
  */
10422
10768
  deleteDomain(request: DeleteDomainRequest): Promise<DeleteDomainResponse>;
10423
10769
  /**
10424
- * > A domain name group can be deleted only when it contains no domain names. The default group cannot be deleted.
10425
- *
10426
- * @param request DeleteDomainGroupRequest
10427
- * @param runtime runtime options for this request RuntimeOptions
10428
- * @return DeleteDomainGroupResponse
10770
+ * @summary Deletes a domain name group. After you delete the domain name group, the domain names in the group are moved to the default group.
10771
+ *
10772
+ * @description > The default group cannot be deleted.
10773
+ *
10774
+ * @param request DeleteDomainGroupRequest
10775
+ * @param runtime runtime options for this request RuntimeOptions
10776
+ * @return DeleteDomainGroupResponse
10429
10777
  */
10430
10778
  deleteDomainGroupWithOptions(request: DeleteDomainGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainGroupResponse>;
10431
10779
  /**
10432
- * > A domain name group can be deleted only when it contains no domain names. The default group cannot be deleted.
10433
- *
10434
- * @param request DeleteDomainGroupRequest
10435
- * @return DeleteDomainGroupResponse
10780
+ * @summary Deletes a domain name group. After you delete the domain name group, the domain names in the group are moved to the default group.
10781
+ *
10782
+ * @description > The default group cannot be deleted.
10783
+ *
10784
+ * @param request DeleteDomainGroupRequest
10785
+ * @return DeleteDomainGroupResponse
10436
10786
  */
10437
10787
  deleteDomainGroup(request: DeleteDomainGroupRequest): Promise<DeleteDomainGroupResponse>;
10788
+ /**
10789
+ * @summary Deletes a Domain Name System (DNS) record based on the specified parameters.
10790
+ *
10791
+ * @param request DeleteDomainRecordRequest
10792
+ * @param runtime runtime options for this request RuntimeOptions
10793
+ * @return DeleteDomainRecordResponse
10794
+ */
10438
10795
  deleteDomainRecordWithOptions(request: DeleteDomainRecordRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDomainRecordResponse>;
10796
+ /**
10797
+ * @summary Deletes a Domain Name System (DNS) record based on the specified parameters.
10798
+ *
10799
+ * @param request DeleteDomainRecordRequest
10800
+ * @return DeleteDomainRecordResponse
10801
+ */
10439
10802
  deleteDomainRecord(request: DeleteDomainRecordRequest): Promise<DeleteDomainRecordResponse>;
10803
+ /**
10804
+ * @param request DeleteGtmAccessStrategyRequest
10805
+ * @param runtime runtime options for this request RuntimeOptions
10806
+ * @return DeleteGtmAccessStrategyResponse
10807
+ */
10440
10808
  deleteGtmAccessStrategyWithOptions(request: DeleteGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGtmAccessStrategyResponse>;
10809
+ /**
10810
+ * @param request DeleteGtmAccessStrategyRequest
10811
+ * @return DeleteGtmAccessStrategyResponse
10812
+ */
10441
10813
  deleteGtmAccessStrategy(request: DeleteGtmAccessStrategyRequest): Promise<DeleteGtmAccessStrategyResponse>;
10814
+ /**
10815
+ * @param request DeleteGtmAddressPoolRequest
10816
+ * @param runtime runtime options for this request RuntimeOptions
10817
+ * @return DeleteGtmAddressPoolResponse
10818
+ */
10442
10819
  deleteGtmAddressPoolWithOptions(request: DeleteGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGtmAddressPoolResponse>;
10820
+ /**
10821
+ * @param request DeleteGtmAddressPoolRequest
10822
+ * @return DeleteGtmAddressPoolResponse
10823
+ */
10443
10824
  deleteGtmAddressPool(request: DeleteGtmAddressPoolRequest): Promise<DeleteGtmAddressPoolResponse>;
10825
+ /**
10826
+ * @param request DeleteGtmRecoveryPlanRequest
10827
+ * @param runtime runtime options for this request RuntimeOptions
10828
+ * @return DeleteGtmRecoveryPlanResponse
10829
+ */
10444
10830
  deleteGtmRecoveryPlanWithOptions(request: DeleteGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGtmRecoveryPlanResponse>;
10831
+ /**
10832
+ * @param request DeleteGtmRecoveryPlanRequest
10833
+ * @return DeleteGtmRecoveryPlanResponse
10834
+ */
10445
10835
  deleteGtmRecoveryPlan(request: DeleteGtmRecoveryPlanRequest): Promise<DeleteGtmRecoveryPlanResponse>;
10446
10836
  /**
10447
- * If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
10448
- *
10449
- * @param request DeleteSubDomainRecordsRequest
10450
- * @param runtime runtime options for this request RuntimeOptions
10451
- * @return DeleteSubDomainRecordsResponse
10837
+ * @description If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
10838
+ *
10839
+ * @param request DeleteSubDomainRecordsRequest
10840
+ * @param runtime runtime options for this request RuntimeOptions
10841
+ * @return DeleteSubDomainRecordsResponse
10452
10842
  */
10453
10843
  deleteSubDomainRecordsWithOptions(request: DeleteSubDomainRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSubDomainRecordsResponse>;
10454
10844
  /**
10455
- * If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
10456
- *
10457
- * @param request DeleteSubDomainRecordsRequest
10458
- * @return DeleteSubDomainRecordsResponse
10845
+ * @description If the DNS records to be deleted contain locked DNS records, locked DNS records will not be deleted.
10846
+ *
10847
+ * @param request DeleteSubDomainRecordsRequest
10848
+ * @return DeleteSubDomainRecordsResponse
10459
10849
  */
10460
10850
  deleteSubDomainRecords(request: DeleteSubDomainRecordsRequest): Promise<DeleteSubDomainRecordsResponse>;
10851
+ /**
10852
+ * @param request DescribeBatchResultCountRequest
10853
+ * @param runtime runtime options for this request RuntimeOptions
10854
+ * @return DescribeBatchResultCountResponse
10855
+ */
10461
10856
  describeBatchResultCountWithOptions(request: DescribeBatchResultCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBatchResultCountResponse>;
10857
+ /**
10858
+ * @param request DescribeBatchResultCountRequest
10859
+ * @return DescribeBatchResultCountResponse
10860
+ */
10462
10861
  describeBatchResultCount(request: DescribeBatchResultCountRequest): Promise<DescribeBatchResultCountResponse>;
10463
10862
  /**
10464
- * **Before you call this operation, make sure that the batch operation task is complete.
10465
- *
10466
- * @param request DescribeBatchResultDetailRequest
10467
- * @param runtime runtime options for this request RuntimeOptions
10468
- * @return DescribeBatchResultDetailResponse
10863
+ * @summary Queries the detailed results of a batch operation task.
10864
+ *
10865
+ * @description Before you call this operation, make sure that the batch operation task is complete.
10866
+ *
10867
+ * @param request DescribeBatchResultDetailRequest
10868
+ * @param runtime runtime options for this request RuntimeOptions
10869
+ * @return DescribeBatchResultDetailResponse
10469
10870
  */
10470
10871
  describeBatchResultDetailWithOptions(request: DescribeBatchResultDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBatchResultDetailResponse>;
10471
10872
  /**
10472
- * **Before you call this operation, make sure that the batch operation task is complete.
10473
- *
10474
- * @param request DescribeBatchResultDetailRequest
10475
- * @return DescribeBatchResultDetailResponse
10873
+ * @summary Queries the detailed results of a batch operation task.
10874
+ *
10875
+ * @description Before you call this operation, make sure that the batch operation task is complete.
10876
+ *
10877
+ * @param request DescribeBatchResultDetailRequest
10878
+ * @return DescribeBatchResultDetailResponse
10476
10879
  */
10477
10880
  describeBatchResultDetail(request: DescribeBatchResultDetailRequest): Promise<DescribeBatchResultDetailResponse>;
10881
+ /**
10882
+ * @summary Queries a custom line.
10883
+ *
10884
+ * @param request DescribeCustomLineRequest
10885
+ * @param runtime runtime options for this request RuntimeOptions
10886
+ * @return DescribeCustomLineResponse
10887
+ */
10478
10888
  describeCustomLineWithOptions(request: DescribeCustomLineRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomLineResponse>;
10889
+ /**
10890
+ * @summary Queries a custom line.
10891
+ *
10892
+ * @param request DescribeCustomLineRequest
10893
+ * @return DescribeCustomLineResponse
10894
+ */
10479
10895
  describeCustomLine(request: DescribeCustomLineRequest): Promise<DescribeCustomLineResponse>;
10896
+ /**
10897
+ * @summary Queries custom lines.
10898
+ *
10899
+ * @param request DescribeCustomLinesRequest
10900
+ * @param runtime runtime options for this request RuntimeOptions
10901
+ * @return DescribeCustomLinesResponse
10902
+ */
10480
10903
  describeCustomLinesWithOptions(request: DescribeCustomLinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCustomLinesResponse>;
10904
+ /**
10905
+ * @summary Queries custom lines.
10906
+ *
10907
+ * @param request DescribeCustomLinesRequest
10908
+ * @return DescribeCustomLinesResponse
10909
+ */
10481
10910
  describeCustomLines(request: DescribeCustomLinesRequest): Promise<DescribeCustomLinesResponse>;
10911
+ /**
10912
+ * @summary Queries the subdomains for which weighted round-robin is enabled based on the specified parameters.
10913
+ *
10914
+ * @param request DescribeDNSSLBSubDomainsRequest
10915
+ * @param runtime runtime options for this request RuntimeOptions
10916
+ * @return DescribeDNSSLBSubDomainsResponse
10917
+ */
10482
10918
  describeDNSSLBSubDomainsWithOptions(request: DescribeDNSSLBSubDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDNSSLBSubDomainsResponse>;
10919
+ /**
10920
+ * @summary Queries the subdomains for which weighted round-robin is enabled based on the specified parameters.
10921
+ *
10922
+ * @param request DescribeDNSSLBSubDomainsRequest
10923
+ * @return DescribeDNSSLBSubDomainsResponse
10924
+ */
10483
10925
  describeDNSSLBSubDomains(request: DescribeDNSSLBSubDomainsRequest): Promise<DescribeDNSSLBSubDomainsResponse>;
10926
+ /**
10927
+ * @param request DescribeDnsCacheDomainsRequest
10928
+ * @param runtime runtime options for this request RuntimeOptions
10929
+ * @return DescribeDnsCacheDomainsResponse
10930
+ */
10484
10931
  describeDnsCacheDomainsWithOptions(request: DescribeDnsCacheDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsCacheDomainsResponse>;
10932
+ /**
10933
+ * @param request DescribeDnsCacheDomainsRequest
10934
+ * @return DescribeDnsCacheDomainsResponse
10935
+ */
10485
10936
  describeDnsCacheDomains(request: DescribeDnsCacheDomainsRequest): Promise<DescribeDnsCacheDomainsResponse>;
10937
+ /**
10938
+ * @summary Queries access policies of a Global Traffic Manager (GTM) instance.
10939
+ *
10940
+ * @param request DescribeDnsGtmAccessStrategiesRequest
10941
+ * @param runtime runtime options for this request RuntimeOptions
10942
+ * @return DescribeDnsGtmAccessStrategiesResponse
10943
+ */
10486
10944
  describeDnsGtmAccessStrategiesWithOptions(request: DescribeDnsGtmAccessStrategiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAccessStrategiesResponse>;
10945
+ /**
10946
+ * @summary Queries access policies of a Global Traffic Manager (GTM) instance.
10947
+ *
10948
+ * @param request DescribeDnsGtmAccessStrategiesRequest
10949
+ * @return DescribeDnsGtmAccessStrategiesResponse
10950
+ */
10487
10951
  describeDnsGtmAccessStrategies(request: DescribeDnsGtmAccessStrategiesRequest): Promise<DescribeDnsGtmAccessStrategiesResponse>;
10952
+ /**
10953
+ * @summary Queries detailed information about an access policy of a Global Traffic Manager (GTM) instance.
10954
+ *
10955
+ * @param request DescribeDnsGtmAccessStrategyRequest
10956
+ * @param runtime runtime options for this request RuntimeOptions
10957
+ * @return DescribeDnsGtmAccessStrategyResponse
10958
+ */
10488
10959
  describeDnsGtmAccessStrategyWithOptions(request: DescribeDnsGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAccessStrategyResponse>;
10960
+ /**
10961
+ * @summary Queries detailed information about an access policy of a Global Traffic Manager (GTM) instance.
10962
+ *
10963
+ * @param request DescribeDnsGtmAccessStrategyRequest
10964
+ * @return DescribeDnsGtmAccessStrategyResponse
10965
+ */
10489
10966
  describeDnsGtmAccessStrategy(request: DescribeDnsGtmAccessStrategyRequest): Promise<DescribeDnsGtmAccessStrategyResponse>;
10967
+ /**
10968
+ * @summary Queries the available configurations of an access policy of a Global Traffic Manager (GTM) instance.
10969
+ *
10970
+ * @param request DescribeDnsGtmAccessStrategyAvailableConfigRequest
10971
+ * @param runtime runtime options for this request RuntimeOptions
10972
+ * @return DescribeDnsGtmAccessStrategyAvailableConfigResponse
10973
+ */
10490
10974
  describeDnsGtmAccessStrategyAvailableConfigWithOptions(request: DescribeDnsGtmAccessStrategyAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAccessStrategyAvailableConfigResponse>;
10975
+ /**
10976
+ * @summary Queries the available configurations of an access policy of a Global Traffic Manager (GTM) instance.
10977
+ *
10978
+ * @param request DescribeDnsGtmAccessStrategyAvailableConfigRequest
10979
+ * @return DescribeDnsGtmAccessStrategyAvailableConfigResponse
10980
+ */
10491
10981
  describeDnsGtmAccessStrategyAvailableConfig(request: DescribeDnsGtmAccessStrategyAvailableConfigRequest): Promise<DescribeDnsGtmAccessStrategyAvailableConfigResponse>;
10982
+ /**
10983
+ * @param request DescribeDnsGtmAddrAttributeInfoRequest
10984
+ * @param runtime runtime options for this request RuntimeOptions
10985
+ * @return DescribeDnsGtmAddrAttributeInfoResponse
10986
+ */
10492
10987
  describeDnsGtmAddrAttributeInfoWithOptions(request: DescribeDnsGtmAddrAttributeInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAddrAttributeInfoResponse>;
10988
+ /**
10989
+ * @param request DescribeDnsGtmAddrAttributeInfoRequest
10990
+ * @return DescribeDnsGtmAddrAttributeInfoResponse
10991
+ */
10493
10992
  describeDnsGtmAddrAttributeInfo(request: DescribeDnsGtmAddrAttributeInfoRequest): Promise<DescribeDnsGtmAddrAttributeInfoResponse>;
10993
+ /**
10994
+ * @summary Queries the available configurations of an address pool of a Global Traffic Manager (GTM) instance.
10995
+ *
10996
+ * @param request DescribeDnsGtmAddressPoolAvailableConfigRequest
10997
+ * @param runtime runtime options for this request RuntimeOptions
10998
+ * @return DescribeDnsGtmAddressPoolAvailableConfigResponse
10999
+ */
10494
11000
  describeDnsGtmAddressPoolAvailableConfigWithOptions(request: DescribeDnsGtmAddressPoolAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAddressPoolAvailableConfigResponse>;
11001
+ /**
11002
+ * @summary Queries the available configurations of an address pool of a Global Traffic Manager (GTM) instance.
11003
+ *
11004
+ * @param request DescribeDnsGtmAddressPoolAvailableConfigRequest
11005
+ * @return DescribeDnsGtmAddressPoolAvailableConfigResponse
11006
+ */
10495
11007
  describeDnsGtmAddressPoolAvailableConfig(request: DescribeDnsGtmAddressPoolAvailableConfigRequest): Promise<DescribeDnsGtmAddressPoolAvailableConfigResponse>;
11008
+ /**
11009
+ * @param request DescribeDnsGtmAvailableAlertGroupRequest
11010
+ * @param runtime runtime options for this request RuntimeOptions
11011
+ * @return DescribeDnsGtmAvailableAlertGroupResponse
11012
+ */
10496
11013
  describeDnsGtmAvailableAlertGroupWithOptions(request: DescribeDnsGtmAvailableAlertGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmAvailableAlertGroupResponse>;
11014
+ /**
11015
+ * @param request DescribeDnsGtmAvailableAlertGroupRequest
11016
+ * @return DescribeDnsGtmAvailableAlertGroupResponse
11017
+ */
10497
11018
  describeDnsGtmAvailableAlertGroup(request: DescribeDnsGtmAvailableAlertGroupRequest): Promise<DescribeDnsGtmAvailableAlertGroupResponse>;
11019
+ /**
11020
+ * @summary Queries detailed information about a Global Traffic Manager (GTM) instance.
11021
+ *
11022
+ * @param request DescribeDnsGtmInstanceRequest
11023
+ * @param runtime runtime options for this request RuntimeOptions
11024
+ * @return DescribeDnsGtmInstanceResponse
11025
+ */
10498
11026
  describeDnsGtmInstanceWithOptions(request: DescribeDnsGtmInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstanceResponse>;
11027
+ /**
11028
+ * @summary Queries detailed information about a Global Traffic Manager (GTM) instance.
11029
+ *
11030
+ * @param request DescribeDnsGtmInstanceRequest
11031
+ * @return DescribeDnsGtmInstanceResponse
11032
+ */
10499
11033
  describeDnsGtmInstance(request: DescribeDnsGtmInstanceRequest): Promise<DescribeDnsGtmInstanceResponse>;
11034
+ /**
11035
+ * @summary Queries detailed information about an address pool of a Global Traffic Manager (GTM) instance.
11036
+ *
11037
+ * @param request DescribeDnsGtmInstanceAddressPoolRequest
11038
+ * @param runtime runtime options for this request RuntimeOptions
11039
+ * @return DescribeDnsGtmInstanceAddressPoolResponse
11040
+ */
10500
11041
  describeDnsGtmInstanceAddressPoolWithOptions(request: DescribeDnsGtmInstanceAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstanceAddressPoolResponse>;
11042
+ /**
11043
+ * @summary Queries detailed information about an address pool of a Global Traffic Manager (GTM) instance.
11044
+ *
11045
+ * @param request DescribeDnsGtmInstanceAddressPoolRequest
11046
+ * @return DescribeDnsGtmInstanceAddressPoolResponse
11047
+ */
10501
11048
  describeDnsGtmInstanceAddressPool(request: DescribeDnsGtmInstanceAddressPoolRequest): Promise<DescribeDnsGtmInstanceAddressPoolResponse>;
11049
+ /**
11050
+ * @summary Queries the address pools of a Global Traffic Manager (GTM) instance.
11051
+ *
11052
+ * @param request DescribeDnsGtmInstanceAddressPoolsRequest
11053
+ * @param runtime runtime options for this request RuntimeOptions
11054
+ * @return DescribeDnsGtmInstanceAddressPoolsResponse
11055
+ */
10502
11056
  describeDnsGtmInstanceAddressPoolsWithOptions(request: DescribeDnsGtmInstanceAddressPoolsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstanceAddressPoolsResponse>;
11057
+ /**
11058
+ * @summary Queries the address pools of a Global Traffic Manager (GTM) instance.
11059
+ *
11060
+ * @param request DescribeDnsGtmInstanceAddressPoolsRequest
11061
+ * @return DescribeDnsGtmInstanceAddressPoolsResponse
11062
+ */
10503
11063
  describeDnsGtmInstanceAddressPools(request: DescribeDnsGtmInstanceAddressPoolsRequest): Promise<DescribeDnsGtmInstanceAddressPoolsResponse>;
11064
+ /**
11065
+ * @summary Queries the status of a Global Traffic Manager (GTM) instance.
11066
+ *
11067
+ * @param request DescribeDnsGtmInstanceStatusRequest
11068
+ * @param runtime runtime options for this request RuntimeOptions
11069
+ * @return DescribeDnsGtmInstanceStatusResponse
11070
+ */
10504
11071
  describeDnsGtmInstanceStatusWithOptions(request: DescribeDnsGtmInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstanceStatusResponse>;
11072
+ /**
11073
+ * @summary Queries the status of a Global Traffic Manager (GTM) instance.
11074
+ *
11075
+ * @param request DescribeDnsGtmInstanceStatusRequest
11076
+ * @return DescribeDnsGtmInstanceStatusResponse
11077
+ */
10505
11078
  describeDnsGtmInstanceStatus(request: DescribeDnsGtmInstanceStatusRequest): Promise<DescribeDnsGtmInstanceStatusResponse>;
11079
+ /**
11080
+ * @summary Queries the CNAME domain name assigned by the system for a Global Traffic Manager (GTM) instance.
11081
+ *
11082
+ * @param request DescribeDnsGtmInstanceSystemCnameRequest
11083
+ * @param runtime runtime options for this request RuntimeOptions
11084
+ * @return DescribeDnsGtmInstanceSystemCnameResponse
11085
+ */
10506
11086
  describeDnsGtmInstanceSystemCnameWithOptions(request: DescribeDnsGtmInstanceSystemCnameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstanceSystemCnameResponse>;
11087
+ /**
11088
+ * @summary Queries the CNAME domain name assigned by the system for a Global Traffic Manager (GTM) instance.
11089
+ *
11090
+ * @param request DescribeDnsGtmInstanceSystemCnameRequest
11091
+ * @return DescribeDnsGtmInstanceSystemCnameResponse
11092
+ */
10507
11093
  describeDnsGtmInstanceSystemCname(request: DescribeDnsGtmInstanceSystemCnameRequest): Promise<DescribeDnsGtmInstanceSystemCnameResponse>;
11094
+ /**
11095
+ * @param request DescribeDnsGtmInstancesRequest
11096
+ * @param runtime runtime options for this request RuntimeOptions
11097
+ * @return DescribeDnsGtmInstancesResponse
11098
+ */
10508
11099
  describeDnsGtmInstancesWithOptions(request: DescribeDnsGtmInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmInstancesResponse>;
11100
+ /**
11101
+ * @param request DescribeDnsGtmInstancesRequest
11102
+ * @return DescribeDnsGtmInstancesResponse
11103
+ */
10509
11104
  describeDnsGtmInstances(request: DescribeDnsGtmInstancesRequest): Promise<DescribeDnsGtmInstancesResponse>;
11105
+ /**
11106
+ * @summary Queries operation logs of a Global Traffic Manager (GTM) instance.
11107
+ *
11108
+ * @param request DescribeDnsGtmLogsRequest
11109
+ * @param runtime runtime options for this request RuntimeOptions
11110
+ * @return DescribeDnsGtmLogsResponse
11111
+ */
10510
11112
  describeDnsGtmLogsWithOptions(request: DescribeDnsGtmLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmLogsResponse>;
11113
+ /**
11114
+ * @summary Queries operation logs of a Global Traffic Manager (GTM) instance.
11115
+ *
11116
+ * @param request DescribeDnsGtmLogsRequest
11117
+ * @return DescribeDnsGtmLogsResponse
11118
+ */
10511
11119
  describeDnsGtmLogs(request: DescribeDnsGtmLogsRequest): Promise<DescribeDnsGtmLogsResponse>;
11120
+ /**
11121
+ * @summary Queries available monitored nodes.
11122
+ *
11123
+ * @param request DescribeDnsGtmMonitorAvailableConfigRequest
11124
+ * @param runtime runtime options for this request RuntimeOptions
11125
+ * @return DescribeDnsGtmMonitorAvailableConfigResponse
11126
+ */
10512
11127
  describeDnsGtmMonitorAvailableConfigWithOptions(request: DescribeDnsGtmMonitorAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmMonitorAvailableConfigResponse>;
11128
+ /**
11129
+ * @summary Queries available monitored nodes.
11130
+ *
11131
+ * @param request DescribeDnsGtmMonitorAvailableConfigRequest
11132
+ * @return DescribeDnsGtmMonitorAvailableConfigResponse
11133
+ */
10513
11134
  describeDnsGtmMonitorAvailableConfig(request: DescribeDnsGtmMonitorAvailableConfigRequest): Promise<DescribeDnsGtmMonitorAvailableConfigResponse>;
11135
+ /**
11136
+ * @summary Queries the health check configurations of an address pool of a Global Traffic Manager (GTM) instance.
11137
+ *
11138
+ * @param request DescribeDnsGtmMonitorConfigRequest
11139
+ * @param runtime runtime options for this request RuntimeOptions
11140
+ * @return DescribeDnsGtmMonitorConfigResponse
11141
+ */
10514
11142
  describeDnsGtmMonitorConfigWithOptions(request: DescribeDnsGtmMonitorConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsGtmMonitorConfigResponse>;
11143
+ /**
11144
+ * @summary Queries the health check configurations of an address pool of a Global Traffic Manager (GTM) instance.
11145
+ *
11146
+ * @param request DescribeDnsGtmMonitorConfigRequest
11147
+ * @return DescribeDnsGtmMonitorConfigResponse
11148
+ */
10515
11149
  describeDnsGtmMonitorConfig(request: DescribeDnsGtmMonitorConfigRequest): Promise<DescribeDnsGtmMonitorConfigResponse>;
11150
+ /**
11151
+ * @summary Queries the details about a paid Alibaba Cloud DNS instance based on the instance ID.
11152
+ *
11153
+ * @param request DescribeDnsProductInstanceRequest
11154
+ * @param runtime runtime options for this request RuntimeOptions
11155
+ * @return DescribeDnsProductInstanceResponse
11156
+ */
10516
11157
  describeDnsProductInstanceWithOptions(request: DescribeDnsProductInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsProductInstanceResponse>;
11158
+ /**
11159
+ * @summary Queries the details about a paid Alibaba Cloud DNS instance based on the instance ID.
11160
+ *
11161
+ * @param request DescribeDnsProductInstanceRequest
11162
+ * @return DescribeDnsProductInstanceResponse
11163
+ */
10517
11164
  describeDnsProductInstance(request: DescribeDnsProductInstanceRequest): Promise<DescribeDnsProductInstanceResponse>;
10518
11165
  /**
10519
- * > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
10520
- *
10521
- * @param request DescribeDnsProductInstancesRequest
10522
- * @param runtime runtime options for this request RuntimeOptions
10523
- * @return DescribeDnsProductInstancesResponse
11166
+ * @summary Calls the DescribeDnsProductInstances operation to query the list of paid Alibaba Cloud DNS instances based on input parameters.
11167
+ *
11168
+ * @description > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
11169
+ *
11170
+ * @param request DescribeDnsProductInstancesRequest
11171
+ * @param runtime runtime options for this request RuntimeOptions
11172
+ * @return DescribeDnsProductInstancesResponse
10524
11173
  */
10525
11174
  describeDnsProductInstancesWithOptions(request: DescribeDnsProductInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDnsProductInstancesResponse>;
10526
11175
  /**
10527
- * > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
10528
- *
10529
- * @param request DescribeDnsProductInstancesRequest
10530
- * @return DescribeDnsProductInstancesResponse
11176
+ * @summary Calls the DescribeDnsProductInstances operation to query the list of paid Alibaba Cloud DNS instances based on input parameters.
11177
+ *
11178
+ * @description > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
11179
+ *
11180
+ * @param request DescribeDnsProductInstancesRequest
11181
+ * @return DescribeDnsProductInstancesResponse
10531
11182
  */
10532
11183
  describeDnsProductInstances(request: DescribeDnsProductInstancesRequest): Promise<DescribeDnsProductInstancesResponse>;
11184
+ /**
11185
+ * @param request DescribeDohAccountStatisticsRequest
11186
+ * @param runtime runtime options for this request RuntimeOptions
11187
+ * @return DescribeDohAccountStatisticsResponse
11188
+ */
10533
11189
  describeDohAccountStatisticsWithOptions(request: DescribeDohAccountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohAccountStatisticsResponse>;
11190
+ /**
11191
+ * @param request DescribeDohAccountStatisticsRequest
11192
+ * @return DescribeDohAccountStatisticsResponse
11193
+ */
10534
11194
  describeDohAccountStatistics(request: DescribeDohAccountStatisticsRequest): Promise<DescribeDohAccountStatisticsResponse>;
11195
+ /**
11196
+ * @param request DescribeDohDomainStatisticsRequest
11197
+ * @param runtime runtime options for this request RuntimeOptions
11198
+ * @return DescribeDohDomainStatisticsResponse
11199
+ */
10535
11200
  describeDohDomainStatisticsWithOptions(request: DescribeDohDomainStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohDomainStatisticsResponse>;
11201
+ /**
11202
+ * @param request DescribeDohDomainStatisticsRequest
11203
+ * @return DescribeDohDomainStatisticsResponse
11204
+ */
10536
11205
  describeDohDomainStatistics(request: DescribeDohDomainStatisticsRequest): Promise<DescribeDohDomainStatisticsResponse>;
11206
+ /**
11207
+ * @param request DescribeDohDomainStatisticsSummaryRequest
11208
+ * @param runtime runtime options for this request RuntimeOptions
11209
+ * @return DescribeDohDomainStatisticsSummaryResponse
11210
+ */
10537
11211
  describeDohDomainStatisticsSummaryWithOptions(request: DescribeDohDomainStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohDomainStatisticsSummaryResponse>;
11212
+ /**
11213
+ * @param request DescribeDohDomainStatisticsSummaryRequest
11214
+ * @return DescribeDohDomainStatisticsSummaryResponse
11215
+ */
10538
11216
  describeDohDomainStatisticsSummary(request: DescribeDohDomainStatisticsSummaryRequest): Promise<DescribeDohDomainStatisticsSummaryResponse>;
11217
+ /**
11218
+ * @param request DescribeDohSubDomainStatisticsRequest
11219
+ * @param runtime runtime options for this request RuntimeOptions
11220
+ * @return DescribeDohSubDomainStatisticsResponse
11221
+ */
10539
11222
  describeDohSubDomainStatisticsWithOptions(request: DescribeDohSubDomainStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohSubDomainStatisticsResponse>;
11223
+ /**
11224
+ * @param request DescribeDohSubDomainStatisticsRequest
11225
+ * @return DescribeDohSubDomainStatisticsResponse
11226
+ */
10540
11227
  describeDohSubDomainStatistics(request: DescribeDohSubDomainStatisticsRequest): Promise<DescribeDohSubDomainStatisticsResponse>;
11228
+ /**
11229
+ * @param request DescribeDohSubDomainStatisticsSummaryRequest
11230
+ * @param runtime runtime options for this request RuntimeOptions
11231
+ * @return DescribeDohSubDomainStatisticsSummaryResponse
11232
+ */
10541
11233
  describeDohSubDomainStatisticsSummaryWithOptions(request: DescribeDohSubDomainStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohSubDomainStatisticsSummaryResponse>;
11234
+ /**
11235
+ * @param request DescribeDohSubDomainStatisticsSummaryRequest
11236
+ * @return DescribeDohSubDomainStatisticsSummaryResponse
11237
+ */
10542
11238
  describeDohSubDomainStatisticsSummary(request: DescribeDohSubDomainStatisticsSummaryRequest): Promise<DescribeDohSubDomainStatisticsSummaryResponse>;
11239
+ /**
11240
+ * @summary Queries the numbers of accessed domains and subdomains by using DNS over HTTPS (DoH).
11241
+ *
11242
+ * @param request DescribeDohUserInfoRequest
11243
+ * @param runtime runtime options for this request RuntimeOptions
11244
+ * @return DescribeDohUserInfoResponse
11245
+ */
10543
11246
  describeDohUserInfoWithOptions(request: DescribeDohUserInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDohUserInfoResponse>;
11247
+ /**
11248
+ * @summary Queries the numbers of accessed domains and subdomains by using DNS over HTTPS (DoH).
11249
+ *
11250
+ * @param request DescribeDohUserInfoRequest
11251
+ * @return DescribeDohUserInfoResponse
11252
+ */
10544
11253
  describeDohUserInfo(request: DescribeDohUserInfoRequest): Promise<DescribeDohUserInfoResponse>;
11254
+ /**
11255
+ * @summary Queries the Domain Name System Security Extensions (DNSSEC) configurations of a domain name based on the specified parameters.
11256
+ *
11257
+ * @param request DescribeDomainDnssecInfoRequest
11258
+ * @param runtime runtime options for this request RuntimeOptions
11259
+ * @return DescribeDomainDnssecInfoResponse
11260
+ */
10545
11261
  describeDomainDnssecInfoWithOptions(request: DescribeDomainDnssecInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainDnssecInfoResponse>;
11262
+ /**
11263
+ * @summary Queries the Domain Name System Security Extensions (DNSSEC) configurations of a domain name based on the specified parameters.
11264
+ *
11265
+ * @param request DescribeDomainDnssecInfoRequest
11266
+ * @return DescribeDomainDnssecInfoResponse
11267
+ */
10546
11268
  describeDomainDnssecInfo(request: DescribeDomainDnssecInfoRequest): Promise<DescribeDomainDnssecInfoResponse>;
11269
+ /**
11270
+ * @summary Queries all domain name groups based on the specified parameters.
11271
+ *
11272
+ * @param request DescribeDomainGroupsRequest
11273
+ * @param runtime runtime options for this request RuntimeOptions
11274
+ * @return DescribeDomainGroupsResponse
11275
+ */
10547
11276
  describeDomainGroupsWithOptions(request: DescribeDomainGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainGroupsResponse>;
11277
+ /**
11278
+ * @summary Queries all domain name groups based on the specified parameters.
11279
+ *
11280
+ * @param request DescribeDomainGroupsRequest
11281
+ * @return DescribeDomainGroupsResponse
11282
+ */
10548
11283
  describeDomainGroups(request: DescribeDomainGroupsRequest): Promise<DescribeDomainGroupsResponse>;
10549
11284
  /**
10550
- * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
10551
- *
10552
- * @param request DescribeDomainInfoRequest
10553
- * @param runtime runtime options for this request RuntimeOptions
10554
- * @return DescribeDomainInfoResponse
11285
+ * @summary Queries the information about a domain name based on specified parameters.
11286
+ *
11287
+ * @description In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
11288
+ *
11289
+ * @param request DescribeDomainInfoRequest
11290
+ * @param runtime runtime options for this request RuntimeOptions
11291
+ * @return DescribeDomainInfoResponse
10555
11292
  */
10556
11293
  describeDomainInfoWithOptions(request: DescribeDomainInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainInfoResponse>;
10557
11294
  /**
10558
- * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
10559
- *
10560
- * @param request DescribeDomainInfoRequest
10561
- * @return DescribeDomainInfoResponse
11295
+ * @summary Queries the information about a domain name based on specified parameters.
11296
+ *
11297
+ * @description In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
11298
+ *
11299
+ * @param request DescribeDomainInfoRequest
11300
+ * @return DescribeDomainInfoResponse
10562
11301
  */
10563
11302
  describeDomainInfo(request: DescribeDomainInfoRequest): Promise<DescribeDomainInfoResponse>;
11303
+ /**
11304
+ * @summary Queries the operation logs of domain names based on the specified parameters.
11305
+ *
11306
+ * @param request DescribeDomainLogsRequest
11307
+ * @param runtime runtime options for this request RuntimeOptions
11308
+ * @return DescribeDomainLogsResponse
11309
+ */
10564
11310
  describeDomainLogsWithOptions(request: DescribeDomainLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainLogsResponse>;
11311
+ /**
11312
+ * @summary Queries the operation logs of domain names based on the specified parameters.
11313
+ *
11314
+ * @param request DescribeDomainLogsRequest
11315
+ * @return DescribeDomainLogsResponse
11316
+ */
10565
11317
  describeDomainLogs(request: DescribeDomainLogsRequest): Promise<DescribeDomainLogsResponse>;
10566
11318
  /**
10567
- * > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
10568
- *
10569
- * @param request DescribeDomainNsRequest
10570
- * @param runtime runtime options for this request RuntimeOptions
10571
- * @return DescribeDomainNsResponse
11319
+ * @summary Queries the name servers configured for a specified domain name and checks whether all the name servers are Alibaba Cloud Domain Name System (DNS) servers.
11320
+ *
11321
+ * @description > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
11322
+ *
11323
+ * @param request DescribeDomainNsRequest
11324
+ * @param runtime runtime options for this request RuntimeOptions
11325
+ * @return DescribeDomainNsResponse
10572
11326
  */
10573
11327
  describeDomainNsWithOptions(request: DescribeDomainNsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainNsResponse>;
10574
11328
  /**
10575
- * > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
10576
- *
10577
- * @param request DescribeDomainNsRequest
10578
- * @return DescribeDomainNsResponse
11329
+ * @summary Queries the name servers configured for a specified domain name and checks whether all the name servers are Alibaba Cloud Domain Name System (DNS) servers.
11330
+ *
11331
+ * @description > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
11332
+ *
11333
+ * @param request DescribeDomainNsRequest
11334
+ * @return DescribeDomainNsResponse
10579
11335
  */
10580
11336
  describeDomainNs(request: DescribeDomainNsRequest): Promise<DescribeDomainNsResponse>;
10581
11337
  /**
10582
- * ## Debugging
10583
- * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
10584
- *
10585
- * @param request DescribeDomainRecordInfoRequest
10586
- * @param runtime runtime options for this request RuntimeOptions
10587
- * @return DescribeDomainRecordInfoResponse
11338
+ * @summary Queries the information about a Domain Name System (DNS) record.
11339
+ *
11340
+ * @description ## Debugging
11341
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
11342
+ *
11343
+ * @param request DescribeDomainRecordInfoRequest
11344
+ * @param runtime runtime options for this request RuntimeOptions
11345
+ * @return DescribeDomainRecordInfoResponse
10588
11346
  */
10589
11347
  describeDomainRecordInfoWithOptions(request: DescribeDomainRecordInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainRecordInfoResponse>;
10590
11348
  /**
10591
- * ## Debugging
10592
- * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
10593
- *
10594
- * @param request DescribeDomainRecordInfoRequest
10595
- * @return DescribeDomainRecordInfoResponse
11349
+ * @summary Queries the information about a Domain Name System (DNS) record.
11350
+ *
11351
+ * @description ## Debugging
11352
+ * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
11353
+ *
11354
+ * @param request DescribeDomainRecordInfoRequest
11355
+ * @return DescribeDomainRecordInfoResponse
10596
11356
  */
10597
11357
  describeDomainRecordInfo(request: DescribeDomainRecordInfoRequest): Promise<DescribeDomainRecordInfoResponse>;
10598
11358
  /**
10599
- * * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
10600
- * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
10601
- * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
10602
- * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
10603
- *
10604
- * @param request DescribeDomainRecordsRequest
10605
- * @param runtime runtime options for this request RuntimeOptions
10606
- * @return DescribeDomainRecordsResponse
11359
+ * @summary Queries all Domain Name System (DNS) records of the specified primary domain names based on the specified parameters.
11360
+ *
11361
+ * @description * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
11362
+ * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
11363
+ * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
11364
+ * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
11365
+ *
11366
+ * @param request DescribeDomainRecordsRequest
11367
+ * @param runtime runtime options for this request RuntimeOptions
11368
+ * @return DescribeDomainRecordsResponse
10607
11369
  */
10608
11370
  describeDomainRecordsWithOptions(request: DescribeDomainRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainRecordsResponse>;
10609
11371
  /**
10610
- * * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
10611
- * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
10612
- * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
10613
- * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
10614
- *
10615
- * @param request DescribeDomainRecordsRequest
10616
- * @return DescribeDomainRecordsResponse
11372
+ * @summary Queries all Domain Name System (DNS) records of the specified primary domain names based on the specified parameters.
11373
+ *
11374
+ * @description * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
11375
+ * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
11376
+ * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
11377
+ * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
11378
+ *
11379
+ * @param request DescribeDomainRecordsRequest
11380
+ * @return DescribeDomainRecordsResponse
10617
11381
  */
10618
11382
  describeDomainRecords(request: DescribeDomainRecordsRequest): Promise<DescribeDomainRecordsResponse>;
11383
+ /**
11384
+ * @summary Queries the resolution requests of all paid domain names within your account.
11385
+ *
11386
+ * @param request DescribeDomainResolveStatisticsSummaryRequest
11387
+ * @param runtime runtime options for this request RuntimeOptions
11388
+ * @return DescribeDomainResolveStatisticsSummaryResponse
11389
+ */
10619
11390
  describeDomainResolveStatisticsSummaryWithOptions(request: DescribeDomainResolveStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainResolveStatisticsSummaryResponse>;
11391
+ /**
11392
+ * @summary Queries the resolution requests of all paid domain names within your account.
11393
+ *
11394
+ * @param request DescribeDomainResolveStatisticsSummaryRequest
11395
+ * @return DescribeDomainResolveStatisticsSummaryResponse
11396
+ */
10620
11397
  describeDomainResolveStatisticsSummary(request: DescribeDomainResolveStatisticsSummaryRequest): Promise<DescribeDomainResolveStatisticsSummaryResponse>;
10621
11398
  /**
10622
- * Real-time data is collected per hour.
10623
- *
10624
- * @param request DescribeDomainStatisticsRequest
10625
- * @param runtime runtime options for this request RuntimeOptions
10626
- * @return DescribeDomainStatisticsResponse
11399
+ * @summary Queries the real-time statistics on the Domain Name System (DNS) requests for a primary domain name.
11400
+ *
11401
+ * @description Real-time data is collected per hour.
11402
+ *
11403
+ * @param request DescribeDomainStatisticsRequest
11404
+ * @param runtime runtime options for this request RuntimeOptions
11405
+ * @return DescribeDomainStatisticsResponse
10627
11406
  */
10628
11407
  describeDomainStatisticsWithOptions(request: DescribeDomainStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatisticsResponse>;
10629
11408
  /**
10630
- * Real-time data is collected per hour.
10631
- *
10632
- * @param request DescribeDomainStatisticsRequest
10633
- * @return DescribeDomainStatisticsResponse
11409
+ * @summary Queries the real-time statistics on the Domain Name System (DNS) requests for a primary domain name.
11410
+ *
11411
+ * @description Real-time data is collected per hour.
11412
+ *
11413
+ * @param request DescribeDomainStatisticsRequest
11414
+ * @return DescribeDomainStatisticsResponse
10634
11415
  */
10635
11416
  describeDomainStatistics(request: DescribeDomainStatisticsRequest): Promise<DescribeDomainStatisticsResponse>;
11417
+ /**
11418
+ * @summary Calls the DescribeDomainStatisticsSummary operation to obtain the query volume of all paid domain names under your account.
11419
+ *
11420
+ * @param request DescribeDomainStatisticsSummaryRequest
11421
+ * @param runtime runtime options for this request RuntimeOptions
11422
+ * @return DescribeDomainStatisticsSummaryResponse
11423
+ */
10636
11424
  describeDomainStatisticsSummaryWithOptions(request: DescribeDomainStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainStatisticsSummaryResponse>;
11425
+ /**
11426
+ * @summary Calls the DescribeDomainStatisticsSummary operation to obtain the query volume of all paid domain names under your account.
11427
+ *
11428
+ * @param request DescribeDomainStatisticsSummaryRequest
11429
+ * @return DescribeDomainStatisticsSummaryResponse
11430
+ */
10637
11431
  describeDomainStatisticsSummary(request: DescribeDomainStatisticsSummaryRequest): Promise<DescribeDomainStatisticsSummaryResponse>;
10638
11432
  /**
10639
- * * You can specify the PageNumber and PageSize parameters to query domain names.
10640
- * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
10641
- * * By default, the domain names in a list are sorted in descending order of the time they were added.
10642
- * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
10643
- *
10644
- * @param request DescribeDomainsRequest
10645
- * @param runtime runtime options for this request RuntimeOptions
10646
- * @return DescribeDomainsResponse
11433
+ * @summary Calls the DescribeDomains operation to query domain names of a user based on input parameters.
11434
+ *
11435
+ * @description * You can specify the PageNumber and PageSize parameters to query domain names.
11436
+ * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
11437
+ * * By default, the domain names in a list are sorted in descending order of the time they were added.
11438
+ * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
11439
+ *
11440
+ * @param request DescribeDomainsRequest
11441
+ * @param runtime runtime options for this request RuntimeOptions
11442
+ * @return DescribeDomainsResponse
10647
11443
  */
10648
11444
  describeDomainsWithOptions(request: DescribeDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainsResponse>;
10649
11445
  /**
10650
- * * You can specify the PageNumber and PageSize parameters to query domain names.
10651
- * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
10652
- * * By default, the domain names in a list are sorted in descending order of the time they were added.
10653
- * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
10654
- *
10655
- * @param request DescribeDomainsRequest
10656
- * @return DescribeDomainsResponse
11446
+ * @summary Calls the DescribeDomains operation to query domain names of a user based on input parameters.
11447
+ *
11448
+ * @description * You can specify the PageNumber and PageSize parameters to query domain names.
11449
+ * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
11450
+ * * By default, the domain names in a list are sorted in descending order of the time they were added.
11451
+ * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
11452
+ *
11453
+ * @param request DescribeDomainsRequest
11454
+ * @return DescribeDomainsResponse
10657
11455
  */
10658
11456
  describeDomains(request: DescribeDomainsRequest): Promise<DescribeDomainsResponse>;
11457
+ /**
11458
+ * @summary You can call this operation to query the access policies of a Global Traffic Manager (GTM) instance.
11459
+ *
11460
+ * @param request DescribeGtmAccessStrategiesRequest
11461
+ * @param runtime runtime options for this request RuntimeOptions
11462
+ * @return DescribeGtmAccessStrategiesResponse
11463
+ */
10659
11464
  describeGtmAccessStrategiesWithOptions(request: DescribeGtmAccessStrategiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmAccessStrategiesResponse>;
11465
+ /**
11466
+ * @summary You can call this operation to query the access policies of a Global Traffic Manager (GTM) instance.
11467
+ *
11468
+ * @param request DescribeGtmAccessStrategiesRequest
11469
+ * @return DescribeGtmAccessStrategiesResponse
11470
+ */
10660
11471
  describeGtmAccessStrategies(request: DescribeGtmAccessStrategiesRequest): Promise<DescribeGtmAccessStrategiesResponse>;
11472
+ /**
11473
+ * @summary You can call this operation to query the details about an access policy of a Global Traffic Manager (GTM) instance based on the policy ID.
11474
+ *
11475
+ * @param request DescribeGtmAccessStrategyRequest
11476
+ * @param runtime runtime options for this request RuntimeOptions
11477
+ * @return DescribeGtmAccessStrategyResponse
11478
+ */
10661
11479
  describeGtmAccessStrategyWithOptions(request: DescribeGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmAccessStrategyResponse>;
11480
+ /**
11481
+ * @summary You can call this operation to query the details about an access policy of a Global Traffic Manager (GTM) instance based on the policy ID.
11482
+ *
11483
+ * @param request DescribeGtmAccessStrategyRequest
11484
+ * @return DescribeGtmAccessStrategyResponse
11485
+ */
10662
11486
  describeGtmAccessStrategy(request: DescribeGtmAccessStrategyRequest): Promise<DescribeGtmAccessStrategyResponse>;
11487
+ /**
11488
+ * @summary Queries the configuration items that can be set for an access policy.
11489
+ *
11490
+ * @param request DescribeGtmAccessStrategyAvailableConfigRequest
11491
+ * @param runtime runtime options for this request RuntimeOptions
11492
+ * @return DescribeGtmAccessStrategyAvailableConfigResponse
11493
+ */
10663
11494
  describeGtmAccessStrategyAvailableConfigWithOptions(request: DescribeGtmAccessStrategyAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmAccessStrategyAvailableConfigResponse>;
11495
+ /**
11496
+ * @summary Queries the configuration items that can be set for an access policy.
11497
+ *
11498
+ * @param request DescribeGtmAccessStrategyAvailableConfigRequest
11499
+ * @return DescribeGtmAccessStrategyAvailableConfigResponse
11500
+ */
10664
11501
  describeGtmAccessStrategyAvailableConfig(request: DescribeGtmAccessStrategyAvailableConfigRequest): Promise<DescribeGtmAccessStrategyAvailableConfigResponse>;
11502
+ /**
11503
+ * @param request DescribeGtmAvailableAlertGroupRequest
11504
+ * @param runtime runtime options for this request RuntimeOptions
11505
+ * @return DescribeGtmAvailableAlertGroupResponse
11506
+ */
10665
11507
  describeGtmAvailableAlertGroupWithOptions(request: DescribeGtmAvailableAlertGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmAvailableAlertGroupResponse>;
11508
+ /**
11509
+ * @param request DescribeGtmAvailableAlertGroupRequest
11510
+ * @return DescribeGtmAvailableAlertGroupResponse
11511
+ */
10666
11512
  describeGtmAvailableAlertGroup(request: DescribeGtmAvailableAlertGroupRequest): Promise<DescribeGtmAvailableAlertGroupResponse>;
11513
+ /**
11514
+ * @summary Queries the details about a Global Traffic Manager (GTM) instance.
11515
+ *
11516
+ * @param request DescribeGtmInstanceRequest
11517
+ * @param runtime runtime options for this request RuntimeOptions
11518
+ * @return DescribeGtmInstanceResponse
11519
+ */
10667
11520
  describeGtmInstanceWithOptions(request: DescribeGtmInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstanceResponse>;
11521
+ /**
11522
+ * @summary Queries the details about a Global Traffic Manager (GTM) instance.
11523
+ *
11524
+ * @param request DescribeGtmInstanceRequest
11525
+ * @return DescribeGtmInstanceResponse
11526
+ */
10668
11527
  describeGtmInstance(request: DescribeGtmInstanceRequest): Promise<DescribeGtmInstanceResponse>;
11528
+ /**
11529
+ * @summary You can call this operation to query the details about an address pool of a Global Traffic Manager (GTM) instance.
11530
+ *
11531
+ * @param request DescribeGtmInstanceAddressPoolRequest
11532
+ * @param runtime runtime options for this request RuntimeOptions
11533
+ * @return DescribeGtmInstanceAddressPoolResponse
11534
+ */
10669
11535
  describeGtmInstanceAddressPoolWithOptions(request: DescribeGtmInstanceAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstanceAddressPoolResponse>;
11536
+ /**
11537
+ * @summary You can call this operation to query the details about an address pool of a Global Traffic Manager (GTM) instance.
11538
+ *
11539
+ * @param request DescribeGtmInstanceAddressPoolRequest
11540
+ * @return DescribeGtmInstanceAddressPoolResponse
11541
+ */
10670
11542
  describeGtmInstanceAddressPool(request: DescribeGtmInstanceAddressPoolRequest): Promise<DescribeGtmInstanceAddressPoolResponse>;
11543
+ /**
11544
+ * @summary You can call this operation to query the address pools of a Global Traffic Manager (GTM) instance.
11545
+ *
11546
+ * @param request DescribeGtmInstanceAddressPoolsRequest
11547
+ * @param runtime runtime options for this request RuntimeOptions
11548
+ * @return DescribeGtmInstanceAddressPoolsResponse
11549
+ */
10671
11550
  describeGtmInstanceAddressPoolsWithOptions(request: DescribeGtmInstanceAddressPoolsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstanceAddressPoolsResponse>;
11551
+ /**
11552
+ * @summary You can call this operation to query the address pools of a Global Traffic Manager (GTM) instance.
11553
+ *
11554
+ * @param request DescribeGtmInstanceAddressPoolsRequest
11555
+ * @return DescribeGtmInstanceAddressPoolsResponse
11556
+ */
10672
11557
  describeGtmInstanceAddressPools(request: DescribeGtmInstanceAddressPoolsRequest): Promise<DescribeGtmInstanceAddressPoolsResponse>;
11558
+ /**
11559
+ * @summary Queries the current status of a Global Traffic Manager (GTM) instance.
11560
+ *
11561
+ * @param request DescribeGtmInstanceStatusRequest
11562
+ * @param runtime runtime options for this request RuntimeOptions
11563
+ * @return DescribeGtmInstanceStatusResponse
11564
+ */
10673
11565
  describeGtmInstanceStatusWithOptions(request: DescribeGtmInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstanceStatusResponse>;
11566
+ /**
11567
+ * @summary Queries the current status of a Global Traffic Manager (GTM) instance.
11568
+ *
11569
+ * @param request DescribeGtmInstanceStatusRequest
11570
+ * @return DescribeGtmInstanceStatusResponse
11571
+ */
10674
11572
  describeGtmInstanceStatus(request: DescribeGtmInstanceStatusRequest): Promise<DescribeGtmInstanceStatusResponse>;
11573
+ /**
11574
+ * @param request DescribeGtmInstanceSystemCnameRequest
11575
+ * @param runtime runtime options for this request RuntimeOptions
11576
+ * @return DescribeGtmInstanceSystemCnameResponse
11577
+ */
10675
11578
  describeGtmInstanceSystemCnameWithOptions(request: DescribeGtmInstanceSystemCnameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstanceSystemCnameResponse>;
11579
+ /**
11580
+ * @param request DescribeGtmInstanceSystemCnameRequest
11581
+ * @return DescribeGtmInstanceSystemCnameResponse
11582
+ */
10676
11583
  describeGtmInstanceSystemCname(request: DescribeGtmInstanceSystemCnameRequest): Promise<DescribeGtmInstanceSystemCnameResponse>;
11584
+ /**
11585
+ * @summary Queries the Global Traffic Manager (GTM) instances under your account.
11586
+ *
11587
+ * @param request DescribeGtmInstancesRequest
11588
+ * @param runtime runtime options for this request RuntimeOptions
11589
+ * @return DescribeGtmInstancesResponse
11590
+ */
10677
11591
  describeGtmInstancesWithOptions(request: DescribeGtmInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmInstancesResponse>;
11592
+ /**
11593
+ * @summary Queries the Global Traffic Manager (GTM) instances under your account.
11594
+ *
11595
+ * @param request DescribeGtmInstancesRequest
11596
+ * @return DescribeGtmInstancesResponse
11597
+ */
10678
11598
  describeGtmInstances(request: DescribeGtmInstancesRequest): Promise<DescribeGtmInstancesResponse>;
11599
+ /**
11600
+ * @summary You can call this operation to query logs of a Global Traffic Manager (GTM) instance.
11601
+ *
11602
+ * @param request DescribeGtmLogsRequest
11603
+ * @param runtime runtime options for this request RuntimeOptions
11604
+ * @return DescribeGtmLogsResponse
11605
+ */
10679
11606
  describeGtmLogsWithOptions(request: DescribeGtmLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmLogsResponse>;
11607
+ /**
11608
+ * @summary You can call this operation to query logs of a Global Traffic Manager (GTM) instance.
11609
+ *
11610
+ * @param request DescribeGtmLogsRequest
11611
+ * @return DescribeGtmLogsResponse
11612
+ */
10680
11613
  describeGtmLogs(request: DescribeGtmLogsRequest): Promise<DescribeGtmLogsResponse>;
11614
+ /**
11615
+ * @summary Queries available monitored nodes.
11616
+ *
11617
+ * @param request DescribeGtmMonitorAvailableConfigRequest
11618
+ * @param runtime runtime options for this request RuntimeOptions
11619
+ * @return DescribeGtmMonitorAvailableConfigResponse
11620
+ */
10681
11621
  describeGtmMonitorAvailableConfigWithOptions(request: DescribeGtmMonitorAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmMonitorAvailableConfigResponse>;
11622
+ /**
11623
+ * @summary Queries available monitored nodes.
11624
+ *
11625
+ * @param request DescribeGtmMonitorAvailableConfigRequest
11626
+ * @return DescribeGtmMonitorAvailableConfigResponse
11627
+ */
10682
11628
  describeGtmMonitorAvailableConfig(request: DescribeGtmMonitorAvailableConfigRequest): Promise<DescribeGtmMonitorAvailableConfigResponse>;
11629
+ /**
11630
+ * @summary Queries the health check configuration of an address pool of a Global Traffic Manager (GTM) instance.
11631
+ *
11632
+ * @param request DescribeGtmMonitorConfigRequest
11633
+ * @param runtime runtime options for this request RuntimeOptions
11634
+ * @return DescribeGtmMonitorConfigResponse
11635
+ */
10683
11636
  describeGtmMonitorConfigWithOptions(request: DescribeGtmMonitorConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmMonitorConfigResponse>;
11637
+ /**
11638
+ * @summary Queries the health check configuration of an address pool of a Global Traffic Manager (GTM) instance.
11639
+ *
11640
+ * @param request DescribeGtmMonitorConfigRequest
11641
+ * @return DescribeGtmMonitorConfigResponse
11642
+ */
10684
11643
  describeGtmMonitorConfig(request: DescribeGtmMonitorConfigRequest): Promise<DescribeGtmMonitorConfigResponse>;
11644
+ /**
11645
+ * @summary You can call this operation to query the detailed information of a disaster recovery plan for a Global Traffic Manager (GTM) instance.
11646
+ *
11647
+ * @param request DescribeGtmRecoveryPlanRequest
11648
+ * @param runtime runtime options for this request RuntimeOptions
11649
+ * @return DescribeGtmRecoveryPlanResponse
11650
+ */
10685
11651
  describeGtmRecoveryPlanWithOptions(request: DescribeGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmRecoveryPlanResponse>;
11652
+ /**
11653
+ * @summary You can call this operation to query the detailed information of a disaster recovery plan for a Global Traffic Manager (GTM) instance.
11654
+ *
11655
+ * @param request DescribeGtmRecoveryPlanRequest
11656
+ * @return DescribeGtmRecoveryPlanResponse
11657
+ */
10686
11658
  describeGtmRecoveryPlan(request: DescribeGtmRecoveryPlanRequest): Promise<DescribeGtmRecoveryPlanResponse>;
11659
+ /**
11660
+ * @summary You can call this operation to query the available configurations of a disaster recovery plan of a Global Traffic Manager (GTM) instance.
11661
+ *
11662
+ * @param request DescribeGtmRecoveryPlanAvailableConfigRequest
11663
+ * @param runtime runtime options for this request RuntimeOptions
11664
+ * @return DescribeGtmRecoveryPlanAvailableConfigResponse
11665
+ */
10687
11666
  describeGtmRecoveryPlanAvailableConfigWithOptions(request: DescribeGtmRecoveryPlanAvailableConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmRecoveryPlanAvailableConfigResponse>;
11667
+ /**
11668
+ * @summary You can call this operation to query the available configurations of a disaster recovery plan of a Global Traffic Manager (GTM) instance.
11669
+ *
11670
+ * @param request DescribeGtmRecoveryPlanAvailableConfigRequest
11671
+ * @return DescribeGtmRecoveryPlanAvailableConfigResponse
11672
+ */
10688
11673
  describeGtmRecoveryPlanAvailableConfig(request: DescribeGtmRecoveryPlanAvailableConfigRequest): Promise<DescribeGtmRecoveryPlanAvailableConfigResponse>;
11674
+ /**
11675
+ * @summary Queries the disaster recovery plans for a Global Traffic Manager (GTM) instance.
11676
+ *
11677
+ * @param request DescribeGtmRecoveryPlansRequest
11678
+ * @param runtime runtime options for this request RuntimeOptions
11679
+ * @return DescribeGtmRecoveryPlansResponse
11680
+ */
10689
11681
  describeGtmRecoveryPlansWithOptions(request: DescribeGtmRecoveryPlansRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGtmRecoveryPlansResponse>;
11682
+ /**
11683
+ * @summary Queries the disaster recovery plans for a Global Traffic Manager (GTM) instance.
11684
+ *
11685
+ * @param request DescribeGtmRecoveryPlansRequest
11686
+ * @return DescribeGtmRecoveryPlansResponse
11687
+ */
10690
11688
  describeGtmRecoveryPlans(request: DescribeGtmRecoveryPlansRequest): Promise<DescribeGtmRecoveryPlansResponse>;
11689
+ /**
11690
+ * @summary Queries the domain names that are bound to an Alibaba Cloud DNS instance.
11691
+ *
11692
+ * @param request DescribeInstanceDomainsRequest
11693
+ * @param runtime runtime options for this request RuntimeOptions
11694
+ * @return DescribeInstanceDomainsResponse
11695
+ */
10691
11696
  describeInstanceDomainsWithOptions(request: DescribeInstanceDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceDomainsResponse>;
11697
+ /**
11698
+ * @summary Queries the domain names that are bound to an Alibaba Cloud DNS instance.
11699
+ *
11700
+ * @param request DescribeInstanceDomainsRequest
11701
+ * @return DescribeInstanceDomainsResponse
11702
+ */
10692
11703
  describeInstanceDomains(request: DescribeInstanceDomainsRequest): Promise<DescribeInstanceDomainsResponse>;
11704
+ /**
11705
+ * @param request DescribeInternetDnsLogsRequest
11706
+ * @param runtime runtime options for this request RuntimeOptions
11707
+ * @return DescribeInternetDnsLogsResponse
11708
+ */
11709
+ describeInternetDnsLogsWithOptions(request: DescribeInternetDnsLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInternetDnsLogsResponse>;
11710
+ /**
11711
+ * @param request DescribeInternetDnsLogsRequest
11712
+ * @return DescribeInternetDnsLogsResponse
11713
+ */
11714
+ describeInternetDnsLogs(request: DescribeInternetDnsLogsRequest): Promise<DescribeInternetDnsLogsResponse>;
11715
+ /**
11716
+ * @summary 获取缓存刷新套餐包列表
11717
+ *
11718
+ * @param request DescribeIspFlushCacheInstancesRequest
11719
+ * @param runtime runtime options for this request RuntimeOptions
11720
+ * @return DescribeIspFlushCacheInstancesResponse
11721
+ */
10693
11722
  describeIspFlushCacheInstancesWithOptions(request: DescribeIspFlushCacheInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIspFlushCacheInstancesResponse>;
11723
+ /**
11724
+ * @summary 获取缓存刷新套餐包列表
11725
+ *
11726
+ * @param request DescribeIspFlushCacheInstancesRequest
11727
+ * @return DescribeIspFlushCacheInstancesResponse
11728
+ */
10694
11729
  describeIspFlushCacheInstances(request: DescribeIspFlushCacheInstancesRequest): Promise<DescribeIspFlushCacheInstancesResponse>;
11730
+ /**
11731
+ * @summary 获取剩余可缓存刷新次数
11732
+ *
11733
+ * @param request DescribeIspFlushCacheRemainQuotaRequest
11734
+ * @param runtime runtime options for this request RuntimeOptions
11735
+ * @return DescribeIspFlushCacheRemainQuotaResponse
11736
+ */
10695
11737
  describeIspFlushCacheRemainQuotaWithOptions(request: DescribeIspFlushCacheRemainQuotaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIspFlushCacheRemainQuotaResponse>;
11738
+ /**
11739
+ * @summary 获取剩余可缓存刷新次数
11740
+ *
11741
+ * @param request DescribeIspFlushCacheRemainQuotaRequest
11742
+ * @return DescribeIspFlushCacheRemainQuotaResponse
11743
+ */
10696
11744
  describeIspFlushCacheRemainQuota(request: DescribeIspFlushCacheRemainQuotaRequest): Promise<DescribeIspFlushCacheRemainQuotaResponse>;
11745
+ /**
11746
+ * @summary 获取缓存刷新任务详情
11747
+ *
11748
+ * @param request DescribeIspFlushCacheTaskRequest
11749
+ * @param runtime runtime options for this request RuntimeOptions
11750
+ * @return DescribeIspFlushCacheTaskResponse
11751
+ */
10697
11752
  describeIspFlushCacheTaskWithOptions(request: DescribeIspFlushCacheTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIspFlushCacheTaskResponse>;
11753
+ /**
11754
+ * @summary 获取缓存刷新任务详情
11755
+ *
11756
+ * @param request DescribeIspFlushCacheTaskRequest
11757
+ * @return DescribeIspFlushCacheTaskResponse
11758
+ */
10698
11759
  describeIspFlushCacheTask(request: DescribeIspFlushCacheTaskRequest): Promise<DescribeIspFlushCacheTaskResponse>;
11760
+ /**
11761
+ * @summary 获取缓存刷新任务列表
11762
+ *
11763
+ * @param request DescribeIspFlushCacheTasksRequest
11764
+ * @param runtime runtime options for this request RuntimeOptions
11765
+ * @return DescribeIspFlushCacheTasksResponse
11766
+ */
10699
11767
  describeIspFlushCacheTasksWithOptions(request: DescribeIspFlushCacheTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIspFlushCacheTasksResponse>;
11768
+ /**
11769
+ * @summary 获取缓存刷新任务列表
11770
+ *
11771
+ * @param request DescribeIspFlushCacheTasksRequest
11772
+ * @return DescribeIspFlushCacheTasksResponse
11773
+ */
10700
11774
  describeIspFlushCacheTasks(request: DescribeIspFlushCacheTasksRequest): Promise<DescribeIspFlushCacheTasksResponse>;
11775
+ /**
11776
+ * @summary 获取公共DNS用户数据概览
11777
+ *
11778
+ * @param request DescribePdnsAccountSummaryRequest
11779
+ * @param runtime runtime options for this request RuntimeOptions
11780
+ * @return DescribePdnsAccountSummaryResponse
11781
+ */
10701
11782
  describePdnsAccountSummaryWithOptions(request: DescribePdnsAccountSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsAccountSummaryResponse>;
11783
+ /**
11784
+ * @summary 获取公共DNS用户数据概览
11785
+ *
11786
+ * @param request DescribePdnsAccountSummaryRequest
11787
+ * @return DescribePdnsAccountSummaryResponse
11788
+ */
10702
11789
  describePdnsAccountSummary(request: DescribePdnsAccountSummaryRequest): Promise<DescribePdnsAccountSummaryResponse>;
11790
+ /**
11791
+ * @summary 获取公共DNS AppKey 详情
11792
+ *
11793
+ * @param request DescribePdnsAppKeyRequest
11794
+ * @param runtime runtime options for this request RuntimeOptions
11795
+ * @return DescribePdnsAppKeyResponse
11796
+ */
10703
11797
  describePdnsAppKeyWithOptions(request: DescribePdnsAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsAppKeyResponse>;
11798
+ /**
11799
+ * @summary 获取公共DNS AppKey 详情
11800
+ *
11801
+ * @param request DescribePdnsAppKeyRequest
11802
+ * @return DescribePdnsAppKeyResponse
11803
+ */
10704
11804
  describePdnsAppKey(request: DescribePdnsAppKeyRequest): Promise<DescribePdnsAppKeyResponse>;
11805
+ /**
11806
+ * @summary 获取公共DNS AppKey 列表
11807
+ *
11808
+ * @param request DescribePdnsAppKeysRequest
11809
+ * @param runtime runtime options for this request RuntimeOptions
11810
+ * @return DescribePdnsAppKeysResponse
11811
+ */
10705
11812
  describePdnsAppKeysWithOptions(request: DescribePdnsAppKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsAppKeysResponse>;
11813
+ /**
11814
+ * @summary 获取公共DNS AppKey 列表
11815
+ *
11816
+ * @param request DescribePdnsAppKeysRequest
11817
+ * @return DescribePdnsAppKeysResponse
11818
+ */
10706
11819
  describePdnsAppKeys(request: DescribePdnsAppKeysRequest): Promise<DescribePdnsAppKeysResponse>;
11820
+ /**
11821
+ * @summary 获取公共DNS 操作日志列表
11822
+ *
11823
+ * @param request DescribePdnsOperateLogsRequest
11824
+ * @param runtime runtime options for this request RuntimeOptions
11825
+ * @return DescribePdnsOperateLogsResponse
11826
+ */
10707
11827
  describePdnsOperateLogsWithOptions(request: DescribePdnsOperateLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsOperateLogsResponse>;
11828
+ /**
11829
+ * @summary 获取公共DNS 操作日志列表
11830
+ *
11831
+ * @param request DescribePdnsOperateLogsRequest
11832
+ * @return DescribePdnsOperateLogsResponse
11833
+ */
10708
11834
  describePdnsOperateLogs(request: DescribePdnsOperateLogsRequest): Promise<DescribePdnsOperateLogsResponse>;
11835
+ /**
11836
+ * @summary 获取公共DNS 请求统计
11837
+ *
11838
+ * @param request DescribePdnsRequestStatisticRequest
11839
+ * @param runtime runtime options for this request RuntimeOptions
11840
+ * @return DescribePdnsRequestStatisticResponse
11841
+ */
10709
11842
  describePdnsRequestStatisticWithOptions(request: DescribePdnsRequestStatisticRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsRequestStatisticResponse>;
11843
+ /**
11844
+ * @summary 获取公共DNS 请求统计
11845
+ *
11846
+ * @param request DescribePdnsRequestStatisticRequest
11847
+ * @return DescribePdnsRequestStatisticResponse
11848
+ */
10710
11849
  describePdnsRequestStatistic(request: DescribePdnsRequestStatisticRequest): Promise<DescribePdnsRequestStatisticResponse>;
11850
+ /**
11851
+ * @summary 获取公共DNS 请求统计列表
11852
+ *
11853
+ * @param request DescribePdnsRequestStatisticsRequest
11854
+ * @param runtime runtime options for this request RuntimeOptions
11855
+ * @return DescribePdnsRequestStatisticsResponse
11856
+ */
10711
11857
  describePdnsRequestStatisticsWithOptions(request: DescribePdnsRequestStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsRequestStatisticsResponse>;
11858
+ /**
11859
+ * @summary 获取公共DNS 请求统计列表
11860
+ *
11861
+ * @param request DescribePdnsRequestStatisticsRequest
11862
+ * @return DescribePdnsRequestStatisticsResponse
11863
+ */
10712
11864
  describePdnsRequestStatistics(request: DescribePdnsRequestStatisticsRequest): Promise<DescribePdnsRequestStatisticsResponse>;
11865
+ /**
11866
+ * @summary 获取公共DNS 威胁日志列表
11867
+ *
11868
+ * @param request DescribePdnsThreatLogsRequest
11869
+ * @param runtime runtime options for this request RuntimeOptions
11870
+ * @return DescribePdnsThreatLogsResponse
11871
+ */
10713
11872
  describePdnsThreatLogsWithOptions(request: DescribePdnsThreatLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsThreatLogsResponse>;
11873
+ /**
11874
+ * @summary 获取公共DNS 威胁日志列表
11875
+ *
11876
+ * @param request DescribePdnsThreatLogsRequest
11877
+ * @return DescribePdnsThreatLogsResponse
11878
+ */
10714
11879
  describePdnsThreatLogs(request: DescribePdnsThreatLogsRequest): Promise<DescribePdnsThreatLogsResponse>;
11880
+ /**
11881
+ * @summary 获取公共DNS 威胁统计
11882
+ *
11883
+ * @param request DescribePdnsThreatStatisticRequest
11884
+ * @param runtime runtime options for this request RuntimeOptions
11885
+ * @return DescribePdnsThreatStatisticResponse
11886
+ */
10715
11887
  describePdnsThreatStatisticWithOptions(request: DescribePdnsThreatStatisticRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsThreatStatisticResponse>;
11888
+ /**
11889
+ * @summary 获取公共DNS 威胁统计
11890
+ *
11891
+ * @param request DescribePdnsThreatStatisticRequest
11892
+ * @return DescribePdnsThreatStatisticResponse
11893
+ */
10716
11894
  describePdnsThreatStatistic(request: DescribePdnsThreatStatisticRequest): Promise<DescribePdnsThreatStatisticResponse>;
11895
+ /**
11896
+ * @summary 获取公共DNS 威胁统计列表
11897
+ *
11898
+ * @param request DescribePdnsThreatStatisticsRequest
11899
+ * @param runtime runtime options for this request RuntimeOptions
11900
+ * @return DescribePdnsThreatStatisticsResponse
11901
+ */
10717
11902
  describePdnsThreatStatisticsWithOptions(request: DescribePdnsThreatStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsThreatStatisticsResponse>;
11903
+ /**
11904
+ * @summary 获取公共DNS 威胁统计列表
11905
+ *
11906
+ * @param request DescribePdnsThreatStatisticsRequest
11907
+ * @return DescribePdnsThreatStatisticsResponse
11908
+ */
10718
11909
  describePdnsThreatStatistics(request: DescribePdnsThreatStatisticsRequest): Promise<DescribePdnsThreatStatisticsResponse>;
11910
+ /**
11911
+ * @summary 获取公共DNS Udp IP段列表
11912
+ *
11913
+ * @param request DescribePdnsUdpIpSegmentsRequest
11914
+ * @param runtime runtime options for this request RuntimeOptions
11915
+ * @return DescribePdnsUdpIpSegmentsResponse
11916
+ */
10719
11917
  describePdnsUdpIpSegmentsWithOptions(request: DescribePdnsUdpIpSegmentsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsUdpIpSegmentsResponse>;
11918
+ /**
11919
+ * @summary 获取公共DNS Udp IP段列表
11920
+ *
11921
+ * @param request DescribePdnsUdpIpSegmentsRequest
11922
+ * @return DescribePdnsUdpIpSegmentsResponse
11923
+ */
10720
11924
  describePdnsUdpIpSegments(request: DescribePdnsUdpIpSegmentsRequest): Promise<DescribePdnsUdpIpSegmentsResponse>;
11925
+ /**
11926
+ * @summary 获取公共DNS用户信息
11927
+ *
11928
+ * @param request DescribePdnsUserInfoRequest
11929
+ * @param runtime runtime options for this request RuntimeOptions
11930
+ * @return DescribePdnsUserInfoResponse
11931
+ */
10721
11932
  describePdnsUserInfoWithOptions(request: DescribePdnsUserInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribePdnsUserInfoResponse>;
11933
+ /**
11934
+ * @summary 获取公共DNS用户信息
11935
+ *
11936
+ * @param request DescribePdnsUserInfoRequest
11937
+ * @return DescribePdnsUserInfoResponse
11938
+ */
10722
11939
  describePdnsUserInfo(request: DescribePdnsUserInfoRequest): Promise<DescribePdnsUserInfoResponse>;
11940
+ /**
11941
+ * @summary Queries the operation logs of a domain name based on the specified parameters.
11942
+ *
11943
+ * @param request DescribeRecordLogsRequest
11944
+ * @param runtime runtime options for this request RuntimeOptions
11945
+ * @return DescribeRecordLogsResponse
11946
+ */
10723
11947
  describeRecordLogsWithOptions(request: DescribeRecordLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordLogsResponse>;
11948
+ /**
11949
+ * @summary Queries the operation logs of a domain name based on the specified parameters.
11950
+ *
11951
+ * @param request DescribeRecordLogsRequest
11952
+ * @return DescribeRecordLogsResponse
11953
+ */
10724
11954
  describeRecordLogs(request: DescribeRecordLogsRequest): Promise<DescribeRecordLogsResponse>;
11955
+ /**
11956
+ * @summary Queries the number of resolution requests for all subdomain names of a specified domain name.
11957
+ *
11958
+ * @param request DescribeRecordResolveStatisticsSummaryRequest
11959
+ * @param runtime runtime options for this request RuntimeOptions
11960
+ * @return DescribeRecordResolveStatisticsSummaryResponse
11961
+ */
10725
11962
  describeRecordResolveStatisticsSummaryWithOptions(request: DescribeRecordResolveStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordResolveStatisticsSummaryResponse>;
11963
+ /**
11964
+ * @summary Queries the number of resolution requests for all subdomain names of a specified domain name.
11965
+ *
11966
+ * @param request DescribeRecordResolveStatisticsSummaryRequest
11967
+ * @return DescribeRecordResolveStatisticsSummaryResponse
11968
+ */
10726
11969
  describeRecordResolveStatisticsSummary(request: DescribeRecordResolveStatisticsSummaryRequest): Promise<DescribeRecordResolveStatisticsSummaryResponse>;
10727
11970
  /**
10728
- * Real-time data is collected per hour.
10729
- *
10730
- * @param request DescribeRecordStatisticsRequest
10731
- * @param runtime runtime options for this request RuntimeOptions
10732
- * @return DescribeRecordStatisticsResponse
11971
+ * @summary Queries the real-time statistics on the Domain Name System (DNS) requests for a subdomain name.
11972
+ *
11973
+ * @description Real-time data is collected per hour.
11974
+ *
11975
+ * @param request DescribeRecordStatisticsRequest
11976
+ * @param runtime runtime options for this request RuntimeOptions
11977
+ * @return DescribeRecordStatisticsResponse
10733
11978
  */
10734
11979
  describeRecordStatisticsWithOptions(request: DescribeRecordStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordStatisticsResponse>;
10735
11980
  /**
10736
- * Real-time data is collected per hour.
10737
- *
10738
- * @param request DescribeRecordStatisticsRequest
10739
- * @return DescribeRecordStatisticsResponse
11981
+ * @summary Queries the real-time statistics on the Domain Name System (DNS) requests for a subdomain name.
11982
+ *
11983
+ * @description Real-time data is collected per hour.
11984
+ *
11985
+ * @param request DescribeRecordStatisticsRequest
11986
+ * @return DescribeRecordStatisticsResponse
10740
11987
  */
10741
11988
  describeRecordStatistics(request: DescribeRecordStatisticsRequest): Promise<DescribeRecordStatisticsResponse>;
11989
+ /**
11990
+ * @summary Queries the number of Domain Name System (DNS) requests for all subdomain names of a specified domain name.
11991
+ *
11992
+ * @param request DescribeRecordStatisticsSummaryRequest
11993
+ * @param runtime runtime options for this request RuntimeOptions
11994
+ * @return DescribeRecordStatisticsSummaryResponse
11995
+ */
10742
11996
  describeRecordStatisticsSummaryWithOptions(request: DescribeRecordStatisticsSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRecordStatisticsSummaryResponse>;
11997
+ /**
11998
+ * @summary Queries the number of Domain Name System (DNS) requests for all subdomain names of a specified domain name.
11999
+ *
12000
+ * @param request DescribeRecordStatisticsSummaryRequest
12001
+ * @return DescribeRecordStatisticsSummaryResponse
12002
+ */
10743
12003
  describeRecordStatisticsSummary(request: DescribeRecordStatisticsSummaryRequest): Promise<DescribeRecordStatisticsSummaryResponse>;
12004
+ /**
12005
+ * @summary Queries all Domain Name System (DNS) records of a subdomain name based on the specified parameters.
12006
+ *
12007
+ * @param request DescribeSubDomainRecordsRequest
12008
+ * @param runtime runtime options for this request RuntimeOptions
12009
+ * @return DescribeSubDomainRecordsResponse
12010
+ */
10744
12011
  describeSubDomainRecordsWithOptions(request: DescribeSubDomainRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSubDomainRecordsResponse>;
12012
+ /**
12013
+ * @summary Queries all Domain Name System (DNS) records of a subdomain name based on the specified parameters.
12014
+ *
12015
+ * @param request DescribeSubDomainRecordsRequest
12016
+ * @return DescribeSubDomainRecordsResponse
12017
+ */
10745
12018
  describeSubDomainRecords(request: DescribeSubDomainRecordsRequest): Promise<DescribeSubDomainRecordsResponse>;
12019
+ /**
12020
+ * @summary 查询云解析支持的所有线路列表。
12021
+ *
12022
+ * @param request DescribeSupportLinesRequest
12023
+ * @param runtime runtime options for this request RuntimeOptions
12024
+ * @return DescribeSupportLinesResponse
12025
+ */
10746
12026
  describeSupportLinesWithOptions(request: DescribeSupportLinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSupportLinesResponse>;
12027
+ /**
12028
+ * @summary 查询云解析支持的所有线路列表。
12029
+ *
12030
+ * @param request DescribeSupportLinesRequest
12031
+ * @return DescribeSupportLinesResponse
12032
+ */
10747
12033
  describeSupportLines(request: DescribeSupportLinesRequest): Promise<DescribeSupportLinesResponse>;
12034
+ /**
12035
+ * @summary Queries existing tags.
12036
+ *
12037
+ * @param request DescribeTagsRequest
12038
+ * @param runtime runtime options for this request RuntimeOptions
12039
+ * @return DescribeTagsResponse
12040
+ */
10748
12041
  describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
12042
+ /**
12043
+ * @summary Queries existing tags.
12044
+ *
12045
+ * @param request DescribeTagsRequest
12046
+ * @return DescribeTagsResponse
12047
+ */
10749
12048
  describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
12049
+ /**
12050
+ * @summary Queries the domain names that were transferred between the current account and another account based on the specified parameters.
12051
+ *
12052
+ * @param request DescribeTransferDomainsRequest
12053
+ * @param runtime runtime options for this request RuntimeOptions
12054
+ * @return DescribeTransferDomainsResponse
12055
+ */
10750
12056
  describeTransferDomainsWithOptions(request: DescribeTransferDomainsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTransferDomainsResponse>;
12057
+ /**
12058
+ * @summary Queries the domain names that were transferred between the current account and another account based on the specified parameters.
12059
+ *
12060
+ * @param request DescribeTransferDomainsRequest
12061
+ * @return DescribeTransferDomainsResponse
12062
+ */
10751
12063
  describeTransferDomains(request: DescribeTransferDomainsRequest): Promise<DescribeTransferDomainsResponse>;
12064
+ /**
12065
+ * @param request ExecuteGtmRecoveryPlanRequest
12066
+ * @param runtime runtime options for this request RuntimeOptions
12067
+ * @return ExecuteGtmRecoveryPlanResponse
12068
+ */
10752
12069
  executeGtmRecoveryPlanWithOptions(request: ExecuteGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteGtmRecoveryPlanResponse>;
12070
+ /**
12071
+ * @param request ExecuteGtmRecoveryPlanRequest
12072
+ * @return ExecuteGtmRecoveryPlanResponse
12073
+ */
10753
12074
  executeGtmRecoveryPlan(request: ExecuteGtmRecoveryPlanRequest): Promise<ExecuteGtmRecoveryPlanResponse>;
12075
+ /**
12076
+ * @summary Queries a primary domain name based on the specified parameters.
12077
+ *
12078
+ * @description For more information about the difference between primary domain names and subdomain names, see
12079
+ * [Subdomain levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, abc.com is obtained.
12080
+ *
12081
+ * @param request GetMainDomainNameRequest
12082
+ * @param runtime runtime options for this request RuntimeOptions
12083
+ * @return GetMainDomainNameResponse
12084
+ */
10754
12085
  getMainDomainNameWithOptions(request: GetMainDomainNameRequest, runtime: $Util.RuntimeOptions): Promise<GetMainDomainNameResponse>;
12086
+ /**
12087
+ * @summary Queries a primary domain name based on the specified parameters.
12088
+ *
12089
+ * @description For more information about the difference between primary domain names and subdomain names, see
12090
+ * [Subdomain levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, abc.com is obtained.
12091
+ *
12092
+ * @param request GetMainDomainNameRequest
12093
+ * @return GetMainDomainNameResponse
12094
+ */
10755
12095
  getMainDomainName(request: GetMainDomainNameRequest): Promise<GetMainDomainNameResponse>;
12096
+ /**
12097
+ * @summary Generates a text (TXT) record. TXT records are used to retrieve domain names and subdomain names, enable the subdomain name verification feature, and perform batch retrievals.
12098
+ *
12099
+ * @param request GetTxtRecordForVerifyRequest
12100
+ * @param runtime runtime options for this request RuntimeOptions
12101
+ * @return GetTxtRecordForVerifyResponse
12102
+ */
10756
12103
  getTxtRecordForVerifyWithOptions(request: GetTxtRecordForVerifyRequest, runtime: $Util.RuntimeOptions): Promise<GetTxtRecordForVerifyResponse>;
12104
+ /**
12105
+ * @summary Generates a text (TXT) record. TXT records are used to retrieve domain names and subdomain names, enable the subdomain name verification feature, and perform batch retrievals.
12106
+ *
12107
+ * @param request GetTxtRecordForVerifyRequest
12108
+ * @return GetTxtRecordForVerifyResponse
12109
+ */
10757
12110
  getTxtRecordForVerify(request: GetTxtRecordForVerifyRequest): Promise<GetTxtRecordForVerifyResponse>;
10758
12111
  /**
10759
- * * 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.
10760
- * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
10761
- * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
10762
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
10763
- *
10764
- * @param request ListTagResourcesRequest
10765
- * @param runtime runtime options for this request RuntimeOptions
10766
- * @return ListTagResourcesResponse
12112
+ * @summary Queries the tags that are added to a specified resource.
12113
+ *
12114
+ * @description * 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.
12115
+ * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
12116
+ * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
12117
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
12118
+ *
12119
+ * @param request ListTagResourcesRequest
12120
+ * @param runtime runtime options for this request RuntimeOptions
12121
+ * @return ListTagResourcesResponse
10767
12122
  */
10768
12123
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
10769
12124
  /**
10770
- * * 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.
10771
- * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
10772
- * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
10773
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
10774
- *
10775
- * @param request ListTagResourcesRequest
10776
- * @return ListTagResourcesResponse
12125
+ * @summary Queries the tags that are added to a specified resource.
12126
+ *
12127
+ * @description * 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.
12128
+ * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
12129
+ * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
12130
+ * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
12131
+ *
12132
+ * @param request ListTagResourcesRequest
12133
+ * @return ListTagResourcesResponse
10777
12134
  */
10778
12135
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
10779
12136
  /**
10780
- * If the operation succeeds, the name of the DNS server changes to that of an Alibaba Cloud DNS server (ending with hichina.com).
10781
- * > Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS server in use is not an Alibaba Cloud DNS server.
10782
- *
10783
- * @param request ModifyHichinaDomainDNSRequest
10784
- * @param runtime runtime options for this request RuntimeOptions
10785
- * @return ModifyHichinaDomainDNSResponse
12137
+ * @summary Calls the ModifyHichinaDomainDNS operation to change the name of a DNS server based on input parameters.
12138
+ *
12139
+ * @description If the operation succeeds, the name of the DNS server changes to that of an Alibaba Cloud DNS server (ending with hichina.com).
12140
+ * > Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS server in use is not an Alibaba Cloud DNS server.
12141
+ *
12142
+ * @param request ModifyHichinaDomainDNSRequest
12143
+ * @param runtime runtime options for this request RuntimeOptions
12144
+ * @return ModifyHichinaDomainDNSResponse
10786
12145
  */
10787
12146
  modifyHichinaDomainDNSWithOptions(request: ModifyHichinaDomainDNSRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHichinaDomainDNSResponse>;
10788
12147
  /**
10789
- * If the operation succeeds, the name of the DNS server changes to that of an Alibaba Cloud DNS server (ending with hichina.com).
10790
- * > Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS server in use is not an Alibaba Cloud DNS server.
10791
- *
10792
- * @param request ModifyHichinaDomainDNSRequest
10793
- * @return ModifyHichinaDomainDNSResponse
12148
+ * @summary Calls the ModifyHichinaDomainDNS operation to change the name of a DNS server based on input parameters.
12149
+ *
12150
+ * @description If the operation succeeds, the name of the DNS server changes to that of an Alibaba Cloud DNS server (ending with hichina.com).
12151
+ * > Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS server in use is not an Alibaba Cloud DNS server.
12152
+ *
12153
+ * @param request ModifyHichinaDomainDNSRequest
12154
+ * @return ModifyHichinaDomainDNSResponse
10794
12155
  */
10795
12156
  modifyHichinaDomainDNS(request: ModifyHichinaDomainDNSRequest): Promise<ModifyHichinaDomainDNSResponse>;
12157
+ /**
12158
+ * @summary Moves a domain name to another resource group.
12159
+ *
12160
+ * @param request MoveDomainResourceGroupRequest
12161
+ * @param runtime runtime options for this request RuntimeOptions
12162
+ * @return MoveDomainResourceGroupResponse
12163
+ */
10796
12164
  moveDomainResourceGroupWithOptions(request: MoveDomainResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveDomainResourceGroupResponse>;
12165
+ /**
12166
+ * @summary Moves a domain name to another resource group.
12167
+ *
12168
+ * @param request MoveDomainResourceGroupRequest
12169
+ * @return MoveDomainResourceGroupResponse
12170
+ */
10797
12171
  moveDomainResourceGroup(request: MoveDomainResourceGroupRequest): Promise<MoveDomainResourceGroupResponse>;
12172
+ /**
12173
+ * @param request MoveGtmResourceGroupRequest
12174
+ * @param runtime runtime options for this request RuntimeOptions
12175
+ * @return MoveGtmResourceGroupResponse
12176
+ */
10798
12177
  moveGtmResourceGroupWithOptions(request: MoveGtmResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<MoveGtmResourceGroupResponse>;
12178
+ /**
12179
+ * @param request MoveGtmResourceGroupRequest
12180
+ * @return MoveGtmResourceGroupResponse
12181
+ */
10799
12182
  moveGtmResourceGroup(request: MoveGtmResourceGroupRequest): Promise<MoveGtmResourceGroupResponse>;
12183
+ /**
12184
+ * @summary Submits a batch operation task to add or delete multiple domain names or multiple Domain Name System (DNS) records at a time.
12185
+ *
12186
+ * @description Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
12187
+ *
12188
+ * @param request OperateBatchDomainRequest
12189
+ * @param runtime runtime options for this request RuntimeOptions
12190
+ * @return OperateBatchDomainResponse
12191
+ */
10800
12192
  operateBatchDomainWithOptions(request: OperateBatchDomainRequest, runtime: $Util.RuntimeOptions): Promise<OperateBatchDomainResponse>;
12193
+ /**
12194
+ * @summary Submits a batch operation task to add or delete multiple domain names or multiple Domain Name System (DNS) records at a time.
12195
+ *
12196
+ * @description Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
12197
+ *
12198
+ * @param request OperateBatchDomainRequest
12199
+ * @return OperateBatchDomainResponse
12200
+ */
10801
12201
  operateBatchDomain(request: OperateBatchDomainRequest): Promise<OperateBatchDomainResponse>;
12202
+ /**
12203
+ * @summary 暂停公共DNS服务
12204
+ *
12205
+ * @param request PausePdnsServiceRequest
12206
+ * @param runtime runtime options for this request RuntimeOptions
12207
+ * @return PausePdnsServiceResponse
12208
+ */
10802
12209
  pausePdnsServiceWithOptions(request: PausePdnsServiceRequest, runtime: $Util.RuntimeOptions): Promise<PausePdnsServiceResponse>;
12210
+ /**
12211
+ * @summary 暂停公共DNS服务
12212
+ *
12213
+ * @param request PausePdnsServiceRequest
12214
+ * @return PausePdnsServiceResponse
12215
+ */
10803
12216
  pausePdnsService(request: PausePdnsServiceRequest): Promise<PausePdnsServiceResponse>;
12217
+ /**
12218
+ * @summary You can call this operation to preview a disaster recovery plan of a Global Traffic Manager (GTM) instance.
12219
+ *
12220
+ * @param request PreviewGtmRecoveryPlanRequest
12221
+ * @param runtime runtime options for this request RuntimeOptions
12222
+ * @return PreviewGtmRecoveryPlanResponse
12223
+ */
10804
12224
  previewGtmRecoveryPlanWithOptions(request: PreviewGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<PreviewGtmRecoveryPlanResponse>;
12225
+ /**
12226
+ * @summary You can call this operation to preview a disaster recovery plan of a Global Traffic Manager (GTM) instance.
12227
+ *
12228
+ * @param request PreviewGtmRecoveryPlanRequest
12229
+ * @return PreviewGtmRecoveryPlanResponse
12230
+ */
10805
12231
  previewGtmRecoveryPlan(request: PreviewGtmRecoveryPlanRequest): Promise<PreviewGtmRecoveryPlanResponse>;
12232
+ /**
12233
+ * @summary 删除公共DNS AppKey
12234
+ *
12235
+ * @param request RemovePdnsAppKeyRequest
12236
+ * @param runtime runtime options for this request RuntimeOptions
12237
+ * @return RemovePdnsAppKeyResponse
12238
+ */
10806
12239
  removePdnsAppKeyWithOptions(request: RemovePdnsAppKeyRequest, runtime: $Util.RuntimeOptions): Promise<RemovePdnsAppKeyResponse>;
12240
+ /**
12241
+ * @summary 删除公共DNS AppKey
12242
+ *
12243
+ * @param request RemovePdnsAppKeyRequest
12244
+ * @return RemovePdnsAppKeyResponse
12245
+ */
10807
12246
  removePdnsAppKey(request: RemovePdnsAppKeyRequest): Promise<RemovePdnsAppKeyResponse>;
12247
+ /**
12248
+ * @summary 删除公共DNS Udp Ip地址段
12249
+ *
12250
+ * @param request RemovePdnsUdpIpSegmentRequest
12251
+ * @param runtime runtime options for this request RuntimeOptions
12252
+ * @return RemovePdnsUdpIpSegmentResponse
12253
+ */
10808
12254
  removePdnsUdpIpSegmentWithOptions(request: RemovePdnsUdpIpSegmentRequest, runtime: $Util.RuntimeOptions): Promise<RemovePdnsUdpIpSegmentResponse>;
12255
+ /**
12256
+ * @summary 删除公共DNS Udp Ip地址段
12257
+ *
12258
+ * @param request RemovePdnsUdpIpSegmentRequest
12259
+ * @return RemovePdnsUdpIpSegmentResponse
12260
+ */
10809
12261
  removePdnsUdpIpSegment(request: RemovePdnsUdpIpSegmentRequest): Promise<RemovePdnsUdpIpSegmentResponse>;
12262
+ /**
12263
+ * @summary 恢复公共DNS服务
12264
+ *
12265
+ * @param request ResumePdnsServiceRequest
12266
+ * @param runtime runtime options for this request RuntimeOptions
12267
+ * @return ResumePdnsServiceResponse
12268
+ */
10810
12269
  resumePdnsServiceWithOptions(request: ResumePdnsServiceRequest, runtime: $Util.RuntimeOptions): Promise<ResumePdnsServiceResponse>;
12270
+ /**
12271
+ * @summary 恢复公共DNS服务
12272
+ *
12273
+ * @param request ResumePdnsServiceRequest
12274
+ * @return ResumePdnsServiceResponse
12275
+ */
10811
12276
  resumePdnsService(request: ResumePdnsServiceRequest): Promise<ResumePdnsServiceResponse>;
12277
+ /**
12278
+ * @summary Retrieves a domain name.
12279
+ *
12280
+ * @description To retrieve a domain name, you must verify a text (TXT) record. Therefore, before you call this API operation to retrieve a domain name, call the [GetTxtRecordForVerify](https://www.alibabacloud.com/help/zh/alibaba-cloud-dns/latest/generating-a-txt-record) operation to generate a TXT record.
12281
+ *
12282
+ * @param request RetrieveDomainRequest
12283
+ * @param runtime runtime options for this request RuntimeOptions
12284
+ * @return RetrieveDomainResponse
12285
+ */
10812
12286
  retrieveDomainWithOptions(request: RetrieveDomainRequest, runtime: $Util.RuntimeOptions): Promise<RetrieveDomainResponse>;
12287
+ /**
12288
+ * @summary Retrieves a domain name.
12289
+ *
12290
+ * @description To retrieve a domain name, you must verify a text (TXT) record. Therefore, before you call this API operation to retrieve a domain name, call the [GetTxtRecordForVerify](https://www.alibabacloud.com/help/zh/alibaba-cloud-dns/latest/generating-a-txt-record) operation to generate a TXT record.
12291
+ *
12292
+ * @param request RetrieveDomainRequest
12293
+ * @return RetrieveDomainResponse
12294
+ */
10813
12295
  retrieveDomain(request: RetrieveDomainRequest): Promise<RetrieveDomainResponse>;
12296
+ /**
12297
+ * @param request RollbackGtmRecoveryPlanRequest
12298
+ * @param runtime runtime options for this request RuntimeOptions
12299
+ * @return RollbackGtmRecoveryPlanResponse
12300
+ */
10814
12301
  rollbackGtmRecoveryPlanWithOptions(request: RollbackGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<RollbackGtmRecoveryPlanResponse>;
12302
+ /**
12303
+ * @param request RollbackGtmRecoveryPlanRequest
12304
+ * @return RollbackGtmRecoveryPlanResponse
12305
+ */
10815
12306
  rollbackGtmRecoveryPlan(request: RollbackGtmRecoveryPlanRequest): Promise<RollbackGtmRecoveryPlanResponse>;
12307
+ /**
12308
+ * @summary Enables or disables weighted round-robin based on the specified parameters.
12309
+ *
12310
+ * @param request SetDNSSLBStatusRequest
12311
+ * @param runtime runtime options for this request RuntimeOptions
12312
+ * @return SetDNSSLBStatusResponse
12313
+ */
10816
12314
  setDNSSLBStatusWithOptions(request: SetDNSSLBStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetDNSSLBStatusResponse>;
12315
+ /**
12316
+ * @summary Enables or disables weighted round-robin based on the specified parameters.
12317
+ *
12318
+ * @param request SetDNSSLBStatusRequest
12319
+ * @return SetDNSSLBStatusResponse
12320
+ */
10817
12321
  setDNSSLBStatus(request: SetDNSSLBStatusRequest): Promise<SetDNSSLBStatusResponse>;
10818
12322
  /**
10819
- * ****
10820
- *
10821
- * @param request SetDnsGtmAccessModeRequest
10822
- * @param runtime runtime options for this request RuntimeOptions
10823
- * @return SetDnsGtmAccessModeResponse
12323
+ * @description ****
12324
+ *
12325
+ * @param request SetDnsGtmAccessModeRequest
12326
+ * @param runtime runtime options for this request RuntimeOptions
12327
+ * @return SetDnsGtmAccessModeResponse
10824
12328
  */
10825
12329
  setDnsGtmAccessModeWithOptions(request: SetDnsGtmAccessModeRequest, runtime: $Util.RuntimeOptions): Promise<SetDnsGtmAccessModeResponse>;
10826
12330
  /**
10827
- * ****
10828
- *
10829
- * @param request SetDnsGtmAccessModeRequest
10830
- * @return SetDnsGtmAccessModeResponse
12331
+ * @description ****
12332
+ *
12333
+ * @param request SetDnsGtmAccessModeRequest
12334
+ * @return SetDnsGtmAccessModeResponse
10831
12335
  */
10832
12336
  setDnsGtmAccessMode(request: SetDnsGtmAccessModeRequest): Promise<SetDnsGtmAccessModeResponse>;
12337
+ /**
12338
+ * @summary Specifies the health check status of an address pool.
12339
+ *
12340
+ * @param request SetDnsGtmMonitorStatusRequest
12341
+ * @param runtime runtime options for this request RuntimeOptions
12342
+ * @return SetDnsGtmMonitorStatusResponse
12343
+ */
10833
12344
  setDnsGtmMonitorStatusWithOptions(request: SetDnsGtmMonitorStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetDnsGtmMonitorStatusResponse>;
12345
+ /**
12346
+ * @summary Specifies the health check status of an address pool.
12347
+ *
12348
+ * @param request SetDnsGtmMonitorStatusRequest
12349
+ * @return SetDnsGtmMonitorStatusResponse
12350
+ */
10834
12351
  setDnsGtmMonitorStatus(request: SetDnsGtmMonitorStatusRequest): Promise<SetDnsGtmMonitorStatusResponse>;
12352
+ /**
12353
+ * @summary Sets the Domain Name System Security Extensions (DNSSEC) status of a domain name.
12354
+ *
12355
+ * @param request SetDomainDnssecStatusRequest
12356
+ * @param runtime runtime options for this request RuntimeOptions
12357
+ * @return SetDomainDnssecStatusResponse
12358
+ */
10835
12359
  setDomainDnssecStatusWithOptions(request: SetDomainDnssecStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainDnssecStatusResponse>;
12360
+ /**
12361
+ * @summary Sets the Domain Name System Security Extensions (DNSSEC) status of a domain name.
12362
+ *
12363
+ * @param request SetDomainDnssecStatusRequest
12364
+ * @return SetDomainDnssecStatusResponse
12365
+ */
10836
12366
  setDomainDnssecStatus(request: SetDomainDnssecStatusRequest): Promise<SetDomainDnssecStatusResponse>;
12367
+ /**
12368
+ * @summary Specifies the status of a Domain Name System (DNS) record based on the specified parameters.
12369
+ *
12370
+ * @param request SetDomainRecordStatusRequest
12371
+ * @param runtime runtime options for this request RuntimeOptions
12372
+ * @return SetDomainRecordStatusResponse
12373
+ */
10837
12374
  setDomainRecordStatusWithOptions(request: SetDomainRecordStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetDomainRecordStatusResponse>;
12375
+ /**
12376
+ * @summary Specifies the status of a Domain Name System (DNS) record based on the specified parameters.
12377
+ *
12378
+ * @param request SetDomainRecordStatusRequest
12379
+ * @return SetDomainRecordStatusResponse
12380
+ */
10838
12381
  setDomainRecordStatus(request: SetDomainRecordStatusRequest): Promise<SetDomainRecordStatusResponse>;
12382
+ /**
12383
+ * @param request SetGtmAccessModeRequest
12384
+ * @param runtime runtime options for this request RuntimeOptions
12385
+ * @return SetGtmAccessModeResponse
12386
+ */
10839
12387
  setGtmAccessModeWithOptions(request: SetGtmAccessModeRequest, runtime: $Util.RuntimeOptions): Promise<SetGtmAccessModeResponse>;
12388
+ /**
12389
+ * @param request SetGtmAccessModeRequest
12390
+ * @return SetGtmAccessModeResponse
12391
+ */
10840
12392
  setGtmAccessMode(request: SetGtmAccessModeRequest): Promise<SetGtmAccessModeResponse>;
12393
+ /**
12394
+ * @param request SetGtmMonitorStatusRequest
12395
+ * @param runtime runtime options for this request RuntimeOptions
12396
+ * @return SetGtmMonitorStatusResponse
12397
+ */
10841
12398
  setGtmMonitorStatusWithOptions(request: SetGtmMonitorStatusRequest, runtime: $Util.RuntimeOptions): Promise<SetGtmMonitorStatusResponse>;
12399
+ /**
12400
+ * @param request SetGtmMonitorStatusRequest
12401
+ * @return SetGtmMonitorStatusResponse
12402
+ */
10842
12403
  setGtmMonitorStatus(request: SetGtmMonitorStatusRequest): Promise<SetGtmMonitorStatusResponse>;
12404
+ /**
12405
+ * @summary 提交缓存刷新任务
12406
+ *
12407
+ * @param request SubmitIspFlushCacheTaskRequest
12408
+ * @param runtime runtime options for this request RuntimeOptions
12409
+ * @return SubmitIspFlushCacheTaskResponse
12410
+ */
10843
12411
  submitIspFlushCacheTaskWithOptions(request: SubmitIspFlushCacheTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitIspFlushCacheTaskResponse>;
12412
+ /**
12413
+ * @summary 提交缓存刷新任务
12414
+ *
12415
+ * @param request SubmitIspFlushCacheTaskRequest
12416
+ * @return SubmitIspFlushCacheTaskResponse
12417
+ */
10844
12418
  submitIspFlushCacheTask(request: SubmitIspFlushCacheTaskRequest): Promise<SubmitIspFlushCacheTaskResponse>;
12419
+ /**
12420
+ * @summary Changes the access policy type for a Global Traffic Manager (GTM) instance.
12421
+ *
12422
+ * @param request SwitchDnsGtmInstanceStrategyModeRequest
12423
+ * @param runtime runtime options for this request RuntimeOptions
12424
+ * @return SwitchDnsGtmInstanceStrategyModeResponse
12425
+ */
10845
12426
  switchDnsGtmInstanceStrategyModeWithOptions(request: SwitchDnsGtmInstanceStrategyModeRequest, runtime: $Util.RuntimeOptions): Promise<SwitchDnsGtmInstanceStrategyModeResponse>;
12427
+ /**
12428
+ * @summary Changes the access policy type for a Global Traffic Manager (GTM) instance.
12429
+ *
12430
+ * @param request SwitchDnsGtmInstanceStrategyModeRequest
12431
+ * @return SwitchDnsGtmInstanceStrategyModeResponse
12432
+ */
10846
12433
  switchDnsGtmInstanceStrategyMode(request: SwitchDnsGtmInstanceStrategyModeRequest): Promise<SwitchDnsGtmInstanceStrategyModeResponse>;
12434
+ /**
12435
+ * @summary Adds and modifies a tag for a resource.
12436
+ *
12437
+ * @param request TagResourcesRequest
12438
+ * @param runtime runtime options for this request RuntimeOptions
12439
+ * @return TagResourcesResponse
12440
+ */
10847
12441
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
12442
+ /**
12443
+ * @summary Adds and modifies a tag for a resource.
12444
+ *
12445
+ * @param request TagResourcesRequest
12446
+ * @return TagResourcesResponse
12447
+ */
10848
12448
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
12449
+ /**
12450
+ * @summary Transfers multiple domain names from the current account to another account at a time.
12451
+ *
12452
+ * @param request TransferDomainRequest
12453
+ * @param runtime runtime options for this request RuntimeOptions
12454
+ * @return TransferDomainResponse
12455
+ */
10849
12456
  transferDomainWithOptions(request: TransferDomainRequest, runtime: $Util.RuntimeOptions): Promise<TransferDomainResponse>;
12457
+ /**
12458
+ * @summary Transfers multiple domain names from the current account to another account at a time.
12459
+ *
12460
+ * @param request TransferDomainRequest
12461
+ * @return TransferDomainResponse
12462
+ */
10850
12463
  transferDomain(request: TransferDomainRequest): Promise<TransferDomainResponse>;
12464
+ /**
12465
+ * @summary Unbinds one or more domain names from a paid Alibaba Cloud DNS instance based on the instance ID.
12466
+ *
12467
+ * @description A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call an API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
12468
+ * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call an API operation to bind only one domain name to the instance. However, if the instance that you want to bind to the desired domain name is already bound to a domain name, you can call this operation to unbind the original domain name from the instance and then bind the desired domain name to the instance.
12469
+ *
12470
+ * @param request UnbindInstanceDomainsRequest
12471
+ * @param runtime runtime options for this request RuntimeOptions
12472
+ * @return UnbindInstanceDomainsResponse
12473
+ */
10851
12474
  unbindInstanceDomainsWithOptions(request: UnbindInstanceDomainsRequest, runtime: $Util.RuntimeOptions): Promise<UnbindInstanceDomainsResponse>;
12475
+ /**
12476
+ * @summary Unbinds one or more domain names from a paid Alibaba Cloud DNS instance based on the instance ID.
12477
+ *
12478
+ * @description A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call an API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
12479
+ * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call an API operation to bind only one domain name to the instance. However, if the instance that you want to bind to the desired domain name is already bound to a domain name, you can call this operation to unbind the original domain name from the instance and then bind the desired domain name to the instance.
12480
+ *
12481
+ * @param request UnbindInstanceDomainsRequest
12482
+ * @return UnbindInstanceDomainsResponse
12483
+ */
10852
12484
  unbindInstanceDomains(request: UnbindInstanceDomainsRequest): Promise<UnbindInstanceDomainsResponse>;
12485
+ /**
12486
+ * @summary Removes tags from resources.
12487
+ *
12488
+ * @param request UntagResourcesRequest
12489
+ * @param runtime runtime options for this request RuntimeOptions
12490
+ * @return UntagResourcesResponse
12491
+ */
10853
12492
  untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
12493
+ /**
12494
+ * @summary Removes tags from resources.
12495
+ *
12496
+ * @param request UntagResourcesRequest
12497
+ * @return UntagResourcesResponse
12498
+ */
10854
12499
  untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
12500
+ /**
12501
+ * @summary 修改 AppKey 状态
12502
+ *
12503
+ * @param request UpdateAppKeyStateRequest
12504
+ * @param runtime runtime options for this request RuntimeOptions
12505
+ * @return UpdateAppKeyStateResponse
12506
+ */
10855
12507
  updateAppKeyStateWithOptions(request: UpdateAppKeyStateRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAppKeyStateResponse>;
12508
+ /**
12509
+ * @summary 修改 AppKey 状态
12510
+ *
12511
+ * @param request UpdateAppKeyStateRequest
12512
+ * @return UpdateAppKeyStateResponse
12513
+ */
10856
12514
  updateAppKeyState(request: UpdateAppKeyStateRequest): Promise<UpdateAppKeyStateResponse>;
10857
12515
  /**
10858
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.
10859
- * The CIDR blocks that are specified for all custom lines of a domain name cannot intersect.
10860
- *
10861
- * @param request UpdateCustomLineRequest
10862
- * @param runtime runtime options for this request RuntimeOptions
10863
- * @return UpdateCustomLineResponse
12516
+ * @summary Modifies a custom line.
12517
+ *
12518
+ * @description In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
12519
+ * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
12520
+ *
12521
+ * @param request UpdateCustomLineRequest
12522
+ * @param runtime runtime options for this request RuntimeOptions
12523
+ * @return UpdateCustomLineResponse
10864
12524
  */
10865
12525
  updateCustomLineWithOptions(request: UpdateCustomLineRequest, runtime: $Util.RuntimeOptions): Promise<UpdateCustomLineResponse>;
10866
12526
  /**
10867
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.
10868
- * The CIDR blocks that are specified for all custom lines of a domain name cannot intersect.
10869
- *
10870
- * @param request UpdateCustomLineRequest
10871
- * @return UpdateCustomLineResponse
12527
+ * @summary Modifies a custom line.
12528
+ *
12529
+ * @description In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
12530
+ * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
12531
+ *
12532
+ * @param request UpdateCustomLineRequest
12533
+ * @return UpdateCustomLineResponse
10872
12534
  */
10873
12535
  updateCustomLine(request: UpdateCustomLineRequest): Promise<UpdateCustomLineResponse>;
12536
+ /**
12537
+ * @summary Modifies the weight of a Domain Name System (DNS) record based on the specified parameters.
12538
+ *
12539
+ * @param request UpdateDNSSLBWeightRequest
12540
+ * @param runtime runtime options for this request RuntimeOptions
12541
+ * @return UpdateDNSSLBWeightResponse
12542
+ */
10874
12543
  updateDNSSLBWeightWithOptions(request: UpdateDNSSLBWeightRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDNSSLBWeightResponse>;
12544
+ /**
12545
+ * @summary Modifies the weight of a Domain Name System (DNS) record based on the specified parameters.
12546
+ *
12547
+ * @param request UpdateDNSSLBWeightRequest
12548
+ * @return UpdateDNSSLBWeightResponse
12549
+ */
10875
12550
  updateDNSSLBWeight(request: UpdateDNSSLBWeightRequest): Promise<UpdateDNSSLBWeightResponse>;
12551
+ /**
12552
+ * @param request UpdateDnsCacheDomainRequest
12553
+ * @param runtime runtime options for this request RuntimeOptions
12554
+ * @return UpdateDnsCacheDomainResponse
12555
+ */
10876
12556
  updateDnsCacheDomainWithOptions(request: UpdateDnsCacheDomainRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsCacheDomainResponse>;
12557
+ /**
12558
+ * @param request UpdateDnsCacheDomainRequest
12559
+ * @return UpdateDnsCacheDomainResponse
12560
+ */
10877
12561
  updateDnsCacheDomain(request: UpdateDnsCacheDomainRequest): Promise<UpdateDnsCacheDomainResponse>;
12562
+ /**
12563
+ * @param request UpdateDnsCacheDomainRemarkRequest
12564
+ * @param runtime runtime options for this request RuntimeOptions
12565
+ * @return UpdateDnsCacheDomainRemarkResponse
12566
+ */
10878
12567
  updateDnsCacheDomainRemarkWithOptions(request: UpdateDnsCacheDomainRemarkRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsCacheDomainRemarkResponse>;
12568
+ /**
12569
+ * @param request UpdateDnsCacheDomainRemarkRequest
12570
+ * @return UpdateDnsCacheDomainRemarkResponse
12571
+ */
10879
12572
  updateDnsCacheDomainRemark(request: UpdateDnsCacheDomainRemarkRequest): Promise<UpdateDnsCacheDomainRemarkResponse>;
12573
+ /**
12574
+ * @summary Modifies an access policy.
12575
+ *
12576
+ * @param request UpdateDnsGtmAccessStrategyRequest
12577
+ * @param runtime runtime options for this request RuntimeOptions
12578
+ * @return UpdateDnsGtmAccessStrategyResponse
12579
+ */
10880
12580
  updateDnsGtmAccessStrategyWithOptions(request: UpdateDnsGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsGtmAccessStrategyResponse>;
12581
+ /**
12582
+ * @summary Modifies an access policy.
12583
+ *
12584
+ * @param request UpdateDnsGtmAccessStrategyRequest
12585
+ * @return UpdateDnsGtmAccessStrategyResponse
12586
+ */
10881
12587
  updateDnsGtmAccessStrategy(request: UpdateDnsGtmAccessStrategyRequest): Promise<UpdateDnsGtmAccessStrategyResponse>;
12588
+ /**
12589
+ * @summary Modifies the configurations of address pools for a GTM instance.
12590
+ *
12591
+ * @param request UpdateDnsGtmAddressPoolRequest
12592
+ * @param runtime runtime options for this request RuntimeOptions
12593
+ * @return UpdateDnsGtmAddressPoolResponse
12594
+ */
10882
12595
  updateDnsGtmAddressPoolWithOptions(request: UpdateDnsGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsGtmAddressPoolResponse>;
12596
+ /**
12597
+ * @summary Modifies the configurations of address pools for a GTM instance.
12598
+ *
12599
+ * @param request UpdateDnsGtmAddressPoolRequest
12600
+ * @return UpdateDnsGtmAddressPoolResponse
12601
+ */
10883
12602
  updateDnsGtmAddressPool(request: UpdateDnsGtmAddressPoolRequest): Promise<UpdateDnsGtmAddressPoolResponse>;
12603
+ /**
12604
+ * @summary Modifies the configurations of a Global Traffic Manager (GTM) instance.
12605
+ *
12606
+ * @param request UpdateDnsGtmInstanceGlobalConfigRequest
12607
+ * @param runtime runtime options for this request RuntimeOptions
12608
+ * @return UpdateDnsGtmInstanceGlobalConfigResponse
12609
+ */
10884
12610
  updateDnsGtmInstanceGlobalConfigWithOptions(request: UpdateDnsGtmInstanceGlobalConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsGtmInstanceGlobalConfigResponse>;
12611
+ /**
12612
+ * @summary Modifies the configurations of a Global Traffic Manager (GTM) instance.
12613
+ *
12614
+ * @param request UpdateDnsGtmInstanceGlobalConfigRequest
12615
+ * @return UpdateDnsGtmInstanceGlobalConfigResponse
12616
+ */
10885
12617
  updateDnsGtmInstanceGlobalConfig(request: UpdateDnsGtmInstanceGlobalConfigRequest): Promise<UpdateDnsGtmInstanceGlobalConfigResponse>;
12618
+ /**
12619
+ * @summary Modifies a health check task.
12620
+ *
12621
+ * @param request UpdateDnsGtmMonitorRequest
12622
+ * @param runtime runtime options for this request RuntimeOptions
12623
+ * @return UpdateDnsGtmMonitorResponse
12624
+ */
10886
12625
  updateDnsGtmMonitorWithOptions(request: UpdateDnsGtmMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDnsGtmMonitorResponse>;
12626
+ /**
12627
+ * @summary Modifies a health check task.
12628
+ *
12629
+ * @param request UpdateDnsGtmMonitorRequest
12630
+ * @return UpdateDnsGtmMonitorResponse
12631
+ */
10887
12632
  updateDnsGtmMonitor(request: UpdateDnsGtmMonitorRequest): Promise<UpdateDnsGtmMonitorResponse>;
12633
+ /**
12634
+ * @summary Modifies the name of a domain name group based on the specified parameters.
12635
+ *
12636
+ * @param request UpdateDomainGroupRequest
12637
+ * @param runtime runtime options for this request RuntimeOptions
12638
+ * @return UpdateDomainGroupResponse
12639
+ */
10888
12640
  updateDomainGroupWithOptions(request: UpdateDomainGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainGroupResponse>;
12641
+ /**
12642
+ * @summary Modifies the name of a domain name group based on the specified parameters.
12643
+ *
12644
+ * @param request UpdateDomainGroupRequest
12645
+ * @return UpdateDomainGroupResponse
12646
+ */
10889
12647
  updateDomainGroup(request: UpdateDomainGroupRequest): Promise<UpdateDomainGroupResponse>;
12648
+ /**
12649
+ * @summary Modifies a Domain Name System (DNS) record based on the specified parameters.
12650
+ *
12651
+ * @param request UpdateDomainRecordRequest
12652
+ * @param runtime runtime options for this request RuntimeOptions
12653
+ * @return UpdateDomainRecordResponse
12654
+ */
10890
12655
  updateDomainRecordWithOptions(request: UpdateDomainRecordRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainRecordResponse>;
12656
+ /**
12657
+ * @summary Modifies a Domain Name System (DNS) record based on the specified parameters.
12658
+ *
12659
+ * @param request UpdateDomainRecordRequest
12660
+ * @return UpdateDomainRecordResponse
12661
+ */
10891
12662
  updateDomainRecord(request: UpdateDomainRecordRequest): Promise<UpdateDomainRecordResponse>;
12663
+ /**
12664
+ * @summary Modifies the description of a Domain Name System (DNS) record based on the specified parameters.
12665
+ *
12666
+ * @param request UpdateDomainRecordRemarkRequest
12667
+ * @param runtime runtime options for this request RuntimeOptions
12668
+ * @return UpdateDomainRecordRemarkResponse
12669
+ */
10892
12670
  updateDomainRecordRemarkWithOptions(request: UpdateDomainRecordRemarkRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainRecordRemarkResponse>;
12671
+ /**
12672
+ * @summary Modifies the description of a Domain Name System (DNS) record based on the specified parameters.
12673
+ *
12674
+ * @param request UpdateDomainRecordRemarkRequest
12675
+ * @return UpdateDomainRecordRemarkResponse
12676
+ */
10893
12677
  updateDomainRecordRemark(request: UpdateDomainRecordRemarkRequest): Promise<UpdateDomainRecordRemarkResponse>;
12678
+ /**
12679
+ * @summary Modifies the description of a domain name based on the specified parameters.
12680
+ *
12681
+ * @param request UpdateDomainRemarkRequest
12682
+ * @param runtime runtime options for this request RuntimeOptions
12683
+ * @return UpdateDomainRemarkResponse
12684
+ */
10894
12685
  updateDomainRemarkWithOptions(request: UpdateDomainRemarkRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDomainRemarkResponse>;
12686
+ /**
12687
+ * @summary Modifies the description of a domain name based on the specified parameters.
12688
+ *
12689
+ * @param request UpdateDomainRemarkRequest
12690
+ * @return UpdateDomainRemarkResponse
12691
+ */
10895
12692
  updateDomainRemark(request: UpdateDomainRemarkRequest): Promise<UpdateDomainRemarkResponse>;
12693
+ /**
12694
+ * @param request UpdateGtmAccessStrategyRequest
12695
+ * @param runtime runtime options for this request RuntimeOptions
12696
+ * @return UpdateGtmAccessStrategyResponse
12697
+ */
10896
12698
  updateGtmAccessStrategyWithOptions(request: UpdateGtmAccessStrategyRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGtmAccessStrategyResponse>;
12699
+ /**
12700
+ * @param request UpdateGtmAccessStrategyRequest
12701
+ * @return UpdateGtmAccessStrategyResponse
12702
+ */
10897
12703
  updateGtmAccessStrategy(request: UpdateGtmAccessStrategyRequest): Promise<UpdateGtmAccessStrategyResponse>;
12704
+ /**
12705
+ * @param request UpdateGtmAddressPoolRequest
12706
+ * @param runtime runtime options for this request RuntimeOptions
12707
+ * @return UpdateGtmAddressPoolResponse
12708
+ */
10898
12709
  updateGtmAddressPoolWithOptions(request: UpdateGtmAddressPoolRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGtmAddressPoolResponse>;
12710
+ /**
12711
+ * @param request UpdateGtmAddressPoolRequest
12712
+ * @return UpdateGtmAddressPoolResponse
12713
+ */
10899
12714
  updateGtmAddressPool(request: UpdateGtmAddressPoolRequest): Promise<UpdateGtmAddressPoolResponse>;
12715
+ /**
12716
+ * @summary Modifies the configurations of a Global Traffic Manager (GTM) instance based on the specified parameters.
12717
+ *
12718
+ * @param request UpdateGtmInstanceGlobalConfigRequest
12719
+ * @param runtime runtime options for this request RuntimeOptions
12720
+ * @return UpdateGtmInstanceGlobalConfigResponse
12721
+ */
10900
12722
  updateGtmInstanceGlobalConfigWithOptions(request: UpdateGtmInstanceGlobalConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGtmInstanceGlobalConfigResponse>;
12723
+ /**
12724
+ * @summary Modifies the configurations of a Global Traffic Manager (GTM) instance based on the specified parameters.
12725
+ *
12726
+ * @param request UpdateGtmInstanceGlobalConfigRequest
12727
+ * @return UpdateGtmInstanceGlobalConfigResponse
12728
+ */
10901
12729
  updateGtmInstanceGlobalConfig(request: UpdateGtmInstanceGlobalConfigRequest): Promise<UpdateGtmInstanceGlobalConfigResponse>;
12730
+ /**
12731
+ * @summary Modifies the health check configuration for an address pool of a Global Traffic Manager (GTM) instance.
12732
+ *
12733
+ * @param request UpdateGtmMonitorRequest
12734
+ * @param runtime runtime options for this request RuntimeOptions
12735
+ * @return UpdateGtmMonitorResponse
12736
+ */
10902
12737
  updateGtmMonitorWithOptions(request: UpdateGtmMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGtmMonitorResponse>;
12738
+ /**
12739
+ * @summary Modifies the health check configuration for an address pool of a Global Traffic Manager (GTM) instance.
12740
+ *
12741
+ * @param request UpdateGtmMonitorRequest
12742
+ * @return UpdateGtmMonitorResponse
12743
+ */
10903
12744
  updateGtmMonitor(request: UpdateGtmMonitorRequest): Promise<UpdateGtmMonitorResponse>;
12745
+ /**
12746
+ * @summary Modifies a disaster recovery plan for a Global Traffic Manager (GTM) instance.
12747
+ *
12748
+ * @param request UpdateGtmRecoveryPlanRequest
12749
+ * @param runtime runtime options for this request RuntimeOptions
12750
+ * @return UpdateGtmRecoveryPlanResponse
12751
+ */
10904
12752
  updateGtmRecoveryPlanWithOptions(request: UpdateGtmRecoveryPlanRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGtmRecoveryPlanResponse>;
12753
+ /**
12754
+ * @summary Modifies a disaster recovery plan for a Global Traffic Manager (GTM) instance.
12755
+ *
12756
+ * @param request UpdateGtmRecoveryPlanRequest
12757
+ * @return UpdateGtmRecoveryPlanResponse
12758
+ */
10905
12759
  updateGtmRecoveryPlan(request: UpdateGtmRecoveryPlanRequest): Promise<UpdateGtmRecoveryPlanResponse>;
12760
+ /**
12761
+ * @summary 修改缓存刷新套餐包配置
12762
+ *
12763
+ * @param request UpdateIspFlushCacheInstanceConfigRequest
12764
+ * @param runtime runtime options for this request RuntimeOptions
12765
+ * @return UpdateIspFlushCacheInstanceConfigResponse
12766
+ */
10906
12767
  updateIspFlushCacheInstanceConfigWithOptions(request: UpdateIspFlushCacheInstanceConfigRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIspFlushCacheInstanceConfigResponse>;
12768
+ /**
12769
+ * @summary 修改缓存刷新套餐包配置
12770
+ *
12771
+ * @param request UpdateIspFlushCacheInstanceConfigRequest
12772
+ * @return UpdateIspFlushCacheInstanceConfigResponse
12773
+ */
10907
12774
  updateIspFlushCacheInstanceConfig(request: UpdateIspFlushCacheInstanceConfigRequest): Promise<UpdateIspFlushCacheInstanceConfigResponse>;
12775
+ /**
12776
+ * @summary 检查实例主机名是否可添加
12777
+ *
12778
+ * @param request ValidateDnsGtmCnameRrCanUseRequest
12779
+ * @param runtime runtime options for this request RuntimeOptions
12780
+ * @return ValidateDnsGtmCnameRrCanUseResponse
12781
+ */
10908
12782
  validateDnsGtmCnameRrCanUseWithOptions(request: ValidateDnsGtmCnameRrCanUseRequest, runtime: $Util.RuntimeOptions): Promise<ValidateDnsGtmCnameRrCanUseResponse>;
12783
+ /**
12784
+ * @summary 检查实例主机名是否可添加
12785
+ *
12786
+ * @param request ValidateDnsGtmCnameRrCanUseRequest
12787
+ * @return ValidateDnsGtmCnameRrCanUseResponse
12788
+ */
10909
12789
  validateDnsGtmCnameRrCanUse(request: ValidateDnsGtmCnameRrCanUseRequest): Promise<ValidateDnsGtmCnameRrCanUseResponse>;
12790
+ /**
12791
+ * @summary 验证公共DNS Udp Ip地址段
12792
+ *
12793
+ * @param request ValidatePdnsUdpIpSegmentRequest
12794
+ * @param runtime runtime options for this request RuntimeOptions
12795
+ * @return ValidatePdnsUdpIpSegmentResponse
12796
+ */
10910
12797
  validatePdnsUdpIpSegmentWithOptions(request: ValidatePdnsUdpIpSegmentRequest, runtime: $Util.RuntimeOptions): Promise<ValidatePdnsUdpIpSegmentResponse>;
12798
+ /**
12799
+ * @summary 验证公共DNS Udp Ip地址段
12800
+ *
12801
+ * @param request ValidatePdnsUdpIpSegmentRequest
12802
+ * @return ValidatePdnsUdpIpSegmentResponse
12803
+ */
10911
12804
  validatePdnsUdpIpSegment(request: ValidatePdnsUdpIpSegmentRequest): Promise<ValidatePdnsUdpIpSegmentResponse>;
10912
12805
  }