@alicloud/esa20240910 2.18.1 → 2.18.2

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
@@ -3968,7 +3968,7 @@ export declare class DescribePurgeTasksResponseBodyTasks extends $dara.Model {
3968
3968
  export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
3969
3969
  /**
3970
3970
  * @remarks
3971
- * DCV ID.
3971
+ * The DCV ID.
3972
3972
  *
3973
3973
  * @example
3974
3974
  * bababf7cdd1546a2ad04c0def1f4c980
@@ -3976,7 +3976,7 @@ export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
3976
3976
  id?: string;
3977
3977
  /**
3978
3978
  * @remarks
3979
- * DCV name. For the DNS type, it is the TXT record name; for the HTTP type, it is the URL.
3979
+ * The DCV name. It is a TXT record name if Type is DNS or URL if Type is HTTP.
3980
3980
  *
3981
3981
  * @example
3982
3982
  * http://www.example.com/.well-known/acme-challenge/pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow
@@ -3984,7 +3984,7 @@ export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
3984
3984
  key?: string;
3985
3985
  /**
3986
3986
  * @remarks
3987
- * Verification status.
3987
+ * The verification status.
3988
3988
  *
3989
3989
  * @example
3990
3990
  * pending
@@ -3992,7 +3992,7 @@ export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
3992
3992
  status?: string;
3993
3993
  /**
3994
3994
  * @remarks
3995
- * DCV type. Possible values: DNS; HTTP.
3995
+ * The DCV type. Valid values: DNS and HTTP.
3996
3996
  *
3997
3997
  * @example
3998
3998
  * HTTP
@@ -4000,7 +4000,7 @@ export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
4000
4000
  type?: string;
4001
4001
  /**
4002
4002
  * @remarks
4003
- * DCV content.
4003
+ * The DCV content.
4004
4004
  *
4005
4005
  * @example
4006
4006
  * pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow.KfzYo4LH3EgOt7a73G-RqZkbR0eYtLfEUmtmqGmr4FQ
@@ -4020,7 +4020,7 @@ export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
4020
4020
  export declare class GetCertificateResponseBodyResult extends $dara.Model {
4021
4021
  /**
4022
4022
  * @remarks
4023
- * Certificate application error code.
4023
+ * The error code returned for certificate application.
4024
4024
  *
4025
4025
  * @example
4026
4026
  * 2
@@ -4028,7 +4028,7 @@ export declare class GetCertificateResponseBodyResult extends $dara.Model {
4028
4028
  applyCode?: number;
4029
4029
  /**
4030
4030
  * @remarks
4031
- * Certificate application error message.
4031
+ * The error message returned for certificate application.
4032
4032
  *
4033
4033
  * @example
4034
4034
  * canceled
@@ -4060,7 +4060,7 @@ export declare class GetCertificateResponseBodyResult extends $dara.Model {
4060
4060
  createTime?: string;
4061
4061
  /**
4062
4062
  * @remarks
4063
- * DCV information.
4063
+ * The Domain Control Validation (DCV) information.
4064
4064
  */
4065
4065
  DCV?: GetCertificateResponseBodyResultDCV[];
4066
4066
  /**
@@ -4247,6 +4247,7 @@ export declare class GetClientCaCertificateResponseBodyResult extends $dara.Mode
4247
4247
  * 2024-03-05 18:24:04
4248
4248
  */
4249
4249
  createTime?: string;
4250
+ fingerprintSha256?: string;
4250
4251
  /**
4251
4252
  * @remarks
4252
4253
  * The certificate ID.
@@ -4303,6 +4304,7 @@ export declare class GetClientCaCertificateResponseBodyResult extends $dara.Mode
4303
4304
  * www.example.com,*.example.com
4304
4305
  */
4305
4306
  SAN?: string;
4307
+ serialNumber?: string;
4306
4308
  /**
4307
4309
  * @remarks
4308
4310
  * The signature algorithm of the certificate.
@@ -4371,6 +4373,7 @@ export declare class GetClientCertificateResponseBodyResult extends $dara.Model
4371
4373
  * 2024-06-24 07:48:51
4372
4374
  */
4373
4375
  createTime?: string;
4376
+ fingerprintSha256?: string;
4374
4377
  /**
4375
4378
  * @remarks
4376
4379
  * The certificate ID.
@@ -4427,6 +4430,7 @@ export declare class GetClientCertificateResponseBodyResult extends $dara.Model
4427
4430
  * www.example.com,*.example.com
4428
4431
  */
4429
4432
  SAN?: string;
4433
+ serialNumber?: string;
4430
4434
  /**
4431
4435
  * @remarks
4432
4436
  * The signature algorithm of the certificate.
@@ -5421,7 +5425,7 @@ export declare class GetKvAccountResponseBodyNamespaceList extends $dara.Model {
5421
5425
  export declare class GetLoadBalancerResponseBodyAdaptiveRouting extends $dara.Model {
5422
5426
  /**
5423
5427
  * @remarks
5424
- * Whether to fail over across pools.
5428
+ * Whether to failover across pools.
5425
5429
  *
5426
5430
  * - true: Yes.
5427
5431
  * - false: No.
@@ -6479,42 +6483,6 @@ export declare class GetRecordResponseBodyRecordModel extends $dara.Model {
6479
6483
  [key: string]: any;
6480
6484
  });
6481
6485
  }
6482
- export declare class GetRoutineResponseBodyCodeVersions extends $dara.Model {
6483
- /**
6484
- * @remarks
6485
- * The description of the code version.
6486
- *
6487
- * @example
6488
- * test ver code desc
6489
- */
6490
- codeDescription?: string;
6491
- /**
6492
- * @remarks
6493
- * The code version.
6494
- *
6495
- * @example
6496
- * 1710120201067203242
6497
- */
6498
- codeVersion?: string;
6499
- /**
6500
- * @remarks
6501
- * The time when the code version was created.
6502
- *
6503
- * @example
6504
- * 2024-03-11T01:23:21Z
6505
- */
6506
- createTime?: string;
6507
- static names(): {
6508
- [key: string]: string;
6509
- };
6510
- static types(): {
6511
- [key: string]: any;
6512
- };
6513
- validate(): void;
6514
- constructor(map?: {
6515
- [key: string]: any;
6516
- });
6517
- }
6518
6486
  export declare class GetRoutineResponseBodyEnvs extends $dara.Model {
6519
6487
  /**
6520
6488
  * @remarks
@@ -6564,95 +6532,6 @@ export declare class GetRoutineResponseBodyEnvs extends $dara.Model {
6564
6532
  [key: string]: any;
6565
6533
  });
6566
6534
  }
6567
- export declare class GetRoutineResponseBodyRelatedRecords extends $dara.Model {
6568
- /**
6569
- * @remarks
6570
- * The record ID.
6571
- *
6572
- * @example
6573
- * 509348423011904
6574
- */
6575
- recordId?: number;
6576
- /**
6577
- * @remarks
6578
- * The record name.
6579
- *
6580
- * @example
6581
- * test-record-1.example.com
6582
- */
6583
- recordName?: string;
6584
- /**
6585
- * @remarks
6586
- * The website ID.
6587
- *
6588
- * @example
6589
- * 54362329990032
6590
- */
6591
- siteId?: number;
6592
- /**
6593
- * @remarks
6594
- * The website name.
6595
- *
6596
- * @example
6597
- * example.com
6598
- */
6599
- siteName?: string;
6600
- static names(): {
6601
- [key: string]: string;
6602
- };
6603
- static types(): {
6604
- [key: string]: any;
6605
- };
6606
- validate(): void;
6607
- constructor(map?: {
6608
- [key: string]: any;
6609
- });
6610
- }
6611
- export declare class GetRoutineResponseBodyRelatedRoutes extends $dara.Model {
6612
- byPass?: string;
6613
- /**
6614
- * @remarks
6615
- * The route.
6616
- *
6617
- * @example
6618
- * *.example.com/path1*
6619
- */
6620
- route?: string;
6621
- /**
6622
- * @remarks
6623
- * The route ID.
6624
- *
6625
- * @example
6626
- * d501cb8a2c951f32922d260040780c06
6627
- */
6628
- routeId?: string;
6629
- /**
6630
- * @remarks
6631
- * The website ID.
6632
- *
6633
- * @example
6634
- * 54362329990032
6635
- */
6636
- siteId?: number;
6637
- /**
6638
- * @remarks
6639
- * The website name.
6640
- *
6641
- * @example
6642
- * example.com
6643
- */
6644
- siteName?: string;
6645
- static names(): {
6646
- [key: string]: string;
6647
- };
6648
- static types(): {
6649
- [key: string]: any;
6650
- };
6651
- validate(): void;
6652
- constructor(map?: {
6653
- [key: string]: any;
6654
- });
6655
- }
6656
6535
  export declare class GetRoutineUserInfoResponseBodyRoutines extends $dara.Model {
6657
6536
  /**
6658
6537
  * @remarks
@@ -7344,11 +7223,12 @@ export declare class ListCacheReserveInstancesResponseBodyInstanceInfo extends $
7344
7223
  instanceId?: string;
7345
7224
  /**
7346
7225
  * @remarks
7347
- * Instance status. Values:
7348
- * - **online**: Normal service status.
7349
- * - **offline**: Expired but not overdue, in an unavailable state.
7350
- * - **disable**: Released status.
7351
- * - **overdue**: Overdue and suspended status.
7226
+ * The status of the cache reserve instance. Valid values:
7227
+ *
7228
+ * * **online**: The instance is in service.
7229
+ * * **offline**: The instance has expired within an allowable period. In this state, it is unavailable.
7230
+ * * **disable**: The instance has been released.
7231
+ * * **overdue**: The instance has been stopped due to overdue payments.
7352
7232
  *
7353
7233
  * @example
7354
7234
  * online
@@ -7624,7 +7504,7 @@ export declare class ListCacheRulesResponseBodyConfigs extends $dara.Model {
7624
7504
  export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7625
7505
  /**
7626
7506
  * @remarks
7627
- * DCV ID.
7507
+ * The DCV ID.
7628
7508
  *
7629
7509
  * @example
7630
7510
  * bababf7cdd1546a2ad04c0def1f4****
@@ -7632,7 +7512,7 @@ export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7632
7512
  id?: string;
7633
7513
  /**
7634
7514
  * @remarks
7635
- * DCV name. For DNS type, it is the TXT record name; for HTTP type, it is the URL.
7515
+ * The DCV name. It is a TXT record name if Type is DNS or URL if Type is HTTP.
7636
7516
  *
7637
7517
  * @example
7638
7518
  * http://www.example.com/.well-known/acme-challenge/pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow
@@ -7640,7 +7520,7 @@ export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7640
7520
  key?: string;
7641
7521
  /**
7642
7522
  * @remarks
7643
- * Verification status.
7523
+ * The verification status.
7644
7524
  *
7645
7525
  * @example
7646
7526
  * pending
@@ -7648,7 +7528,7 @@ export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7648
7528
  status?: string;
7649
7529
  /**
7650
7530
  * @remarks
7651
- * DCV type. Possible values: DNS; HTTP.
7531
+ * The DCV type. Valid values: DNS and HTTP.
7652
7532
  *
7653
7533
  * @example
7654
7534
  * HTTP
@@ -7656,7 +7536,7 @@ export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7656
7536
  type?: string;
7657
7537
  /**
7658
7538
  * @remarks
7659
- * DCV content.
7539
+ * The DCV content.
7660
7540
  *
7661
7541
  * @example
7662
7542
  * pH20CqwS5L3ZnvkhI436DCzadKFuG7QcUcvB_4KsAow.KfzYo4LH3EgOt7a73G-RqZkbR0eYtLfEUmtmqGmr4FQ
@@ -7676,7 +7556,7 @@ export declare class ListCertificatesResponseBodyResultDCV extends $dara.Model {
7676
7556
  export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7677
7557
  /**
7678
7558
  * @remarks
7679
- * Certificate application error code.
7559
+ * The error code returned for certificate application.
7680
7560
  *
7681
7561
  * @example
7682
7562
  * 2
@@ -7684,7 +7564,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7684
7564
  applyCode?: number;
7685
7565
  /**
7686
7566
  * @remarks
7687
- * Certificate application error message.
7567
+ * The error message returned for certificate application.
7688
7568
  *
7689
7569
  * @example
7690
7570
  * canceled
@@ -7692,7 +7572,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7692
7572
  applyMessage?: string;
7693
7573
  /**
7694
7574
  * @remarks
7695
- * Cloud certificate ID.
7575
+ * The certificate ID on Certificate Management Service.
7696
7576
  *
7697
7577
  * @example
7698
7578
  * 30000569
@@ -7700,7 +7580,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7700
7580
  casId?: string;
7701
7581
  /**
7702
7582
  * @remarks
7703
- * Common name of the certificate.
7583
+ * The Common Name of the certificate.
7704
7584
  *
7705
7585
  * @example
7706
7586
  * www.example.com
@@ -7708,7 +7588,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7708
7588
  commonName?: string;
7709
7589
  /**
7710
7590
  * @remarks
7711
- * Creation time.
7591
+ * The time when the certificate was created.
7712
7592
  *
7713
7593
  * @example
7714
7594
  * 2022-06-24 07:48:51
@@ -7716,12 +7596,12 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7716
7596
  createTime?: string;
7717
7597
  /**
7718
7598
  * @remarks
7719
- * DCV information.
7599
+ * The Domain Control Validation (DCV) information.
7720
7600
  */
7721
7601
  DCV?: ListCertificatesResponseBodyResultDCV[];
7722
7602
  /**
7723
7603
  * @remarks
7724
- * Certificate SHA256 fingerprint.
7604
+ * The SHA-256 fingerprint of the certificate.
7725
7605
  *
7726
7606
  * @example
7727
7607
  * 1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456a****
@@ -7729,7 +7609,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7729
7609
  fingerprintSha256?: string;
7730
7610
  /**
7731
7611
  * @remarks
7732
- * Certificate ID.
7612
+ * The certificate ID on ESA.
7733
7613
  *
7734
7614
  * @example
7735
7615
  * baba39055622c008b90285a8838e****
@@ -7737,7 +7617,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7737
7617
  id?: string;
7738
7618
  /**
7739
7619
  * @remarks
7740
- * Certificate issuer.
7620
+ * The certificate authority (CA) that issued the certificate.
7741
7621
  *
7742
7622
  * @example
7743
7623
  * GlobalSign nv-sa
@@ -7745,7 +7625,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7745
7625
  issuer?: string;
7746
7626
  /**
7747
7627
  * @remarks
7748
- * Common name of the certificate issuer.
7628
+ * The Common Name of the certificate issuer.
7749
7629
  *
7750
7630
  * @example
7751
7631
  * GlobalSign Organization Validation CA - SHA256 - G3
@@ -7753,7 +7633,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7753
7633
  issuerCN?: string;
7754
7634
  /**
7755
7635
  * @remarks
7756
- * Certificate name.
7636
+ * The certificate name.
7757
7637
  *
7758
7638
  * @example
7759
7639
  * yourCertName
@@ -7761,7 +7641,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7761
7641
  name?: string;
7762
7642
  /**
7763
7643
  * @remarks
7764
- * End date of the certificate validity period.
7644
+ * The time when the certificate expires.
7765
7645
  *
7766
7646
  * @example
7767
7647
  * 2024-03-31 02:08:00
@@ -7769,7 +7649,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7769
7649
  notAfter?: string;
7770
7650
  /**
7771
7651
  * @remarks
7772
- * Start date of the certificate validity period.
7652
+ * The time when the certificate takes effect.
7773
7653
  *
7774
7654
  * @example
7775
7655
  * 2023-03-31 02:08:00
@@ -7777,7 +7657,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7777
7657
  notBefore?: string;
7778
7658
  /**
7779
7659
  * @remarks
7780
- * Certificate public key algorithm.
7660
+ * The public key algorithm of the certificate.
7781
7661
  *
7782
7662
  * @example
7783
7663
  * RSA
@@ -7785,7 +7665,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7785
7665
  pubAlg?: string;
7786
7666
  /**
7787
7667
  * @remarks
7788
- * Region information.
7668
+ * The region where the certificate is stored.
7789
7669
  *
7790
7670
  * @example
7791
7671
  * cn-hangzhou
@@ -7793,7 +7673,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7793
7673
  region?: string;
7794
7674
  /**
7795
7675
  * @remarks
7796
- * Subject Alternative Name of the certificate.
7676
+ * The Subject Alternative Name (SAN) of the certificate.
7797
7677
  *
7798
7678
  * @example
7799
7679
  * www.example.com,*.example.com
@@ -7801,7 +7681,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7801
7681
  SAN?: string;
7802
7682
  /**
7803
7683
  * @remarks
7804
- * Certificate serial number.
7684
+ * The serial number of the certificate.
7805
7685
  *
7806
7686
  * @example
7807
7687
  * babab022c5e9b27bf9c64d7f4b16****
@@ -7809,7 +7689,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7809
7689
  serialNumber?: string;
7810
7690
  /**
7811
7691
  * @remarks
7812
- * Certificate signature algorithm.
7692
+ * The signature algorithm of the certificate.
7813
7693
  *
7814
7694
  * @example
7815
7695
  * SHA256-RSA
@@ -7817,14 +7697,15 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7817
7697
  sigAlg?: string;
7818
7698
  /**
7819
7699
  * @remarks
7820
- * Certificate status.
7821
- * - OK: Normal.
7822
- * - Expired: The certificate has expired.
7823
- * - Expiring: The certificate is about to expire (within 30 days).
7824
- * - Issued: Free certificate - issued.
7825
- * - Applying: Free certificate - applying.
7826
- * - ApplyFailed: Free certificate - application failed.
7827
- * - Canceled: Free certificate - canceled.
7700
+ * The certificate status.
7701
+ *
7702
+ * * OK
7703
+ * * Expired
7704
+ * * Expiring
7705
+ * * Issued
7706
+ * * Applying
7707
+ * * ApplyFailed
7708
+ * * Canceled
7828
7709
  *
7829
7710
  * @example
7830
7711
  * OK
@@ -7832,10 +7713,11 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7832
7713
  status?: string;
7833
7714
  /**
7834
7715
  * @remarks
7835
- * Certificate type.
7836
- * - cas: Cloud Shield certificate.
7837
- * - upload: Custom uploaded certificate.
7838
- * - free: Free certificate.
7716
+ * The certificate type.
7717
+ *
7718
+ * * cas: certificate that is purchased by using Certificate Management Service
7719
+ * * upload: custom certificate that you upload
7720
+ * * free: free certificate
7839
7721
  *
7840
7722
  * @example
7841
7723
  * free
@@ -7843,7 +7725,7 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
7843
7725
  type?: string;
7844
7726
  /**
7845
7727
  * @remarks
7846
- * Update time.
7728
+ * The time when the certificate was updated.
7847
7729
  *
7848
7730
  * @example
7849
7731
  * 2023-04-20 06:18:42
@@ -7877,6 +7759,7 @@ export declare class ListClientCaCertificatesResponseBodyResult extends $dara.Mo
7877
7759
  * 2024-06-24 07:48:51
7878
7760
  */
7879
7761
  createTime?: string;
7762
+ fingerprintSha256?: string;
7880
7763
  /**
7881
7764
  * @remarks
7882
7765
  * The certificate ID.
@@ -7933,6 +7816,7 @@ export declare class ListClientCaCertificatesResponseBodyResult extends $dara.Mo
7933
7816
  * www.example.com,*.example.com
7934
7817
  */
7935
7818
  SAN?: string;
7819
+ serialNumber?: string;
7936
7820
  /**
7937
7821
  * @remarks
7938
7822
  * The signature algorithm of the certificate.
@@ -8001,6 +7885,7 @@ export declare class ListClientCertificatesResponseBodyResult extends $dara.Mode
8001
7885
  * 2024-06-24 07:48:51
8002
7886
  */
8003
7887
  createTime?: string;
7888
+ fingerprintSha256?: string;
8004
7889
  /**
8005
7890
  * @remarks
8006
7891
  * The certificate ID.
@@ -8057,6 +7942,7 @@ export declare class ListClientCertificatesResponseBodyResult extends $dara.Mode
8057
7942
  * www.example.com,*.example.com
8058
7943
  */
8059
7944
  SAN?: string;
7945
+ serialNumber?: string;
8060
7946
  /**
8061
7947
  * @remarks
8062
7948
  * The signature algorithm of the certificate.
@@ -10054,7 +9940,7 @@ export declare class ListLoadBalancerRegionsResponseBodyRegions extends $dara.Mo
10054
9940
  export declare class ListLoadBalancersResponseBodyLoadBalancersAdaptiveRouting extends $dara.Model {
10055
9941
  /**
10056
9942
  * @remarks
10057
- * Whether to fail over across pools.
9943
+ * Whether to failover across pools.
10058
9944
  *
10059
9945
  * - true: Yes.
10060
9946
  * - false: No.
@@ -10462,7 +10348,7 @@ export declare class ListLoadBalancersResponseBodyLoadBalancers extends $dara.Mo
10462
10348
  * Session persistence, with values:
10463
10349
  * - off: Not enabled.
10464
10350
  * - ip: Session persistence by IP.
10465
- * - cookie: Not enabled for session persistence.
10351
+ * - cookie: Session persistence by cookie.
10466
10352
  *
10467
10353
  * @example
10468
10354
  * ip
@@ -11714,6 +11600,7 @@ export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model
11714
11600
  * The query string rewrite method. Valid values:
11715
11601
  *
11716
11602
  * * static
11603
+ * * dynamic
11717
11604
  *
11718
11605
  * @example
11719
11606
  * static
@@ -11724,6 +11611,7 @@ export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model
11724
11611
  * The path rewrite method. Valid values:
11725
11612
  *
11726
11613
  * * static
11614
+ * * dynamic
11727
11615
  *
11728
11616
  * @example
11729
11617
  * static
@@ -11937,6 +11825,7 @@ export declare class ListScheduledPreloadJobsResponseBodyJobs extends $dara.Mode
11937
11825
  * invalid domain:test.com
11938
11826
  */
11939
11827
  errorInfo?: string;
11828
+ executionCount?: number;
11940
11829
  /**
11941
11830
  * @remarks
11942
11831
  * The URL of the OSS object that stores a list of URLs that failed the conditional check for prefetching.
@@ -13539,7 +13428,7 @@ export declare class UpdateHttpResponseHeaderModificationRuleRequestResponseHead
13539
13428
  export declare class UpdateLoadBalancerRequestAdaptiveRouting extends $dara.Model {
13540
13429
  /**
13541
13430
  * @remarks
13542
- * Whether to perform cross-pool origin fallback.
13431
+ * Whether to failover across pools.
13543
13432
  *
13544
13433
  * - true: Yes.
13545
13434
  * - false: No.
@@ -14648,7 +14537,7 @@ export declare class ApplyCertificateRequest extends $dara.Model {
14648
14537
  siteId?: number;
14649
14538
  /**
14650
14539
  * @remarks
14651
- * Certificate type. Possible values: lets_encrypt: Let\\"s Encrypt certificate; digicert_single: Digicert single domain certificate; digicert_wildcard: Digicert wildcard certificate.
14540
+ * The certificate type. Valid values: lets_encrypt, digicert_single, and digicert_wildcard.
14652
14541
  *
14653
14542
  * @example
14654
14543
  * lets_encrypt
@@ -18333,7 +18222,7 @@ export declare class CreateLoadBalancerRequest extends $dara.Model {
18333
18222
  * Session persistence, with values:
18334
18223
  * - off: Not enabled.
18335
18224
  * - ip: Session persistence by IP.
18336
- * - cookie: Not enabled for session persistence.
18225
+ * - cookie: Session persistence by cookie.
18337
18226
  *
18338
18227
  * @example
18339
18228
  * ip
@@ -18503,7 +18392,7 @@ export declare class CreateLoadBalancerShrinkRequest extends $dara.Model {
18503
18392
  * Session persistence, with values:
18504
18393
  * - off: Not enabled.
18505
18394
  * - ip: Session persistence by IP.
18506
- * - cookie: Not enabled for session persistence.
18395
+ * - cookie: Session persistence by cookie.
18507
18396
  *
18508
18397
  * @example
18509
18398
  * ip
@@ -19257,8 +19146,8 @@ export declare class CreateRecordRequest extends $dara.Model {
19257
19146
  * @remarks
19258
19147
  * The origin host policy. This policy takes effect when the record type is CNAME. You can set the policy in two modes:
19259
19148
  *
19260
- * * **follow_hostname**: Follow the host record.
19261
- * * **follow_origin_domain**: match the origin\\"s domain name.
19149
+ * * follow_hostname: Follow the host record.
19150
+ * * follow_origin_domain: match the origin\\"s domain name.
19262
19151
  *
19263
19152
  * @example
19264
19153
  * follow_origin_domain
@@ -19382,8 +19271,8 @@ export declare class CreateRecordShrinkRequest extends $dara.Model {
19382
19271
  * @remarks
19383
19272
  * The origin host policy. This policy takes effect when the record type is CNAME. You can set the policy in two modes:
19384
19273
  *
19385
- * * **follow_hostname**: Follow the host record.
19386
- * * **follow_origin_domain**: match the origin\\"s domain name.
19274
+ * * follow_hostname: Follow the host record.
19275
+ * * follow_origin_domain: match the origin\\"s domain name.
19387
19276
  *
19388
19277
  * @example
19389
19278
  * follow_origin_domain
@@ -19677,6 +19566,7 @@ export declare class CreateRewriteUrlRuleRequest extends $dara.Model {
19677
19566
  * Query string rewrite type. Value range:
19678
19567
  *
19679
19568
  * - static: Static mode.
19569
+ * - dynamic:Dynamic mode.
19680
19570
  *
19681
19571
  * @example
19682
19572
  * static
@@ -19690,6 +19580,7 @@ export declare class CreateRewriteUrlRuleRequest extends $dara.Model {
19690
19580
  * URI rewrite type. Value range:
19691
19581
  *
19692
19582
  * - static: Static mode.
19583
+ * - dynamic:Dynamic mode.
19693
19584
  *
19694
19585
  * @example
19695
19586
  * static
@@ -19830,8 +19721,6 @@ export declare class CreateRoutineRequest extends $dara.Model {
19830
19721
  * @remarks
19831
19722
  * The specification of the routine.
19832
19723
  *
19833
- * This parameter is required.
19834
- *
19835
19724
  * @example
19836
19725
  * 5ms
19837
19726
  */
@@ -22057,7 +21946,7 @@ export declare class CreateWaitingRoomRuleResponse extends $dara.Model {
22057
21946
  export declare class DeactivateVersionManagementRequest extends $dara.Model {
22058
21947
  /**
22059
21948
  * @remarks
22060
- * Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
21949
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
22061
21950
  *
22062
21951
  * This parameter is required.
22063
21952
  *
@@ -22079,7 +21968,7 @@ export declare class DeactivateVersionManagementRequest extends $dara.Model {
22079
21968
  export declare class DeactivateVersionManagementResponseBody extends $dara.Model {
22080
21969
  /**
22081
21970
  * @remarks
22082
- * Request ID.
21971
+ * The request ID.
22083
21972
  *
22084
21973
  * @example
22085
21974
  * D61E4801-EAFF-4A63-AAE1-FBF6CE1CFD1C
@@ -25947,7 +25836,7 @@ export declare class DescribePurgeTasksResponse extends $dara.Model {
25947
25836
  export declare class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
25948
25837
  /**
25949
25838
  * @remarks
25950
- * Instance ID, obtained from the [ListUserRatePlanInstances](~~ListUserRatePlanInstances~~) API.
25839
+ * The instance ID, which can be obtained by calling the [ListUserRatePlanInstances](~~ListUserRatePlanInstances~~) operation.
25951
25840
  *
25952
25841
  * @example
25953
25842
  * xcdn-91fknmb80f0g***
@@ -25967,7 +25856,7 @@ export declare class DescribeRatePlanInstanceStatusRequest extends $dara.Model {
25967
25856
  export declare class DescribeRatePlanInstanceStatusResponseBody extends $dara.Model {
25968
25857
  /**
25969
25858
  * @remarks
25970
- * Instance ID.
25859
+ * The instance ID.
25971
25860
  *
25972
25861
  * @example
25973
25862
  * xcdn-91fknmb80f0g***
@@ -25975,14 +25864,15 @@ export declare class DescribeRatePlanInstanceStatusResponseBody extends $dara.Mo
25975
25864
  instanceId?: string;
25976
25865
  /**
25977
25866
  * @remarks
25978
- * Instance status, with possible values:
25979
- * - running: Running
25980
- * - renewing: Renewing
25981
- * - upgrading: Upgrading
25982
- * - releasePrepaidService: Prepaid service released due to expiration
25983
- * - creating: Creating
25984
- * - downgrading: Downgrading
25985
- * - ceasePrepaidService: Prepaid service ceased upon expiration
25867
+ * The instance status. Valid values:
25868
+ *
25869
+ * * running: The instance is running.
25870
+ * * renewing: The instance is being renewed.
25871
+ * * upgrading: The configuration of the instance is being upgraded.
25872
+ * * releasePrepaidService: The instance is released due to expiration.
25873
+ * * creating: The instance is being created.
25874
+ * * downgrading: The configuration of the instance is being downgraded.
25875
+ * * ceasePrepaidService: The instance has expired.
25986
25876
  *
25987
25877
  * @example
25988
25878
  * running
@@ -25990,7 +25880,7 @@ export declare class DescribeRatePlanInstanceStatusResponseBody extends $dara.Mo
25990
25880
  instanceStatus?: string;
25991
25881
  /**
25992
25882
  * @remarks
25993
- * Request ID.
25883
+ * The request ID.
25994
25884
  *
25995
25885
  * @example
25996
25886
  * 60423A7F-A83D-1E24-B80E-86DD25790759
@@ -26841,7 +26731,7 @@ export declare class GetCertificateResponseBody extends $dara.Model {
26841
26731
  requestId?: string;
26842
26732
  /**
26843
26733
  * @remarks
26844
- * Certificate information.
26734
+ * The certificate information.
26845
26735
  */
26846
26736
  result?: GetCertificateResponseBodyResult;
26847
26737
  /**
@@ -27005,7 +26895,7 @@ export declare class GetCertificateQuotaResponse extends $dara.Model {
27005
26895
  export declare class GetClientCaCertificateRequest extends $dara.Model {
27006
26896
  /**
27007
26897
  * @remarks
27008
- * The certificate ID, which can be obtained by calling the [ListClientCaCertificates](~~ListClientCaCertificates~~) operation.
26898
+ * The certificate ID, which can be obtained by calling the [ListClientCaCertificates](https://help.aliyun.com/document_detail/2860651.html) operation.
27009
26899
  *
27010
26900
  * This parameter is required.
27011
26901
  *
@@ -27015,7 +26905,7 @@ export declare class GetClientCaCertificateRequest extends $dara.Model {
27015
26905
  id?: string;
27016
26906
  /**
27017
26907
  * @remarks
27018
- * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
26908
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
27019
26909
  *
27020
26910
  * This parameter is required.
27021
26911
  *
@@ -27676,6 +27566,9 @@ export declare class GetEdgeContainerAppResponse extends $dara.Model {
27676
27566
  }
27677
27567
  export declare class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
27678
27568
  /**
27569
+ * @remarks
27570
+ * The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
27571
+ *
27679
27572
  * @example
27680
27573
  * app-880688675****88
27681
27574
  */
@@ -27693,15 +27586,25 @@ export declare class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
27693
27586
  }
27694
27587
  export declare class GetEdgeContainerAppLogRiverResponseBody extends $dara.Model {
27695
27588
  /**
27589
+ * @remarks
27590
+ * The log path of the container. It must be an absolute path that starts with a forward slash (/). You can use asterisks (\\*) and question marks (?) as wildcards.
27591
+ *
27696
27592
  * @example
27697
27593
  * /root/hello.log
27698
27594
  */
27699
27595
  path?: string;
27700
27596
  /**
27597
+ * @remarks
27598
+ * The request ID.
27599
+ *
27701
27600
  * @example
27702
27601
  * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
27703
27602
  */
27704
27603
  requestId?: string;
27604
+ /**
27605
+ * @remarks
27606
+ * Indicates whether the standard output of the container is collected.
27607
+ */
27705
27608
  stdout?: boolean;
27706
27609
  static names(): {
27707
27610
  [key: string]: string;
@@ -28985,7 +28888,7 @@ export declare class GetHttpsBasicConfigurationResponse extends $dara.Model {
28985
28888
  export declare class GetIPv6Request extends $dara.Model {
28986
28889
  /**
28987
28890
  * @remarks
28988
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
28891
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
28989
28892
  *
28990
28893
  * This parameter is required.
28991
28894
  *
@@ -29007,9 +28910,10 @@ export declare class GetIPv6Request extends $dara.Model {
29007
28910
  export declare class GetIPv6ResponseBody extends $dara.Model {
29008
28911
  /**
29009
28912
  * @remarks
29010
- * IPv6 switch. Values:
29011
- * - **on**: Enable.
29012
- * - **off**: Disable.
28913
+ * Indicates whether IPv6 is enabled. Valid values:
28914
+ *
28915
+ * * **on**
28916
+ * * **off**
29013
28917
  *
29014
28918
  * @example
29015
28919
  * on
@@ -29017,7 +28921,7 @@ export declare class GetIPv6ResponseBody extends $dara.Model {
29017
28921
  enable?: string;
29018
28922
  /**
29019
28923
  * @remarks
29020
- * Request ID.
28924
+ * The request ID.
29021
28925
  *
29022
28926
  * @example
29023
28927
  * 156A6B-677B1A-4297B7-9187B7-2B44792
@@ -29741,7 +29645,7 @@ export declare class GetLoadBalancerResponseBody extends $dara.Model {
29741
29645
  * Session persistence, with values:
29742
29646
  * - off: Not enabled.
29743
29647
  * - ip: Session persistence by IP.
29744
- * - cookie: Not enabled for session persistence.
29648
+ * - cookie: Session persistence by cookie.
29745
29649
  *
29746
29650
  * @example
29747
29651
  * ip
@@ -29818,7 +29722,7 @@ export declare class GetLoadBalancerResponse extends $dara.Model {
29818
29722
  export declare class GetManagedTransformRequest extends $dara.Model {
29819
29723
  /**
29820
29724
  * @remarks
29821
- * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
29725
+ * Site ID, which can be obtained by calling [ListSites](https://help.aliyun.com/document_detail/2850189.html).
29822
29726
  *
29823
29727
  * This parameter is required.
29824
29728
  *
@@ -29828,7 +29732,7 @@ export declare class GetManagedTransformRequest extends $dara.Model {
29828
29732
  siteId?: number;
29829
29733
  /**
29830
29734
  * @remarks
29831
- * The version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
29735
+ * The version number of the site. For sites with version management enabled, you can use this parameter to specify the effective version of the configuration, defaulting to version 0.
29832
29736
  *
29833
29737
  * @example
29834
29738
  * 0
@@ -29848,10 +29752,9 @@ export declare class GetManagedTransformRequest extends $dara.Model {
29848
29752
  export declare class GetManagedTransformResponseBody extends $dara.Model {
29849
29753
  /**
29850
29754
  * @remarks
29851
- * Indicates whether to include the header that indicates the geographical location of a client in an origin request. Valid values:
29852
- *
29853
- * * on
29854
- * * off
29755
+ * Add visitor geolocation header. Value range:
29756
+ * - on: Enable.
29757
+ * - off: Disable.
29855
29758
  *
29856
29759
  * @example
29857
29760
  * on
@@ -29859,10 +29762,9 @@ export declare class GetManagedTransformResponseBody extends $dara.Model {
29859
29762
  addClientGeolocationHeader?: string;
29860
29763
  /**
29861
29764
  * @remarks
29862
- * Indicates whether to include the "ali-real-client-ip" header that contains the client\\"s real IP address in an origin request. Valid values:
29863
- *
29864
- * * on
29865
- * * off
29765
+ * Add the "ali-real-client-ip" header containing the real client IP. Value range:
29766
+ * - on: Enable.
29767
+ * - off: Disable.
29866
29768
  *
29867
29769
  * @example
29868
29770
  * on
@@ -29870,7 +29772,7 @@ export declare class GetManagedTransformResponseBody extends $dara.Model {
29870
29772
  addRealClientIpHeader?: string;
29871
29773
  /**
29872
29774
  * @remarks
29873
- * The request ID.
29775
+ * Request ID.
29874
29776
  *
29875
29777
  * @example
29876
29778
  * 04F0F334-1335-436C-A1D7-6C044FE73368
@@ -29878,7 +29780,7 @@ export declare class GetManagedTransformResponseBody extends $dara.Model {
29878
29780
  requestId?: string;
29879
29781
  /**
29880
29782
  * @remarks
29881
- * The version number of the website.
29783
+ * The version number of the site. For sites with version management enabled, this parameter can be used to specify the site version for which the configuration takes effect, defaulting to version 0.
29882
29784
  *
29883
29785
  * @example
29884
29786
  * 0
@@ -31121,6 +31023,7 @@ export declare class GetRewriteUrlRuleResponseBody extends $dara.Model {
31121
31023
  * The query string rewrite method. Valid value:
31122
31024
  *
31123
31025
  * * static
31026
+ * * dynamic
31124
31027
  *
31125
31028
  * @example
31126
31029
  * static
@@ -31131,6 +31034,7 @@ export declare class GetRewriteUrlRuleResponseBody extends $dara.Model {
31131
31034
  * The path rewrite method. Valid value:
31132
31035
  *
31133
31036
  * * static
31037
+ * * dynamic
31134
31038
  *
31135
31039
  * @example
31136
31040
  * static
@@ -31238,11 +31142,6 @@ export declare class GetRoutineRequest extends $dara.Model {
31238
31142
  });
31239
31143
  }
31240
31144
  export declare class GetRoutineResponseBody extends $dara.Model {
31241
- /**
31242
- * @remarks
31243
- * The code versions.
31244
- */
31245
- codeVersions?: GetRoutineResponseBodyCodeVersions[];
31246
31145
  /**
31247
31146
  * @remarks
31248
31147
  * The time when the routine was created.
@@ -31272,16 +31171,6 @@ export declare class GetRoutineResponseBody extends $dara.Model {
31272
31171
  * The information about the environments.
31273
31172
  */
31274
31173
  envs?: GetRoutineResponseBodyEnvs[];
31275
- /**
31276
- * @remarks
31277
- * The records associated with the routine.
31278
- */
31279
- relatedRecords?: GetRoutineResponseBodyRelatedRecords[];
31280
- /**
31281
- * @remarks
31282
- * The routes associated with the routine.
31283
- */
31284
- relatedRoutes?: GetRoutineResponseBodyRelatedRoutes[];
31285
31174
  /**
31286
31175
  * @remarks
31287
31176
  * The request ID.
@@ -32236,7 +32125,7 @@ export declare class GetSiteLogDeliveryQuotaResponse extends $dara.Model {
32236
32125
  export declare class GetSiteNameExclusiveRequest extends $dara.Model {
32237
32126
  /**
32238
32127
  * @remarks
32239
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
32128
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
32240
32129
  *
32241
32130
  * This parameter is required.
32242
32131
  *
@@ -32258,10 +32147,10 @@ export declare class GetSiteNameExclusiveRequest extends $dara.Model {
32258
32147
  export declare class GetSiteNameExclusiveResponseBody extends $dara.Model {
32259
32148
  /**
32260
32149
  * @remarks
32261
- * Feature switch. Possible values:
32150
+ * Indicates whether site hold is enabled. Valid values:
32262
32151
  *
32263
- * - on: Enabled.
32264
- * - off: Disabled.
32152
+ * * on
32153
+ * * off
32265
32154
  *
32266
32155
  * @example
32267
32156
  * on
@@ -32269,7 +32158,7 @@ export declare class GetSiteNameExclusiveResponseBody extends $dara.Model {
32269
32158
  enable?: string;
32270
32159
  /**
32271
32160
  * @remarks
32272
- * Request ID.
32161
+ * The request ID.
32273
32162
  *
32274
32163
  * @example
32275
32164
  * 35C66C7B-671H-4297-9187-2C4477247A78
@@ -32306,7 +32195,7 @@ export declare class GetSiteNameExclusiveResponse extends $dara.Model {
32306
32195
  export declare class GetSitePauseRequest extends $dara.Model {
32307
32196
  /**
32308
32197
  * @remarks
32309
- * Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
32198
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
32310
32199
  *
32311
32200
  * This parameter is required.
32312
32201
  *
@@ -32328,9 +32217,10 @@ export declare class GetSitePauseRequest extends $dara.Model {
32328
32217
  export declare class GetSitePauseResponseBody extends $dara.Model {
32329
32218
  /**
32330
32219
  * @remarks
32331
- * Indicates whether acceleration has been paused. Possible values:
32332
- * - true: The site\\"s acceleration is paused.
32333
- * - false: The site is accelerating normally.
32220
+ * Indicates whether ESA is paused on the website. Valid values:
32221
+ *
32222
+ * * true
32223
+ * * false
32334
32224
  *
32335
32225
  * @example
32336
32226
  * true
@@ -32338,7 +32228,7 @@ export declare class GetSitePauseResponseBody extends $dara.Model {
32338
32228
  paused?: boolean;
32339
32229
  /**
32340
32230
  * @remarks
32341
- * Request ID.
32231
+ * The request ID.
32342
32232
  *
32343
32233
  * @example
32344
32234
  * EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
@@ -33058,9 +32948,10 @@ export declare class ListCacheReserveInstancesRequest extends $dara.Model {
33058
32948
  pageSize?: number;
33059
32949
  /**
33060
32950
  * @remarks
33061
- * Sorting method. Values:
33062
- * - **ExpireTime**: Expiration time.
33063
- * - **CreateTime**: Purchase time.
32951
+ * The criterion by which you want to sort the queried instances. Valid values:
32952
+ *
32953
+ * * **ExpireTime**
32954
+ * * **CreateTime**
33064
32955
  *
33065
32956
  * @example
33066
32957
  * ExpireTime
@@ -33068,9 +32959,10 @@ export declare class ListCacheReserveInstancesRequest extends $dara.Model {
33068
32959
  sortBy?: string;
33069
32960
  /**
33070
32961
  * @remarks
33071
- * Sorting order. Supported values:
33072
- * - **asc**: Ascending.
33073
- * - **desc**: Descending.
32962
+ * The order by which you want to sort the queried instances. Valid values:
32963
+ *
32964
+ * * **asc**
32965
+ * * **desc**
33074
32966
  *
33075
32967
  * @example
33076
32968
  * desc
@@ -33078,12 +32970,12 @@ export declare class ListCacheReserveInstancesRequest extends $dara.Model {
33078
32970
  sortOrder?: string;
33079
32971
  /**
33080
32972
  * @remarks
33081
- * Cache reserve instance status. Supported values:
32973
+ * The status of the cache reserve instance. Valid values:
33082
32974
  *
33083
- * - **online**: Normal service status.
33084
- * - **offline**: Expired but not overdue, in an unavailable state.
33085
- * - **disable**: Released status.
33086
- * - **overdue**: Overdue and suspended status.
32975
+ * * **online**: The instance is in service.
32976
+ * * **offline**: The instance has expired within an allowable period. In this state, it is unavailable.
32977
+ * * **disable**: The instance has been released.
32978
+ * * **overdue**: The instance has been stopped due to overdue payments.
33087
32979
  *
33088
32980
  * @example
33089
32981
  * online
@@ -33106,7 +32998,7 @@ export declare class ListCacheReserveInstancesRequest extends $dara.Model {
33106
32998
  export declare class ListCacheReserveInstancesResponseBody extends $dara.Model {
33107
32999
  /**
33108
33000
  * @remarks
33109
- * List of cache reserve instances.
33001
+ * The cache reserve instances.
33110
33002
  */
33111
33003
  instanceInfo?: ListCacheReserveInstancesResponseBodyInstanceInfo[];
33112
33004
  /**
@@ -33328,7 +33220,7 @@ export declare class ListCacheRulesResponse extends $dara.Model {
33328
33220
  export declare class ListCertificatesRequest extends $dara.Model {
33329
33221
  /**
33330
33222
  * @remarks
33331
- * Search keyword.
33223
+ * The keyword that is used for the search.
33332
33224
  *
33333
33225
  * @example
33334
33226
  * example
@@ -33336,7 +33228,7 @@ export declare class ListCertificatesRequest extends $dara.Model {
33336
33228
  keyword?: string;
33337
33229
  /**
33338
33230
  * @remarks
33339
- * Page number of the returned data.
33231
+ * The page number.
33340
33232
  *
33341
33233
  * @example
33342
33234
  * 3
@@ -33344,7 +33236,7 @@ export declare class ListCertificatesRequest extends $dara.Model {
33344
33236
  pageNumber?: number;
33345
33237
  /**
33346
33238
  * @remarks
33347
- * Number of records per page.
33239
+ * The number of entries per page.
33348
33240
  *
33349
33241
  * @example
33350
33242
  * 10
@@ -33352,7 +33244,7 @@ export declare class ListCertificatesRequest extends $dara.Model {
33352
33244
  pageSize?: number;
33353
33245
  /**
33354
33246
  * @remarks
33355
- * Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) API.
33247
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
33356
33248
  *
33357
33249
  * This parameter is required.
33358
33250
  *
@@ -33362,7 +33254,7 @@ export declare class ListCertificatesRequest extends $dara.Model {
33362
33254
  siteId?: number;
33363
33255
  /**
33364
33256
  * @remarks
33365
- * Whether to return only valid certificates.
33257
+ * Specifies whether to return only valid certificates.
33366
33258
  *
33367
33259
  * @example
33368
33260
  * 1
@@ -33382,7 +33274,7 @@ export declare class ListCertificatesRequest extends $dara.Model {
33382
33274
  export declare class ListCertificatesResponseBody extends $dara.Model {
33383
33275
  /**
33384
33276
  * @remarks
33385
- * Page number of the returned data.
33277
+ * The page number.
33386
33278
  *
33387
33279
  * @example
33388
33280
  * 1
@@ -33390,7 +33282,7 @@ export declare class ListCertificatesResponseBody extends $dara.Model {
33390
33282
  pageNumber?: number;
33391
33283
  /**
33392
33284
  * @remarks
33393
- * Number of records per page.
33285
+ * The number of entries per page.
33394
33286
  *
33395
33287
  * @example
33396
33288
  * 20
@@ -33398,7 +33290,7 @@ export declare class ListCertificatesResponseBody extends $dara.Model {
33398
33290
  pageSize?: number;
33399
33291
  /**
33400
33292
  * @remarks
33401
- * Request ID.
33293
+ * The request ID.
33402
33294
  *
33403
33295
  * @example
33404
33296
  * 15C66C7B-671A-4297-9187-2C4477247A74
@@ -33406,12 +33298,12 @@ export declare class ListCertificatesResponseBody extends $dara.Model {
33406
33298
  requestId?: string;
33407
33299
  /**
33408
33300
  * @remarks
33409
- * Result array.
33301
+ * The queried certificates.
33410
33302
  */
33411
33303
  result?: ListCertificatesResponseBodyResult[];
33412
33304
  /**
33413
33305
  * @remarks
33414
- * Site ID.
33306
+ * The website ID.
33415
33307
  *
33416
33308
  * @example
33417
33309
  * 1234567890123
@@ -33419,7 +33311,7 @@ export declare class ListCertificatesResponseBody extends $dara.Model {
33419
33311
  siteId?: number;
33420
33312
  /**
33421
33313
  * @remarks
33422
- * Site name.
33314
+ * The website name.
33423
33315
  *
33424
33316
  * @example
33425
33317
  * example.com
@@ -33427,7 +33319,7 @@ export declare class ListCertificatesResponseBody extends $dara.Model {
33427
33319
  siteName?: string;
33428
33320
  /**
33429
33321
  * @remarks
33430
- * Total count.
33322
+ * The total number of entries returned.
33431
33323
  *
33432
33324
  * @example
33433
33325
  * 10
@@ -39811,7 +39703,7 @@ export declare class PurchaseRatePlanRequest extends $dara.Model {
39811
39703
  amount?: number;
39812
39704
  /**
39813
39705
  * @remarks
39814
- * Automatic payment.
39706
+ * Specifies whether to enable auto payment.
39815
39707
  *
39816
39708
  * @example
39817
39709
  * true
@@ -39829,9 +39721,10 @@ export declare class PurchaseRatePlanRequest extends $dara.Model {
39829
39721
  autoRenew?: boolean;
39830
39722
  /**
39831
39723
  * @remarks
39832
- * Billing type
39833
- * - PREPAY: Prepaid.
39834
- * - POSTPAY: Postpaid.
39724
+ * The billing method. Valid values:
39725
+ *
39726
+ * * PREPAY: subscription.
39727
+ * * POSTPAY: pay-as-you-go.
39835
39728
  *
39836
39729
  * @example
39837
39730
  * PREPAY
@@ -39839,10 +39732,11 @@ export declare class PurchaseRatePlanRequest extends $dara.Model {
39839
39732
  chargeType?: string;
39840
39733
  /**
39841
39734
  * @remarks
39842
- * Acceleration area:
39843
- * - domestic: Mainland China only.
39844
- * - global: Worldwide.
39845
- * - overseas: Global (excluding Mainland China).
39735
+ * The service location. Valid values:
39736
+ *
39737
+ * * domestic: the Chinese mainland.
39738
+ * * global: global.
39739
+ * * overseas: outside the Chinese mainland.
39846
39740
  *
39847
39741
  * @example
39848
39742
  * domestic
@@ -39882,9 +39776,10 @@ export declare class PurchaseRatePlanRequest extends $dara.Model {
39882
39776
  siteName?: string;
39883
39777
  /**
39884
39778
  * @remarks
39885
- * Site access type:
39886
- * - NS: NS access.
39887
- * - CNAME: CNAME access.
39779
+ * The DNS setup option for the website. Valid values:
39780
+ *
39781
+ * * NS
39782
+ * * CNAME
39888
39783
  *
39889
39784
  * @example
39890
39785
  * CNAME
@@ -40979,6 +40874,7 @@ export declare class SetClientCertificateHostnamesShrinkRequest extends $dara.Mo
40979
40874
  });
40980
40875
  }
40981
40876
  export declare class SetClientCertificateHostnamesResponseBody extends $dara.Model {
40877
+ hostnames?: string[];
40982
40878
  /**
40983
40879
  * @remarks
40984
40880
  * The ID of the client CA certificate.
@@ -41887,9 +41783,10 @@ export declare class UpdateCacheRuleResponse extends $dara.Model {
41887
41783
  export declare class UpdateCacheTagRequest extends $dara.Model {
41888
41784
  /**
41889
41785
  * @remarks
41890
- * Whether to ignore case. Value range:
41891
- * - on: Enabled, ignores case.
41892
- * - off: Disabled, does not ignore case.
41786
+ * Specifies whether to ignore case sensitivity. Valid values:
41787
+ *
41788
+ * * on
41789
+ * * off
41893
41790
  *
41894
41791
  * @example
41895
41792
  * on
@@ -41897,7 +41794,7 @@ export declare class UpdateCacheTagRequest extends $dara.Model {
41897
41794
  caseInsensitive?: string;
41898
41795
  /**
41899
41796
  * @remarks
41900
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
41797
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
41901
41798
  *
41902
41799
  * This parameter is required.
41903
41800
  *
@@ -41907,7 +41804,7 @@ export declare class UpdateCacheTagRequest extends $dara.Model {
41907
41804
  siteId?: number;
41908
41805
  /**
41909
41806
  * @remarks
41910
- * The version number of the site configuration. For sites with version management enabled, you can use this parameter to specify the effective version of the site configuration, defaulting to version 0.
41807
+ * The version number of the website configurations. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
41911
41808
  *
41912
41809
  * @example
41913
41810
  * 1
@@ -41915,7 +41812,7 @@ export declare class UpdateCacheTagRequest extends $dara.Model {
41915
41812
  siteVersion?: number;
41916
41813
  /**
41917
41814
  * @remarks
41918
- * Custom CacheTag name.
41815
+ * The name of the custom cache tag.
41919
41816
  *
41920
41817
  * @example
41921
41818
  * example
@@ -41935,7 +41832,7 @@ export declare class UpdateCacheTagRequest extends $dara.Model {
41935
41832
  export declare class UpdateCacheTagResponseBody extends $dara.Model {
41936
41833
  /**
41937
41834
  * @remarks
41938
- * Request ID.
41835
+ * The request ID.
41939
41836
  *
41940
41837
  * @example
41941
41838
  * CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
@@ -42184,6 +42081,8 @@ export declare class UpdateCustomScenePolicyRequest extends $dara.Model {
42184
42081
  * @remarks
42185
42082
  * The IDs of the websites that you want to associate with the policy. Separate multiple IDs with commas (,).
42186
42083
  *
42084
+ * This parameter is required.
42085
+ *
42187
42086
  * @example
42188
42087
  * 123456****
42189
42088
  */
@@ -42324,10 +42223,10 @@ export declare class UpdateCustomScenePolicyResponse extends $dara.Model {
42324
42223
  export declare class UpdateDevelopmentModeRequest extends $dara.Model {
42325
42224
  /**
42326
42225
  * @remarks
42327
- * Feature switch. Possible values:
42226
+ * Specifies whether to enable Development Mode. Valid values:
42328
42227
  *
42329
- * - on: Enable.
42330
- * - off: Disable.
42228
+ * * on
42229
+ * * off
42331
42230
  *
42332
42231
  * This parameter is required.
42333
42232
  *
@@ -42337,7 +42236,7 @@ export declare class UpdateDevelopmentModeRequest extends $dara.Model {
42337
42236
  enable?: string;
42338
42237
  /**
42339
42238
  * @remarks
42340
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
42239
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
42341
42240
  *
42342
42241
  * This parameter is required.
42343
42242
  *
@@ -42359,7 +42258,7 @@ export declare class UpdateDevelopmentModeRequest extends $dara.Model {
42359
42258
  export declare class UpdateDevelopmentModeResponseBody extends $dara.Model {
42360
42259
  /**
42361
42260
  * @remarks
42362
- * Request ID.
42261
+ * The request ID.
42363
42262
  *
42364
42263
  * @example
42365
42264
  * 65C66B7B-671A-8297-9187-2R5477247B76
@@ -42395,16 +42294,25 @@ export declare class UpdateDevelopmentModeResponse extends $dara.Model {
42395
42294
  }
42396
42295
  export declare class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
42397
42296
  /**
42297
+ * @remarks
42298
+ * The application ID, which can be obtained by calling the [ListEdgeContainerApps](https://help.aliyun.com/document_detail/2852396.html) operation.
42299
+ *
42398
42300
  * @example
42399
42301
  * app-88068867578379****
42400
42302
  */
42401
42303
  appId?: string;
42402
42304
  /**
42305
+ * @remarks
42306
+ * The log path of the container.
42307
+ *
42403
42308
  * @example
42404
42309
  * /root/hello.log
42405
42310
  */
42406
42311
  path?: string;
42407
42312
  /**
42313
+ * @remarks
42314
+ * Specifies whether to collect the standard output of the container.
42315
+ *
42408
42316
  * @example
42409
42317
  * true
42410
42318
  */
@@ -42422,16 +42330,25 @@ export declare class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
42422
42330
  }
42423
42331
  export declare class UpdateEdgeContainerAppLogRiverResponseBody extends $dara.Model {
42424
42332
  /**
42333
+ * @remarks
42334
+ * The log path of the container.
42335
+ *
42425
42336
  * @example
42426
42337
  * /root/hello.log
42427
42338
  */
42428
42339
  path?: string;
42429
42340
  /**
42341
+ * @remarks
42342
+ * The request ID.
42343
+ *
42430
42344
  * @example
42431
42345
  * 42DE97FA-45D2-5615-9A31-55D9EC0D7563
42432
42346
  */
42433
42347
  requestId?: string;
42434
42348
  /**
42349
+ * @remarks
42350
+ * Indicates whether the standard output of the container is collected.
42351
+ *
42435
42352
  * @example
42436
42353
  * true
42437
42354
  */
@@ -43184,10 +43101,10 @@ export declare class UpdateHttpsBasicConfigurationResponse extends $dara.Model {
43184
43101
  export declare class UpdateIPv6Request extends $dara.Model {
43185
43102
  /**
43186
43103
  * @remarks
43187
- * Switch. Values:
43104
+ * Specifies whether to enable IPv6. Valid values:
43188
43105
  *
43189
- * - **on**: Enable.
43190
- * - **off**: Disable.
43106
+ * * **on**
43107
+ * * **off**
43191
43108
  *
43192
43109
  * This parameter is required.
43193
43110
  *
@@ -43197,7 +43114,7 @@ export declare class UpdateIPv6Request extends $dara.Model {
43197
43114
  enable?: string;
43198
43115
  /**
43199
43116
  * @remarks
43200
- * Site ID, which can be obtained by calling [ListSites](https://help.aliyun.com/document_detail/2850189.html).
43117
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
43201
43118
  *
43202
43119
  * This parameter is required.
43203
43120
  *
@@ -43219,7 +43136,7 @@ export declare class UpdateIPv6Request extends $dara.Model {
43219
43136
  export declare class UpdateIPv6ResponseBody extends $dara.Model {
43220
43137
  /**
43221
43138
  * @remarks
43222
- * Request ID.
43139
+ * The request ID.
43223
43140
  *
43224
43141
  * @example
43225
43142
  * 15C66C7B-671A-4297-9187-2C4477247A74
@@ -43504,7 +43421,7 @@ export declare class UpdateListResponse extends $dara.Model {
43504
43421
  export declare class UpdateLoadBalancerRequest extends $dara.Model {
43505
43422
  /**
43506
43423
  * @remarks
43507
- * Configuration for cross-pool origin fallback.
43424
+ * Cross-pool fallback configuration.
43508
43425
  */
43509
43426
  adaptiveRouting?: UpdateLoadBalancerRequestAdaptiveRouting;
43510
43427
  /**
@@ -43588,7 +43505,7 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
43588
43505
  * Session persistence, with values:
43589
43506
  * - off: Not enabled.
43590
43507
  * - ip: Session persistence by IP.
43591
- * - cookie: Not enabled for session persistence.
43508
+ * - cookie: Session persistence by cookie.
43592
43509
  *
43593
43510
  * @example
43594
43511
  * ip
@@ -43642,7 +43559,7 @@ export declare class UpdateLoadBalancerRequest extends $dara.Model {
43642
43559
  export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
43643
43560
  /**
43644
43561
  * @remarks
43645
- * Configuration for cross-pool origin fallback.
43562
+ * Cross-pool fallback configuration.
43646
43563
  */
43647
43564
  adaptiveRoutingShrink?: string;
43648
43565
  /**
@@ -43726,7 +43643,7 @@ export declare class UpdateLoadBalancerShrinkRequest extends $dara.Model {
43726
43643
  * Session persistence, with values:
43727
43644
  * - off: Not enabled.
43728
43645
  * - ip: Session persistence by IP.
43729
- * - cookie: Not enabled for session persistence.
43646
+ * - cookie: Session persistence by cookie.
43730
43647
  *
43731
43648
  * @example
43732
43649
  * ip
@@ -43817,9 +43734,10 @@ export declare class UpdateLoadBalancerResponse extends $dara.Model {
43817
43734
  export declare class UpdateManagedTransformRequest extends $dara.Model {
43818
43735
  /**
43819
43736
  * @remarks
43820
- * Add visitor geolocation header. Value range:
43821
- * - on: Enable.
43822
- * - off: Disable.
43737
+ * Specifies whether to include the header that indicates the geographical location of a client in an origin request. Valid values:
43738
+ *
43739
+ * * on
43740
+ * * off
43823
43741
  *
43824
43742
  * @example
43825
43743
  * on
@@ -43827,9 +43745,10 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
43827
43745
  addClientGeolocationHeader?: string;
43828
43746
  /**
43829
43747
  * @remarks
43830
- * Add the "ali-real-client-ip" header containing the real client IP. Value range:
43831
- * - on: Enable.
43832
- * - off: Disable.
43748
+ * Specifies whether to include the "ali-real-client-ip" header that indicates the client\\"s real IP address in an origin request. Valid values:
43749
+ *
43750
+ * * on
43751
+ * * off
43833
43752
  *
43834
43753
  * @example
43835
43754
  * on
@@ -43837,7 +43756,7 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
43837
43756
  addRealClientIpHeader?: string;
43838
43757
  /**
43839
43758
  * @remarks
43840
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
43759
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
43841
43760
  *
43842
43761
  * This parameter is required.
43843
43762
  *
@@ -43847,7 +43766,7 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
43847
43766
  siteId?: number;
43848
43767
  /**
43849
43768
  * @remarks
43850
- * The version number of the site. For sites with version management enabled, you can use this parameter to specify the site version for which the configuration will take effect, defaulting to version 0.
43769
+ * The version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
43851
43770
  *
43852
43771
  * @example
43853
43772
  * 0
@@ -43867,7 +43786,7 @@ export declare class UpdateManagedTransformRequest extends $dara.Model {
43867
43786
  export declare class UpdateManagedTransformResponseBody extends $dara.Model {
43868
43787
  /**
43869
43788
  * @remarks
43870
- * Request ID.
43789
+ * The request ID.
43871
43790
  *
43872
43791
  * @example
43873
43792
  * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
@@ -45084,6 +45003,7 @@ export declare class UpdateRewriteUrlRuleRequest extends $dara.Model {
45084
45003
  * Query string rewrite type. Value range:
45085
45004
  *
45086
45005
  * - static: Static mode.
45006
+ * - dynamic: Dynamic mode.
45087
45007
  *
45088
45008
  * @example
45089
45009
  * static
@@ -45094,6 +45014,7 @@ export declare class UpdateRewriteUrlRuleRequest extends $dara.Model {
45094
45014
  * URI rewrite type. Value range:
45095
45015
  *
45096
45016
  * - static: Static mode.
45017
+ * - dynamic: Dynamic mode.
45097
45018
  *
45098
45019
  * @example
45099
45020
  * static
@@ -45867,10 +45788,10 @@ export declare class UpdateSiteDeliveryTaskStatusResponse extends $dara.Model {
45867
45788
  export declare class UpdateSiteNameExclusiveRequest extends $dara.Model {
45868
45789
  /**
45869
45790
  * @remarks
45870
- * Feature switch. Possible values:
45791
+ * Specifies whether to enable site hold. Valid values:
45871
45792
  *
45872
- * - on: Enable.
45873
- * - off: Disable.
45793
+ * * on
45794
+ * * off
45874
45795
  *
45875
45796
  * This parameter is required.
45876
45797
  *
@@ -45880,7 +45801,7 @@ export declare class UpdateSiteNameExclusiveRequest extends $dara.Model {
45880
45801
  enable?: string;
45881
45802
  /**
45882
45803
  * @remarks
45883
- * Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
45804
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
45884
45805
  *
45885
45806
  * This parameter is required.
45886
45807
  *
@@ -45902,7 +45823,7 @@ export declare class UpdateSiteNameExclusiveRequest extends $dara.Model {
45902
45823
  export declare class UpdateSiteNameExclusiveResponseBody extends $dara.Model {
45903
45824
  /**
45904
45825
  * @remarks
45905
- * Request ID.
45826
+ * The request ID.
45906
45827
  *
45907
45828
  * @example
45908
45829
  * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
@@ -45939,9 +45860,10 @@ export declare class UpdateSiteNameExclusiveResponse extends $dara.Model {
45939
45860
  export declare class UpdateSitePauseRequest extends $dara.Model {
45940
45861
  /**
45941
45862
  * @remarks
45942
- * Used to temporarily pause the proxy acceleration function of the entire site. When enabled, all DNS records will directly return their values to the client. Value range:
45943
- * - true: Pause site acceleration.
45944
- * - false: Normal site acceleration.
45863
+ * Specifies whether to temporarily pause ESA on the website. If you set this parameter to true, all requests to the domains in your DNS records go directly to your origin server. Valid values:
45864
+ *
45865
+ * * true
45866
+ * * false
45945
45867
  *
45946
45868
  * This parameter is required.
45947
45869
  *
@@ -45951,7 +45873,7 @@ export declare class UpdateSitePauseRequest extends $dara.Model {
45951
45873
  paused?: boolean;
45952
45874
  /**
45953
45875
  * @remarks
45954
- * The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
45876
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
45955
45877
  *
45956
45878
  * This parameter is required.
45957
45879
  *
@@ -45973,7 +45895,7 @@ export declare class UpdateSitePauseRequest extends $dara.Model {
45973
45895
  export declare class UpdateSitePauseResponseBody extends $dara.Model {
45974
45896
  /**
45975
45897
  * @remarks
45976
- * Request ID.
45898
+ * The request ID.
45977
45899
  *
45978
45900
  * @example
45979
45901
  * 6abd807e-ed2a-44de-ac54-ac38a62472e6
@@ -46077,11 +45999,12 @@ export declare class UpdateSiteVanityNSResponse extends $dara.Model {
46077
45999
  export declare class UpdateTieredCacheRequest extends $dara.Model {
46078
46000
  /**
46079
46001
  * @remarks
46080
- * Multi-level cache architecture mode. Possible values:
46081
- * - edge: Edge cache layer.
46082
- * - edge_smart: Edge cache layer + intelligent cache layer.
46083
- * - edge_regional: Edge cache layer + regional cache layer.
46084
- * - edge_regional_smart: Edge cache layer + regional cache layer + intelligent cache layer.
46002
+ * The tiered cache architecture mode. Valid values:
46003
+ *
46004
+ * * edge: edge tiered cache.
46005
+ * * edge_smart: edge tiered cache + smart tiered cache.
46006
+ * * edge_regional: edge tiered cache + regional tiered cache.
46007
+ * * edge_regional_smart: edge tiered cache + regional tiered cache + smart tiered cache.
46085
46008
  *
46086
46009
  * This parameter is required.
46087
46010
  *
@@ -46091,7 +46014,7 @@ export declare class UpdateTieredCacheRequest extends $dara.Model {
46091
46014
  cacheArchitectureMode?: string;
46092
46015
  /**
46093
46016
  * @remarks
46094
- * Site ID, which can be obtained by calling [ListSites](https://help.aliyun.com/document_detail/2850189.html).
46017
+ * The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
46095
46018
  *
46096
46019
  * This parameter is required.
46097
46020
  *
@@ -46113,7 +46036,7 @@ export declare class UpdateTieredCacheRequest extends $dara.Model {
46113
46036
  export declare class UpdateTieredCacheResponseBody extends $dara.Model {
46114
46037
  /**
46115
46038
  * @remarks
46116
- * Request ID.
46039
+ * The request ID.
46117
46040
  *
46118
46041
  * @example
46119
46042
  * 15C66C7B-671A-4297-9187-2C4477247A74
@@ -47453,7 +47376,7 @@ export default class Client extends OpenApi {
47453
47376
  [key: string]: string;
47454
47377
  }, endpoint: string): string;
47455
47378
  /**
47456
- * Activates a client certificate.
47379
+ * Activates the client based on the certificate ID.
47457
47380
  *
47458
47381
  * @param request - ActivateClientCertificateRequest
47459
47382
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47461,7 +47384,7 @@ export default class Client extends OpenApi {
47461
47384
  */
47462
47385
  activateClientCertificateWithOptions(request: ActivateClientCertificateRequest, runtime: $dara.RuntimeOptions): Promise<ActivateClientCertificateResponse>;
47463
47386
  /**
47464
- * Activates a client certificate.
47387
+ * Activates the client based on the certificate ID.
47465
47388
  *
47466
47389
  * @param request - ActivateClientCertificateRequest
47467
47390
  * @returns ActivateClientCertificateResponse
@@ -47483,7 +47406,7 @@ export default class Client extends OpenApi {
47483
47406
  */
47484
47407
  activateVersionManagement(request: ActivateVersionManagementRequest): Promise<ActivateVersionManagementResponse>;
47485
47408
  /**
47486
- * Apply for Free Certificate
47409
+ * Applies for a free SSL certificate.
47487
47410
  *
47488
47411
  * @param request - ApplyCertificateRequest
47489
47412
  * @param runtime - runtime options for this request RuntimeOptions
@@ -47491,7 +47414,7 @@ export default class Client extends OpenApi {
47491
47414
  */
47492
47415
  applyCertificateWithOptions(request: ApplyCertificateRequest, runtime: $dara.RuntimeOptions): Promise<ApplyCertificateResponse>;
47493
47416
  /**
47494
- * Apply for Free Certificate
47417
+ * Applies for a free SSL certificate.
47495
47418
  *
47496
47419
  * @param request - ApplyCertificateRequest
47497
47420
  * @returns ApplyCertificateResponse
@@ -48440,10 +48363,10 @@ export default class Client extends OpenApi {
48440
48363
  */
48441
48364
  createWaitingRoomRule(request: CreateWaitingRoomRuleRequest): Promise<CreateWaitingRoomRuleResponse>;
48442
48365
  /**
48443
- * Disable version management
48366
+ * Disables version management for a website.
48444
48367
  *
48445
48368
  * @remarks
48446
- * Can only be disabled when there is only version 0 and the default environment.
48369
+ * You can disable version management only when the default environment and version 0 exist.
48447
48370
  *
48448
48371
  * @param request - DeactivateVersionManagementRequest
48449
48372
  * @param runtime - runtime options for this request RuntimeOptions
@@ -48451,10 +48374,10 @@ export default class Client extends OpenApi {
48451
48374
  */
48452
48375
  deactivateVersionManagementWithOptions(request: DeactivateVersionManagementRequest, runtime: $dara.RuntimeOptions): Promise<DeactivateVersionManagementResponse>;
48453
48376
  /**
48454
- * Disable version management
48377
+ * Disables version management for a website.
48455
48378
  *
48456
48379
  * @remarks
48457
- * Can only be disabled when there is only version 0 and the default environment.
48380
+ * You can disable version management only when the default environment and version 0 exist.
48458
48381
  *
48459
48382
  * @param request - DeactivateVersionManagementRequest
48460
48383
  * @returns DeactivateVersionManagementResponse
@@ -49197,10 +49120,10 @@ export default class Client extends OpenApi {
49197
49120
  */
49198
49121
  describePurgeTasks(request: DescribePurgeTasksRequest): Promise<DescribePurgeTasksResponse>;
49199
49122
  /**
49200
- * Query Package Instance Status
49123
+ * Queries the status of an instance that uses a plan.
49201
49124
  *
49202
49125
  * @remarks
49203
- * You can only query the status of a package instance after purchasing and creating it.
49126
+ * You can query the status of an instance after you purchase a plan for the instance.
49204
49127
  *
49205
49128
  * @param request - DescribeRatePlanInstanceStatusRequest
49206
49129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49208,10 +49131,10 @@ export default class Client extends OpenApi {
49208
49131
  */
49209
49132
  describeRatePlanInstanceStatusWithOptions(request: DescribeRatePlanInstanceStatusRequest, runtime: $dara.RuntimeOptions): Promise<DescribeRatePlanInstanceStatusResponse>;
49210
49133
  /**
49211
- * Query Package Instance Status
49134
+ * Queries the status of an instance that uses a plan.
49212
49135
  *
49213
49136
  * @remarks
49214
- * You can only query the status of a package instance after purchasing and creating it.
49137
+ * You can query the status of an instance after you purchase a plan for the instance.
49215
49138
  *
49216
49139
  * @param request - DescribeRatePlanInstanceStatusRequest
49217
49140
  * @returns DescribeRatePlanInstanceStatusResponse
@@ -49278,7 +49201,7 @@ export default class Client extends OpenApi {
49278
49201
  */
49279
49202
  exportRecords(request: ExportRecordsRequest): Promise<ExportRecordsResponse>;
49280
49203
  /**
49281
- * Query Cache Retention Instance Specifications
49204
+ * Queries the available specifications of cache reserve instances.
49282
49205
  *
49283
49206
  * @param request - GetCacheReserveSpecificationRequest
49284
49207
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49286,7 +49209,7 @@ export default class Client extends OpenApi {
49286
49209
  */
49287
49210
  getCacheReserveSpecificationWithOptions(runtime: $dara.RuntimeOptions): Promise<GetCacheReserveSpecificationResponse>;
49288
49211
  /**
49289
- * Query Cache Retention Instance Specifications
49212
+ * Queries the available specifications of cache reserve instances.
49290
49213
  * @returns GetCacheReserveSpecificationResponse
49291
49214
  */
49292
49215
  getCacheReserveSpecification(): Promise<GetCacheReserveSpecificationResponse>;
@@ -49456,7 +49379,7 @@ export default class Client extends OpenApi {
49456
49379
  */
49457
49380
  getEdgeContainerApp(request: GetEdgeContainerAppRequest): Promise<GetEdgeContainerAppResponse>;
49458
49381
  /**
49459
- * 获取边缘容器应用日志采集配置
49382
+ * Queries the log collection configuration of a containerized application.
49460
49383
  *
49461
49384
  * @param request - GetEdgeContainerAppLogRiverRequest
49462
49385
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49464,7 +49387,7 @@ export default class Client extends OpenApi {
49464
49387
  */
49465
49388
  getEdgeContainerAppLogRiverWithOptions(request: GetEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<GetEdgeContainerAppLogRiverResponse>;
49466
49389
  /**
49467
- * 获取边缘容器应用日志采集配置
49390
+ * Queries the log collection configuration of a containerized application.
49468
49391
  *
49469
49392
  * @param request - GetEdgeContainerAppLogRiverRequest
49470
49393
  * @returns GetEdgeContainerAppLogRiverResponse
@@ -49621,7 +49544,7 @@ export default class Client extends OpenApi {
49621
49544
  */
49622
49545
  getHttpsBasicConfiguration(request: GetHttpsBasicConfigurationRequest): Promise<GetHttpsBasicConfigurationResponse>;
49623
49546
  /**
49624
- * Query Site IPv6 Configuration
49547
+ * Queries the IPv6 configuration of a website.
49625
49548
  *
49626
49549
  * @param request - GetIPv6Request
49627
49550
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49629,7 +49552,7 @@ export default class Client extends OpenApi {
49629
49552
  */
49630
49553
  getIPv6WithOptions(request: GetIPv6Request, runtime: $dara.RuntimeOptions): Promise<GetIPv6Response>;
49631
49554
  /**
49632
- * Query Site IPv6 Configuration
49555
+ * Queries the IPv6 configuration of a website.
49633
49556
  *
49634
49557
  * @param request - GetIPv6Request
49635
49558
  * @returns GetIPv6Response
@@ -49730,7 +49653,7 @@ export default class Client extends OpenApi {
49730
49653
  */
49731
49654
  getLoadBalancer(request: GetLoadBalancerRequest): Promise<GetLoadBalancerResponse>;
49732
49655
  /**
49733
- * Query the configuration of managed transforms for your website.
49656
+ * Query Managed Transform Configuration
49734
49657
  *
49735
49658
  * @param request - GetManagedTransformRequest
49736
49659
  * @param runtime - runtime options for this request RuntimeOptions
@@ -49738,7 +49661,7 @@ export default class Client extends OpenApi {
49738
49661
  */
49739
49662
  getManagedTransformWithOptions(request: GetManagedTransformRequest, runtime: $dara.RuntimeOptions): Promise<GetManagedTransformResponse>;
49740
49663
  /**
49741
- * Query the configuration of managed transforms for your website.
49664
+ * Query Managed Transform Configuration
49742
49665
  *
49743
49666
  * @param request - GetManagedTransformRequest
49744
49667
  * @returns GetManagedTransformResponse
@@ -50092,7 +50015,7 @@ export default class Client extends OpenApi {
50092
50015
  */
50093
50016
  getSiteLogDeliveryQuota(request: GetSiteLogDeliveryQuotaRequest): Promise<GetSiteLogDeliveryQuotaResponse>;
50094
50017
  /**
50095
- * Query Site Name Exclusive Configuration
50018
+ * Queries the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
50096
50019
  *
50097
50020
  * @param request - GetSiteNameExclusiveRequest
50098
50021
  * @param runtime - runtime options for this request RuntimeOptions
@@ -50100,14 +50023,14 @@ export default class Client extends OpenApi {
50100
50023
  */
50101
50024
  getSiteNameExclusiveWithOptions(request: GetSiteNameExclusiveRequest, runtime: $dara.RuntimeOptions): Promise<GetSiteNameExclusiveResponse>;
50102
50025
  /**
50103
- * Query Site Name Exclusive Configuration
50026
+ * Queries the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
50104
50027
  *
50105
50028
  * @param request - GetSiteNameExclusiveRequest
50106
50029
  * @returns GetSiteNameExclusiveResponse
50107
50030
  */
50108
50031
  getSiteNameExclusive(request: GetSiteNameExclusiveRequest): Promise<GetSiteNameExclusiveResponse>;
50109
50032
  /**
50110
- * Query Site Pause Configuration
50033
+ * Queries the ESA proxy configuration of a website.
50111
50034
  *
50112
50035
  * @param request - GetSitePauseRequest
50113
50036
  * @param runtime - runtime options for this request RuntimeOptions
@@ -50115,7 +50038,7 @@ export default class Client extends OpenApi {
50115
50038
  */
50116
50039
  getSitePauseWithOptions(request: GetSitePauseRequest, runtime: $dara.RuntimeOptions): Promise<GetSitePauseResponse>;
50117
50040
  /**
50118
- * Query Site Pause Configuration
50041
+ * Queries the ESA proxy configuration of a website.
50119
50042
  *
50120
50043
  * @param request - GetSitePauseRequest
50121
50044
  * @returns GetSitePauseResponse
@@ -50286,7 +50209,7 @@ export default class Client extends OpenApi {
50286
50209
  */
50287
50210
  listCacheRules(request: ListCacheRulesRequest): Promise<ListCacheRulesResponse>;
50288
50211
  /**
50289
- * List certificates under a site
50212
+ * Lists certificates of a website.
50290
50213
  *
50291
50214
  * @param request - ListCertificatesRequest
50292
50215
  * @param runtime - runtime options for this request RuntimeOptions
@@ -50294,7 +50217,7 @@ export default class Client extends OpenApi {
50294
50217
  */
50295
50218
  listCertificatesWithOptions(request: ListCertificatesRequest, runtime: $dara.RuntimeOptions): Promise<ListCertificatesResponse>;
50296
50219
  /**
50297
- * List certificates under a site
50220
+ * Lists certificates of a website.
50298
50221
  *
50299
50222
  * @param request - ListCertificatesRequest
50300
50223
  * @returns ListCertificatesResponse
@@ -51426,7 +51349,7 @@ export default class Client extends OpenApi {
51426
51349
  */
51427
51350
  updateCacheRule(request: UpdateCacheRuleRequest): Promise<UpdateCacheRuleResponse>;
51428
51351
  /**
51429
- * Modify Site Cache Tag Configuration
51352
+ * Modifies the cache tag configuration of your website. You can call this operation when you need to specify tags in the Cache-Tag response header to use the purge by cache tag feature.
51430
51353
  *
51431
51354
  * @param request - UpdateCacheTagRequest
51432
51355
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51434,7 +51357,7 @@ export default class Client extends OpenApi {
51434
51357
  */
51435
51358
  updateCacheTagWithOptions(request: UpdateCacheTagRequest, runtime: $dara.RuntimeOptions): Promise<UpdateCacheTagResponse>;
51436
51359
  /**
51437
- * Modify Site Cache Tag Configuration
51360
+ * Modifies the cache tag configuration of your website. You can call this operation when you need to specify tags in the Cache-Tag response header to use the purge by cache tag feature.
51438
51361
  *
51439
51362
  * @param request - UpdateCacheTagRequest
51440
51363
  * @returns UpdateCacheTagResponse
@@ -51486,7 +51409,7 @@ export default class Client extends OpenApi {
51486
51409
  */
51487
51410
  updateCustomScenePolicy(request: UpdateCustomScenePolicyRequest): Promise<UpdateCustomScenePolicyResponse>;
51488
51411
  /**
51489
- * Modify Site Developer Mode Configuration
51412
+ * Modifies the development mode configuration of your website. If you enable Development Mode, all requests bypass caching components on POPs and are redirected to the origin server. This allows clients to retrieve the most recent resources on the origin server.
51490
51413
  *
51491
51414
  * @param request - UpdateDevelopmentModeRequest
51492
51415
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51494,14 +51417,14 @@ export default class Client extends OpenApi {
51494
51417
  */
51495
51418
  updateDevelopmentModeWithOptions(request: UpdateDevelopmentModeRequest, runtime: $dara.RuntimeOptions): Promise<UpdateDevelopmentModeResponse>;
51496
51419
  /**
51497
- * Modify Site Developer Mode Configuration
51420
+ * Modifies the development mode configuration of your website. If you enable Development Mode, all requests bypass caching components on POPs and are redirected to the origin server. This allows clients to retrieve the most recent resources on the origin server.
51498
51421
  *
51499
51422
  * @param request - UpdateDevelopmentModeRequest
51500
51423
  * @returns UpdateDevelopmentModeResponse
51501
51424
  */
51502
51425
  updateDevelopmentMode(request: UpdateDevelopmentModeRequest): Promise<UpdateDevelopmentModeResponse>;
51503
51426
  /**
51504
- * 更新边缘容器应用日志采集配置
51427
+ * Updates the log collection configuration of a containerized application.
51505
51428
  *
51506
51429
  * @param request - UpdateEdgeContainerAppLogRiverRequest
51507
51430
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51509,7 +51432,7 @@ export default class Client extends OpenApi {
51509
51432
  */
51510
51433
  updateEdgeContainerAppLogRiverWithOptions(request: UpdateEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<UpdateEdgeContainerAppLogRiverResponse>;
51511
51434
  /**
51512
- * 更新边缘容器应用日志采集配置
51435
+ * Updates the log collection configuration of a containerized application.
51513
51436
  *
51514
51437
  * @param request - UpdateEdgeContainerAppLogRiverRequest
51515
51438
  * @returns UpdateEdgeContainerAppLogRiverResponse
@@ -51576,7 +51499,7 @@ export default class Client extends OpenApi {
51576
51499
  */
51577
51500
  updateHttpsBasicConfiguration(request: UpdateHttpsBasicConfigurationRequest): Promise<UpdateHttpsBasicConfigurationResponse>;
51578
51501
  /**
51579
- * Modify Site IPv6 Configuration
51502
+ * Modifies the IPv6 configuration of a website.
51580
51503
  *
51581
51504
  * @param request - UpdateIPv6Request
51582
51505
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51584,7 +51507,7 @@ export default class Client extends OpenApi {
51584
51507
  */
51585
51508
  updateIPv6WithOptions(request: UpdateIPv6Request, runtime: $dara.RuntimeOptions): Promise<UpdateIPv6Response>;
51586
51509
  /**
51587
- * Modify Site IPv6 Configuration
51510
+ * Modifies the IPv6 configuration of a website.
51588
51511
  *
51589
51512
  * @param request - UpdateIPv6Request
51590
51513
  * @returns UpdateIPv6Response
@@ -51642,7 +51565,7 @@ export default class Client extends OpenApi {
51642
51565
  */
51643
51566
  updateLoadBalancer(request: UpdateLoadBalancerRequest): Promise<UpdateLoadBalancerResponse>;
51644
51567
  /**
51645
- * Modify Site Managed Transformation Configuration
51568
+ * Modifies the configuration of managed transforms for your website.
51646
51569
  *
51647
51570
  * @param request - UpdateManagedTransformRequest
51648
51571
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51650,7 +51573,7 @@ export default class Client extends OpenApi {
51650
51573
  */
51651
51574
  updateManagedTransformWithOptions(request: UpdateManagedTransformRequest, runtime: $dara.RuntimeOptions): Promise<UpdateManagedTransformResponse>;
51652
51575
  /**
51653
- * Modify Site Managed Transformation Configuration
51576
+ * Modifies the configuration of managed transforms for your website.
51654
51577
  *
51655
51578
  * @param request - UpdateManagedTransformRequest
51656
51579
  * @returns UpdateManagedTransformResponse
@@ -51940,7 +51863,7 @@ export default class Client extends OpenApi {
51940
51863
  */
51941
51864
  updateSiteDeliveryTaskStatus(request: UpdateSiteDeliveryTaskStatusRequest): Promise<UpdateSiteDeliveryTaskStatusResponse>;
51942
51865
  /**
51943
- * Modify Site Name Exclusive Configuration
51866
+ * Modifies the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
51944
51867
  *
51945
51868
  * @param request - UpdateSiteNameExclusiveRequest
51946
51869
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51948,14 +51871,14 @@ export default class Client extends OpenApi {
51948
51871
  */
51949
51872
  updateSiteNameExclusiveWithOptions(request: UpdateSiteNameExclusiveRequest, runtime: $dara.RuntimeOptions): Promise<UpdateSiteNameExclusiveResponse>;
51950
51873
  /**
51951
- * Modify Site Name Exclusive Configuration
51874
+ * Modifies the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
51952
51875
  *
51953
51876
  * @param request - UpdateSiteNameExclusiveRequest
51954
51877
  * @returns UpdateSiteNameExclusiveResponse
51955
51878
  */
51956
51879
  updateSiteNameExclusive(request: UpdateSiteNameExclusiveRequest): Promise<UpdateSiteNameExclusiveResponse>;
51957
51880
  /**
51958
- * Modify Site Pause Configuration
51881
+ * Modifies the ESA proxy configuration of a website.
51959
51882
  *
51960
51883
  * @param request - UpdateSitePauseRequest
51961
51884
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51963,7 +51886,7 @@ export default class Client extends OpenApi {
51963
51886
  */
51964
51887
  updateSitePauseWithOptions(request: UpdateSitePauseRequest, runtime: $dara.RuntimeOptions): Promise<UpdateSitePauseResponse>;
51965
51888
  /**
51966
- * Modify Site Pause Configuration
51889
+ * Modifies the ESA proxy configuration of a website.
51967
51890
  *
51968
51891
  * @param request - UpdateSitePauseRequest
51969
51892
  * @returns UpdateSitePauseResponse
@@ -51985,7 +51908,7 @@ export default class Client extends OpenApi {
51985
51908
  */
51986
51909
  updateSiteVanityNS(request: UpdateSiteVanityNSRequest): Promise<UpdateSiteVanityNSResponse>;
51987
51910
  /**
51988
- * Modify Multi-level Cache Configuration for Site
51911
+ * Modifies the tiered cache configuration of your website.
51989
51912
  *
51990
51913
  * @param request - UpdateTieredCacheRequest
51991
51914
  * @param runtime - runtime options for this request RuntimeOptions
@@ -51993,7 +51916,7 @@ export default class Client extends OpenApi {
51993
51916
  */
51994
51917
  updateTieredCacheWithOptions(request: UpdateTieredCacheRequest, runtime: $dara.RuntimeOptions): Promise<UpdateTieredCacheResponse>;
51995
51918
  /**
51996
- * Modify Multi-level Cache Configuration for Site
51919
+ * Modifies the tiered cache configuration of your website.
51997
51920
  *
51998
51921
  * @param request - UpdateTieredCacheRequest
51999
51922
  * @returns UpdateTieredCacheResponse