@alicloud/apig20240327 3.2.0 → 3.2.1

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
@@ -1064,7 +1064,7 @@ export declare class TlsCipherSuitesConfigTlsCipherSuite extends $dara.Model {
1064
1064
  export declare class CreateDomainResponseBodyData extends $dara.Model {
1065
1065
  /**
1066
1066
  * @remarks
1067
- * Domain ID.
1067
+ * The ID of the domain name.
1068
1068
  *
1069
1069
  * @example
1070
1070
  * d-cpu1aullhtgkidg7sa4g
@@ -1104,7 +1104,7 @@ export declare class CreateEnvironmentResponseBodyData extends $dara.Model {
1104
1104
  export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1105
1105
  /**
1106
1106
  * @remarks
1107
- * Environment ID.
1107
+ * The environment ID.
1108
1108
  *
1109
1109
  * @example
1110
1110
  * env-cq146allhtgk***
@@ -1112,7 +1112,7 @@ export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1112
1112
  environmentId?: string;
1113
1113
  /**
1114
1114
  * @remarks
1115
- * Ingress Class being listened to.
1115
+ * The Ingress Class for listening.
1116
1116
  *
1117
1117
  * @example
1118
1118
  * mse
@@ -1120,7 +1120,7 @@ export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1120
1120
  ingressClass?: string;
1121
1121
  /**
1122
1122
  * @remarks
1123
- * Whether to update the address in the Ingress Status.
1123
+ * Specifies whether to update the address in Ingress Status.
1124
1124
  *
1125
1125
  * @example
1126
1126
  * false
@@ -1128,7 +1128,7 @@ export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1128
1128
  overrideIngressIp?: boolean;
1129
1129
  /**
1130
1130
  * @remarks
1131
- * Source ID.
1131
+ * The source ID.
1132
1132
  *
1133
1133
  * @example
1134
1134
  * src-crdddallhtgtr***
@@ -1136,7 +1136,7 @@ export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1136
1136
  sourceId?: string;
1137
1137
  /**
1138
1138
  * @remarks
1139
- * Namespace being watched.
1139
+ * The namespace for listening.
1140
1140
  *
1141
1141
  * @example
1142
1142
  * default
@@ -1156,7 +1156,7 @@ export declare class CreateHttpApiRequestIngressConfig extends $dara.Model {
1156
1156
  export declare class CreateHttpApiResponseBodyData extends $dara.Model {
1157
1157
  /**
1158
1158
  * @remarks
1159
- * HTTP API ID.
1159
+ * The HTTP API ID.
1160
1160
  *
1161
1161
  * @example
1162
1162
  * api-xxx
@@ -1164,7 +1164,7 @@ export declare class CreateHttpApiResponseBodyData extends $dara.Model {
1164
1164
  httpApiId?: string;
1165
1165
  /**
1166
1166
  * @remarks
1167
- * Name of the API.
1167
+ * The API name.
1168
1168
  *
1169
1169
  * @example
1170
1170
  * test-api
@@ -1366,23 +1366,22 @@ export declare class CreatePolicyAttachmentResponseBodyData extends $dara.Model
1366
1366
  export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
1367
1367
  /**
1368
1368
  * @remarks
1369
- * List of domain names or fixed addresses.
1369
+ * The list of domain names or fixed addresses.
1370
1370
  */
1371
1371
  addresses?: string[];
1372
1372
  /**
1373
1373
  * @remarks
1374
- * AI service configuration.
1374
+ * The AI service configurations.
1375
1375
  */
1376
1376
  aiServiceConfig?: AiServiceConfig;
1377
1377
  /**
1378
1378
  * @remarks
1379
- * List of DNS server addresses.
1379
+ * The list of DNS service addresses.
1380
1380
  */
1381
1381
  dnsServers?: string[];
1382
1382
  /**
1383
1383
  * @remarks
1384
- * Service group name.
1385
- * Needs to be specified when `sourceType` is MSE_NACOS.
1384
+ * The service group name. This parameter is required if sourceType is set to MSE_NACOS.
1386
1385
  *
1387
1386
  * @example
1388
1387
  * DEFAULT_GROUP
@@ -1390,7 +1389,7 @@ export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
1390
1389
  groupName?: string;
1391
1390
  /**
1392
1391
  * @remarks
1393
- * Service name.
1392
+ * The service name.
1394
1393
  *
1395
1394
  * @example
1396
1395
  * user-service
@@ -1398,12 +1397,10 @@ export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
1398
1397
  name?: string;
1399
1398
  /**
1400
1399
  * @remarks
1401
- * Namespace of the service:
1400
+ * The service namespace. This parameter is required when sourceType is set to K8S or MSE_NACOS.
1402
1401
  *
1403
- * - When `sourceType` is K8S, it represents the namespace where the K8S service is located.
1404
- * - When `sourceType` is MSE_NACOS, it represents the namespace in Nacos.
1405
- *
1406
- * It needs to be specified when `sourceType` is K8S or MSE_NACOS.
1402
+ * * If sourceType is set to K8S, this parameter specifies the namespace where the K8s service resides.
1403
+ * * If sourceType is set to MSE_NACOS, this parameter specifies a namespace in Nacos.
1407
1404
  *
1408
1405
  * @example
1409
1406
  * PUBLIC
@@ -1411,7 +1408,7 @@ export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
1411
1408
  namespace?: string;
1412
1409
  /**
1413
1410
  * @remarks
1414
- * Function version or alias.
1411
+ * The function version or alias.
1415
1412
  *
1416
1413
  * @example
1417
1414
  * LATEST
@@ -1431,7 +1428,7 @@ export declare class CreateServiceRequestServiceConfigs extends $dara.Model {
1431
1428
  export declare class CreateServiceResponseBodyData extends $dara.Model {
1432
1429
  /**
1433
1430
  * @remarks
1434
- * List of service IDs.
1431
+ * The list of service IDs.
1435
1432
  */
1436
1433
  serviceIds?: string[];
1437
1434
  static names(): {
@@ -1598,7 +1595,7 @@ export declare class ExportHttpApiResponseBodyData extends $dara.Model {
1598
1595
  export declare class GetDashboardRequestFilter extends $dara.Model {
1599
1596
  /**
1600
1597
  * @remarks
1601
- * Route name
1598
+ * The route name.
1602
1599
  *
1603
1600
  * @example
1604
1601
  * test-route
@@ -1618,7 +1615,7 @@ export declare class GetDashboardRequestFilter extends $dara.Model {
1618
1615
  export declare class GetDashboardResponseBodyData extends $dara.Model {
1619
1616
  /**
1620
1617
  * @remarks
1621
- * Gateway unique identifier
1618
+ * The instance ID.
1622
1619
  *
1623
1620
  * @example
1624
1621
  * gw-co370icmjeu****
@@ -1626,7 +1623,7 @@ export declare class GetDashboardResponseBodyData extends $dara.Model {
1626
1623
  gatewayId?: string;
1627
1624
  /**
1628
1625
  * @remarks
1629
- * Dashboard name
1626
+ * The dashboard name.
1630
1627
  *
1631
1628
  * @example
1632
1629
  * PLUGIN
@@ -1634,7 +1631,7 @@ export declare class GetDashboardResponseBodyData extends $dara.Model {
1634
1631
  name?: string;
1635
1632
  /**
1636
1633
  * @remarks
1637
- * Dashboard title
1634
+ * The dashboard title.
1638
1635
  *
1639
1636
  * @example
1640
1637
  * APIG Plugin
@@ -1642,7 +1639,7 @@ export declare class GetDashboardResponseBodyData extends $dara.Model {
1642
1639
  title?: string;
1643
1640
  /**
1644
1641
  * @remarks
1645
- * Dashboard URL link
1642
+ * The dashboard URL.
1646
1643
  *
1647
1644
  * @example
1648
1645
  * https://sls.console.aliyun.com/lognext/project/xxxxx
@@ -1662,12 +1659,12 @@ export declare class GetDashboardResponseBodyData extends $dara.Model {
1662
1659
  export declare class GetDomainResponseBodyDataStatisticsInfo extends $dara.Model {
1663
1660
  /**
1664
1661
  * @remarks
1665
- * The array of related resource infomations.
1662
+ * The resource statistics.
1666
1663
  */
1667
1664
  resourceStatistics?: ResourceStatistic[];
1668
1665
  /**
1669
1666
  * @remarks
1670
- * The total number of entries returned.
1667
+ * The total number of resources.
1671
1668
  *
1672
1669
  * @example
1673
1670
  * 1
@@ -1687,7 +1684,7 @@ export declare class GetDomainResponseBodyDataStatisticsInfo extends $dara.Model
1687
1684
  export declare class GetDomainResponseBodyData extends $dara.Model {
1688
1685
  /**
1689
1686
  * @remarks
1690
- * Encryption algorithm name
1687
+ * The encryption algorithm.
1691
1688
  *
1692
1689
  * @example
1693
1690
  * RSA
@@ -1695,7 +1692,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1695
1692
  algorithm?: string;
1696
1693
  /**
1697
1694
  * @remarks
1698
- * CA certificate identifier
1695
+ * The CA certificate ID.
1699
1696
  *
1700
1697
  * @example
1701
1698
  * 876****-cn-hangzhou
@@ -1703,7 +1700,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1703
1700
  caCertIdentifier?: string;
1704
1701
  /**
1705
1702
  * @remarks
1706
- * Certificate Identifier
1703
+ * The certificate ID.
1707
1704
  *
1708
1705
  * @example
1709
1706
  * 645****-cn-hangzhou
@@ -1711,7 +1708,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1711
1708
  certIdentifier?: string;
1712
1709
  /**
1713
1710
  * @remarks
1714
- * Certificate name
1711
+ * The certificate name.
1715
1712
  *
1716
1713
  * @example
1717
1714
  * test-cert
@@ -1719,7 +1716,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1719
1716
  certName?: string;
1720
1717
  /**
1721
1718
  * @remarks
1722
- * Client CA Cert
1719
+ * The client CA certificate.
1723
1720
  *
1724
1721
  * @example
1725
1722
  * -----BEGIN CERTIFICATE-----
@@ -1734,7 +1731,12 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1734
1731
  clientCACert?: string;
1735
1732
  /**
1736
1733
  * @remarks
1737
- * Where it was created from.
1734
+ * The creation source.
1735
+ *
1736
+ * Valid values:
1737
+ *
1738
+ * * Console
1739
+ * * Ingress
1738
1740
  *
1739
1741
  * @example
1740
1742
  * Console
@@ -1742,7 +1744,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1742
1744
  createFrom?: string;
1743
1745
  /**
1744
1746
  * @remarks
1745
- * Creation timestamp.
1747
+ * The creation timestamp.
1746
1748
  *
1747
1749
  * @example
1748
1750
  * 1719386834548
@@ -1750,7 +1752,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1750
1752
  createTimestamp?: number;
1751
1753
  /**
1752
1754
  * @remarks
1753
- * Whether it is the default domain.
1755
+ * Indicates whether the domain name is the default domain name.
1754
1756
  *
1755
1757
  * @example
1756
1758
  * false
@@ -1758,7 +1760,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1758
1760
  default?: boolean;
1759
1761
  /**
1760
1762
  * @remarks
1761
- * Domain ID.
1763
+ * The ID of the domain name.
1762
1764
  *
1763
1765
  * @example
1764
1766
  * d-cq1m3utlhtgvgkv7sitg
@@ -1766,7 +1768,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1766
1768
  domainId?: string;
1767
1769
  /**
1768
1770
  * @remarks
1769
- * Setting for HTTPS protocol type, whether to enable forced HTTPS redirection.
1771
+ * Indicates whether forcible HTTPS redirection is enabled.
1770
1772
  *
1771
1773
  * @example
1772
1774
  * false
@@ -1774,7 +1776,13 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1774
1776
  forceHttps?: boolean;
1775
1777
  /**
1776
1778
  * @remarks
1777
- * HTTP/2 setting.
1779
+ * The HTTP/2 configuration.
1780
+ *
1781
+ * Valid values:
1782
+ *
1783
+ * * GlobalConfig
1784
+ * * Close
1785
+ * * Open
1778
1786
  *
1779
1787
  * @example
1780
1788
  * Open
@@ -1782,7 +1790,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1782
1790
  http2Option?: string;
1783
1791
  /**
1784
1792
  * @remarks
1785
- * Certificate issuer.
1793
+ * The certificate issuer.
1786
1794
  *
1787
1795
  * @example
1788
1796
  * Alibaba
@@ -1790,7 +1798,12 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1790
1798
  issuer?: string;
1791
1799
  /**
1792
1800
  * @remarks
1793
- * true
1801
+ * Indicates whether mutual authentication is enabled.
1802
+ *
1803
+ * Valid values:
1804
+ *
1805
+ * * false
1806
+ * * true
1794
1807
  *
1795
1808
  * @example
1796
1809
  * false
@@ -1798,7 +1811,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1798
1811
  mTLSEnabled?: boolean;
1799
1812
  /**
1800
1813
  * @remarks
1801
- * Domain name.
1814
+ * The domain name.
1802
1815
  *
1803
1816
  * @example
1804
1817
  * abc.com
@@ -1806,7 +1819,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1806
1819
  name?: string;
1807
1820
  /**
1808
1821
  * @remarks
1809
- * Certificate expiration time.
1822
+ * The expiration time of the certificate.
1810
1823
  *
1811
1824
  * @example
1812
1825
  * 1719386834548
@@ -1814,7 +1827,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1814
1827
  notAfterTimstamp?: number;
1815
1828
  /**
1816
1829
  * @remarks
1817
- * Certificate effective time.
1830
+ * The time when the certificate started to take effect.
1818
1831
  *
1819
1832
  * @example
1820
1833
  * 1719386834548
@@ -1822,10 +1835,10 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1822
1835
  notBeforeTimestamp?: number;
1823
1836
  /**
1824
1837
  * @remarks
1825
- * The protocol types supported by the domain.
1838
+ * The supported protocol. Valid values:
1826
1839
  *
1827
- * - HTTP: Supports only HTTP protocol.
1828
- * - HTTPS: Supports only HTTPS protocol.
1840
+ * * HTTP: Only HTTP is supported.
1841
+ * * HTTPS: Only HTTPS is supported.
1829
1842
  *
1830
1843
  * @example
1831
1844
  * HTTP
@@ -1833,7 +1846,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1833
1846
  protocol?: string;
1834
1847
  /**
1835
1848
  * @remarks
1836
- * The ID of the resource group.
1849
+ * The resource group ID.
1837
1850
  *
1838
1851
  * @example
1839
1852
  * rg-aekzvlxzgo5b4si
@@ -1841,7 +1854,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1841
1854
  resourceGroupId?: string;
1842
1855
  /**
1843
1856
  * @remarks
1844
- * All domain names bound to the certificate.
1857
+ * All domain names that are bound to the certificate.
1845
1858
  *
1846
1859
  * @example
1847
1860
  * aliyun.com
@@ -1849,17 +1862,17 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1849
1862
  sans?: string;
1850
1863
  /**
1851
1864
  * @remarks
1852
- * The array of domain related resource information
1865
+ * The information about online resources.
1853
1866
  */
1854
1867
  statisticsInfo?: GetDomainResponseBodyDataStatisticsInfo;
1855
1868
  /**
1856
1869
  * @remarks
1857
- * The TLS cipher suites config.
1870
+ * The cipher suite configuration.
1858
1871
  */
1859
1872
  tlsCipherSuitesConfig?: TlsCipherSuitesConfig;
1860
1873
  /**
1861
1874
  * @remarks
1862
- * Maximum TLS protocol version, supports up to TLS 1.3.
1875
+ * The maximum version of the TLS protocol. Up to TLS 1.3 is supported.
1863
1876
  *
1864
1877
  * @example
1865
1878
  * TLS 1.3
@@ -1867,7 +1880,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1867
1880
  tlsMax?: string;
1868
1881
  /**
1869
1882
  * @remarks
1870
- * Minimum TLS protocol version, supports down to TLS 1.0.
1883
+ * The minimum version of the TLS protocol. Down to TLS 1.0 is supported.
1871
1884
  *
1872
1885
  * @example
1873
1886
  * TLS 1.0
@@ -1875,7 +1888,7 @@ export declare class GetDomainResponseBodyData extends $dara.Model {
1875
1888
  tlsMin?: string;
1876
1889
  /**
1877
1890
  * @remarks
1878
- * Update timestamp.
1891
+ * The update timestamp.
1879
1892
  *
1880
1893
  * @example
1881
1894
  * 1719386834548
@@ -2708,7 +2721,7 @@ export declare class GetTraceConfigResponseBodyData extends $dara.Model {
2708
2721
  export declare class ImportHttpApiRequestSpecOssConfig extends $dara.Model {
2709
2722
  /**
2710
2723
  * @remarks
2711
- * The name of the Object Storage Service (OSS) bucket that stores the dictionary file.
2724
+ * The bucket name.
2712
2725
  *
2713
2726
  * @example
2714
2727
  * api-1
@@ -2716,7 +2729,7 @@ export declare class ImportHttpApiRequestSpecOssConfig extends $dara.Model {
2716
2729
  bucketName?: string;
2717
2730
  /**
2718
2731
  * @remarks
2719
- * The file path.
2732
+ * The full path of the file.
2720
2733
  *
2721
2734
  * @example
2722
2735
  * /test/swagger.json
@@ -2744,15 +2757,15 @@ export declare class ImportHttpApiRequestSpecOssConfig extends $dara.Model {
2744
2757
  export declare class ImportHttpApiResponseBodyDataDryRunInfoFailureComponents extends $dara.Model {
2745
2758
  /**
2746
2759
  * @remarks
2747
- * Error message.
2760
+ * The error message.
2748
2761
  *
2749
2762
  * @example
2750
- * 数据结构定义有误。
2763
+ * The data struct is incorrectly defined.
2751
2764
  */
2752
2765
  errorMessage?: string;
2753
2766
  /**
2754
2767
  * @remarks
2755
- * 数据结构名称。
2768
+ * The data struct name.
2756
2769
  *
2757
2770
  * @example
2758
2771
  * orderDTO
@@ -2772,15 +2785,15 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoFailureComponents ex
2772
2785
  export declare class ImportHttpApiResponseBodyDataDryRunInfoFailureOperations extends $dara.Model {
2773
2786
  /**
2774
2787
  * @remarks
2775
- * Error message
2788
+ * The error message.
2776
2789
  *
2777
2790
  * @example
2778
- * 缺少响应定义。
2791
+ * Missing response definition.
2779
2792
  */
2780
2793
  errorMessage?: string;
2781
2794
  /**
2782
2795
  * @remarks
2783
- * API method.
2796
+ * The HTTP method of the operation.
2784
2797
  *
2785
2798
  * @example
2786
2799
  * GET
@@ -2788,7 +2801,7 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoFailureOperations ex
2788
2801
  method?: string;
2789
2802
  /**
2790
2803
  * @remarks
2791
- * API path.
2804
+ * The operation path.
2792
2805
  *
2793
2806
  * @example
2794
2807
  * /v1/orders
@@ -2808,9 +2821,10 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoFailureOperations ex
2808
2821
  export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessComponents extends $dara.Model {
2809
2822
  /**
2810
2823
  * @remarks
2811
- * Action to be executed after the precheck.
2812
- * - Create: Create
2813
- * - Update: Update
2824
+ * The action that will be performed for the data struct after the dry run.
2825
+ *
2826
+ * * Create: The data struct is created.
2827
+ * * Update: The data struct is updated.
2814
2828
  *
2815
2829
  * @example
2816
2830
  * Create
@@ -2818,7 +2832,7 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessComponents ex
2818
2832
  action?: string;
2819
2833
  /**
2820
2834
  * @remarks
2821
- * Data structure name.
2835
+ * The data struct name.
2822
2836
  *
2823
2837
  * @example
2824
2838
  * userDTO
@@ -2838,9 +2852,10 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessComponents ex
2838
2852
  export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations extends $dara.Model {
2839
2853
  /**
2840
2854
  * @remarks
2841
- * Action to be executed after the precheck.
2842
- * - Create: Create
2843
- * - Update: Update
2855
+ * The action that will be performed for the operation after the dry run.
2856
+ *
2857
+ * * Create: The operation is created.
2858
+ * * Update: The operation is updated.
2844
2859
  *
2845
2860
  * @example
2846
2861
  * Create
@@ -2848,7 +2863,7 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations ex
2848
2863
  action?: string;
2849
2864
  /**
2850
2865
  * @remarks
2851
- * API method.
2866
+ * The HTTP method of the operation.
2852
2867
  *
2853
2868
  * @example
2854
2869
  * POST
@@ -2856,7 +2871,7 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations ex
2856
2871
  method?: string;
2857
2872
  /**
2858
2873
  * @remarks
2859
- * API name.
2874
+ * The operation name.
2860
2875
  *
2861
2876
  * @example
2862
2877
  * CreateUser
@@ -2864,7 +2879,7 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations ex
2864
2879
  name?: string;
2865
2880
  /**
2866
2881
  * @remarks
2867
- * API path.
2882
+ * The operation path.
2868
2883
  *
2869
2884
  * @example
2870
2885
  * /v1/users
@@ -2884,37 +2899,37 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations ex
2884
2899
  export declare class ImportHttpApiResponseBodyDataDryRunInfo extends $dara.Model {
2885
2900
  /**
2886
2901
  * @remarks
2887
- * Error messages. If there are any error messages, the API cannot be imported successfully.
2902
+ * The error messages. If an error message is returned, the API fails to be imported.
2888
2903
  */
2889
2904
  errorMessages?: string[];
2890
2905
  /**
2891
2906
  * @remarks
2892
- * 已存在的API信息。若该字段非空,则导入动作将更新该API
2907
+ * The existing APIs. If an existing API is returned, the import updates the existing API.
2893
2908
  */
2894
2909
  existHttpApiInfo?: HttpApiApiInfo;
2895
2910
  /**
2896
2911
  * @remarks
2897
- * List of data structures that failed the precheck.
2912
+ * The data structs that fail the dry run.
2898
2913
  */
2899
2914
  failureComponents?: ImportHttpApiResponseBodyDataDryRunInfoFailureComponents[];
2900
2915
  /**
2901
2916
  * @remarks
2902
- * List of APIs that failed the precheck.
2917
+ * The operations that fail the dry run.
2903
2918
  */
2904
2919
  failureOperations?: ImportHttpApiResponseBodyDataDryRunInfoFailureOperations[];
2905
2920
  /**
2906
2921
  * @remarks
2907
- * List of data structures that passed the precheck.
2922
+ * The data structs that pass the dry run.
2908
2923
  */
2909
2924
  successComponents?: ImportHttpApiResponseBodyDataDryRunInfoSuccessComponents[];
2910
2925
  /**
2911
2926
  * @remarks
2912
- * List of successfully pre-checked interfaces.
2927
+ * The operations that pass the dry run.
2913
2928
  */
2914
2929
  successOperations?: ImportHttpApiResponseBodyDataDryRunInfoSuccessOperations[];
2915
2930
  /**
2916
2931
  * @remarks
2917
- * Warning messages. If there are any warning messages, some interfaces or data interfaces may not be imported successfully.
2932
+ * The alerts. If an alert is returned, specific operations or structs may fail to be imported.
2918
2933
  */
2919
2934
  warningMessages?: string[];
2920
2935
  static names(): {
@@ -2931,12 +2946,12 @@ export declare class ImportHttpApiResponseBodyDataDryRunInfo extends $dara.Model
2931
2946
  export declare class ImportHttpApiResponseBodyData extends $dara.Model {
2932
2947
  /**
2933
2948
  * @remarks
2934
- * Pre-import check result.
2949
+ * The dry run result.
2935
2950
  */
2936
2951
  dryRunInfo?: ImportHttpApiResponseBodyDataDryRunInfo;
2937
2952
  /**
2938
2953
  * @remarks
2939
- * HTTP API ID.
2954
+ * The API ID.
2940
2955
  *
2941
2956
  * @example
2942
2957
  * api-xxx
@@ -2944,7 +2959,7 @@ export declare class ImportHttpApiResponseBodyData extends $dara.Model {
2944
2959
  httpApiId?: string;
2945
2960
  /**
2946
2961
  * @remarks
2947
- * API name.
2962
+ * The API name.
2948
2963
  *
2949
2964
  * @example
2950
2965
  * import-test
@@ -2964,12 +2979,12 @@ export declare class ImportHttpApiResponseBodyData extends $dara.Model {
2964
2979
  export declare class ListDomainsResponseBodyData extends $dara.Model {
2965
2980
  /**
2966
2981
  * @remarks
2967
- * List of domain information.
2982
+ * The information about the domain names.
2968
2983
  */
2969
2984
  items?: DomainInfo[];
2970
2985
  /**
2971
2986
  * @remarks
2972
- * Page number.
2987
+ * The page number of the returned page.
2973
2988
  *
2974
2989
  * @example
2975
2990
  * 1
@@ -2977,7 +2992,7 @@ export declare class ListDomainsResponseBodyData extends $dara.Model {
2977
2992
  pageNumber?: number;
2978
2993
  /**
2979
2994
  * @remarks
2980
- * Number of items per page.
2995
+ * The number of entries per page.
2981
2996
  *
2982
2997
  * @example
2983
2998
  * 10
@@ -2985,7 +3000,7 @@ export declare class ListDomainsResponseBodyData extends $dara.Model {
2985
3000
  pageSize?: number;
2986
3001
  /**
2987
3002
  * @remarks
2988
- * Total number of items.
3003
+ * The total number of entries returned.
2989
3004
  *
2990
3005
  * @example
2991
3006
  * 9
@@ -3046,7 +3061,7 @@ export declare class ListEnvironmentsResponseBodyData extends $dara.Model {
3046
3061
  export declare class ListGatewaysRequestTag extends $dara.Model {
3047
3062
  /**
3048
3063
  * @remarks
3049
- * The key of the tag.
3064
+ * The key of tag N.
3050
3065
  *
3051
3066
  * @example
3052
3067
  * owner
@@ -3054,7 +3069,7 @@ export declare class ListGatewaysRequestTag extends $dara.Model {
3054
3069
  key?: string;
3055
3070
  /**
3056
3071
  * @remarks
3057
- * The value of the tag.
3072
+ * The value of tag N.
3058
3073
  *
3059
3074
  * @example
3060
3075
  * zhangsan
@@ -3074,7 +3089,7 @@ export declare class ListGatewaysRequestTag extends $dara.Model {
3074
3089
  export declare class ListGatewaysResponseBodyDataItemsLoadBalancersPorts extends $dara.Model {
3075
3090
  /**
3076
3091
  * @remarks
3077
- * Port number.
3092
+ * The port number.
3078
3093
  *
3079
3094
  * @example
3080
3095
  * 443
@@ -3082,9 +3097,10 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancersPorts extends
3082
3097
  port?: number;
3083
3098
  /**
3084
3099
  * @remarks
3085
- * Protocol:
3086
- * - TCP
3087
- * - UDP
3100
+ * The protocol. Valid values:
3101
+ *
3102
+ * * TCP
3103
+ * * UDP
3088
3104
  *
3089
3105
  * @example
3090
3106
  * TCP
@@ -3104,7 +3120,7 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancersPorts extends
3104
3120
  export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dara.Model {
3105
3121
  /**
3106
3122
  * @remarks
3107
- * Load balancer address.
3123
+ * The load balancer IP address.
3108
3124
  *
3109
3125
  * @example
3110
3126
  * nlb-xoh3pghr***.cn-hangzhou.nlb.aliyuncs.com
@@ -3112,9 +3128,10 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3112
3128
  address?: string;
3113
3129
  /**
3114
3130
  * @remarks
3115
- * IP version:
3116
- * - ipv4: IPv4.
3117
- * - ipv6: IPv6.
3131
+ * The IP version of the address. Valid values:
3132
+ *
3133
+ * * ipv4: IPv4
3134
+ * * ipv6: IPv6
3118
3135
  *
3119
3136
  * @example
3120
3137
  * ipv4
@@ -3122,9 +3139,10 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3122
3139
  addressIpVersion?: string;
3123
3140
  /**
3124
3141
  * @remarks
3125
- * Load balancer address type:
3126
- * - Internet: Public network.
3127
- * - Intranet: Private network.
3142
+ * The address type. Valid values:
3143
+ *
3144
+ * * Internet
3145
+ * * Intranet
3128
3146
  *
3129
3147
  * @example
3130
3148
  * Internet
@@ -3132,7 +3150,7 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3132
3150
  addressType?: string;
3133
3151
  /**
3134
3152
  * @remarks
3135
- * Indicates whether this is the default entry address for the gateway.
3153
+ * Indicates whether the address is the default ingress address of the instance.
3136
3154
  *
3137
3155
  * @example
3138
3156
  * true
@@ -3140,7 +3158,7 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3140
3158
  gatewayDefault?: boolean;
3141
3159
  /**
3142
3160
  * @remarks
3143
- * Load balancer ID.
3161
+ * The load balancer ID.
3144
3162
  *
3145
3163
  * @example
3146
3164
  * nlb-xqwioje1c91r***
@@ -3148,8 +3166,9 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3148
3166
  loadBalancerId?: string;
3149
3167
  /**
3150
3168
  * @remarks
3151
- * Load balancer provision mode for the gateway:
3152
- * - Managed: Managed by the Cloud Native API Gateway.
3169
+ * The mode in which the load balancer is provided. Valid values:
3170
+ *
3171
+ * * Managed: Cloud-native API Gateway manages and provides the load balancer.
3153
3172
  *
3154
3173
  * @example
3155
3174
  * Managed
@@ -3157,14 +3176,15 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3157
3176
  mode?: string;
3158
3177
  /**
3159
3178
  * @remarks
3160
- * List of listening ports.
3179
+ * The list of listened ports.
3161
3180
  */
3162
3181
  ports?: ListGatewaysResponseBodyDataItemsLoadBalancersPorts[];
3163
3182
  /**
3164
3183
  * @remarks
3165
- * Status of the load balancer:
3166
- * - Ready: Available.
3167
- * - NotCreate: No associated instance.
3184
+ * The load balancer status. Valid values:
3185
+ *
3186
+ * * Ready: The load balancer is available.
3187
+ * * NotCreate: The load balancer is not associated with the instance.
3168
3188
  *
3169
3189
  * @example
3170
3190
  * Ready
@@ -3172,9 +3192,10 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3172
3192
  status?: string;
3173
3193
  /**
3174
3194
  * @remarks
3175
- * Type of load balancer for the gateway:
3176
- * - NLB: Network Load Balancer.
3177
- * - CLB: Classic Load Balancer.
3195
+ * The load balancer type. Valid values:
3196
+ *
3197
+ * * NLB: Network Load Balancer
3198
+ * * CLB: Classic Load Balancer
3178
3199
  *
3179
3200
  * @example
3180
3201
  * NLB
@@ -3194,7 +3215,7 @@ export declare class ListGatewaysResponseBodyDataItemsLoadBalancers extends $dar
3194
3215
  export declare class ListGatewaysResponseBodyDataItemsSecurityGroup extends $dara.Model {
3195
3216
  /**
3196
3217
  * @remarks
3197
- * The Security Group ID.
3218
+ * The security group ID.
3198
3219
  *
3199
3220
  * @example
3200
3221
  * sg-xxxx
@@ -3214,7 +3235,7 @@ export declare class ListGatewaysResponseBodyDataItemsSecurityGroup extends $dar
3214
3235
  export declare class ListGatewaysResponseBodyDataItemsTags extends $dara.Model {
3215
3236
  /**
3216
3237
  * @remarks
3217
- * The key of the tag.
3238
+ * The tag key.
3218
3239
  *
3219
3240
  * @example
3220
3241
  * owner
@@ -3222,7 +3243,7 @@ export declare class ListGatewaysResponseBodyDataItemsTags extends $dara.Model {
3222
3243
  key?: string;
3223
3244
  /**
3224
3245
  * @remarks
3225
- * The value of the tag.
3246
+ * The tag value.
3226
3247
  *
3227
3248
  * @example
3228
3249
  * zhangsan
@@ -3302,12 +3323,12 @@ export declare class ListGatewaysResponseBodyDataItemsZonesVSwitch extends $dara
3302
3323
  export declare class ListGatewaysResponseBodyDataItemsZones extends $dara.Model {
3303
3324
  /**
3304
3325
  * @remarks
3305
- * The vSwitch.
3326
+ * The vSwitch information.
3306
3327
  */
3307
3328
  vSwitch?: ListGatewaysResponseBodyDataItemsZonesVSwitch;
3308
3329
  /**
3309
3330
  * @remarks
3310
- * The ID of the current zone.
3331
+ * The zone ID.
3311
3332
  *
3312
3333
  * @example
3313
3334
  * cn-hangzhou-f
@@ -3327,10 +3348,10 @@ export declare class ListGatewaysResponseBodyDataItemsZones extends $dara.Model
3327
3348
  export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3328
3349
  /**
3329
3350
  * @remarks
3330
- * Charge type
3351
+ * The billing method. Valid values:
3331
3352
  *
3332
- * - POSTPAY: Postpaid (pay-as-you-go)
3333
- * - PREPAY: Prepaid (subscription)
3353
+ * * POSTPAY: pay-as-you-go
3354
+ * * PREPAY: subscription
3334
3355
  *
3335
3356
  * @example
3336
3357
  * POSTPAY
@@ -3338,8 +3359,9 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3338
3359
  chargeType?: string;
3339
3360
  /**
3340
3361
  * @remarks
3341
- * Source of gateway creation:
3342
- * - Console: Console.
3362
+ * The creation source of the instance. Valid values:
3363
+ *
3364
+ * * Console
3343
3365
  *
3344
3366
  * @example
3345
3367
  * Console
@@ -3347,7 +3369,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3347
3369
  createFrom?: string;
3348
3370
  /**
3349
3371
  * @remarks
3350
- * Creation timestamp, in milliseconds.
3372
+ * The time when the instance was created. This value is a UNIX timestamp. Unit: milliseconds.
3351
3373
  *
3352
3374
  * @example
3353
3375
  * 1719386834548
@@ -3355,7 +3377,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3355
3377
  createTimestamp?: number;
3356
3378
  /**
3357
3379
  * @remarks
3358
- * Expiration timestamp for prepaid (annual or monthly) subscriptions. Unit: milliseconds.
3380
+ * The time when the instance expires. This value is a UNIX timestamp. Unit: milliseconds.
3359
3381
  *
3360
3382
  * @example
3361
3383
  * 172086834548
@@ -3363,7 +3385,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3363
3385
  expireTimestamp?: number;
3364
3386
  /**
3365
3387
  * @remarks
3366
- * Gateway ID.
3388
+ * The instance ID.
3367
3389
  *
3368
3390
  * @example
3369
3391
  * gw-cpv54p5***
@@ -3371,12 +3393,12 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3371
3393
  gatewayId?: string;
3372
3394
  /**
3373
3395
  * @remarks
3374
- * List of gateway entry addresses.
3396
+ * The ingress addresses of the instance.
3375
3397
  */
3376
3398
  loadBalancers?: ListGatewaysResponseBodyDataItemsLoadBalancers[];
3377
3399
  /**
3378
3400
  * @remarks
3379
- * Gateway name.
3401
+ * The instance name.
3380
3402
  *
3381
3403
  * @example
3382
3404
  * itemcenter-gateway
@@ -3384,7 +3406,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3384
3406
  name?: string;
3385
3407
  /**
3386
3408
  * @remarks
3387
- * Number of gateway instance nodes.
3409
+ * The node quantity of the instance.
3388
3410
  *
3389
3411
  * @example
3390
3412
  * 2
@@ -3392,7 +3414,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3392
3414
  replicas?: string;
3393
3415
  /**
3394
3416
  * @remarks
3395
- * Resource group ID.
3417
+ * The resource group ID.
3396
3418
  *
3397
3419
  * @example
3398
3420
  * rg-xxx
@@ -3400,13 +3422,14 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3400
3422
  resourceGroupId?: string;
3401
3423
  /**
3402
3424
  * @remarks
3403
- * The Security Group.
3425
+ * The security group information about the instance.
3404
3426
  */
3405
3427
  securityGroup?: ListGatewaysResponseBodyDataItemsSecurityGroup;
3406
3428
  /**
3407
3429
  * @remarks
3408
- * Gateway specification:
3409
- * - apigw.small.x1: Small specification.
3430
+ * The instance specification. Valid values:
3431
+ *
3432
+ * * apigw.small.x1
3410
3433
  *
3411
3434
  * @example
3412
3435
  * apigw.small.x1
@@ -3414,16 +3437,17 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3414
3437
  spec?: string;
3415
3438
  /**
3416
3439
  * @remarks
3417
- * Gateway status:
3418
- * - Running: Running.
3419
- * - Creating: Creating.
3420
- * - CreateFailed: Creation failed.
3421
- * - Upgrading: Upgrading.
3422
- * - UpgradeFailed: Upgrade failed.
3423
- * - Restarting: Restarting.
3424
- * - RestartFailed: Restart failed.
3425
- * - Deleting: Deleting.
3426
- * - DeleteFailed: Deletion failed.
3440
+ * The instance state. Valid values:
3441
+ *
3442
+ * * Running: The instance is running.
3443
+ * * Creating: The instance is being created.
3444
+ * * CreateFailed: The instance fails to be created.
3445
+ * * Upgrading: The instance is being upgraded.
3446
+ * * UpgradeFailed: The instance fails to be upgraded.
3447
+ * * Restarting: The instance is being restarted.
3448
+ * * RestartFailed: The instance fails to be restarted.
3449
+ * * Deleting: The instance is being released.
3450
+ * * DeleteFailed: The instance failed to be released.
3427
3451
  *
3428
3452
  * @example
3429
3453
  * Running
@@ -3431,17 +3455,17 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3431
3455
  status?: string;
3432
3456
  /**
3433
3457
  * @remarks
3434
- * List of sub domain information
3458
+ * The second-level domain names.
3435
3459
  */
3436
3460
  subDomainInfos?: SubDomainInfo[];
3437
3461
  /**
3438
3462
  * @remarks
3439
- * Array of tags.
3463
+ * The tags.
3440
3464
  */
3441
3465
  tags?: ListGatewaysResponseBodyDataItemsTags[];
3442
3466
  /**
3443
3467
  * @remarks
3444
- * Target version of the gateway. When it is inconsistent with the current `version`, an upgrade can be performed.
3468
+ * The destination version of the instance. If the value is inconsistent with the current version, you can upgrade the instance.
3445
3469
  *
3446
3470
  * @example
3447
3471
  * 2.0.2
@@ -3449,7 +3473,7 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3449
3473
  targetVersion?: string;
3450
3474
  /**
3451
3475
  * @remarks
3452
- * Update timestamp. Unit: milliseconds.
3476
+ * The time when the instance was last updated. This value is a UNIX timestamp. Unit: milliseconds.
3453
3477
  *
3454
3478
  * @example
3455
3479
  * 1719386834548
@@ -3457,12 +3481,12 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3457
3481
  updateTimestamp?: number;
3458
3482
  /**
3459
3483
  * @remarks
3460
- * The vSwtich.
3484
+ * The vSwitch information.
3461
3485
  */
3462
3486
  vSwitch?: ListGatewaysResponseBodyDataItemsVSwitch;
3463
3487
  /**
3464
3488
  * @remarks
3465
- * Gateway version.
3489
+ * The instance version.
3466
3490
  *
3467
3491
  * @example
3468
3492
  * 2.0.2
@@ -3470,12 +3494,12 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3470
3494
  version?: string;
3471
3495
  /**
3472
3496
  * @remarks
3473
- * The VPC.
3497
+ * The virtual private cloud (VPC) information of the instance.
3474
3498
  */
3475
3499
  vpc?: ListGatewaysResponseBodyDataItemsVpc;
3476
3500
  /**
3477
3501
  * @remarks
3478
- * The Zones.
3502
+ * The availability zones of the instance.
3479
3503
  */
3480
3504
  zones?: ListGatewaysResponseBodyDataItemsZones[];
3481
3505
  static names(): {
@@ -3492,12 +3516,12 @@ export declare class ListGatewaysResponseBodyDataItems extends $dara.Model {
3492
3516
  export declare class ListGatewaysResponseBodyData extends $dara.Model {
3493
3517
  /**
3494
3518
  * @remarks
3495
- * Gateway list
3519
+ * The instances.
3496
3520
  */
3497
3521
  items?: ListGatewaysResponseBodyDataItems[];
3498
3522
  /**
3499
3523
  * @remarks
3500
- * Page number.
3524
+ * The page number of the returned page.
3501
3525
  *
3502
3526
  * @example
3503
3527
  * 1
@@ -3505,7 +3529,7 @@ export declare class ListGatewaysResponseBodyData extends $dara.Model {
3505
3529
  pageNumber?: number;
3506
3530
  /**
3507
3531
  * @remarks
3508
- * Page size.
3532
+ * The number of entries per page.
3509
3533
  *
3510
3534
  * @example
3511
3535
  * 10
@@ -3513,7 +3537,7 @@ export declare class ListGatewaysResponseBodyData extends $dara.Model {
3513
3537
  pageSize?: number;
3514
3538
  /**
3515
3539
  * @remarks
3516
- * Total count.
3540
+ * The total number of entries returned.
3517
3541
  *
3518
3542
  * @example
3519
3543
  * 6
@@ -3574,12 +3598,12 @@ export declare class ListHttpApiOperationsResponseBodyData extends $dara.Model {
3574
3598
  export declare class ListHttpApiRoutesResponseBodyData extends $dara.Model {
3575
3599
  /**
3576
3600
  * @remarks
3577
- * List of routes.
3601
+ * The routes.
3578
3602
  */
3579
3603
  items?: HttpRoute[];
3580
3604
  /**
3581
3605
  * @remarks
3582
- * Page number.
3606
+ * The page number of the returned page.
3583
3607
  *
3584
3608
  * @example
3585
3609
  * 1
@@ -3587,7 +3611,7 @@ export declare class ListHttpApiRoutesResponseBodyData extends $dara.Model {
3587
3611
  pageNumber?: number;
3588
3612
  /**
3589
3613
  * @remarks
3590
- * Page size.
3614
+ * The number of entries per page.
3591
3615
  *
3592
3616
  * @example
3593
3617
  * 20
@@ -3595,7 +3619,7 @@ export declare class ListHttpApiRoutesResponseBodyData extends $dara.Model {
3595
3619
  pageSize?: number;
3596
3620
  /**
3597
3621
  * @remarks
3598
- * Total number of items.
3622
+ * The total number of entries returned.
3599
3623
  *
3600
3624
  * @example
3601
3625
  * 9
@@ -3615,12 +3639,12 @@ export declare class ListHttpApiRoutesResponseBodyData extends $dara.Model {
3615
3639
  export declare class ListHttpApisResponseBodyData extends $dara.Model {
3616
3640
  /**
3617
3641
  * @remarks
3618
- * API information.
3642
+ * The API information.
3619
3643
  */
3620
3644
  items?: HttpApiInfoByName[];
3621
3645
  /**
3622
3646
  * @remarks
3623
- * Page number.
3647
+ * The page number of the returned page.
3624
3648
  *
3625
3649
  * @example
3626
3650
  * 1
@@ -3628,7 +3652,7 @@ export declare class ListHttpApisResponseBodyData extends $dara.Model {
3628
3652
  pageNumber?: number;
3629
3653
  /**
3630
3654
  * @remarks
3631
- * Page size.
3655
+ * The number of entries per page.
3632
3656
  *
3633
3657
  * @example
3634
3658
  * 10
@@ -3636,7 +3660,7 @@ export declare class ListHttpApisResponseBodyData extends $dara.Model {
3636
3660
  pageSize?: number;
3637
3661
  /**
3638
3662
  * @remarks
3639
- * Total count.
3663
+ * The total number of entries returned.
3640
3664
  *
3641
3665
  * @example
3642
3666
  * 10
@@ -3697,12 +3721,12 @@ export declare class ListPolicyClassesResponseBodyData extends $dara.Model {
3697
3721
  export declare class ListServicesResponseBodyData extends $dara.Model {
3698
3722
  /**
3699
3723
  * @remarks
3700
- * Service list.
3724
+ * The services.
3701
3725
  */
3702
3726
  items?: Service[];
3703
3727
  /**
3704
3728
  * @remarks
3705
- * Page number.
3729
+ * The page number of the returned page.
3706
3730
  *
3707
3731
  * @example
3708
3732
  * 1
@@ -3710,7 +3734,7 @@ export declare class ListServicesResponseBodyData extends $dara.Model {
3710
3734
  pageNumber?: number;
3711
3735
  /**
3712
3736
  * @remarks
3713
- * Page size.
3737
+ * The number of entries per page.
3714
3738
  *
3715
3739
  * @example
3716
3740
  * 10
@@ -3718,7 +3742,7 @@ export declare class ListServicesResponseBodyData extends $dara.Model {
3718
3742
  pageSize?: number;
3719
3743
  /**
3720
3744
  * @remarks
3721
- * Total count.
3745
+ * The total number of entries returned.
3722
3746
  *
3723
3747
  * @example
3724
3748
  * 18
@@ -3816,7 +3840,7 @@ export declare class ListZonesResponseBodyData extends $dara.Model {
3816
3840
  export declare class UpdateDomainResponseBodyData extends $dara.Model {
3817
3841
  /**
3818
3842
  * @remarks
3819
- * Deploy revision id.
3843
+ * The released version ID.
3820
3844
  *
3821
3845
  * @example
3822
3846
  * apr-xxx
@@ -3888,7 +3912,7 @@ export declare class UpdateHttpApiRequestIngressConfig extends $dara.Model {
3888
3912
  export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dara.Model {
3889
3913
  /**
3890
3914
  * @remarks
3891
- * Service port, do not pass in for dynamic ports.
3915
+ * The service port. If you want to use a dynamic port, do not pass this parameter.
3892
3916
  *
3893
3917
  * @example
3894
3918
  * 8080
@@ -3896,9 +3920,10 @@ export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dar
3896
3920
  port?: number;
3897
3921
  /**
3898
3922
  * @remarks
3899
- * Service protocol:
3900
- * - HTTP.
3901
- * - HTTPS.
3923
+ * The protocol. Valid values:
3924
+ *
3925
+ * * HTTP
3926
+ * * HTTPS
3902
3927
  *
3903
3928
  * @example
3904
3929
  * HTTP
@@ -3906,7 +3931,7 @@ export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dar
3906
3931
  protocol?: string;
3907
3932
  /**
3908
3933
  * @remarks
3909
- * Service ID.
3934
+ * The service ID.
3910
3935
  *
3911
3936
  * @example
3912
3937
  * svc-cr6pk4tlhtgm58e***
@@ -3914,7 +3939,7 @@ export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dar
3914
3939
  serviceId?: string;
3915
3940
  /**
3916
3941
  * @remarks
3917
- * Service version.
3942
+ * The service version.
3918
3943
  *
3919
3944
  * @example
3920
3945
  * v1
@@ -3922,7 +3947,7 @@ export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dar
3922
3947
  version?: string;
3923
3948
  /**
3924
3949
  * @remarks
3925
- * Percentage value of traffic ratio.
3950
+ * The percentage value of traffic.
3926
3951
  *
3927
3952
  * @example
3928
3953
  * 49
@@ -3942,7 +3967,14 @@ export declare class UpdateHttpApiRouteRequestBackendConfigServices extends $dar
3942
3967
  export declare class UpdateHttpApiRouteRequestBackendConfig extends $dara.Model {
3943
3968
  /**
3944
3969
  * @remarks
3945
- * Backend service scenario.
3970
+ * The backend service scenario.
3971
+ *
3972
+ * Valid values:
3973
+ *
3974
+ * * SingleService
3975
+ * * MultiServiceByRatio
3976
+ * * Redirect
3977
+ * * Mock
3946
3978
  *
3947
3979
  * @example
3948
3980
  * SingleService
@@ -3950,7 +3982,7 @@ export declare class UpdateHttpApiRouteRequestBackendConfig extends $dara.Model
3950
3982
  scene?: string;
3951
3983
  /**
3952
3984
  * @remarks
3953
- * List of backend services.
3985
+ * The backend services.
3954
3986
  */
3955
3987
  services?: UpdateHttpApiRouteRequestBackendConfigServices[];
3956
3988
  static names(): {
@@ -5262,7 +5294,7 @@ export declare class ChangeResourceGroupResponse extends $dara.Model {
5262
5294
  export declare class CreateDomainRequest extends $dara.Model {
5263
5295
  /**
5264
5296
  * @remarks
5265
- * CA Certificate Identifier.
5297
+ * The CA certificate ID.
5266
5298
  *
5267
5299
  * @example
5268
5300
  * 1ef1da5f-38ed-69b3-****-037781890265
@@ -5270,7 +5302,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5270
5302
  caCertIdentifier?: string;
5271
5303
  /**
5272
5304
  * @remarks
5273
- * Certificate Unique Identifier.
5305
+ * The certificate ID.
5274
5306
  *
5275
5307
  * @example
5276
5308
  * 1ef1da5f-38ed-69b3-****-037781890265
@@ -5278,7 +5310,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5278
5310
  certIdentifier?: string;
5279
5311
  /**
5280
5312
  * @remarks
5281
- * Client CA Certificate
5313
+ * The client CA certificate.
5282
5314
  *
5283
5315
  * @example
5284
5316
  * -----BEGIN CERTIFICATE-----
@@ -5290,7 +5322,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5290
5322
  clientCACert?: string;
5291
5323
  /**
5292
5324
  * @remarks
5293
- * Set the HTTPS protocol type, whether to enable forced HTTPS redirection.
5325
+ * Specifies whether to enable forcible HTTPS redirection.
5294
5326
  *
5295
5327
  * @example
5296
5328
  * false
@@ -5298,7 +5330,13 @@ export declare class CreateDomainRequest extends $dara.Model {
5298
5330
  forceHttps?: boolean;
5299
5331
  /**
5300
5332
  * @remarks
5301
- * HTTP/2 settings.
5333
+ * The HTTP/2 configuration.
5334
+ *
5335
+ * Valid values:
5336
+ *
5337
+ * * GlobalConfig
5338
+ * * Close
5339
+ * * Open
5302
5340
  *
5303
5341
  * @example
5304
5342
  * Open
@@ -5306,12 +5344,12 @@ export declare class CreateDomainRequest extends $dara.Model {
5306
5344
  http2Option?: string;
5307
5345
  /**
5308
5346
  * @remarks
5309
- * Whether to enable mTLS mutual authentication
5347
+ * Specifies whether to enable mutual authentication.
5310
5348
  */
5311
5349
  mTLSEnabled?: boolean;
5312
5350
  /**
5313
5351
  * @remarks
5314
- * Domain name.
5352
+ * The domain name.
5315
5353
  *
5316
5354
  * This parameter is required.
5317
5355
  *
@@ -5321,10 +5359,10 @@ export declare class CreateDomainRequest extends $dara.Model {
5321
5359
  name?: string;
5322
5360
  /**
5323
5361
  * @remarks
5324
- * The protocol type supported by the domain.
5362
+ * The protocol type supported by the domain name.
5325
5363
  *
5326
- * - HTTP: Supports only HTTP protocol.
5327
- * - HTTPS: Supports only HTTPS protocol.
5364
+ * * HTTP: Only HTTP is supported.
5365
+ * * HTTPS: Only HTTPS is supported.
5328
5366
  *
5329
5367
  * This parameter is required.
5330
5368
  *
@@ -5334,7 +5372,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5334
5372
  protocol?: string;
5335
5373
  /**
5336
5374
  * @remarks
5337
- * The ID of the resource group.
5375
+ * The [resource group ID](https://help.aliyun.com/document_detail/151181.html).
5338
5376
  *
5339
5377
  * @example
5340
5378
  * rg-aekzoiafjtr7zyq
@@ -5342,12 +5380,12 @@ export declare class CreateDomainRequest extends $dara.Model {
5342
5380
  resourceGroupId?: string;
5343
5381
  /**
5344
5382
  * @remarks
5345
- * The TLS cipher suites config.
5383
+ * The cipher suite configuration.
5346
5384
  */
5347
5385
  tlsCipherSuitesConfig?: TlsCipherSuitesConfig;
5348
5386
  /**
5349
5387
  * @remarks
5350
- * Maximum TLS protocol version, supports up to TLS 1.3.
5388
+ * The maximum version of the TLS protocol. Up to TLS 1.3 is supported.
5351
5389
  *
5352
5390
  * @example
5353
5391
  * TLS1.3
@@ -5355,7 +5393,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5355
5393
  tlsMax?: string;
5356
5394
  /**
5357
5395
  * @remarks
5358
- * Minimum TLS protocol version, supports down to TLS 1.0.
5396
+ * The minimum version of the TLS protocol. Down to TLS 1.0 is supported.
5359
5397
  *
5360
5398
  * @example
5361
5399
  * TLS1.0
@@ -5375,7 +5413,7 @@ export declare class CreateDomainRequest extends $dara.Model {
5375
5413
  export declare class CreateDomainResponseBody extends $dara.Model {
5376
5414
  /**
5377
5415
  * @remarks
5378
- * Response code.
5416
+ * The status code returned.
5379
5417
  *
5380
5418
  * @example
5381
5419
  * Ok
@@ -5383,12 +5421,12 @@ export declare class CreateDomainResponseBody extends $dara.Model {
5383
5421
  code?: string;
5384
5422
  /**
5385
5423
  * @remarks
5386
- * Response data.
5424
+ * The response data.
5387
5425
  */
5388
5426
  data?: CreateDomainResponseBodyData;
5389
5427
  /**
5390
5428
  * @remarks
5391
- * Response message.
5429
+ * The response message returned.
5392
5430
  *
5393
5431
  * @example
5394
5432
  * success
@@ -5396,7 +5434,7 @@ export declare class CreateDomainResponseBody extends $dara.Model {
5396
5434
  message?: string;
5397
5435
  /**
5398
5436
  * @remarks
5399
- * Request ID, used for tracing the API call chain.
5437
+ * The request ID, which is used to trace the API call link.
5400
5438
  *
5401
5439
  * @example
5402
5440
  * 0C2D1C68-0D93-5561-8EE6-FDB7BF067A30
@@ -5549,13 +5587,19 @@ export declare class CreateEnvironmentResponse extends $dara.Model {
5549
5587
  export declare class CreateHttpApiRequest extends $dara.Model {
5550
5588
  /**
5551
5589
  * @remarks
5552
- * The AI protocols list.
5590
+ * The AI API protocols. Valid value:
5591
+ *
5592
+ * * OpenAI/v1
5553
5593
  */
5554
5594
  aiProtocols?: string[];
5595
+ /**
5596
+ * @remarks
5597
+ * The authentication configurations.
5598
+ */
5555
5599
  authConfig?: AuthConfig;
5556
5600
  /**
5557
5601
  * @remarks
5558
- * Base path of the API, which must start with a \\"/\\".
5602
+ * The API base path, which must start with a forward slash (/).
5559
5603
  *
5560
5604
  * @example
5561
5605
  * /v1
@@ -5563,26 +5607,30 @@ export declare class CreateHttpApiRequest extends $dara.Model {
5563
5607
  basePath?: string;
5564
5608
  /**
5565
5609
  * @remarks
5566
- * The deploy configs.
5610
+ * The API deployment configurations. Currently, only AI APIs support deployment configurations, and only a single deployment configuration can be passed.
5567
5611
  */
5568
5612
  deployConfigs?: HttpApiDeployConfig[];
5569
5613
  /**
5570
5614
  * @remarks
5571
- * Description of the API.
5615
+ * The API description.
5572
5616
  *
5573
5617
  * @example
5574
- * 测试专用API
5618
+ * API for testing
5575
5619
  */
5576
5620
  description?: string;
5621
+ /**
5622
+ * @remarks
5623
+ * Specifies whether to enable authentication.
5624
+ */
5577
5625
  enableAuth?: boolean;
5578
5626
  /**
5579
5627
  * @remarks
5580
- * Configuration information for the HTTP Ingress API.
5628
+ * The HTTP Ingress configurations.
5581
5629
  */
5582
5630
  ingressConfig?: CreateHttpApiRequestIngressConfig;
5583
5631
  /**
5584
5632
  * @remarks
5585
- * Name of the API.
5633
+ * The API name.
5586
5634
  *
5587
5635
  * This parameter is required.
5588
5636
  *
@@ -5592,12 +5640,12 @@ export declare class CreateHttpApiRequest extends $dara.Model {
5592
5640
  name?: string;
5593
5641
  /**
5594
5642
  * @remarks
5595
- * List of API access protocols.
5643
+ * The protocols that are used to call the API.
5596
5644
  */
5597
5645
  protocols?: string[];
5598
5646
  /**
5599
5647
  * @remarks
5600
- * The ID of the resource group.
5648
+ * The resource group ID.
5601
5649
  *
5602
5650
  * @example
5603
5651
  * rg-aekzgvmlotionbi
@@ -5605,11 +5653,12 @@ export declare class CreateHttpApiRequest extends $dara.Model {
5605
5653
  resourceGroupId?: string;
5606
5654
  /**
5607
5655
  * @remarks
5608
- * Type of the HTTP API.
5609
- * - Http
5610
- * - Rest
5611
- * - WebSocket
5612
- * - HttpIngress
5656
+ * The API type. Valid values:
5657
+ *
5658
+ * * Http
5659
+ * * Rest
5660
+ * * WebSocket
5661
+ * * HttpIngress
5613
5662
  *
5614
5663
  * @example
5615
5664
  * Http
@@ -5617,7 +5666,7 @@ export declare class CreateHttpApiRequest extends $dara.Model {
5617
5666
  type?: string;
5618
5667
  /**
5619
5668
  * @remarks
5620
- * Versioning configuration for the API.
5669
+ * The versioning configuration of the API.
5621
5670
  */
5622
5671
  versionConfig?: HttpApiVersionConfig;
5623
5672
  static names(): {
@@ -5634,7 +5683,7 @@ export declare class CreateHttpApiRequest extends $dara.Model {
5634
5683
  export declare class CreateHttpApiResponseBody extends $dara.Model {
5635
5684
  /**
5636
5685
  * @remarks
5637
- * Status code.
5686
+ * The status code.
5638
5687
  *
5639
5688
  * @example
5640
5689
  * Ok
@@ -5642,12 +5691,12 @@ export declare class CreateHttpApiResponseBody extends $dara.Model {
5642
5691
  code?: string;
5643
5692
  /**
5644
5693
  * @remarks
5645
- * API information.
5694
+ * The API information.
5646
5695
  */
5647
5696
  data?: CreateHttpApiResponseBodyData;
5648
5697
  /**
5649
5698
  * @remarks
5650
- * Response message.
5699
+ * The returned message.
5651
5700
  *
5652
5701
  * @example
5653
5702
  * success
@@ -5655,7 +5704,7 @@ export declare class CreateHttpApiResponseBody extends $dara.Model {
5655
5704
  message?: string;
5656
5705
  /**
5657
5706
  * @remarks
5658
- * Request ID.
5707
+ * The request ID.
5659
5708
  *
5660
5709
  * @example
5661
5710
  * A1994B10-C6A8-58FA-8347-6A08B0D4EFDE
@@ -6104,7 +6153,7 @@ export declare class CreatePolicyAttachmentResponse extends $dara.Model {
6104
6153
  export declare class CreateServiceRequest extends $dara.Model {
6105
6154
  /**
6106
6155
  * @remarks
6107
- * Gateway ID.
6156
+ * The gateway instance ID.
6108
6157
  *
6109
6158
  * @example
6110
6159
  * gw-cq7l5s5lhtg***
@@ -6112,7 +6161,7 @@ export declare class CreateServiceRequest extends $dara.Model {
6112
6161
  gatewayId?: string;
6113
6162
  /**
6114
6163
  * @remarks
6115
- * Resource group ID.
6164
+ * The resource group ID.
6116
6165
  *
6117
6166
  * @example
6118
6167
  * rg-xxx
@@ -6120,18 +6169,28 @@ export declare class CreateServiceRequest extends $dara.Model {
6120
6169
  resourceGroupId?: string;
6121
6170
  /**
6122
6171
  * @remarks
6123
- * List of service configuration information.
6172
+ * The list of service configurations.
6124
6173
  */
6125
6174
  serviceConfigs?: CreateServiceRequestServiceConfigs[];
6126
6175
  /**
6127
6176
  * @remarks
6128
- * Service source:
6129
- * - MSE_NACOS: Services in MSE Nacos.
6130
- * - K8S: Services in the K8S cluster of container service.
6131
- * - VIP: Fixed address service.
6132
- * - DNS: DNS domain name service.
6133
- * - FC3: Function Compute service.
6134
- * - SAE_K8S_SERVICE: SAE K8S service.
6177
+ * The service source. Valid values:
6178
+ *
6179
+ * * MSE_NACOS: a service in an MSE Nacos instance
6180
+ * * K8S: a service in a Kubernetes (K8s) cluster in Container Service for Kubernetes (ACK)
6181
+ * * VIP: a fixed IP address
6182
+ * * DNS: a Domain Name System (DNS) domain name
6183
+ * * FC3: a service in Function Compute
6184
+ * * SAE_K8S_SERVICE: a service in a K8s cluster in Serverless App Engine (SAE)
6185
+ *
6186
+ * Enumerated values:
6187
+ *
6188
+ * * SAE_K8S_SERVICE
6189
+ * * K8S
6190
+ * * FC3
6191
+ * * DNS
6192
+ * * VIP
6193
+ * * MSE_NACOS
6135
6194
  *
6136
6195
  * @example
6137
6196
  * MSE_NACOS
@@ -6151,7 +6210,7 @@ export declare class CreateServiceRequest extends $dara.Model {
6151
6210
  export declare class CreateServiceResponseBody extends $dara.Model {
6152
6211
  /**
6153
6212
  * @remarks
6154
- * Response status code.
6213
+ * The status code.
6155
6214
  *
6156
6215
  * @example
6157
6216
  * Ok
@@ -6159,12 +6218,12 @@ export declare class CreateServiceResponseBody extends $dara.Model {
6159
6218
  code?: string;
6160
6219
  /**
6161
6220
  * @remarks
6162
- * Response data.
6221
+ * The response data.
6163
6222
  */
6164
6223
  data?: CreateServiceResponseBodyData;
6165
6224
  /**
6166
6225
  * @remarks
6167
- * Response message.
6226
+ * The returned message.
6168
6227
  *
6169
6228
  * @example
6170
6229
  * success
@@ -6172,7 +6231,7 @@ export declare class CreateServiceResponseBody extends $dara.Model {
6172
6231
  message?: string;
6173
6232
  /**
6174
6233
  * @remarks
6175
- * Request ID.
6234
+ * The request ID.
6176
6235
  *
6177
6236
  * @example
6178
6237
  * C67DED2B-F19B-5BEC-88C1-D6EB854CD0D4
@@ -6842,8 +6901,7 @@ export declare class ExportHttpApiResponse extends $dara.Model {
6842
6901
  export declare class GetDashboardRequest extends $dara.Model {
6843
6902
  /**
6844
6903
  * @remarks
6845
- * zh: Chinese
6846
- * en: English
6904
+ * The language. Valid values: zh (Chinese) and en (English).
6847
6905
  *
6848
6906
  * @example
6849
6907
  * zh
@@ -6859,14 +6917,15 @@ export declare class GetDashboardRequest extends $dara.Model {
6859
6917
  apiId?: string;
6860
6918
  /**
6861
6919
  * @remarks
6862
- * Filter configuration
6920
+ * The filter configurations.
6863
6921
  */
6864
6922
  filter?: GetDashboardRequestFilter;
6865
6923
  /**
6866
6924
  * @remarks
6867
- * Dashboard name:
6868
- * - LOG: Access log
6869
- * - PLUGIN: Plugin log
6925
+ * The dashboard name.
6926
+ *
6927
+ * * LOG: access logs
6928
+ * * PLUGIN: plug-in logs
6870
6929
  *
6871
6930
  * @example
6872
6931
  * PLUGIN
@@ -6874,21 +6933,24 @@ export declare class GetDashboardRequest extends $dara.Model {
6874
6933
  name?: string;
6875
6934
  /**
6876
6935
  * @remarks
6877
- * Plugin ID.
6936
+ * The plug-in ID.
6878
6937
  *
6879
6938
  * @example
6880
6939
  * pls-dn82a9djd8z****
6881
6940
  */
6882
6941
  pluginClassId?: string;
6942
+ pluginId?: string;
6883
6943
  /**
6884
6944
  * @remarks
6885
- * Dashboard source:
6886
- * - SLS: Log dashboard
6945
+ * The dashboard source. Valid values:
6946
+ *
6947
+ * * SLS: Simple Log Service
6887
6948
  *
6888
6949
  * @example
6889
6950
  * SLS
6890
6951
  */
6891
6952
  source?: string;
6953
+ upstreamCluster?: string;
6892
6954
  static names(): {
6893
6955
  [key: string]: string;
6894
6956
  };
@@ -6903,8 +6965,7 @@ export declare class GetDashboardRequest extends $dara.Model {
6903
6965
  export declare class GetDashboardShrinkRequest extends $dara.Model {
6904
6966
  /**
6905
6967
  * @remarks
6906
- * zh: Chinese
6907
- * en: English
6968
+ * The language. Valid values: zh (Chinese) and en (English).
6908
6969
  *
6909
6970
  * @example
6910
6971
  * zh
@@ -6920,14 +6981,15 @@ export declare class GetDashboardShrinkRequest extends $dara.Model {
6920
6981
  apiId?: string;
6921
6982
  /**
6922
6983
  * @remarks
6923
- * Filter configuration
6984
+ * The filter configurations.
6924
6985
  */
6925
6986
  filterShrink?: string;
6926
6987
  /**
6927
6988
  * @remarks
6928
- * Dashboard name:
6929
- * - LOG: Access log
6930
- * - PLUGIN: Plugin log
6989
+ * The dashboard name.
6990
+ *
6991
+ * * LOG: access logs
6992
+ * * PLUGIN: plug-in logs
6931
6993
  *
6932
6994
  * @example
6933
6995
  * PLUGIN
@@ -6935,21 +6997,24 @@ export declare class GetDashboardShrinkRequest extends $dara.Model {
6935
6997
  name?: string;
6936
6998
  /**
6937
6999
  * @remarks
6938
- * Plugin ID.
7000
+ * The plug-in ID.
6939
7001
  *
6940
7002
  * @example
6941
7003
  * pls-dn82a9djd8z****
6942
7004
  */
6943
7005
  pluginClassId?: string;
7006
+ pluginId?: string;
6944
7007
  /**
6945
7008
  * @remarks
6946
- * Dashboard source:
6947
- * - SLS: Log dashboard
7009
+ * The dashboard source. Valid values:
7010
+ *
7011
+ * * SLS: Simple Log Service
6948
7012
  *
6949
7013
  * @example
6950
7014
  * SLS
6951
7015
  */
6952
7016
  source?: string;
7017
+ upstreamCluster?: string;
6953
7018
  static names(): {
6954
7019
  [key: string]: string;
6955
7020
  };
@@ -6964,7 +7029,7 @@ export declare class GetDashboardShrinkRequest extends $dara.Model {
6964
7029
  export declare class GetDashboardResponseBody extends $dara.Model {
6965
7030
  /**
6966
7031
  * @remarks
6967
- * Response code
7032
+ * The HTTP status code.
6968
7033
  *
6969
7034
  * @example
6970
7035
  * 200
@@ -6972,12 +7037,12 @@ export declare class GetDashboardResponseBody extends $dara.Model {
6972
7037
  code?: number;
6973
7038
  /**
6974
7039
  * @remarks
6975
- * Response data
7040
+ * The data returned.
6976
7041
  */
6977
7042
  data?: GetDashboardResponseBodyData;
6978
7043
  /**
6979
7044
  * @remarks
6980
- * Backend error code
7045
+ * The error code.
6981
7046
  *
6982
7047
  * @example
6983
7048
  * Ok
@@ -6985,7 +7050,7 @@ export declare class GetDashboardResponseBody extends $dara.Model {
6985
7050
  errorCode?: string;
6986
7051
  /**
6987
7052
  * @remarks
6988
- * Error message
7053
+ * The error message.
6989
7054
  *
6990
7055
  * @example
6991
7056
  * success
@@ -6993,7 +7058,7 @@ export declare class GetDashboardResponseBody extends $dara.Model {
6993
7058
  message?: string;
6994
7059
  /**
6995
7060
  * @remarks
6996
- * Request ID
7061
+ * The request ID.
6997
7062
  *
6998
7063
  * @example
6999
7064
  * 2F46B9E7-67EF-5C8A-BA52-D38D5B32AF2C
@@ -7001,7 +7066,7 @@ export declare class GetDashboardResponseBody extends $dara.Model {
7001
7066
  requestId?: string;
7002
7067
  /**
7003
7068
  * @remarks
7004
- * Whether the request was successful
7069
+ * Indicates whether the request was successful.
7005
7070
  *
7006
7071
  * @example
7007
7072
  * true
@@ -7038,7 +7103,7 @@ export declare class GetDashboardResponse extends $dara.Model {
7038
7103
  export declare class GetDomainRequest extends $dara.Model {
7039
7104
  /**
7040
7105
  * @remarks
7041
- * Indicates whether include domain related resource information.
7106
+ * Specifies whether to return online resource information.
7042
7107
  *
7043
7108
  * @example
7044
7109
  * true
@@ -7058,7 +7123,7 @@ export declare class GetDomainRequest extends $dara.Model {
7058
7123
  export declare class GetDomainResponseBody extends $dara.Model {
7059
7124
  /**
7060
7125
  * @remarks
7061
- * Response code.
7126
+ * The status code returned.
7062
7127
  *
7063
7128
  * @example
7064
7129
  * Ok
@@ -7066,12 +7131,12 @@ export declare class GetDomainResponseBody extends $dara.Model {
7066
7131
  code?: string;
7067
7132
  /**
7068
7133
  * @remarks
7069
- * Response data.
7134
+ * The data returned.
7070
7135
  */
7071
7136
  data?: GetDomainResponseBodyData;
7072
7137
  /**
7073
7138
  * @remarks
7074
- * Response message.
7139
+ * The response message returned.
7075
7140
  *
7076
7141
  * @example
7077
7142
  * success
@@ -7079,7 +7144,7 @@ export declare class GetDomainResponseBody extends $dara.Model {
7079
7144
  message?: string;
7080
7145
  /**
7081
7146
  * @remarks
7082
- * Request ID, used for tracing the API call chain.
7147
+ * The request ID, which is used to trace the API call link.
7083
7148
  *
7084
7149
  * @example
7085
7150
  * 3ACFC7A7-45A9-58CF-B2D5-765B60254695
@@ -7376,7 +7441,7 @@ export declare class GetHttpApiOperationResponse extends $dara.Model {
7376
7441
  export declare class GetHttpApiRouteResponseBody extends $dara.Model {
7377
7442
  /**
7378
7443
  * @remarks
7379
- * Response status code.
7444
+ * The status code.
7380
7445
  *
7381
7446
  * @example
7382
7447
  * Ok
@@ -7384,12 +7449,12 @@ export declare class GetHttpApiRouteResponseBody extends $dara.Model {
7384
7449
  code?: string;
7385
7450
  /**
7386
7451
  * @remarks
7387
- * Route detail data.
7452
+ * The route details.
7388
7453
  */
7389
7454
  data?: HttpRoute;
7390
7455
  /**
7391
7456
  * @remarks
7392
- * Response message.
7457
+ * The returned message.
7393
7458
  *
7394
7459
  * @example
7395
7460
  * success
@@ -7397,7 +7462,7 @@ export declare class GetHttpApiRouteResponseBody extends $dara.Model {
7397
7462
  message?: string;
7398
7463
  /**
7399
7464
  * @remarks
7400
- * Request ID.
7465
+ * The request ID.
7401
7466
  *
7402
7467
  * @example
7403
7468
  * 3ACFC7A7-45A9-58CF-B2D5-765B60254695
@@ -7434,7 +7499,7 @@ export declare class GetHttpApiRouteResponse extends $dara.Model {
7434
7499
  export declare class GetPolicyResponseBody extends $dara.Model {
7435
7500
  /**
7436
7501
  * @remarks
7437
- * Response code.
7502
+ * The status code.
7438
7503
  *
7439
7504
  * @example
7440
7505
  * Ok
@@ -7442,12 +7507,12 @@ export declare class GetPolicyResponseBody extends $dara.Model {
7442
7507
  code?: string;
7443
7508
  /**
7444
7509
  * @remarks
7445
- * Response data.
7510
+ * The data returned.
7446
7511
  */
7447
7512
  data?: PolicyDetailInfo;
7448
7513
  /**
7449
7514
  * @remarks
7450
- * Response message.
7515
+ * The returned message.
7451
7516
  *
7452
7517
  * @example
7453
7518
  * success
@@ -7455,7 +7520,7 @@ export declare class GetPolicyResponseBody extends $dara.Model {
7455
7520
  message?: string;
7456
7521
  /**
7457
7522
  * @remarks
7458
- * Id of the request
7523
+ * The request ID.
7459
7524
  *
7460
7525
  * @example
7461
7526
  * 2F46B9E7-67EF-5C8A-BA52-D38D5B32A***
@@ -7608,7 +7673,7 @@ export declare class GetResourceOverviewResponse extends $dara.Model {
7608
7673
  export declare class GetServiceResponseBody extends $dara.Model {
7609
7674
  /**
7610
7675
  * @remarks
7611
- * Response status code.
7676
+ * The status code.
7612
7677
  *
7613
7678
  * @example
7614
7679
  * Ok
@@ -7616,12 +7681,12 @@ export declare class GetServiceResponseBody extends $dara.Model {
7616
7681
  code?: string;
7617
7682
  /**
7618
7683
  * @remarks
7619
- * Service details data.
7684
+ * The service details.
7620
7685
  */
7621
7686
  data?: Service;
7622
7687
  /**
7623
7688
  * @remarks
7624
- * Response message.
7689
+ * The returned message.
7625
7690
  *
7626
7691
  * @example
7627
7692
  * success
@@ -7629,7 +7694,7 @@ export declare class GetServiceResponseBody extends $dara.Model {
7629
7694
  message?: string;
7630
7695
  /**
7631
7696
  * @remarks
7632
- * Request ID.
7697
+ * The request ID.
7633
7698
  *
7634
7699
  * @example
7635
7700
  * 8FA9BB94-915B-5299-A694-49FCC7F5DD00
@@ -7756,15 +7821,15 @@ export declare class GetTraceConfigResponse extends $dara.Model {
7756
7821
  export declare class ImportHttpApiRequest extends $dara.Model {
7757
7822
  /**
7758
7823
  * @remarks
7759
- * The description of the imported API. If not provided, it will be extracted from the API definition. The length is limited to 255 bytes.
7824
+ * The API description, which cannot exceed 255 bytes in length. If you do not specify a description, a description is extracted from the definition file.
7760
7825
  *
7761
7826
  * @example
7762
- * 测试专用API
7827
+ * API for testing
7763
7828
  */
7764
7829
  description?: string;
7765
7830
  /**
7766
7831
  * @remarks
7767
- * Pre-import check. If enabled, only the check will be performed without importing the API.
7832
+ * Specifies whether to perform a dry run. If this parameter is set to true, a dry run is performed without importing the file.
7768
7833
  *
7769
7834
  * @example
7770
7835
  * false
@@ -7772,7 +7837,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7772
7837
  dryRun?: boolean;
7773
7838
  /**
7774
7839
  * @remarks
7775
- * The name of the imported API. If not provided, it will be extracted from the API definition file. If the API name and version configuration already exist, this import will update the existing API definition based on the `strategy` field.
7840
+ * The API name. If you do not specify a name, a name is extracted from the definition file. If a name and a versioning configuration already exist, the existing API definition is updated based on the strategy field.
7776
7841
  *
7777
7842
  * @example
7778
7843
  * import-test
@@ -7780,7 +7845,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7780
7845
  name?: string;
7781
7846
  /**
7782
7847
  * @remarks
7783
- * The ID of the resource group.
7848
+ * [The resource group ID](https://help.aliyun.com/document_detail/151181.html).
7784
7849
  *
7785
7850
  * @example
7786
7851
  * rg-acfm3q4zjh7fkki
@@ -7788,7 +7853,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7788
7853
  resourceGroupId?: string;
7789
7854
  /**
7790
7855
  * @remarks
7791
- * Base64 encoded API definition, supporting OAS2.0 and OAS3.0 specifications, in YAML or JSON format. It has a higher priority than the `specFileUrl` parameter. If the file size exceeds 10MB, please use the `specFileUrl` parameter to transfer.
7856
+ * The Base64-encoded API definition. OAS 2.0 and OAS 3.0 specifications are supported. YAML and JSON formats are supported. This parameter precedes over the specFileUrl parameter. However, if the file size exceeds 10 MB, use the specFileUrl parameter to pass the definition.
7792
7857
  *
7793
7858
  * @example
7794
7859
  * b3BlbmFwaTogMy4wLjAKaW5mbzoKICAgIHRpdGxlOiBkZW1vCiAgICBkZXNjcmlwdGlvbjogdGhpc2lzZGVtbwogICAgdmVyc2lvbjogIiIKcGF0aHM6CiAgICAvdXNlci97dXNlcklkfToKICAgICAgICBnZXQ6CiAgICAgICAgICAgIHN1bW1hcnk6IOiOt+WPlueUqOaIt+S/oeaBrwogICAgICAgICAgICBkZXNjcmlwdGlvbjog6I635Y+W55So5oi35L+h5oGvCiAgICAgICAgICAgIG9wZXJhdGlvbklkOiBHZXRVc2VySW5mbwogICAgICAgICAgICByZXNwb25zZXM6CiAgICAgICAgICAgICAgICAiMjAwIjoKICAgICAgICAgICAgICAgICAgICBkZXNjcmlwdGlvbjog5oiQ5YqfCiAgICAgICAgICAgICAgICAgICAgY29udGVudDoKICAgICAgICAgICAgICAgICAgICAgICAgYXBwbGljYXRpb24vanNvbjtjaGFyc2V0PXV0Zi04OgogICAgICAgICAgICAgICAgICAgICAgICAgICAgc2NoZW1hOiBudWxsCnNlcnZlcnM6CiAgICAtIHVybDogaHR0cDovL2FwaS5leGFtcGxlLmNvbS92MQo=
@@ -7796,7 +7861,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7796
7861
  specContentBase64?: string;
7797
7862
  /**
7798
7863
  * @remarks
7799
- * Download URL for the API definition file, which must be accessible from the public network or via an internal OSS download address within the same region. The file URL must have download permissions. For non-publicly readable OSS file links, refer to the documentation at https://help.aliyun.com/zh/oss/user-guide/how-to-obtain-the-url-of-a-single-object-or-the-urls-of-multiple-objects, and provide a URL with download permissions. Currently, only API definition files stored on OSS are supported.
7864
+ * The download URL of the API definition file. You can download the file over the Internet or by using an Object Storage Service (OSS) internal download URL that belongs to the current region. You must obtain the required permissions to download the file. For OSS URLs that are not publicly readable, refer to https://help.aliyun.com/zh/oss/user-guide/how-to-obtain-the-url-of-a-single-object-or-the-urls-of-multiple-objects to specify URLs that provide download permissions. Currently, only OSS URLs are supported.
7800
7865
  *
7801
7866
  * @example
7802
7867
  * https://my-bucket.oss-cn-hangzhou.aliyuncs.com/my-api/api.yaml
@@ -7804,16 +7869,16 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7804
7869
  specFileUrl?: string;
7805
7870
  /**
7806
7871
  * @remarks
7807
- * The oss config info.
7872
+ * The OSS information.
7808
7873
  */
7809
7874
  specOssConfig?: ImportHttpApiRequestSpecOssConfig;
7810
7875
  /**
7811
7876
  * @remarks
7812
- * When the imported API name and version management match an existing API, you need to specify an update strategy.
7813
- * - SpecOnly: Completely based on the imported file.
7814
- * - SpecFirst: Prioritize the imported file, add new interfaces and update existing ones, while keeping interfaces not mentioned in the file unchanged.
7815
- * - ExistFirst: Prioritize the existing API, only add new interfaces without updating existing ones.
7816
- * If not specified, the default strategy is ExistFirst.
7877
+ * The update policy when the API to be imported has the same version and name as an existing one. Valid values:
7878
+ *
7879
+ * * SpectOnly: All configurations in the file take effect.
7880
+ * * SpecFirst: The file takes precedence. New APIs are created and existing ones are updated. APIs not included in the file remain unchanged.
7881
+ * * ExistFirst (default): The existing APIs take precedence. New APIs are created but existing ones remain unchanged.
7817
7882
  *
7818
7883
  * @example
7819
7884
  * ExistFirst
@@ -7821,7 +7886,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7821
7886
  strategy?: string;
7822
7887
  /**
7823
7888
  * @remarks
7824
- * If this field is specified, this import will update the specified API instead of importing or searching for an existing API based on the API name and version management configuration. The target API must be of REST type.
7889
+ * The API to be updated. If this parameter is specified, this import updates only the specified API. New APIs are not created and unspecified existing APIs are not updated. Only REST APIs can be specified.
7825
7890
  *
7826
7891
  * @example
7827
7892
  * api-xxxx
@@ -7829,7 +7894,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7829
7894
  targetHttpApiId?: string;
7830
7895
  /**
7831
7896
  * @remarks
7832
- * API versioning configuration. If versioning is enabled, and the version number and API name match an existing API, this import will be treated as an update. If versioning is not enabled, and the API name matches an existing API, this import will also be treated as an update.
7897
+ * Version configuration.
7833
7898
  */
7834
7899
  versionConfig?: HttpApiVersionConfig;
7835
7900
  static names(): {
@@ -7846,7 +7911,7 @@ export declare class ImportHttpApiRequest extends $dara.Model {
7846
7911
  export declare class ImportHttpApiResponseBody extends $dara.Model {
7847
7912
  /**
7848
7913
  * @remarks
7849
- * Response status code.
7914
+ * The status code.
7850
7915
  *
7851
7916
  * @example
7852
7917
  * Ok
@@ -7854,12 +7919,12 @@ export declare class ImportHttpApiResponseBody extends $dara.Model {
7854
7919
  code?: string;
7855
7920
  /**
7856
7921
  * @remarks
7857
- * API information.
7922
+ * The API information.
7858
7923
  */
7859
7924
  data?: ImportHttpApiResponseBodyData;
7860
7925
  /**
7861
7926
  * @remarks
7862
- * Response message.
7927
+ * The returned message.
7863
7928
  *
7864
7929
  * @example
7865
7930
  * success
@@ -7867,7 +7932,7 @@ export declare class ImportHttpApiResponseBody extends $dara.Model {
7867
7932
  message?: string;
7868
7933
  /**
7869
7934
  * @remarks
7870
- * Request ID.
7935
+ * The request ID.
7871
7936
  *
7872
7937
  * @example
7873
7938
  * CE857A85-251D-5018-8103-A38957D71E20
@@ -7904,7 +7969,7 @@ export declare class ImportHttpApiResponse extends $dara.Model {
7904
7969
  export declare class ListDomainsRequest extends $dara.Model {
7905
7970
  /**
7906
7971
  * @remarks
7907
- * Gateway Id.
7972
+ * The instance ID.
7908
7973
  *
7909
7974
  * @example
7910
7975
  * gw-xxx
@@ -7912,7 +7977,7 @@ export declare class ListDomainsRequest extends $dara.Model {
7912
7977
  gatewayId?: string;
7913
7978
  /**
7914
7979
  * @remarks
7915
- * Domain name, fuzzy search.
7980
+ * The domain name keyword for fuzzy search.
7916
7981
  *
7917
7982
  * @example
7918
7983
  * test
@@ -7920,7 +7985,7 @@ export declare class ListDomainsRequest extends $dara.Model {
7920
7985
  nameLike?: string;
7921
7986
  /**
7922
7987
  * @remarks
7923
- * Page number, default is 1.
7988
+ * The page number of the page to return. Default value: 1.
7924
7989
  *
7925
7990
  * @example
7926
7991
  * 1
@@ -7928,7 +7993,7 @@ export declare class ListDomainsRequest extends $dara.Model {
7928
7993
  pageNumber?: number;
7929
7994
  /**
7930
7995
  * @remarks
7931
- * Number of items per page, default is 10.
7996
+ * The number of entries per page. Default value: 10.
7932
7997
  *
7933
7998
  * @example
7934
7999
  * 10
@@ -7936,7 +8001,7 @@ export declare class ListDomainsRequest extends $dara.Model {
7936
8001
  pageSize?: number;
7937
8002
  /**
7938
8003
  * @remarks
7939
- * Resource group ID.
8004
+ * The ID of the resource group.
7940
8005
  *
7941
8006
  * @example
7942
8007
  * rg-ahr5uil8raz0rq3b
@@ -7956,7 +8021,7 @@ export declare class ListDomainsRequest extends $dara.Model {
7956
8021
  export declare class ListDomainsResponseBody extends $dara.Model {
7957
8022
  /**
7958
8023
  * @remarks
7959
- * Response code.
8024
+ * The status code returned.
7960
8025
  *
7961
8026
  * @example
7962
8027
  * Ok
@@ -7964,12 +8029,12 @@ export declare class ListDomainsResponseBody extends $dara.Model {
7964
8029
  code?: string;
7965
8030
  /**
7966
8031
  * @remarks
7967
- * Response data.
8032
+ * The response data.
7968
8033
  */
7969
8034
  data?: ListDomainsResponseBodyData;
7970
8035
  /**
7971
8036
  * @remarks
7972
- * Response message.
8037
+ * The message returned.
7973
8038
  *
7974
8039
  * @example
7975
8040
  * success
@@ -7977,7 +8042,7 @@ export declare class ListDomainsResponseBody extends $dara.Model {
7977
8042
  message?: string;
7978
8043
  /**
7979
8044
  * @remarks
7980
- * Request ID, used for tracing the API call chain.
8045
+ * The request ID, which is used to trace the API call link.
7981
8046
  *
7982
8047
  * @example
7983
8048
  * C61E30D3-579A-5B43-994E-31E02EDC9129
@@ -8140,7 +8205,7 @@ export declare class ListEnvironmentsResponse extends $dara.Model {
8140
8205
  export declare class ListGatewaysRequest extends $dara.Model {
8141
8206
  /**
8142
8207
  * @remarks
8143
- * Query exactly by Gateway ID.
8208
+ * The instance ID. If you specify an ID, an exact search is performed.
8144
8209
  *
8145
8210
  * @example
8146
8211
  * gw-cpv4sqdl****
@@ -8148,7 +8213,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8148
8213
  gatewayId?: string;
8149
8214
  /**
8150
8215
  * @remarks
8151
- * Keyword, search with full match, case-insensitive.
8216
+ * The search keyword. A full match is performed. The search is case-insensitive.
8152
8217
  *
8153
8218
  * @example
8154
8219
  * dev
@@ -8156,7 +8221,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8156
8221
  keyword?: string;
8157
8222
  /**
8158
8223
  * @remarks
8159
- * Query exactly by Gateway name.
8224
+ * The instance name. If you specify a name, an exact search is performed.
8160
8225
  *
8161
8226
  * @example
8162
8227
  * itemcenter-gateway
@@ -8164,7 +8229,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8164
8229
  name?: string;
8165
8230
  /**
8166
8231
  * @remarks
8167
- * Page number.
8232
+ * The number of the page to return.
8168
8233
  *
8169
8234
  * @example
8170
8235
  * 1
@@ -8172,7 +8237,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8172
8237
  pageNumber?: number;
8173
8238
  /**
8174
8239
  * @remarks
8175
- * Page size.
8240
+ * The number of entries per page.
8176
8241
  *
8177
8242
  * @example
8178
8243
  * 10
@@ -8180,7 +8245,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8180
8245
  pageSize?: number;
8181
8246
  /**
8182
8247
  * @remarks
8183
- * Resource group ID.
8248
+ * The resource group ID.
8184
8249
  *
8185
8250
  * @example
8186
8251
  * rg-aekz3wes3hnre5a
@@ -8188,7 +8253,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8188
8253
  resourceGroupId?: string;
8189
8254
  /**
8190
8255
  * @remarks
8191
- * Filter list by tags
8256
+ * The tags that you want to use for the search.
8192
8257
  */
8193
8258
  tag?: ListGatewaysRequestTag[];
8194
8259
  static names(): {
@@ -8205,7 +8270,7 @@ export declare class ListGatewaysRequest extends $dara.Model {
8205
8270
  export declare class ListGatewaysShrinkRequest extends $dara.Model {
8206
8271
  /**
8207
8272
  * @remarks
8208
- * Query exactly by Gateway ID.
8273
+ * The instance ID. If you specify an ID, an exact search is performed.
8209
8274
  *
8210
8275
  * @example
8211
8276
  * gw-cpv4sqdl****
@@ -8213,7 +8278,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8213
8278
  gatewayId?: string;
8214
8279
  /**
8215
8280
  * @remarks
8216
- * Keyword, search with full match, case-insensitive.
8281
+ * The search keyword. A full match is performed. The search is case-insensitive.
8217
8282
  *
8218
8283
  * @example
8219
8284
  * dev
@@ -8221,7 +8286,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8221
8286
  keyword?: string;
8222
8287
  /**
8223
8288
  * @remarks
8224
- * Query exactly by Gateway name.
8289
+ * The instance name. If you specify a name, an exact search is performed.
8225
8290
  *
8226
8291
  * @example
8227
8292
  * itemcenter-gateway
@@ -8229,7 +8294,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8229
8294
  name?: string;
8230
8295
  /**
8231
8296
  * @remarks
8232
- * Page number.
8297
+ * The number of the page to return.
8233
8298
  *
8234
8299
  * @example
8235
8300
  * 1
@@ -8237,7 +8302,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8237
8302
  pageNumber?: number;
8238
8303
  /**
8239
8304
  * @remarks
8240
- * Page size.
8305
+ * The number of entries per page.
8241
8306
  *
8242
8307
  * @example
8243
8308
  * 10
@@ -8245,7 +8310,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8245
8310
  pageSize?: number;
8246
8311
  /**
8247
8312
  * @remarks
8248
- * Resource group ID.
8313
+ * The resource group ID.
8249
8314
  *
8250
8315
  * @example
8251
8316
  * rg-aekz3wes3hnre5a
@@ -8253,7 +8318,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8253
8318
  resourceGroupId?: string;
8254
8319
  /**
8255
8320
  * @remarks
8256
- * Filter list by tags
8321
+ * The tags that you want to use for the search.
8257
8322
  */
8258
8323
  tagShrink?: string;
8259
8324
  static names(): {
@@ -8270,7 +8335,7 @@ export declare class ListGatewaysShrinkRequest extends $dara.Model {
8270
8335
  export declare class ListGatewaysResponseBody extends $dara.Model {
8271
8336
  /**
8272
8337
  * @remarks
8273
- * Response status code.
8338
+ * The status code.
8274
8339
  *
8275
8340
  * @example
8276
8341
  * Ok
@@ -8278,12 +8343,12 @@ export declare class ListGatewaysResponseBody extends $dara.Model {
8278
8343
  code?: string;
8279
8344
  /**
8280
8345
  * @remarks
8281
- * Result of gateway list query.
8346
+ * The instances.
8282
8347
  */
8283
8348
  data?: ListGatewaysResponseBodyData;
8284
8349
  /**
8285
8350
  * @remarks
8286
- * Response message.
8351
+ * The returned message.
8287
8352
  *
8288
8353
  * @example
8289
8354
  * success
@@ -8291,7 +8356,7 @@ export declare class ListGatewaysResponseBody extends $dara.Model {
8291
8356
  message?: string;
8292
8357
  /**
8293
8358
  * @remarks
8294
- * Request ID.
8359
+ * The request ID.
8295
8360
  *
8296
8361
  * @example
8297
8362
  * 5B626361-070A-56A7-B127-ADAC8F3655DB
@@ -8478,7 +8543,7 @@ export declare class ListHttpApiOperationsResponse extends $dara.Model {
8478
8543
  export declare class ListHttpApiRoutesRequest extends $dara.Model {
8479
8544
  /**
8480
8545
  * @remarks
8481
- * Filter the interface list based on a specific consumer authorization rule ID. The interface list in the response will only include authorized interfaces.
8546
+ * The string that is used to filter routes based on consumer authentication rules. Only authorized APIs are returned.
8482
8547
  *
8483
8548
  * @example
8484
8549
  * cas-xxx
@@ -8486,7 +8551,17 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8486
8551
  consumerAuthorizationRuleId?: string;
8487
8552
  /**
8488
8553
  * @remarks
8489
- * Deployment status of the route.
8554
+ * The deployment state of the route.
8555
+ *
8556
+ * Enumerated values:
8557
+ *
8558
+ * * Deploying: The route is being deployed.
8559
+ * * DeployedWithChanges: The route is deployed and modified.
8560
+ * * Undeploying: The route is being undeployed.
8561
+ * * NotDeployed: The route is not deployed.
8562
+ * * Deployed: The route is deployed.
8563
+ * * UndeployFailed: The route failed to be undeployed.
8564
+ * * DeployFailed: The route failed to be deployed.
8490
8565
  *
8491
8566
  * @example
8492
8567
  * NotDeployed
@@ -8494,7 +8569,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8494
8569
  deployStatuses?: string;
8495
8570
  /**
8496
8571
  * @remarks
8497
- * Filter route information by domain ID.
8572
+ * Specifies to filter routes by domain ID.
8498
8573
  *
8499
8574
  * @example
8500
8575
  * d-xxx
@@ -8502,7 +8577,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8502
8577
  domainId?: string;
8503
8578
  /**
8504
8579
  * @remarks
8505
- * Environment ID.
8580
+ * The environment ID.
8506
8581
  *
8507
8582
  * @example
8508
8583
  * env-cpqnr6tlhtgubc***
@@ -8510,7 +8585,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8510
8585
  environmentId?: string;
8511
8586
  /**
8512
8587
  * @remarks
8513
- * Cloud-native API Gateway ID.
8588
+ * The ID of the Cloud-native API Gateway instance.
8514
8589
  *
8515
8590
  * @example
8516
8591
  * gw-cpv4sqdl****
@@ -8518,7 +8593,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8518
8593
  gatewayId?: string;
8519
8594
  /**
8520
8595
  * @remarks
8521
- * Route name.
8596
+ * The route name.
8522
8597
  *
8523
8598
  * @example
8524
8599
  * itemcenter-gateway
@@ -8526,7 +8601,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8526
8601
  name?: string;
8527
8602
  /**
8528
8603
  * @remarks
8529
- * Fuzzy search by route name.
8604
+ * The route name keyword for a fuzzy search.
8530
8605
  *
8531
8606
  * @example
8532
8607
  * item
@@ -8534,7 +8609,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8534
8609
  nameLike?: string;
8535
8610
  /**
8536
8611
  * @remarks
8537
- * Page number, starting from 1. Default is 1 if not specified.
8612
+ * The page number of the page to return. Pages start from page 1. Default value: 1.
8538
8613
  *
8539
8614
  * @example
8540
8615
  * 1
@@ -8542,7 +8617,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8542
8617
  pageNumber?: number;
8543
8618
  /**
8544
8619
  * @remarks
8545
- * Page size, valid range [1, 100]. Default is 10 if not specified.
8620
+ * The number of entries per page. Valid values: 1 to 100. Default value: 10.
8546
8621
  *
8547
8622
  * @example
8548
8623
  * 10
@@ -8550,7 +8625,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8550
8625
  pageSize?: number;
8551
8626
  /**
8552
8627
  * @remarks
8553
- * Fuzzy search by route path.
8628
+ * The route path keyword for a fuzzy search.
8554
8629
  *
8555
8630
  * @example
8556
8631
  * /v1
@@ -8558,7 +8633,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8558
8633
  pathLike?: string;
8559
8634
  /**
8560
8635
  * @remarks
8561
- * The response includes consumer authorization information.
8636
+ * The consumer authorization information in the response.
8562
8637
  *
8563
8638
  * @example
8564
8639
  * true
@@ -8566,7 +8641,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8566
8641
  withAuthPolicyInfo?: boolean;
8567
8642
  /**
8568
8643
  * @remarks
8569
- * Each route information in the response carries the list of authorization rules for the specified consumer ID.
8644
+ * The authentication rules of the specified consumer in each route returned.
8570
8645
  *
8571
8646
  * @example
8572
8647
  * cs-xxx
@@ -8574,7 +8649,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8574
8649
  withConsumerInfoById?: string;
8575
8650
  /**
8576
8651
  * @remarks
8577
- * Each route information in the response carries the attachment information for the specified plugin ID.
8652
+ * The mounting information of the specified plug-in in each route returned.
8578
8653
  *
8579
8654
  * @example
8580
8655
  * pl-xxx
@@ -8594,7 +8669,7 @@ export declare class ListHttpApiRoutesRequest extends $dara.Model {
8594
8669
  export declare class ListHttpApiRoutesResponseBody extends $dara.Model {
8595
8670
  /**
8596
8671
  * @remarks
8597
- * Response status code.
8672
+ * The status code.
8598
8673
  *
8599
8674
  * @example
8600
8675
  * Ok
@@ -8602,12 +8677,12 @@ export declare class ListHttpApiRoutesResponseBody extends $dara.Model {
8602
8677
  code?: string;
8603
8678
  /**
8604
8679
  * @remarks
8605
- * Response data.
8680
+ * The response parameters.
8606
8681
  */
8607
8682
  data?: ListHttpApiRoutesResponseBodyData;
8608
8683
  /**
8609
8684
  * @remarks
8610
- * Response message.
8685
+ * The returned message.
8611
8686
  *
8612
8687
  * @example
8613
8688
  * success
@@ -8615,7 +8690,7 @@ export declare class ListHttpApiRoutesResponseBody extends $dara.Model {
8615
8690
  message?: string;
8616
8691
  /**
8617
8692
  * @remarks
8618
- * Request ID.
8693
+ * The request ID.
8619
8694
  *
8620
8695
  * @example
8621
8696
  * CBEEB8C1-108E-50F0-9BEA-DED79553C309
@@ -8652,7 +8727,7 @@ export declare class ListHttpApiRoutesResponse extends $dara.Model {
8652
8727
  export declare class ListHttpApisRequest extends $dara.Model {
8653
8728
  /**
8654
8729
  * @remarks
8655
- * Cloud-native API Gateway ID.
8730
+ * The ID of the Cloud-native API Gateway instance.
8656
8731
  *
8657
8732
  * @example
8658
8733
  * gw-cq2avtllh****
@@ -8660,7 +8735,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8660
8735
  gatewayId?: string;
8661
8736
  /**
8662
8737
  * @remarks
8663
- * Search keyword, supports fuzzy search by API name or exact search by API ID.
8738
+ * The search keyword. You can fuzzy-search by API name or exact-search by API ID.
8664
8739
  *
8665
8740
  * @example
8666
8741
  * test-
@@ -8668,7 +8743,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8668
8743
  keyword?: string;
8669
8744
  /**
8670
8745
  * @remarks
8671
- * Exact search by name.
8746
+ * The API name that is used for the search. In this case, exact search is performed.
8672
8747
  *
8673
8748
  * @example
8674
8749
  * login
@@ -8676,7 +8751,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8676
8751
  name?: string;
8677
8752
  /**
8678
8753
  * @remarks
8679
- * Page number, starting from 1, default is 1 if not specified.
8754
+ * The page number of the page to return. Pages start from page 1. Default value: 1.
8680
8755
  *
8681
8756
  * @example
8682
8757
  * 1
@@ -8684,7 +8759,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8684
8759
  pageNumber?: number;
8685
8760
  /**
8686
8761
  * @remarks
8687
- * Page size, valid range [1, 100], default is 10 if not specified.
8762
+ * The number of entries per page. Valid values: 1 to 100. Default value: 10.
8688
8763
  *
8689
8764
  * @example
8690
8765
  * 10
@@ -8692,7 +8767,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8692
8767
  pageSize?: number;
8693
8768
  /**
8694
8769
  * @remarks
8695
- * Resource group ID.
8770
+ * The resource group ID.
8696
8771
  *
8697
8772
  * @example
8698
8773
  * rg-ahr5uil8raz0rq3b
@@ -8700,19 +8775,21 @@ export declare class ListHttpApisRequest extends $dara.Model {
8700
8775
  resourceGroupId?: string;
8701
8776
  /**
8702
8777
  * @remarks
8703
- * Type of HTTP API. Multiple types can be passed, separated by ",".
8704
- * - Http
8705
- * - Rest
8706
- * - WebSocket
8707
- * - HttpIngress
8778
+ * The API type. You can specify multiple types and separate them with a comma (,).
8779
+ *
8780
+ * * Http
8781
+ * * Rest
8782
+ * * WebSocket
8783
+ * * HttpIngress
8708
8784
  *
8709
8785
  * @example
8710
8786
  * Http,Rest
8711
8787
  */
8712
8788
  types?: string;
8789
+ withAPIsPublishedToEnvironment?: boolean;
8713
8790
  /**
8714
8791
  * @remarks
8715
- * Each API information in the response carries consumer authentication policy information for the specified environment ID.
8792
+ * The consumer authentication policy in the specified environment in each returned API.
8716
8793
  *
8717
8794
  * @example
8718
8795
  * env-xxx
@@ -8720,7 +8797,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8720
8797
  withAuthPolicyInEnvironmentId?: string;
8721
8798
  /**
8722
8799
  * @remarks
8723
- * Whether the authentication policy is enabled.
8800
+ * Specifies whether authentication is enabled.
8724
8801
  *
8725
8802
  * @example
8726
8803
  * true
@@ -8728,7 +8805,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8728
8805
  withAuthPolicyList?: boolean;
8729
8806
  /**
8730
8807
  * @remarks
8731
- * Each API information in the response carries a list of authorization rules for the specified consumer ID.
8808
+ * The authorization rules of the specified consumer in each returned API.
8732
8809
  *
8733
8810
  * @example
8734
8811
  * cs-xxx
@@ -8736,7 +8813,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8736
8813
  withConsumerInfoById?: string;
8737
8814
  /**
8738
8815
  * @remarks
8739
- * Environment information
8816
+ * The environment information.
8740
8817
  *
8741
8818
  * @example
8742
8819
  * true
@@ -8744,7 +8821,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8744
8821
  withEnvironmentInfo?: boolean;
8745
8822
  /**
8746
8823
  * @remarks
8747
- * Environment ID
8824
+ * The environment ID.
8748
8825
  *
8749
8826
  * @example
8750
8827
  * env-ctovu5mm1hksb4q8ln40
@@ -8752,7 +8829,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8752
8829
  withEnvironmentInfoById?: string;
8753
8830
  /**
8754
8831
  * @remarks
8755
- * Ingress information
8832
+ * The Ingress information.
8756
8833
  *
8757
8834
  * @example
8758
8835
  * false
@@ -8760,12 +8837,13 @@ export declare class ListHttpApisRequest extends $dara.Model {
8760
8837
  withIngressInfo?: boolean;
8761
8838
  /**
8762
8839
  * @remarks
8763
- * Plugin ID, used to get plugin release information based on this ID.
8840
+ * The plug-in ID. You can use the returned value of this parameter to query the plug-in.
8764
8841
  *
8765
8842
  * @example
8766
8843
  * pl-ct9qn3um1hktue8dqol0
8767
8844
  */
8768
8845
  withPluginAttachmentByPluginId?: string;
8846
+ withPolicyConfigs?: boolean;
8769
8847
  static names(): {
8770
8848
  [key: string]: string;
8771
8849
  };
@@ -8780,7 +8858,7 @@ export declare class ListHttpApisRequest extends $dara.Model {
8780
8858
  export declare class ListHttpApisResponseBody extends $dara.Model {
8781
8859
  /**
8782
8860
  * @remarks
8783
- * Response status code.
8861
+ * The status code.
8784
8862
  *
8785
8863
  * @example
8786
8864
  * Ok
@@ -8788,12 +8866,12 @@ export declare class ListHttpApisResponseBody extends $dara.Model {
8788
8866
  code?: string;
8789
8867
  /**
8790
8868
  * @remarks
8791
- * API list.
8869
+ * The APIs.
8792
8870
  */
8793
8871
  data?: ListHttpApisResponseBodyData;
8794
8872
  /**
8795
8873
  * @remarks
8796
- * Response message.
8874
+ * The returned message.
8797
8875
  *
8798
8876
  * @example
8799
8877
  * success
@@ -8801,7 +8879,7 @@ export declare class ListHttpApisResponseBody extends $dara.Model {
8801
8879
  message?: string;
8802
8880
  /**
8803
8881
  * @remarks
8804
- * Request ID.
8882
+ * The request ID.
8805
8883
  *
8806
8884
  * @example
8807
8885
  * 585657D2-1C20-5B8A-AF17-D727C6490BE4
@@ -8959,7 +9037,7 @@ export declare class ListPolicyClassesResponse extends $dara.Model {
8959
9037
  export declare class ListServicesRequest extends $dara.Model {
8960
9038
  /**
8961
9039
  * @remarks
8962
- * Cloud-native API Gateway ID.
9040
+ * The ID of the Cloud-native API Gateway instance.
8963
9041
  *
8964
9042
  * @example
8965
9043
  * gw-cpv4sqdl*****
@@ -8967,7 +9045,7 @@ export declare class ListServicesRequest extends $dara.Model {
8967
9045
  gatewayId?: string;
8968
9046
  /**
8969
9047
  * @remarks
8970
- * Exact query by service name.
9048
+ * The service name.
8971
9049
  *
8972
9050
  * @example
8973
9051
  * user-service
@@ -8975,7 +9053,7 @@ export declare class ListServicesRequest extends $dara.Model {
8975
9053
  name?: string;
8976
9054
  /**
8977
9055
  * @remarks
8978
- * Page number, starting from 1. Default is 1 if not specified.
9056
+ * The page number to return. Pages start from page 1. Default value: 1.
8979
9057
  *
8980
9058
  * @example
8981
9059
  * 1
@@ -8983,7 +9061,7 @@ export declare class ListServicesRequest extends $dara.Model {
8983
9061
  pageNumber?: number;
8984
9062
  /**
8985
9063
  * @remarks
8986
- * Page size, valid range [1, 100]. Default is 10 if not specified.
9064
+ * The number of entries per page. Valid values: 1 to 100. Default value: 10.
8987
9065
  *
8988
9066
  * @example
8989
9067
  * 10
@@ -8991,7 +9069,7 @@ export declare class ListServicesRequest extends $dara.Model {
8991
9069
  pageSize?: number;
8992
9070
  /**
8993
9071
  * @remarks
8994
- * Resource group ID.
9072
+ * The resource group ID.
8995
9073
  *
8996
9074
  * @example
8997
9075
  * rg-acfmxxe5rc6cvla
@@ -8999,12 +9077,21 @@ export declare class ListServicesRequest extends $dara.Model {
8999
9077
  resourceGroupId?: string;
9000
9078
  /**
9001
9079
  * @remarks
9002
- * Query by service source type. Service sources:
9003
- * - MSE_NACOS: Services from MSE Nacos.
9004
- * - K8S: Services from K8S clusters in container services.
9005
- * - FC3: Services from function computing.
9006
- * - VIP: Services from a fixed address.
9007
- * - DNS: Services from a domain name.
9080
+ * The service source. Valid values:
9081
+ *
9082
+ * * MSE_NACOS: a service in an MSE Nacos instance
9083
+ * * K8S: a service in a Kubernetes (K8s) cluster in Container Service for Kubernetes (ACK)
9084
+ * * FC3: a service in Function Compute
9085
+ * * VIP: a fixed address
9086
+ * * DNS: a domain name
9087
+ *
9088
+ * Enumerated values:
9089
+ *
9090
+ * * K8S
9091
+ * * FC3
9092
+ * * DNS
9093
+ * * VIP
9094
+ * * MSE_NACOS
9008
9095
  *
9009
9096
  * @example
9010
9097
  * MSE_NACOS
@@ -9024,7 +9111,7 @@ export declare class ListServicesRequest extends $dara.Model {
9024
9111
  export declare class ListServicesResponseBody extends $dara.Model {
9025
9112
  /**
9026
9113
  * @remarks
9027
- * Response status code.
9114
+ * The status code.
9028
9115
  *
9029
9116
  * @example
9030
9117
  * Ok
@@ -9032,12 +9119,12 @@ export declare class ListServicesResponseBody extends $dara.Model {
9032
9119
  code?: string;
9033
9120
  /**
9034
9121
  * @remarks
9035
- * Response data.
9122
+ * The response parameters.
9036
9123
  */
9037
9124
  data?: ListServicesResponseBodyData;
9038
9125
  /**
9039
9126
  * @remarks
9040
- * Response message.
9127
+ * The returned message.
9041
9128
  *
9042
9129
  * @example
9043
9130
  * success
@@ -9045,7 +9132,7 @@ export declare class ListServicesResponseBody extends $dara.Model {
9045
9132
  message?: string;
9046
9133
  /**
9047
9134
  * @remarks
9048
- * Request ID.
9135
+ * The request ID.
9049
9136
  *
9050
9137
  * @example
9051
9138
  * 585657D2-1C20-5B8A-AF17-D727C6490BE4
@@ -9294,11 +9381,17 @@ export declare class RestartGatewayResponse extends $dara.Model {
9294
9381
  }
9295
9382
  export declare class UndeployHttpApiRequest extends $dara.Model {
9296
9383
  /**
9384
+ * @remarks
9385
+ * The environment ID.
9386
+ *
9297
9387
  * @example
9298
9388
  * env-cqsmtellhtgvo***
9299
9389
  */
9300
9390
  environmentId?: string;
9301
9391
  /**
9392
+ * @remarks
9393
+ * Route ID. This must be provided when publishing the route of an HTTP API.
9394
+ *
9302
9395
  * @example
9303
9396
  * hr-cr82undlhtgrle***
9304
9397
  */
@@ -9316,16 +9409,25 @@ export declare class UndeployHttpApiRequest extends $dara.Model {
9316
9409
  }
9317
9410
  export declare class UndeployHttpApiResponseBody extends $dara.Model {
9318
9411
  /**
9412
+ * @remarks
9413
+ * Response code.
9414
+ *
9319
9415
  * @example
9320
9416
  * Ok
9321
9417
  */
9322
9418
  code?: string;
9323
9419
  /**
9420
+ * @remarks
9421
+ * Response message.
9422
+ *
9324
9423
  * @example
9325
9424
  * success
9326
9425
  */
9327
9426
  message?: string;
9328
9427
  /**
9428
+ * @remarks
9429
+ * Request ID.
9430
+ *
9329
9431
  * @example
9330
9432
  * 3ACFC7A7-45A9-58CF-B2D5-765B60254695
9331
9433
  */
@@ -9361,7 +9463,7 @@ export declare class UndeployHttpApiResponse extends $dara.Model {
9361
9463
  export declare class UpdateDomainRequest extends $dara.Model {
9362
9464
  /**
9363
9465
  * @remarks
9364
- * CA certificate identifier
9466
+ * The CA certificate ID.
9365
9467
  *
9366
9468
  * @example
9367
9469
  * 1ef1da5f-38ed-69b3-****-037781890265
@@ -9369,7 +9471,7 @@ export declare class UpdateDomainRequest extends $dara.Model {
9369
9471
  caCertIdentifier?: string;
9370
9472
  /**
9371
9473
  * @remarks
9372
- * Certificate identifier
9474
+ * The certificate ID.
9373
9475
  *
9374
9476
  * @example
9375
9477
  * 1ef1da5f-38ed-69b3-****-037781890265
@@ -9377,7 +9479,7 @@ export declare class UpdateDomainRequest extends $dara.Model {
9377
9479
  certIdentifier?: string;
9378
9480
  /**
9379
9481
  * @remarks
9380
- * Client CA Certificate
9482
+ * The client CA certificate.
9381
9483
  *
9382
9484
  * @example
9383
9485
  * -----BEGIN CERTIFICATE-----
@@ -9389,7 +9491,7 @@ export declare class UpdateDomainRequest extends $dara.Model {
9389
9491
  clientCACert?: string;
9390
9492
  /**
9391
9493
  * @remarks
9392
- * Set the HTTPS protocol type, whether to enable forced HTTPS redirection.
9494
+ * Specifies whether to enable HTTPS redirection. If protocol is set to HTTPS, forceHttps is required.
9393
9495
  *
9394
9496
  * @example
9395
9497
  * false
@@ -9397,7 +9499,13 @@ export declare class UpdateDomainRequest extends $dara.Model {
9397
9499
  forceHttps?: boolean;
9398
9500
  /**
9399
9501
  * @remarks
9400
- * HTTP/2 settings.
9502
+ * The HTTP/2 configuration.
9503
+ *
9504
+ * Enumerated values:
9505
+ *
9506
+ * * GlobalConfig
9507
+ * * Close
9508
+ * * Open
9401
9509
  *
9402
9510
  * @example
9403
9511
  * Open
@@ -9405,15 +9513,15 @@ export declare class UpdateDomainRequest extends $dara.Model {
9405
9513
  http2Option?: string;
9406
9514
  /**
9407
9515
  * @remarks
9408
- * Whether to enable mTLS mutual authentication
9516
+ * Specifies whether to enable mutual TLS (mTLS) authentication.
9409
9517
  */
9410
9518
  mTLSEnabled?: boolean;
9411
9519
  /**
9412
9520
  * @remarks
9413
- * The protocol type supported by the domain.
9521
+ * The protocol type to be supported by the domain name. Valid values:
9414
9522
  *
9415
- * - HTTP: Supports only HTTP protocol.
9416
- * - HTTPS: Supports only HTTPS protocol.
9523
+ * * HTTP
9524
+ * * HTTPS
9417
9525
  *
9418
9526
  * This parameter is required.
9419
9527
  *
@@ -9423,12 +9531,12 @@ export declare class UpdateDomainRequest extends $dara.Model {
9423
9531
  protocol?: string;
9424
9532
  /**
9425
9533
  * @remarks
9426
- * TLS Cipher Suite Configuration.
9534
+ * The cipher suite configuration.
9427
9535
  */
9428
9536
  tlsCipherSuitesConfig?: TlsCipherSuitesConfig;
9429
9537
  /**
9430
9538
  * @remarks
9431
- * Maximum TLS protocol version, supports up to TLS 1.3.
9539
+ * The maximum TLS version. Up to TLS 1.3 is supported.
9432
9540
  *
9433
9541
  * @example
9434
9542
  * TLS 1.3
@@ -9436,7 +9544,7 @@ export declare class UpdateDomainRequest extends $dara.Model {
9436
9544
  tlsMax?: string;
9437
9545
  /**
9438
9546
  * @remarks
9439
- * Minimum TLS protocol version, supports down to TLS 1.0.
9547
+ * The minimum TLS version. Down to TLS 1.0 is supported.
9440
9548
  *
9441
9549
  * @example
9442
9550
  * TLS 1.0
@@ -9456,7 +9564,7 @@ export declare class UpdateDomainRequest extends $dara.Model {
9456
9564
  export declare class UpdateDomainResponseBody extends $dara.Model {
9457
9565
  /**
9458
9566
  * @remarks
9459
- * Response code.
9567
+ * The status code.
9460
9568
  *
9461
9569
  * @example
9462
9570
  * Ok
@@ -9464,12 +9572,12 @@ export declare class UpdateDomainResponseBody extends $dara.Model {
9464
9572
  code?: string;
9465
9573
  /**
9466
9574
  * @remarks
9467
- * The returned data.
9575
+ * The response parameters.
9468
9576
  */
9469
9577
  data?: UpdateDomainResponseBodyData;
9470
9578
  /**
9471
9579
  * @remarks
9472
- * Response message.
9580
+ * The returned message.
9473
9581
  *
9474
9582
  * @example
9475
9583
  * success
@@ -9477,7 +9585,7 @@ export declare class UpdateDomainResponseBody extends $dara.Model {
9477
9585
  message?: string;
9478
9586
  /**
9479
9587
  * @remarks
9480
- * Request ID, used for tracing the API call chain.
9588
+ * The request ID. You can use this value to trace the API call.
9481
9589
  *
9482
9590
  * @example
9483
9591
  * 4BACB05C-3FE2-588F-9148-700C5C026B74
@@ -9931,12 +10039,12 @@ export declare class UpdateHttpApiOperationResponse extends $dara.Model {
9931
10039
  export declare class UpdateHttpApiRouteRequest extends $dara.Model {
9932
10040
  /**
9933
10041
  * @remarks
9934
- * Backend service configuration for the route.
10042
+ * The backend service configurations of the route.
9935
10043
  */
9936
10044
  backendConfig?: UpdateHttpApiRouteRequestBackendConfig;
9937
10045
  /**
9938
10046
  * @remarks
9939
- * Route description.
10047
+ * The route description.
9940
10048
  *
9941
10049
  * @example
9942
10050
  * test route
@@ -9944,12 +10052,12 @@ export declare class UpdateHttpApiRouteRequest extends $dara.Model {
9944
10052
  description?: string;
9945
10053
  /**
9946
10054
  * @remarks
9947
- * List of domain IDs.
10055
+ * The domain IDs.
9948
10056
  */
9949
10057
  domainIds?: string[];
9950
10058
  /**
9951
10059
  * @remarks
9952
- * Environment ID.
10060
+ * The environment ID.
9953
10061
  *
9954
10062
  * @example
9955
10063
  * env-cquqsollhtgid***
@@ -9957,7 +10065,7 @@ export declare class UpdateHttpApiRouteRequest extends $dara.Model {
9957
10065
  environmentId?: string;
9958
10066
  /**
9959
10067
  * @remarks
9960
- * Route match rule.
10068
+ * The rules for matching the route.
9961
10069
  */
9962
10070
  match?: HttpRouteMatch;
9963
10071
  static names(): {
@@ -9974,7 +10082,7 @@ export declare class UpdateHttpApiRouteRequest extends $dara.Model {
9974
10082
  export declare class UpdateHttpApiRouteResponseBody extends $dara.Model {
9975
10083
  /**
9976
10084
  * @remarks
9977
- * Response status code.
10085
+ * The status code.
9978
10086
  *
9979
10087
  * @example
9980
10088
  * Ok
@@ -9982,7 +10090,7 @@ export declare class UpdateHttpApiRouteResponseBody extends $dara.Model {
9982
10090
  code?: string;
9983
10091
  /**
9984
10092
  * @remarks
9985
- * Response message.
10093
+ * The returned message.
9986
10094
  *
9987
10095
  * @example
9988
10096
  * success
@@ -9990,7 +10098,7 @@ export declare class UpdateHttpApiRouteResponseBody extends $dara.Model {
9990
10098
  message?: string;
9991
10099
  /**
9992
10100
  * @remarks
9993
- * Request ID.
10101
+ * The request ID.
9994
10102
  *
9995
10103
  * @example
9996
10104
  * CBEEB8C1-108E-50F0-9BEA-DED79553C309
@@ -10232,7 +10340,7 @@ export default class Client extends OpenApi {
10232
10340
  */
10233
10341
  changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
10234
10342
  /**
10235
- * Create Domain
10343
+ * Creates a domain name.
10236
10344
  *
10237
10345
  * @remarks
10238
10346
  * Create Domain.
@@ -10246,7 +10354,7 @@ export default class Client extends OpenApi {
10246
10354
  [key: string]: string;
10247
10355
  }, runtime: $dara.RuntimeOptions): Promise<CreateDomainResponse>;
10248
10356
  /**
10249
- * Create Domain
10357
+ * Creates a domain name.
10250
10358
  *
10251
10359
  * @remarks
10252
10360
  * Create Domain.
@@ -10284,7 +10392,7 @@ export default class Client extends OpenApi {
10284
10392
  */
10285
10393
  createEnvironment(request: CreateEnvironmentRequest): Promise<CreateEnvironmentResponse>;
10286
10394
  /**
10287
- * Create an API of HTTP type
10395
+ * Creates an HTTP API.
10288
10396
  *
10289
10397
  * @param request - CreateHttpApiRequest
10290
10398
  * @param headers - map
@@ -10295,7 +10403,7 @@ export default class Client extends OpenApi {
10295
10403
  [key: string]: string;
10296
10404
  }, runtime: $dara.RuntimeOptions): Promise<CreateHttpApiResponse>;
10297
10405
  /**
10298
- * Create an API of HTTP type
10406
+ * Creates an HTTP API.
10299
10407
  *
10300
10408
  * @param request - CreateHttpApiRequest
10301
10409
  * @returns CreateHttpApiResponse
@@ -10374,10 +10482,10 @@ export default class Client extends OpenApi {
10374
10482
  */
10375
10483
  createPolicyAttachment(request: CreatePolicyAttachmentRequest): Promise<CreatePolicyAttachmentResponse>;
10376
10484
  /**
10377
- * Create Service
10485
+ * Creates a service.
10378
10486
  *
10379
10487
  * @remarks
10380
- * The interface supports creating multiple services.
10488
+ * You can call this operation to create multiple services at a time.
10381
10489
  *
10382
10490
  * @param request - CreateServiceRequest
10383
10491
  * @param headers - map
@@ -10388,10 +10496,10 @@ export default class Client extends OpenApi {
10388
10496
  [key: string]: string;
10389
10497
  }, runtime: $dara.RuntimeOptions): Promise<CreateServiceResponse>;
10390
10498
  /**
10391
- * Create Service
10499
+ * Creates a service.
10392
10500
  *
10393
10501
  * @remarks
10394
- * The interface supports creating multiple services.
10502
+ * You can call this operation to create multiple services at a time.
10395
10503
  *
10396
10504
  * @param request - CreateServiceRequest
10397
10505
  * @returns CreateServiceResponse
@@ -10573,7 +10681,7 @@ export default class Client extends OpenApi {
10573
10681
  */
10574
10682
  exportHttpApi(httpApiId: string): Promise<ExportHttpApiResponse>;
10575
10683
  /**
10576
- * Get Monitoring/Logging Dashboard Interface
10684
+ * Obtains data from dashboards.
10577
10685
  *
10578
10686
  * @param tmpReq - GetDashboardRequest
10579
10687
  * @param headers - map
@@ -10584,14 +10692,14 @@ export default class Client extends OpenApi {
10584
10692
  [key: string]: string;
10585
10693
  }, runtime: $dara.RuntimeOptions): Promise<GetDashboardResponse>;
10586
10694
  /**
10587
- * Get Monitoring/Logging Dashboard Interface
10695
+ * Obtains data from dashboards.
10588
10696
  *
10589
10697
  * @param request - GetDashboardRequest
10590
10698
  * @returns GetDashboardResponse
10591
10699
  */
10592
10700
  getDashboard(gatewayId: string, request: GetDashboardRequest): Promise<GetDashboardResponse>;
10593
10701
  /**
10594
- * Query domain details
10702
+ * Queries the information about a domain name.
10595
10703
  *
10596
10704
  * @param request - GetDomainRequest
10597
10705
  * @param headers - map
@@ -10602,7 +10710,7 @@ export default class Client extends OpenApi {
10602
10710
  [key: string]: string;
10603
10711
  }, runtime: $dara.RuntimeOptions): Promise<GetDomainResponse>;
10604
10712
  /**
10605
- * Query domain details
10713
+ * Queries the information about a domain name.
10606
10714
  *
10607
10715
  * @param request - GetDomainRequest
10608
10716
  * @returns GetDomainResponse
@@ -10676,7 +10784,7 @@ export default class Client extends OpenApi {
10676
10784
  */
10677
10785
  getHttpApiOperation(httpApiId: string, operationId: string): Promise<GetHttpApiOperationResponse>;
10678
10786
  /**
10679
- * Get the details of an HttpApi route
10787
+ * Queries the details of a route of an HTTP API.
10680
10788
  *
10681
10789
  * @param headers - map
10682
10790
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10686,12 +10794,12 @@ export default class Client extends OpenApi {
10686
10794
  [key: string]: string;
10687
10795
  }, runtime: $dara.RuntimeOptions): Promise<GetHttpApiRouteResponse>;
10688
10796
  /**
10689
- * Get the details of an HttpApi route
10797
+ * Queries the details of a route of an HTTP API.
10690
10798
  * @returns GetHttpApiRouteResponse
10691
10799
  */
10692
10800
  getHttpApiRoute(httpApiId: string, routeId: string): Promise<GetHttpApiRouteResponse>;
10693
10801
  /**
10694
- * GetPolicy
10802
+ * Queries a policy.
10695
10803
  *
10696
10804
  * @param headers - map
10697
10805
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10701,7 +10809,7 @@ export default class Client extends OpenApi {
10701
10809
  [key: string]: string;
10702
10810
  }, runtime: $dara.RuntimeOptions): Promise<GetPolicyResponse>;
10703
10811
  /**
10704
- * GetPolicy
10812
+ * Queries a policy.
10705
10813
  * @returns GetPolicyResponse
10706
10814
  */
10707
10815
  getPolicy(policyId: string): Promise<GetPolicyResponse>;
@@ -10736,7 +10844,7 @@ export default class Client extends OpenApi {
10736
10844
  */
10737
10845
  getResourceOverview(): Promise<GetResourceOverviewResponse>;
10738
10846
  /**
10739
- * Get Service Details
10847
+ * Queries the details of a service.
10740
10848
  *
10741
10849
  * @param headers - map
10742
10850
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10746,7 +10854,7 @@ export default class Client extends OpenApi {
10746
10854
  [key: string]: string;
10747
10855
  }, runtime: $dara.RuntimeOptions): Promise<GetServiceResponse>;
10748
10856
  /**
10749
- * Get Service Details
10857
+ * Queries the details of a service.
10750
10858
  * @returns GetServiceResponse
10751
10859
  */
10752
10860
  getService(serviceId: string): Promise<GetServiceResponse>;
@@ -10769,7 +10877,7 @@ export default class Client extends OpenApi {
10769
10877
  */
10770
10878
  getTraceConfig(gatewayId: string, request: GetTraceConfigRequest): Promise<GetTraceConfigResponse>;
10771
10879
  /**
10772
- * Import HttpApi
10880
+ * Imports HTTP APIs. You can call this operation to import OpenAPI 2.0 and OpenAPI 3.0.x definition files to create REST APIs.
10773
10881
  *
10774
10882
  * @param request - ImportHttpApiRequest
10775
10883
  * @param headers - map
@@ -10780,14 +10888,14 @@ export default class Client extends OpenApi {
10780
10888
  [key: string]: string;
10781
10889
  }, runtime: $dara.RuntimeOptions): Promise<ImportHttpApiResponse>;
10782
10890
  /**
10783
- * Import HttpApi
10891
+ * Imports HTTP APIs. You can call this operation to import OpenAPI 2.0 and OpenAPI 3.0.x definition files to create REST APIs.
10784
10892
  *
10785
10893
  * @param request - ImportHttpApiRequest
10786
10894
  * @returns ImportHttpApiResponse
10787
10895
  */
10788
10896
  importHttpApi(request: ImportHttpApiRequest): Promise<ImportHttpApiResponse>;
10789
10897
  /**
10790
- * ListDomains
10898
+ * Queries a list of domain names.
10791
10899
  *
10792
10900
  * @param request - ListDomainsRequest
10793
10901
  * @param headers - map
@@ -10798,7 +10906,7 @@ export default class Client extends OpenApi {
10798
10906
  [key: string]: string;
10799
10907
  }, runtime: $dara.RuntimeOptions): Promise<ListDomainsResponse>;
10800
10908
  /**
10801
- * ListDomains
10909
+ * Queries a list of domain names.
10802
10910
  *
10803
10911
  * @param request - ListDomainsRequest
10804
10912
  * @returns ListDomainsResponse
@@ -10827,7 +10935,7 @@ export default class Client extends OpenApi {
10827
10935
  */
10828
10936
  listEnvironments(request: ListEnvironmentsRequest): Promise<ListEnvironmentsResponse>;
10829
10937
  /**
10830
- * Retrieve the list of created cloud-native gateways
10938
+ * Queries a list of instances.
10831
10939
  *
10832
10940
  * @param tmpReq - ListGatewaysRequest
10833
10941
  * @param headers - map
@@ -10838,7 +10946,7 @@ export default class Client extends OpenApi {
10838
10946
  [key: string]: string;
10839
10947
  }, runtime: $dara.RuntimeOptions): Promise<ListGatewaysResponse>;
10840
10948
  /**
10841
- * Retrieve the list of created cloud-native gateways
10949
+ * Queries a list of instances.
10842
10950
  *
10843
10951
  * @param request - ListGatewaysRequest
10844
10952
  * @returns ListGatewaysResponse
@@ -10863,7 +10971,7 @@ export default class Client extends OpenApi {
10863
10971
  */
10864
10972
  listHttpApiOperations(httpApiId: string, request: ListHttpApiOperationsRequest): Promise<ListHttpApiOperationsResponse>;
10865
10973
  /**
10866
- * Create a route for HttpApi
10974
+ * Queries the routes of an HTTP API.
10867
10975
  *
10868
10976
  * @param request - ListHttpApiRoutesRequest
10869
10977
  * @param headers - map
@@ -10874,14 +10982,14 @@ export default class Client extends OpenApi {
10874
10982
  [key: string]: string;
10875
10983
  }, runtime: $dara.RuntimeOptions): Promise<ListHttpApiRoutesResponse>;
10876
10984
  /**
10877
- * Create a route for HttpApi
10985
+ * Queries the routes of an HTTP API.
10878
10986
  *
10879
10987
  * @param request - ListHttpApiRoutesRequest
10880
10988
  * @returns ListHttpApiRoutesResponse
10881
10989
  */
10882
10990
  listHttpApiRoutes(httpApiId: string, request: ListHttpApiRoutesRequest): Promise<ListHttpApiRoutesResponse>;
10883
10991
  /**
10884
- * List HTTP APIs
10992
+ * Queries a list of HTTP APIs.
10885
10993
  *
10886
10994
  * @param request - ListHttpApisRequest
10887
10995
  * @param headers - map
@@ -10892,7 +11000,7 @@ export default class Client extends OpenApi {
10892
11000
  [key: string]: string;
10893
11001
  }, runtime: $dara.RuntimeOptions): Promise<ListHttpApisResponse>;
10894
11002
  /**
10895
- * List HTTP APIs
11003
+ * Queries a list of HTTP APIs.
10896
11004
  *
10897
11005
  * @param request - ListHttpApisRequest
10898
11006
  * @returns ListHttpApisResponse
@@ -10917,7 +11025,7 @@ export default class Client extends OpenApi {
10917
11025
  */
10918
11026
  listPolicyClasses(request: ListPolicyClassesRequest): Promise<ListPolicyClassesResponse>;
10919
11027
  /**
10920
- * Get Service List
11028
+ * Queries a list of services.
10921
11029
  *
10922
11030
  * @param request - ListServicesRequest
10923
11031
  * @param headers - map
@@ -10928,7 +11036,7 @@ export default class Client extends OpenApi {
10928
11036
  [key: string]: string;
10929
11037
  }, runtime: $dara.RuntimeOptions): Promise<ListServicesResponse>;
10930
11038
  /**
10931
- * Get Service List
11039
+ * Queries a list of services.
10932
11040
  *
10933
11041
  * @param request - ListServicesRequest
10934
11042
  * @returns ListServicesResponse
@@ -11001,10 +11109,7 @@ export default class Client extends OpenApi {
11001
11109
  */
11002
11110
  undeployHttpApi(httpApiId: string, request: UndeployHttpApiRequest): Promise<UndeployHttpApiResponse>;
11003
11111
  /**
11004
- * UpdateDomain
11005
- *
11006
- * @remarks
11007
- * 只有类型为**容器服务**的来源允许更新监听Ingress的配置。
11112
+ * Updates a domain name.
11008
11113
  *
11009
11114
  * @param request - UpdateDomainRequest
11010
11115
  * @param headers - map
@@ -11015,10 +11120,7 @@ export default class Client extends OpenApi {
11015
11120
  [key: string]: string;
11016
11121
  }, runtime: $dara.RuntimeOptions): Promise<UpdateDomainResponse>;
11017
11122
  /**
11018
- * UpdateDomain
11019
- *
11020
- * @remarks
11021
- * 只有类型为**容器服务**的来源允许更新监听Ingress的配置。
11123
+ * Updates a domain name.
11022
11124
  *
11023
11125
  * @param request - UpdateDomainRequest
11024
11126
  * @returns UpdateDomainResponse
@@ -11119,7 +11221,7 @@ export default class Client extends OpenApi {
11119
11221
  */
11120
11222
  updateHttpApiOperation(httpApiId: string, operationId: string, request: UpdateHttpApiOperationRequest): Promise<UpdateHttpApiOperationResponse>;
11121
11223
  /**
11122
- * Update the route of HttpApi
11224
+ * Updates the route of an HTTP API.
11123
11225
  *
11124
11226
  * @param request - UpdateHttpApiRouteRequest
11125
11227
  * @param headers - map
@@ -11130,7 +11232,7 @@ export default class Client extends OpenApi {
11130
11232
  [key: string]: string;
11131
11233
  }, runtime: $dara.RuntimeOptions): Promise<UpdateHttpApiRouteResponse>;
11132
11234
  /**
11133
- * Update the route of HttpApi
11235
+ * Updates the route of an HTTP API.
11134
11236
  *
11135
11237
  * @param request - UpdateHttpApiRouteRequest
11136
11238
  * @returns UpdateHttpApiRouteResponse