@alicloud/esa20240910 2.20.0 → 2.21.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
@@ -2917,7 +2917,7 @@ export declare class CreateSiteDeliveryTaskRequestS3Delivery extends $dara.Model
2917
2917
  * The access key ID of your Amazon S3 account.
2918
2918
  *
2919
2919
  * @example
2920
- * LTAIKh***
2920
+ * yourAccessKeyID
2921
2921
  */
2922
2922
  accessKey?: string;
2923
2923
  /**
@@ -12728,7 +12728,7 @@ export declare class ListSiteDeliveryTasksResponseBodyTasks extends $dara.Model
12728
12728
  export declare class ListSitesRequestTagFilter extends $dara.Model {
12729
12729
  /**
12730
12730
  * @remarks
12731
- * Tag key, used as a filter condition for the query.
12731
+ * The tag key. This parameter specifies a filter condition for the query.
12732
12732
  *
12733
12733
  * @example
12734
12734
  * tag1
@@ -12736,7 +12736,7 @@ export declare class ListSitesRequestTagFilter extends $dara.Model {
12736
12736
  key?: string;
12737
12737
  /**
12738
12738
  * @remarks
12739
- * Tag value, used as a filter condition for the query.
12739
+ * The tag value. This parameter specifies a filter condition for the query.
12740
12740
  *
12741
12741
  * @example
12742
12742
  * aaa
@@ -12756,10 +12756,10 @@ export declare class ListSitesRequestTagFilter extends $dara.Model {
12756
12756
  export declare class ListSitesResponseBodySites extends $dara.Model {
12757
12757
  /**
12758
12758
  * @remarks
12759
- * Site access type. Values:
12759
+ * The DNS setup for the website. Valid values:
12760
12760
  *
12761
- * - **NS**: Access through NS.
12762
- * - **CNAME**: Access through CNAME.
12761
+ * * **NS**
12762
+ * * **CNAME**
12763
12763
  *
12764
12764
  * @example
12765
12765
  * NS
@@ -12767,7 +12767,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12767
12767
  accessType?: string;
12768
12768
  /**
12769
12769
  * @remarks
12770
- * CNAME suffix of the site. For sites accessed via CNAME, this is the CNAME suffix that needs to be configured.
12770
+ * The CNAME of the website domain. If you use CNAME setup when you add your website to ESA, the value is the CNAME that you configured then.
12771
12771
  *
12772
12772
  * @example
12773
12773
  * example.cname.com
@@ -12775,11 +12775,11 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12775
12775
  cnameZone?: string;
12776
12776
  /**
12777
12777
  * @remarks
12778
- * Site acceleration region. Values:
12778
+ * The service location for the website. Valid values:
12779
12779
  *
12780
- * - **domestic**: China mainland only.
12781
- * - **global**: Global.
12782
- * - **overseas**: Global (excluding China mainland).
12780
+ * * **domestic**: the Chinese mainland
12781
+ * * **global**: global
12782
+ * * **overseas**: outside the Chinese mainland
12783
12783
  *
12784
12784
  * @example
12785
12785
  * domestic
@@ -12787,7 +12787,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12787
12787
  coverage?: string;
12788
12788
  /**
12789
12789
  * @remarks
12790
- * Site creation time, in ISO8601 format and using UTC time, formatted as yyyy-MM-ddTHH:mm:ssZ.
12790
+ * The time when the website was added. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
12791
12791
  *
12792
12792
  * @example
12793
12793
  * 2023-12-24T02:01:11Z
@@ -12795,7 +12795,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12795
12795
  createTime?: string;
12796
12796
  /**
12797
12797
  * @remarks
12798
- * The ID of the plan instance bound to the site.
12798
+ * The ID of the plan associated with the website.
12799
12799
  *
12800
12800
  * @example
12801
12801
  * onBvtlmIyeXLbiDw81F9
@@ -12803,7 +12803,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12803
12803
  instanceId?: string;
12804
12804
  /**
12805
12805
  * @remarks
12806
- * The list of NS (Name Servers) assigned to the site. Separated by commas (,).
12806
+ * The nameservers assigned to the website domain, which are separated by commas (,).
12807
12807
  *
12808
12808
  * @example
12809
12809
  * male1-1.ialicdn.com,female1-1.ialicdn.com
@@ -12812,7 +12812,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12812
12812
  offlineReason?: string;
12813
12813
  /**
12814
12814
  * @remarks
12815
- * The name of the plan.
12815
+ * The plan name.
12816
12816
  *
12817
12817
  * @example
12818
12818
  * plan-168656498****
@@ -12820,7 +12820,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12820
12820
  planName?: string;
12821
12821
  /**
12822
12822
  * @remarks
12823
- * The specification name of the site\\"s plan.
12823
+ * The plan associated with the website.
12824
12824
  *
12825
12825
  * @example
12826
12826
  * normal
@@ -12828,7 +12828,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12828
12828
  planSpecName?: string;
12829
12829
  /**
12830
12830
  * @remarks
12831
- * The resource group ID.
12831
+ * The ID of the resource group.
12832
12832
  *
12833
12833
  * @example
12834
12834
  * rg-aek26g6i6se6pna
@@ -12836,7 +12836,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12836
12836
  resourceGroupId?: string;
12837
12837
  /**
12838
12838
  * @remarks
12839
- * The site ID.
12839
+ * The website ID.
12840
12840
  *
12841
12841
  * @example
12842
12842
  * 123456789****
@@ -12844,7 +12844,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12844
12844
  siteId?: number;
12845
12845
  /**
12846
12846
  * @remarks
12847
- * The name of the site.
12847
+ * The website name.
12848
12848
  *
12849
12849
  * @example
12850
12850
  * example.com
@@ -12852,11 +12852,12 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12852
12852
  siteName?: string;
12853
12853
  /**
12854
12854
  * @remarks
12855
- * The status of the site. Possible values:
12856
- * - **pending**: The site is pending configuration.
12857
- * - **active**: The site is active.
12858
- * - **offline**: The site is offline.
12859
- * - **moved**: The site has been replaced.
12855
+ * The website status. Valid values:
12856
+ *
12857
+ * * **pending**: The website is to be configured.
12858
+ * * **active**: The website is active.
12859
+ * * **offline**: The website is suspended.
12860
+ * * **moved**: The website has been added and verified by another Alibaba Cloud account.
12860
12861
  *
12861
12862
  * @example
12862
12863
  * pending
@@ -12864,7 +12865,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12864
12865
  status?: string;
12865
12866
  /**
12866
12867
  * @remarks
12867
- * The tags of the site.
12868
+ * The tags of the website.
12868
12869
  *
12869
12870
  * @example
12870
12871
  * {"tag1":"value1"}
@@ -12874,7 +12875,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12874
12875
  };
12875
12876
  /**
12876
12877
  * @remarks
12877
- * The update time of the site, represented in ISO8601 format and using UTC, formatted as yyyy-MM-ddTHH:mm:ssZ.
12878
+ * The time when the website was updated. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
12878
12879
  *
12879
12880
  * @example
12880
12881
  * 2023-12-24T02:01:11Z
@@ -12882,7 +12883,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12882
12883
  updateTime?: string;
12883
12884
  /**
12884
12885
  * @remarks
12885
- * The verification code for site ownership. When the site is accessed via CNAME, this TXT verification code needs to be configured.
12886
+ * The code that is used to verify the website domain ownership. As part of the verification TXT record, this parameter is returned for websites that use CNAME setup.
12886
12887
  *
12887
12888
  * @example
12888
12889
  * verify_d516cb3740f81f0cef77d162edd1****
@@ -12890,7 +12891,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
12890
12891
  verifyCode?: string;
12891
12892
  /**
12892
12893
  * @remarks
12893
- * The visit time of the site, formatted according to ISO8601 and using UTC, in the format yyyy-MM-ddTHH:mm:ssZ.
12894
+ * The website visit time is represented in the ISO 8601 date format using UTC time, formatted as yyyy-MM-ddTHH:mm:ssZ.
12894
12895
  *
12895
12896
  * @example
12896
12897
  * 2023-12-24T02:01:11Z
@@ -26556,7 +26557,7 @@ export declare class DeleteWafRuleResponse extends $dara.Model {
26556
26557
  export declare class DeleteWafRulesetRequest extends $dara.Model {
26557
26558
  /**
26558
26559
  * @remarks
26559
- * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) interface.
26560
+ * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
26560
26561
  *
26561
26562
  * This parameter is required.
26562
26563
  *
@@ -29587,6 +29588,65 @@ export declare class GetCompressionRuleResponse extends $dara.Model {
29587
29588
  [key: string]: any;
29588
29589
  });
29589
29590
  }
29591
+ export declare class GetCrossBorderOptimizationRequest extends $dara.Model {
29592
+ /**
29593
+ * @remarks
29594
+ * This parameter is required.
29595
+ *
29596
+ * @example
29597
+ * 340035003106221
29598
+ */
29599
+ siteId?: number;
29600
+ static names(): {
29601
+ [key: string]: string;
29602
+ };
29603
+ static types(): {
29604
+ [key: string]: any;
29605
+ };
29606
+ validate(): void;
29607
+ constructor(map?: {
29608
+ [key: string]: any;
29609
+ });
29610
+ }
29611
+ export declare class GetCrossBorderOptimizationResponseBody extends $dara.Model {
29612
+ /**
29613
+ * @example
29614
+ * on
29615
+ */
29616
+ enable?: string;
29617
+ /**
29618
+ * @example
29619
+ * CF521A24-633F-5350-A6A5-42AD503D0D20
29620
+ */
29621
+ requestId?: string;
29622
+ static names(): {
29623
+ [key: string]: string;
29624
+ };
29625
+ static types(): {
29626
+ [key: string]: any;
29627
+ };
29628
+ validate(): void;
29629
+ constructor(map?: {
29630
+ [key: string]: any;
29631
+ });
29632
+ }
29633
+ export declare class GetCrossBorderOptimizationResponse extends $dara.Model {
29634
+ headers?: {
29635
+ [key: string]: string;
29636
+ };
29637
+ statusCode?: number;
29638
+ body?: GetCrossBorderOptimizationResponseBody;
29639
+ static names(): {
29640
+ [key: string]: string;
29641
+ };
29642
+ static types(): {
29643
+ [key: string]: any;
29644
+ };
29645
+ validate(): void;
29646
+ constructor(map?: {
29647
+ [key: string]: any;
29648
+ });
29649
+ }
29590
29650
  export declare class GetDevelopmentModeRequest extends $dara.Model {
29591
29651
  /**
29592
29652
  * @remarks
@@ -40843,10 +40903,10 @@ export declare class ListSiteDeliveryTasksResponse extends $dara.Model {
40843
40903
  export declare class ListSitesRequest extends $dara.Model {
40844
40904
  /**
40845
40905
  * @remarks
40846
- * Access type. Values:
40906
+ * The DNS setup. Valid values:
40847
40907
  *
40848
- * - **NS**: Access through NS hosting.
40849
- * - **CNAME**: Access through CNAME.
40908
+ * * **NS**
40909
+ * * **CNAME**
40850
40910
  *
40851
40911
  * @example
40852
40912
  * NS
@@ -40854,10 +40914,11 @@ export declare class ListSitesRequest extends $dara.Model {
40854
40914
  accessType?: string;
40855
40915
  /**
40856
40916
  * @remarks
40857
- * Acceleration region. Values:
40858
- * - **domestic**: China mainland only.
40859
- * - **global**: Global.
40860
- * - **overseas**: Global (excluding China mainland).
40917
+ * The service location. Valid values:
40918
+ *
40919
+ * * **domestic**: the Chinese mainland
40920
+ * * **global**: global
40921
+ * * **overseas**: outside the Chinese mainland
40861
40922
  *
40862
40923
  * @example
40863
40924
  * global
@@ -40865,7 +40926,7 @@ export declare class ListSitesRequest extends $dara.Model {
40865
40926
  coverage?: string;
40866
40927
  /**
40867
40928
  * @remarks
40868
- * Enterprise edition only. When set to **true**, it indicates that only enterprise edition sites are queried.
40929
+ * Specifies whether to query only websites on Enterprise plans. Valid values: **true and false**.
40869
40930
  *
40870
40931
  * @example
40871
40932
  * false
@@ -40873,9 +40934,9 @@ export declare class ListSitesRequest extends $dara.Model {
40873
40934
  onlyEnterprise?: boolean;
40874
40935
  /**
40875
40936
  * @remarks
40876
- * Sorting field, default sorted by creation time, supports:
40877
- * - gmtCreate: Site creation time
40878
- * - visitTime: Site access time
40937
+ * Sorting field. By default, it sorts by creation time, supporting the following options:
40938
+ * - gmtCreate: website creation time
40939
+ * - visitTime:website visit time
40879
40940
  *
40880
40941
  * @example
40881
40942
  * visitTime
@@ -40883,7 +40944,7 @@ export declare class ListSitesRequest extends $dara.Model {
40883
40944
  orderBy?: string;
40884
40945
  /**
40885
40946
  * @remarks
40886
- * Page number. Default value: **1**.
40947
+ * The page number. Default value: **1**.
40887
40948
  *
40888
40949
  * @example
40889
40950
  * 1
@@ -40891,7 +40952,7 @@ export declare class ListSitesRequest extends $dara.Model {
40891
40952
  pageNumber?: number;
40892
40953
  /**
40893
40954
  * @remarks
40894
- * Page size. Default value: **500**.
40955
+ * The number of entries per page. Default value: **500**.
40895
40956
  *
40896
40957
  * @example
40897
40958
  * 20
@@ -40899,11 +40960,12 @@ export declare class ListSitesRequest extends $dara.Model {
40899
40960
  pageSize?: number;
40900
40961
  /**
40901
40962
  * @remarks
40902
- * Plan subscription type. Values:
40903
- * - **basicplan**: Basic plan.
40904
- * - **standardplan**: Standard plan.
40905
- * - **advancedplan**: Advanced plan.
40906
- * - **enterpriseplan**: Enterprise plan.
40963
+ * The plan type. Valid values:
40964
+ *
40965
+ * * **basicplan**: Entrance
40966
+ * * **standardplan**: Pro
40967
+ * * **advancedplan**: Premium
40968
+ * * **enterpriseplan**: Enterprise
40907
40969
  *
40908
40970
  * @example
40909
40971
  * basicplan
@@ -40911,7 +40973,7 @@ export declare class ListSitesRequest extends $dara.Model {
40911
40973
  planSubscribeType?: string;
40912
40974
  /**
40913
40975
  * @remarks
40914
- * Resource group ID. Used as a filter condition for the query.
40976
+ * The ID of the resource group. This parameter specifies a filter condition for the query.
40915
40977
  *
40916
40978
  * @example
40917
40979
  * rg-aekzd3styujvyei
@@ -40919,7 +40981,7 @@ export declare class ListSitesRequest extends $dara.Model {
40919
40981
  resourceGroupId?: string;
40920
40982
  /**
40921
40983
  * @remarks
40922
- * Site name. Used as a filter condition for the query.
40984
+ * The website name. This parameter specifies a filter condition for the query.
40923
40985
  *
40924
40986
  * @example
40925
40987
  * example.com
@@ -40927,12 +40989,12 @@ export declare class ListSitesRequest extends $dara.Model {
40927
40989
  siteName?: string;
40928
40990
  /**
40929
40991
  * @remarks
40930
- * Search match pattern for the site name. The default is exact match, with values:
40992
+ * The match mode to search for the website name. Default value: exact. Valid values:
40931
40993
  *
40932
- * - **prefix**: Prefix match.
40933
- * - **suffix**: Suffix match.
40934
- * - **exact**: Exact match.
40935
- * - **fuzzy**: Fuzzy match.
40994
+ * * **prefix**: match by prefix.
40995
+ * * **suffix**: match by suffix.
40996
+ * * **exact**: exact match.
40997
+ * * **fuzzy**: fuzzy match.
40936
40998
  *
40937
40999
  * @example
40938
41000
  * fuzzy
@@ -40940,7 +41002,7 @@ export declare class ListSitesRequest extends $dara.Model {
40940
41002
  siteSearchType?: string;
40941
41003
  /**
40942
41004
  * @remarks
40943
- * Site status. Used as a filter condition for the query.
41005
+ * The website status. This parameter specifies a filter condition for the query.
40944
41006
  *
40945
41007
  * @example
40946
41008
  * pending
@@ -40948,7 +41010,7 @@ export declare class ListSitesRequest extends $dara.Model {
40948
41010
  status?: string;
40949
41011
  /**
40950
41012
  * @remarks
40951
- * Tag filtering rules.
41013
+ * The tag filtering rule.
40952
41014
  */
40953
41015
  tagFilter?: ListSitesRequestTagFilter[];
40954
41016
  static names(): {
@@ -40965,10 +41027,10 @@ export declare class ListSitesRequest extends $dara.Model {
40965
41027
  export declare class ListSitesShrinkRequest extends $dara.Model {
40966
41028
  /**
40967
41029
  * @remarks
40968
- * Access type. Values:
41030
+ * The DNS setup. Valid values:
40969
41031
  *
40970
- * - **NS**: Access through NS hosting.
40971
- * - **CNAME**: Access through CNAME.
41032
+ * * **NS**
41033
+ * * **CNAME**
40972
41034
  *
40973
41035
  * @example
40974
41036
  * NS
@@ -40976,10 +41038,11 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
40976
41038
  accessType?: string;
40977
41039
  /**
40978
41040
  * @remarks
40979
- * Acceleration region. Values:
40980
- * - **domestic**: China mainland only.
40981
- * - **global**: Global.
40982
- * - **overseas**: Global (excluding China mainland).
41041
+ * The service location. Valid values:
41042
+ *
41043
+ * * **domestic**: the Chinese mainland
41044
+ * * **global**: global
41045
+ * * **overseas**: outside the Chinese mainland
40983
41046
  *
40984
41047
  * @example
40985
41048
  * global
@@ -40987,7 +41050,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
40987
41050
  coverage?: string;
40988
41051
  /**
40989
41052
  * @remarks
40990
- * Enterprise edition only. When set to **true**, it indicates that only enterprise edition sites are queried.
41053
+ * Specifies whether to query only websites on Enterprise plans. Valid values: **true and false**.
40991
41054
  *
40992
41055
  * @example
40993
41056
  * false
@@ -40995,9 +41058,9 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
40995
41058
  onlyEnterprise?: boolean;
40996
41059
  /**
40997
41060
  * @remarks
40998
- * Sorting field, default sorted by creation time, supports:
40999
- * - gmtCreate: Site creation time
41000
- * - visitTime: Site access time
41061
+ * Sorting field. By default, it sorts by creation time, supporting the following options:
41062
+ * - gmtCreate: website creation time
41063
+ * - visitTime:website visit time
41001
41064
  *
41002
41065
  * @example
41003
41066
  * visitTime
@@ -41005,7 +41068,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41005
41068
  orderBy?: string;
41006
41069
  /**
41007
41070
  * @remarks
41008
- * Page number. Default value: **1**.
41071
+ * The page number. Default value: **1**.
41009
41072
  *
41010
41073
  * @example
41011
41074
  * 1
@@ -41013,7 +41076,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41013
41076
  pageNumber?: number;
41014
41077
  /**
41015
41078
  * @remarks
41016
- * Page size. Default value: **500**.
41079
+ * The number of entries per page. Default value: **500**.
41017
41080
  *
41018
41081
  * @example
41019
41082
  * 20
@@ -41021,11 +41084,12 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41021
41084
  pageSize?: number;
41022
41085
  /**
41023
41086
  * @remarks
41024
- * Plan subscription type. Values:
41025
- * - **basicplan**: Basic plan.
41026
- * - **standardplan**: Standard plan.
41027
- * - **advancedplan**: Advanced plan.
41028
- * - **enterpriseplan**: Enterprise plan.
41087
+ * The plan type. Valid values:
41088
+ *
41089
+ * * **basicplan**: Entrance
41090
+ * * **standardplan**: Pro
41091
+ * * **advancedplan**: Premium
41092
+ * * **enterpriseplan**: Enterprise
41029
41093
  *
41030
41094
  * @example
41031
41095
  * basicplan
@@ -41033,7 +41097,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41033
41097
  planSubscribeType?: string;
41034
41098
  /**
41035
41099
  * @remarks
41036
- * Resource group ID. Used as a filter condition for the query.
41100
+ * The ID of the resource group. This parameter specifies a filter condition for the query.
41037
41101
  *
41038
41102
  * @example
41039
41103
  * rg-aekzd3styujvyei
@@ -41041,7 +41105,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41041
41105
  resourceGroupId?: string;
41042
41106
  /**
41043
41107
  * @remarks
41044
- * Site name. Used as a filter condition for the query.
41108
+ * The website name. This parameter specifies a filter condition for the query.
41045
41109
  *
41046
41110
  * @example
41047
41111
  * example.com
@@ -41049,12 +41113,12 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41049
41113
  siteName?: string;
41050
41114
  /**
41051
41115
  * @remarks
41052
- * Search match pattern for the site name. The default is exact match, with values:
41116
+ * The match mode to search for the website name. Default value: exact. Valid values:
41053
41117
  *
41054
- * - **prefix**: Prefix match.
41055
- * - **suffix**: Suffix match.
41056
- * - **exact**: Exact match.
41057
- * - **fuzzy**: Fuzzy match.
41118
+ * * **prefix**: match by prefix.
41119
+ * * **suffix**: match by suffix.
41120
+ * * **exact**: exact match.
41121
+ * * **fuzzy**: fuzzy match.
41058
41122
  *
41059
41123
  * @example
41060
41124
  * fuzzy
@@ -41062,7 +41126,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41062
41126
  siteSearchType?: string;
41063
41127
  /**
41064
41128
  * @remarks
41065
- * Site status. Used as a filter condition for the query.
41129
+ * The website status. This parameter specifies a filter condition for the query.
41066
41130
  *
41067
41131
  * @example
41068
41132
  * pending
@@ -41070,7 +41134,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41070
41134
  status?: string;
41071
41135
  /**
41072
41136
  * @remarks
41073
- * Tag filtering rules.
41137
+ * The tag filtering rule.
41074
41138
  */
41075
41139
  tagFilterShrink?: string;
41076
41140
  static names(): {
@@ -41087,7 +41151,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41087
41151
  export declare class ListSitesResponseBody extends $dara.Model {
41088
41152
  /**
41089
41153
  * @remarks
41090
- * Page number of the returned data.
41154
+ * The page number.
41091
41155
  *
41092
41156
  * @example
41093
41157
  * 1
@@ -41095,7 +41159,7 @@ export declare class ListSitesResponseBody extends $dara.Model {
41095
41159
  pageNumber?: number;
41096
41160
  /**
41097
41161
  * @remarks
41098
- * Number of sites per page.
41162
+ * The number of websites per page.
41099
41163
  *
41100
41164
  * @example
41101
41165
  * 20
@@ -41103,7 +41167,7 @@ export declare class ListSitesResponseBody extends $dara.Model {
41103
41167
  pageSize?: number;
41104
41168
  /**
41105
41169
  * @remarks
41106
- * Request ID.
41170
+ * The request ID.
41107
41171
  *
41108
41172
  * @example
41109
41173
  * 04F0F334-1335-436C-A1D7-6C044FE73368
@@ -41111,12 +41175,12 @@ export declare class ListSitesResponseBody extends $dara.Model {
41111
41175
  requestId?: string;
41112
41176
  /**
41113
41177
  * @remarks
41114
- * List of queried site information.
41178
+ * The queried websites.
41115
41179
  */
41116
41180
  sites?: ListSitesResponseBodySites[];
41117
41181
  /**
41118
41182
  * @remarks
41119
- * Total number of sites.
41183
+ * The total number of websites.
41120
41184
  *
41121
41185
  * @example
41122
41186
  * 40
@@ -44950,7 +45014,7 @@ export declare class SetOriginClientCertificateHostnamesResponseBody extends $da
44950
45014
  * @example
44951
45015
  * 123456789****
44952
45016
  */
44953
- siteId?: string;
45017
+ siteId?: number;
44954
45018
  /**
44955
45019
  * @remarks
44956
45020
  * The website name.
@@ -45990,6 +46054,68 @@ export declare class UpdateCompressionRuleResponse extends $dara.Model {
45990
46054
  [key: string]: any;
45991
46055
  });
45992
46056
  }
46057
+ export declare class UpdateCrossBorderOptimizationRequest extends $dara.Model {
46058
+ /**
46059
+ * @remarks
46060
+ * This parameter is required.
46061
+ *
46062
+ * @example
46063
+ * on
46064
+ */
46065
+ enable?: string;
46066
+ /**
46067
+ * @remarks
46068
+ * This parameter is required.
46069
+ *
46070
+ * @example
46071
+ * 1234567890123
46072
+ */
46073
+ siteId?: number;
46074
+ static names(): {
46075
+ [key: string]: string;
46076
+ };
46077
+ static types(): {
46078
+ [key: string]: any;
46079
+ };
46080
+ validate(): void;
46081
+ constructor(map?: {
46082
+ [key: string]: any;
46083
+ });
46084
+ }
46085
+ export declare class UpdateCrossBorderOptimizationResponseBody extends $dara.Model {
46086
+ /**
46087
+ * @example
46088
+ * CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
46089
+ */
46090
+ requestId?: string;
46091
+ static names(): {
46092
+ [key: string]: string;
46093
+ };
46094
+ static types(): {
46095
+ [key: string]: any;
46096
+ };
46097
+ validate(): void;
46098
+ constructor(map?: {
46099
+ [key: string]: any;
46100
+ });
46101
+ }
46102
+ export declare class UpdateCrossBorderOptimizationResponse extends $dara.Model {
46103
+ headers?: {
46104
+ [key: string]: string;
46105
+ };
46106
+ statusCode?: number;
46107
+ body?: UpdateCrossBorderOptimizationResponseBody;
46108
+ static names(): {
46109
+ [key: string]: string;
46110
+ };
46111
+ static types(): {
46112
+ [key: string]: any;
46113
+ };
46114
+ validate(): void;
46115
+ constructor(map?: {
46116
+ [key: string]: any;
46117
+ });
46118
+ }
45993
46119
  export declare class UpdateCustomScenePolicyRequest extends $dara.Model {
45994
46120
  /**
45995
46121
  * @remarks
@@ -54325,6 +54451,21 @@ export default class Client extends OpenApi {
54325
54451
  * @returns GetCompressionRuleResponse
54326
54452
  */
54327
54453
  getCompressionRule(request: GetCompressionRuleRequest): Promise<GetCompressionRuleResponse>;
54454
+ /**
54455
+ * 查询站点中国大陆网络接入优化配置
54456
+ *
54457
+ * @param request - GetCrossBorderOptimizationRequest
54458
+ * @param runtime - runtime options for this request RuntimeOptions
54459
+ * @returns GetCrossBorderOptimizationResponse
54460
+ */
54461
+ getCrossBorderOptimizationWithOptions(request: GetCrossBorderOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<GetCrossBorderOptimizationResponse>;
54462
+ /**
54463
+ * 查询站点中国大陆网络接入优化配置
54464
+ *
54465
+ * @param request - GetCrossBorderOptimizationRequest
54466
+ * @returns GetCrossBorderOptimizationResponse
54467
+ */
54468
+ getCrossBorderOptimization(request: GetCrossBorderOptimizationRequest): Promise<GetCrossBorderOptimizationResponse>;
54328
54469
  /**
54329
54470
  * Query Site Developer Mode Configuration
54330
54471
  *
@@ -55893,7 +56034,7 @@ export default class Client extends OpenApi {
55893
56034
  */
55894
56035
  listSiteDeliveryTasks(request: ListSiteDeliveryTasksRequest): Promise<ListSiteDeliveryTasksResponse>;
55895
56036
  /**
55896
- * Query Site List
56037
+ * Queries the information about websites in your account, such as the name, status, and configuration of each website.
55897
56038
  *
55898
56039
  * @param tmpReq - ListSitesRequest
55899
56040
  * @param runtime - runtime options for this request RuntimeOptions
@@ -55901,7 +56042,7 @@ export default class Client extends OpenApi {
55901
56042
  */
55902
56043
  listSitesWithOptions(tmpReq: ListSitesRequest, runtime: $dara.RuntimeOptions): Promise<ListSitesResponse>;
55903
56044
  /**
55904
- * Query Site List
56045
+ * Queries the information about websites in your account, such as the name, status, and configuration of each website.
55905
56046
  *
55906
56047
  * @param request - ListSitesRequest
55907
56048
  * @returns ListSitesResponse
@@ -56580,6 +56721,21 @@ export default class Client extends OpenApi {
56580
56721
  * @returns UpdateCompressionRuleResponse
56581
56722
  */
56582
56723
  updateCompressionRule(request: UpdateCompressionRuleRequest): Promise<UpdateCompressionRuleResponse>;
56724
+ /**
56725
+ * 修改站点中国大陆网络接入优化配置
56726
+ *
56727
+ * @param request - UpdateCrossBorderOptimizationRequest
56728
+ * @param runtime - runtime options for this request RuntimeOptions
56729
+ * @returns UpdateCrossBorderOptimizationResponse
56730
+ */
56731
+ updateCrossBorderOptimizationWithOptions(request: UpdateCrossBorderOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<UpdateCrossBorderOptimizationResponse>;
56732
+ /**
56733
+ * 修改站点中国大陆网络接入优化配置
56734
+ *
56735
+ * @param request - UpdateCrossBorderOptimizationRequest
56736
+ * @returns UpdateCrossBorderOptimizationResponse
56737
+ */
56738
+ updateCrossBorderOptimization(request: UpdateCrossBorderOptimizationRequest): Promise<UpdateCrossBorderOptimizationResponse>;
56583
56739
  /**
56584
56740
  * Modifies the configurations of a custom scenario-specific policy.
56585
56741
  *