tencentcloud-sdk-nodejs 4.1.235 → 4.1.237

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.
Files changed (114) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cam/v20190116/cam_client.js +6 -0
  3. package/es/services/ckafka/v20190819/ckafka_client.js +0 -3
  4. package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
  5. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  6. package/es/services/emr/v20190103/emr_client.js +5 -2
  7. package/es/services/faceid/v20180301/faceid_client.js +8 -2
  8. package/es/services/ga2/v20250115/ga2_client.js +3 -0
  9. package/es/services/ioa/v20220601/ioa_client.js +3 -0
  10. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +74 -14
  11. package/es/services/mna/v20210119/mna_client.js +6 -0
  12. package/es/services/mongodb/v20190725/mongodb_client.js +12 -0
  13. package/es/services/monitor/v20180724/monitor_client.js +9 -0
  14. package/es/services/mps/v20190612/mps_client.js +3 -0
  15. package/es/services/mqtt/v20240516/mqtt_client.js +11 -5
  16. package/es/services/tcb/v20180608/tcb_client.js +9 -0
  17. package/es/services/tdai/v20250717/tdai_client.js +50 -23
  18. package/es/services/tdmysql/v20211122/tdmysql_client.js +77 -26
  19. package/es/services/trp/v20210515/trp_client.js +30 -6
  20. package/es/services/tse/v20201207/tse_client.js +115 -25
  21. package/package.json +1 -1
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +1 -1
  25. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +7 -2
  26. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  27. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +29 -47
  28. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
  29. package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
  30. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +86 -8
  31. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +52 -52
  32. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +29 -13
  33. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +32 -32
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -5
  35. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -6
  36. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +40 -70
  37. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +58 -52
  38. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -6
  39. package/tencentcloud/services/config/v20220802/config_models.d.ts +1 -1
  40. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -4
  41. package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -4
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -19
  43. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +43 -27
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +253 -103
  47. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +2 -2
  48. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +45 -41
  49. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  50. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  51. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +272 -234
  52. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
  53. package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
  54. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +363 -116
  55. package/tencentcloud/services/es/v20180416/es_models.d.ts +70 -67
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -13
  57. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +11 -3
  58. package/tencentcloud/services/faceid/v20180301/faceid_client.js +15 -3
  59. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +129 -0
  60. package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +5 -1
  61. package/tencentcloud/services/ga2/v20250115/ga2_client.js +6 -0
  62. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +30 -8
  63. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +5 -1
  64. package/tencentcloud/services/ioa/v20220601/ioa_client.js +6 -0
  65. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +26 -0
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +98 -16
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +144 -22
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1330 -172
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +43 -6
  70. package/tencentcloud/services/live/v20180801/live_models.d.ts +41 -61
  71. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +31 -124
  72. package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +6 -7
  73. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -1
  74. package/tencentcloud/services/mna/v20210119/mna_client.js +12 -0
  75. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +56 -0
  76. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +17 -1
  77. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +24 -0
  78. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +97 -19
  79. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +29 -1
  80. package/tencentcloud/services/monitor/v20180724/monitor_client.js +34 -0
  81. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +121 -9
  82. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
  83. package/tencentcloud/services/mps/v20190612/mps_client.js +6 -0
  84. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +88 -65
  85. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +17 -9
  86. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +23 -11
  87. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +114 -37
  88. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +105 -94
  89. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +26 -1
  90. package/tencentcloud/services/tcb/v20180608/tcb_client.js +31 -0
  91. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +105 -11
  92. package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +63 -27
  93. package/tencentcloud/services/tdai/v20250717/tdai_client.js +93 -39
  94. package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +468 -18
  95. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +23 -17
  96. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +95 -27
  97. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +141 -39
  98. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +2758 -536
  99. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +101 -2
  100. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -6
  101. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  102. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  103. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +37 -9
  104. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +39 -7
  105. package/tencentcloud/services/trp/v20210515/trp_client.js +57 -9
  106. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +904 -276
  107. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +147 -27
  108. package/tencentcloud/services/tse/v20201207/tse_client.js +219 -39
  109. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1840 -215
  110. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  111. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +26 -12
  112. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +509 -527
  113. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +64 -58
  114. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +26 -195
@@ -1,12 +1,16 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeNacosReplicasRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, DeleteGovernanceLaneGroupsResponse, CloseWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DescribeGovernanceLaneGroupsResponse, CreateNativeGatewayServiceSourceResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, ModifyAutoScalerResourceStrategyRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, CreateConfigFileGroupResponse, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeWafProtectionRequest, DescribeAutoScalerResourceStrategiesRequest, DeleteCloudNativeAPIGatewayCORSRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceLaneGroupsRequest, ModifyGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteNativeGatewayServiceSourceResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayIPRestrictionRequest, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeCloudNativeAPIGatewayCORSRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, CreateNativeGatewayServiceSourceRequest, CreateGovernanceLaneGroupsRequest, ModifyNativeGatewayServiceSourceRequest, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, CreateWafDomainsRequest, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DescribeConfigFilesByGroupResponse, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, DeleteCloudNativeAPIGatewayCORSResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyGovernanceNamespacesRequest, ModifyConfigFileGroupResponse, RollbackConfigFileReleasesRequest, DescribeCloudNativeAPIGatewayInfoByIpResponse, DescribeCloudNativeAPIGatewayServicesLightRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DeleteCloudNativeAPIGatewayIPRestrictionResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, CreateOrModifyCloudNativeAPIGatewayCORSRequest, DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, ModifyConfigFilesResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, CreateGovernanceInstancesResponse, CreateGovernanceLaneGroupsResponse, DeleteEngineResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceAliasResponse, DescribeCloudNativeAPIGatewayCORSResponse, DeleteGovernanceInstancesByHostRequest, DescribeCloudNativeAPIGatewayIPRestrictionResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, CreateConfigFileGroupRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceAliasesRequest, CreateOrModifyCloudNativeAPIGatewayIPRestrictionRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesRequest, DescribeCloudNativeAPIGatewayInfoByIpRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, DescribeNativeGatewayServiceSourcesResponse, CreateCloudNativeAPIGatewayServiceResponse, ModifyGovernanceLaneGroupsResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, CreateOrModifyCloudNativeAPIGatewayCORSResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteCloudNativeAPIGatewayIPRestrictionRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeInstanceTagInfosRequest, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeNativeGatewayServiceSourcesRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, DeleteNativeGatewayServerGroupRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewaysRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, DescribeInstanceTagInfosResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, CreateAutoScalerResourceStrategyResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DescribeZookeeperServerInterfacesResponse, DescribeConfigFileReleaseVersionsResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, RestartSREInstanceRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, DeleteNativeGatewayServiceSourceRequest, DescribeCloudNativeAPIGatewayServicesLightResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceLaneGroupsRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, ModifyNativeGatewayServiceSourceResponse, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, CreateCloudNativeAPIGatewayRouteRequest, DescribeGovernanceLaneGroupsRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse, DescribeAllConfigFileTemplatesRequest } from "./tse_models";
3
+ import { DescribeNacosReplicasRequest, CreateConfigFileGroupRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, DeleteGovernanceLaneGroupsResponse, CloseWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceLaneGroupsResponse, CreateNativeGatewayServiceSourceResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerListRequest, CreateCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, ModifyCloudNativeAPIGatewayConsumerResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, ModifyAutoScalerResourceStrategyRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteEngineResponse, CreateConfigFileGroupResponse, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeWafProtectionRequest, DescribeAutoScalerResourceStrategiesRequest, DeleteCloudNativeAPIGatewayCORSRequest, DeleteCloudNativeAPIGatewayConsumerRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayConsumerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceLaneGroupsRequest, DescribeUpstreamHealthCheckConfigResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteNativeGatewayServiceSourceResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DescribeCloudNativeAPIGatewayConsumerGroupListResponse, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayIPRestrictionRequest, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeCloudNativeAPIGatewayCORSRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, CreateNativeGatewayServiceSourceRequest, CreateGovernanceLaneGroupsRequest, AddCloudNativeAPIGatewayConsumerInGroupResponse, ModifyNativeGatewayServiceSourceRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, CreateWafDomainsRequest, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusRequest, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConsumerResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DescribeConfigFilesByGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, CreateCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCORSResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyGovernanceNamespacesRequest, ModifyConfigFileGroupResponse, RollbackConfigFileReleasesRequest, DescribeCloudNativeAPIGatewayInfoByIpResponse, DescribeCloudNativeAPIGatewayServicesLightRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DeleteCloudNativeAPIGatewayIPRestrictionResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, CreateOrModifyCloudNativeAPIGatewayCORSRequest, DescribeCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, ModifyConfigFilesResponse, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, DescribeCloudNativeAPIGatewaySecretKeyListResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, CreateGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, CreateGovernanceLaneGroupsResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceAliasResponse, DescribeCloudNativeAPIGatewayCORSResponse, DeleteGovernanceInstancesByHostRequest, DescribeCloudNativeAPIGatewayIPRestrictionResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, DeleteGovernanceAliasesRequest, DescribeCloudNativeAPIGatewayConsumerListResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, DescribeNacosServerInterfacesRequest, ModifyCloudNativeAPIGatewayConsumerGroupRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeSREInstancesRequest, DescribeCloudNativeAPIGatewayInfoByIpRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, DescribeNativeGatewayServiceSourcesResponse, CreateCloudNativeAPIGatewayServiceResponse, ModifyGovernanceLaneGroupsResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, CreateOrModifyCloudNativeAPIGatewayCORSResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteCloudNativeAPIGatewayIPRestrictionRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeInstanceTagInfosRequest, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, DescribeNativeGatewayServiceSourcesRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DeleteNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayConsumerGroupListRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewaysRequest, DescribeCloudNativeAPIGatewaySecretKeyListRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeInstanceTagInfosResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, CreateAutoScalerResourceStrategyResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DescribeZookeeperServerInterfacesResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, DescribeConfigFileReleaseVersionsResponse, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, RestartSREInstanceRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, DeleteNativeGatewayServiceSourceRequest, DescribeCloudNativeAPIGatewayServicesLightResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, DeleteGovernanceLaneGroupsRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, ModifyNativeGatewayServiceSourceResponse, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, DescribeCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayRouteRequest, DescribeGovernanceLaneGroupsRequest, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, DescribeConfigFileReleaseResponse, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesRequest } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 删除指定的云原生网关消费者
12
+ */
13
+ DeleteCloudNativeAPIGatewayConsumer(req: DeleteCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerResponse>;
10
14
  /**
11
15
  * 删除泳道组
12
16
  */
@@ -35,6 +39,14 @@ export declare class Client extends AbstractClient {
35
39
  * 查询治理中心服务别名列表
36
40
  */
37
41
  DescribeGovernanceAliases(req: DescribeGovernanceAliasesRequest, cb?: (error: string, rep: DescribeGovernanceAliasesResponse) => void): Promise<DescribeGovernanceAliasesResponse>;
42
+ /**
43
+ * 获取云原生网关服务健康检查配置
44
+ */
45
+ DescribeUpstreamHealthCheckConfig(req: DescribeUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: DescribeUpstreamHealthCheckConfigResponse) => void): Promise<DescribeUpstreamHealthCheckConfigResponse>;
46
+ /**
47
+ * 修改 LLM 模型 API 信息
48
+ */
49
+ ModifyCloudNativeAPIGatewayLLMModelAPI(req: ModifyCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<ModifyCloudNativeAPIGatewayLLMModelAPIResponse>;
38
50
  /**
39
51
  * 创建泳道组
40
52
  */
@@ -72,13 +84,13 @@ export declare class Client extends AbstractClient {
72
84
  */
73
85
  DescribeCloudNativeAPIGatewayServicesLight(req: DescribeCloudNativeAPIGatewayServicesLightRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayServicesLightResponse) => void): Promise<DescribeCloudNativeAPIGatewayServicesLightResponse>;
74
86
  /**
75
- * 删除治理中心服务别名
87
+ * 删除云原生网关密钥
76
88
  */
77
- DeleteGovernanceAliases(req: DeleteGovernanceAliasesRequest, cb?: (error: string, rep: DeleteGovernanceAliasesResponse) => void): Promise<DeleteGovernanceAliasesResponse>;
89
+ DeleteCloudNativeAPIGatewaySecretKey(req: DeleteCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DeleteCloudNativeAPIGatewaySecretKeyResponse>;
78
90
  /**
79
- * 修改治理中心服务实例
91
+ * 查询单个 LLM 模型服务列表
80
92
  */
81
- ModifyGovernanceInstances(req: ModifyGovernanceInstancesRequest, cb?: (error: string, rep: ModifyGovernanceInstancesResponse) => void): Promise<ModifyGovernanceInstancesResponse>;
93
+ DescribeCloudNativeAPIGatewayLLMModelService(req: DescribeCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServiceResponse>;
82
94
  /**
83
95
  * 查询Zookeeper类型注册引擎实例副本信息
84
96
  */
@@ -127,6 +139,10 @@ export declare class Client extends AbstractClient {
127
139
  * 修改云原生网关证书信息
128
140
  */
129
141
  UpdateCloudNativeAPIGatewayCertificateInfo(req: UpdateCloudNativeAPIGatewayCertificateInfoRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewayCertificateInfoResponse) => void): Promise<UpdateCloudNativeAPIGatewayCertificateInfoResponse>;
142
+ /**
143
+ * 查询云原生网关消费者列表
144
+ */
145
+ DescribeCloudNativeAPIGatewayConsumerList(req: DescribeCloudNativeAPIGatewayConsumerListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerListResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerListResponse>;
130
146
  /**
131
147
  * 获取全量配置文件模板列表
132
148
  */
@@ -143,6 +159,10 @@ export declare class Client extends AbstractClient {
143
159
  * 查询zookeeper服务接口列表
144
160
  */
145
161
  DescribeZookeeperServerInterfaces(req: DescribeZookeeperServerInterfacesRequest, cb?: (error: string, rep: DescribeZookeeperServerInterfacesResponse) => void): Promise<DescribeZookeeperServerInterfacesResponse>;
162
+ /**
163
+ * 查询单个 LLM 模型 API 信息
164
+ */
165
+ DescribeCloudNativeAPIGatewayLLMModelAPI(req: DescribeCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIResponse>;
146
166
  /**
147
167
  * 获取 WAF 防护域名
148
168
  */
@@ -151,6 +171,18 @@ export declare class Client extends AbstractClient {
151
171
  * 删除配置文件
152
172
  */
153
173
  DeleteConfigFiles(req: DeleteConfigFilesRequest, cb?: (error: string, rep: DeleteConfigFilesResponse) => void): Promise<DeleteConfigFilesResponse>;
174
+ /**
175
+ * 查看云原生网关消费者组的信息
176
+ */
177
+ DescribeCloudNativeAPIGatewayConsumerGroup(req: DescribeCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerGroupResponse>;
178
+ /**
179
+ * 创建 LLM 模型服务。同一网关下 Name 唯一。
180
+ */
181
+ CreateCloudNativeAPIGatewayLLMModelService(req: CreateCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<CreateCloudNativeAPIGatewayLLMModelServiceResponse>;
182
+ /**
183
+ * 查询 LLM 模型 API 列表
184
+ */
185
+ DescribeCloudNativeAPIGatewayLLMModelAPIs(req: DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIsResponse>;
154
186
  /**
155
187
  * 更新弹性伸缩策略
156
188
  */
@@ -175,6 +207,10 @@ export declare class Client extends AbstractClient {
175
207
  * 查询配置版本列表
176
208
  */
177
209
  DescribeConfigFileReleases(req: DescribeConfigFileReleasesRequest, cb?: (error: string, rep: DescribeConfigFileReleasesResponse) => void): Promise<DescribeConfigFileReleasesResponse>;
210
+ /**
211
+ * 删除 LLM 模型 API 信息
212
+ */
213
+ DeleteCloudNativeAPIGatewayLLMModelAPI(req: DeleteCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<DeleteCloudNativeAPIGatewayLLMModelAPIResponse>;
178
214
  /**
179
215
  * 关闭 WAF 防护
180
216
  */
@@ -183,6 +219,10 @@ export declare class Client extends AbstractClient {
183
219
  * 创建云原生API网关实例
184
220
  */
185
221
  CreateCloudNativeAPIGateway(req: CreateCloudNativeAPIGatewayRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayResponse) => void): Promise<CreateCloudNativeAPIGatewayResponse>;
222
+ /**
223
+ * 删除治理中心服务别名
224
+ */
225
+ DeleteGovernanceAliases(req: DeleteGovernanceAliasesRequest, cb?: (error: string, rep: DeleteGovernanceAliasesResponse) => void): Promise<DeleteGovernanceAliasesResponse>;
186
226
  /**
187
227
  * 查询云原生网关的限流插件(路由)
188
228
  */
@@ -207,6 +247,10 @@ export declare class Client extends AbstractClient {
207
247
  * 查询服务治理中心命名空间列表
208
248
  */
209
249
  DescribeGovernanceNamespaces(req: DescribeGovernanceNamespacesRequest, cb?: (error: string, rep: DescribeGovernanceNamespacesResponse) => void): Promise<DescribeGovernanceNamespacesResponse>;
250
+ /**
251
+ * 查询服务下契约版本列表
252
+ */
253
+ DescribeGovernanceServiceContractVersions(req: DescribeGovernanceServiceContractVersionsRequest, cb?: (error: string, rep: DescribeGovernanceServiceContractVersionsResponse) => void): Promise<DescribeGovernanceServiceContractVersionsResponse>;
210
254
  /**
211
255
  * 更新网关上游实例列表,仅支持IPList服务类型
212
256
  */
@@ -215,10 +259,18 @@ export declare class Client extends AbstractClient {
215
259
  * 创建云原生网关路由
216
260
  */
217
261
  CreateCloudNativeAPIGatewayRoute(req: CreateCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteResponse>;
262
+ /**
263
+ * 查询 LLM 模型服务列表
264
+ */
265
+ DescribeCloudNativeAPIGatewayLLMModelServices(req: DescribeCloudNativeAPIGatewayLLMModelServicesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServicesResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServicesResponse>;
218
266
  /**
219
267
  * 创建服务实例
220
268
  */
221
269
  CreateGovernanceInstances(req: CreateGovernanceInstancesRequest, cb?: (error: string, rep: CreateGovernanceInstancesResponse) => void): Promise<CreateGovernanceInstancesResponse>;
270
+ /**
271
+ * 修改云原生网关消费者组的信息
272
+ */
273
+ ModifyCloudNativeAPIGatewayConsumerGroup(req: ModifyCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<ModifyCloudNativeAPIGatewayConsumerGroupResponse>;
222
274
  /**
223
275
  * 删除云原生网关的限流插件(路由)
224
276
  */
@@ -251,6 +303,10 @@ export declare class Client extends AbstractClient {
251
303
  * 查询引擎实例访问地址
252
304
  */
253
305
  DescribeSREInstanceAccessAddress(req: DescribeSREInstanceAccessAddressRequest, cb?: (error: string, rep: DescribeSREInstanceAccessAddressResponse) => void): Promise<DescribeSREInstanceAccessAddressResponse>;
306
+ /**
307
+ * 根据命名空间、组名、名称、标签查询配置文件列表
308
+ */
309
+ DescribeConfigFiles(req: DescribeConfigFilesRequest, cb?: (error: string, rep: DescribeConfigFilesResponse) => void): Promise<DescribeConfigFilesResponse>;
254
310
  /**
255
311
  * 修改网关实例Konga网络配置
256
312
  */
@@ -260,9 +316,9 @@ export declare class Client extends AbstractClient {
260
316
  */
261
317
  DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
262
318
  /**
263
- * 获取云原生网关服务健康检查配置
319
+ * 创建云原生网关密钥
264
320
  */
265
- DescribeUpstreamHealthCheckConfig(req: DescribeUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: DescribeUpstreamHealthCheckConfigResponse) => void): Promise<DescribeUpstreamHealthCheckConfigResponse>;
321
+ CreateCloudNativeAPIGatewaySecretKey(req: CreateCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<CreateCloudNativeAPIGatewaySecretKeyResponse>;
266
322
  /**
267
323
  * 查询网关服务来源实例列表
268
324
  */
@@ -275,6 +331,10 @@ export declare class Client extends AbstractClient {
275
331
  * 修改云原生API网关实例分组基础信息
276
332
  */
277
333
  ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
334
+ /**
335
+ * 创建AI网关模型 API
336
+ */
337
+ CreateCloudNativeAPIGatewayLLMModelAPI(req: CreateCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<CreateCloudNativeAPIGatewayLLMModelAPIResponse>;
278
338
  /**
279
339
  * 查询云原生网关证书列表
280
340
  */
@@ -283,10 +343,18 @@ export declare class Client extends AbstractClient {
283
343
  * 修改云原生网关限流插件(服务)
284
344
  */
285
345
  ModifyCloudNativeAPIGatewayServiceRateLimit(req: ModifyCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<ModifyCloudNativeAPIGatewayServiceRateLimitResponse>;
346
+ /**
347
+ * 修改云原生API网关实例基础信息
348
+ */
349
+ ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
286
350
  /**
287
351
  * 创建网关服务来源
288
352
  */
289
353
  CreateNativeGatewayServiceSource(req: CreateNativeGatewayServiceSourceRequest, cb?: (error: string, rep: CreateNativeGatewayServiceSourceResponse) => void): Promise<CreateNativeGatewayServiceSourceResponse>;
354
+ /**
355
+ * 从指定的消费者组中移除消费者
356
+ */
357
+ RemoveCloudNativeAPIGatewayConsumerInGroup(req: RemoveCloudNativeAPIGatewayConsumerInGroupRequest, cb?: (error: string, rep: RemoveCloudNativeAPIGatewayConsumerInGroupResponse) => void): Promise<RemoveCloudNativeAPIGatewayConsumerInGroupResponse>;
290
358
  /**
291
359
  * 重启微服务引擎实例
292
360
  */
@@ -307,14 +375,14 @@ export declare class Client extends AbstractClient {
307
375
  * 删除云原生网关的灰度规则
308
376
  */
309
377
  DeleteCloudNativeAPIGatewayCanaryRule(req: DeleteCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<DeleteCloudNativeAPIGatewayCanaryRuleResponse>;
310
- /**
311
- * 获取云原生网关节点列表
312
- */
313
- DescribeCloudNativeAPIGatewayNodes(req: DescribeCloudNativeAPIGatewayNodesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayNodesResponse) => void): Promise<DescribeCloudNativeAPIGatewayNodesResponse>;
314
378
  /**
315
379
  * 创建泳道组
316
380
  */
317
381
  ModifyGovernanceLaneGroups(req: ModifyGovernanceLaneGroupsRequest, cb?: (error: string, rep: ModifyGovernanceLaneGroupsResponse) => void): Promise<ModifyGovernanceLaneGroupsResponse>;
382
+ /**
383
+ * 查询泳道组列表
384
+ */
385
+ DescribeGovernanceLaneGroups(req: DescribeGovernanceLaneGroupsRequest, cb?: (error: string, rep: DescribeGovernanceLaneGroupsResponse) => void): Promise<DescribeGovernanceLaneGroupsResponse>;
318
386
  /**
319
387
  * 弹性伸缩策略批量解绑网关分组
320
388
  */
@@ -328,9 +396,13 @@ export declare class Client extends AbstractClient {
328
396
  */
329
397
  DescribeConfigFileReleaseVersions(req: DescribeConfigFileReleaseVersionsRequest, cb?: (error: string, rep: DescribeConfigFileReleaseVersionsResponse) => void): Promise<DescribeConfigFileReleaseVersionsResponse>;
330
398
  /**
331
- * 创建或更新配置文件并发布配置
399
+ * 云原生网关移除消费者组授权
332
400
  */
333
- CreateOrUpdateConfigFileAndRelease(req: CreateOrUpdateConfigFileAndReleaseRequest, cb?: (error: string, rep: CreateOrUpdateConfigFileAndReleaseResponse) => void): Promise<CreateOrUpdateConfigFileAndReleaseResponse>;
401
+ RemoveCloudNativeAPIGatewayConsumerGroupAuth(req: RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, cb?: (error: string, rep: RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse) => void): Promise<RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse>;
402
+ /**
403
+ * 创建云原生网关的消费者组
404
+ */
405
+ CreateCloudNativeAPIGatewayConsumerGroup(req: CreateCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<CreateCloudNativeAPIGatewayConsumerGroupResponse>;
334
406
  /**
335
407
  * 删除云原生网关访问控制
336
408
  */
@@ -360,9 +432,9 @@ export declare class Client extends AbstractClient {
360
432
  */
361
433
  CreateGovernanceNamespaces(req: CreateGovernanceNamespacesRequest, cb?: (error: string, rep: CreateGovernanceNamespacesResponse) => void): Promise<CreateGovernanceNamespacesResponse>;
362
434
  /**
363
- * 查询服务下契约版本列表
435
+ * 将消费者添加到指定的消费者组中
364
436
  */
365
- DescribeGovernanceServiceContractVersions(req: DescribeGovernanceServiceContractVersionsRequest, cb?: (error: string, rep: DescribeGovernanceServiceContractVersionsResponse) => void): Promise<DescribeGovernanceServiceContractVersionsResponse>;
437
+ AddCloudNativeAPIGatewayConsumerInGroup(req: AddCloudNativeAPIGatewayConsumerInGroupRequest, cb?: (error: string, rep: AddCloudNativeAPIGatewayConsumerInGroupResponse) => void): Promise<AddCloudNativeAPIGatewayConsumerInGroupResponse>;
366
438
  /**
367
439
  * 开启 WAF 防护
368
440
  */
@@ -379,10 +451,26 @@ export declare class Client extends AbstractClient {
379
451
  * 删除云原生API网关实例
380
452
  */
381
453
  DeleteCloudNativeAPIGateway(req: DeleteCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void): Promise<DeleteCloudNativeAPIGatewayResponse>;
454
+ /**
455
+ * 查询密钥值
456
+ */
457
+ DescribeCloudNativeAPIGatewaySecretKeyValue(req: DescribeCloudNativeAPIGatewaySecretKeyValueRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyValueResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyValueResponse>;
458
+ /**
459
+ * 回滚配置发布
460
+ */
461
+ RollbackConfigFileReleases(req: RollbackConfigFileReleasesRequest, cb?: (error: string, rep: RollbackConfigFileReleasesResponse) => void): Promise<RollbackConfigFileReleasesResponse>;
382
462
  /**
383
463
  * 修改治理中心命名空间
384
464
  */
385
465
  ModifyGovernanceNamespaces(req: ModifyGovernanceNamespacesRequest, cb?: (error: string, rep: ModifyGovernanceNamespacesResponse) => void): Promise<ModifyGovernanceNamespacesResponse>;
466
+ /**
467
+ * 删除 LLM 模型服务信息
468
+ */
469
+ DeleteCloudNativeAPIGatewayLLMModelService(req: DeleteCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<DeleteCloudNativeAPIGatewayLLMModelServiceResponse>;
470
+ /**
471
+ * 查询密钥详情
472
+ */
473
+ DescribeCloudNativeAPIGatewaySecretKey(req: DescribeCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyResponse>;
386
474
  /**
387
475
  * 创建云原生网关引擎分组
388
476
  */
@@ -391,6 +479,14 @@ export declare class Client extends AbstractClient {
391
479
  * 创建弹性伸缩策略
392
480
  */
393
481
  CreateAutoScalerResourceStrategy(req: CreateAutoScalerResourceStrategyRequest, cb?: (error: string, rep: CreateAutoScalerResourceStrategyResponse) => void): Promise<CreateAutoScalerResourceStrategyResponse>;
482
+ /**
483
+ * 修改密钥状态
484
+ */
485
+ ModifyCloudNativeAPIGatewaySecretKeyStatus(req: ModifyCloudNativeAPIGatewaySecretKeyStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewaySecretKeyStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewaySecretKeyStatusResponse>;
486
+ /**
487
+ * 获取配置文件发布历史列表
488
+ */
489
+ DescribeConfigFileReleaseHistories(req: DescribeConfigFileReleaseHistoriesRequest, cb?: (error: string, rep: DescribeConfigFileReleaseHistoriesResponse) => void): Promise<DescribeConfigFileReleaseHistoriesResponse>;
394
490
  /**
395
491
  * 创建配置文件
396
492
  */
@@ -399,14 +495,18 @@ export declare class Client extends AbstractClient {
399
495
  * 修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。
400
496
  */
401
497
  ModifyNetworkAccessStrategy(req: ModifyNetworkAccessStrategyRequest, cb?: (error: string, rep: ModifyNetworkAccessStrategyResponse) => void): Promise<ModifyNetworkAccessStrategyResponse>;
498
+ /**
499
+ * 创建云原生网关的消费者,支持多种密钥生成方式
500
+ */
501
+ CreateCloudNativeAPIGatewayConsumer(req: CreateCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayConsumerResponse) => void): Promise<CreateCloudNativeAPIGatewayConsumerResponse>;
402
502
  /**
403
503
  * 获取云原生网关服务详情下的Upstream列表
404
504
  */
405
505
  DescribeCloudNativeAPIGatewayUpstream(req: DescribeCloudNativeAPIGatewayUpstreamRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayUpstreamResponse) => void): Promise<DescribeCloudNativeAPIGatewayUpstreamResponse>;
406
506
  /**
407
- * 查询泳道组列表
507
+ * 创建或更新配置文件并发布配置
408
508
  */
409
- DescribeGovernanceLaneGroups(req: DescribeGovernanceLaneGroupsRequest, cb?: (error: string, rep: DescribeGovernanceLaneGroupsResponse) => void): Promise<DescribeGovernanceLaneGroupsResponse>;
509
+ CreateOrUpdateConfigFileAndRelease(req: CreateOrUpdateConfigFileAndReleaseRequest, cb?: (error: string, rep: CreateOrUpdateConfigFileAndReleaseResponse) => void): Promise<CreateOrUpdateConfigFileAndReleaseResponse>;
410
510
  /**
411
511
  * 修改治理中心服务别名
412
512
  */
@@ -420,9 +520,9 @@ export declare class Client extends AbstractClient {
420
520
  */
421
521
  ModifyConfigFileGroup(req: ModifyConfigFileGroupRequest, cb?: (error: string, rep: ModifyConfigFileGroupResponse) => void): Promise<ModifyConfigFileGroupResponse>;
422
522
  /**
423
- * 回滚配置发布
523
+ * 获取消费者组列表
424
524
  */
425
- RollbackConfigFileReleases(req: RollbackConfigFileReleasesRequest, cb?: (error: string, rep: RollbackConfigFileReleasesResponse) => void): Promise<RollbackConfigFileReleasesResponse>;
525
+ DescribeCloudNativeAPIGatewayConsumerGroupList(req: DescribeCloudNativeAPIGatewayConsumerGroupListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerGroupListResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerGroupListResponse>;
426
526
  /**
427
527
  * 创建引擎实例
428
528
  */
@@ -452,9 +552,9 @@ export declare class Client extends AbstractClient {
452
552
  */
453
553
  DeleteCloudNativeAPIGatewayService(req: DeleteCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceResponse) => void): Promise<DeleteCloudNativeAPIGatewayServiceResponse>;
454
554
  /**
455
- * 查询云原生网关路由列表
555
+ * 获取密钥列表
456
556
  */
457
- DescribeCloudNativeAPIGatewayRoutes(req: DescribeCloudNativeAPIGatewayRoutesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void): Promise<DescribeCloudNativeAPIGatewayRoutesResponse>;
557
+ DescribeCloudNativeAPIGatewaySecretKeyList(req: DescribeCloudNativeAPIGatewaySecretKeyListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyListResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyListResponse>;
458
558
  /**
459
559
  * 根据条件分页查询配置文件组
460
560
  */
@@ -471,6 +571,10 @@ export declare class Client extends AbstractClient {
471
571
  * 创建公网网络配置
472
572
  */
473
573
  CreateCloudNativeAPIGatewayPublicNetwork(req: CreateCloudNativeAPIGatewayPublicNetworkRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayPublicNetworkResponse) => void): Promise<CreateCloudNativeAPIGatewayPublicNetworkResponse>;
574
+ /**
575
+ * 修改云原生网关消费者的信息
576
+ */
577
+ ModifyCloudNativeAPIGatewayConsumer(req: ModifyCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayConsumerResponse) => void): Promise<ModifyCloudNativeAPIGatewayConsumerResponse>;
474
578
  /**
475
579
  * 查询nacos服务接口列表
476
580
  */
@@ -487,6 +591,14 @@ export declare class Client extends AbstractClient {
487
591
  * 创建治理中心服务
488
592
  */
489
593
  CreateGovernanceServices(req: CreateGovernanceServicesRequest, cb?: (error: string, rep: CreateGovernanceServicesResponse) => void): Promise<CreateGovernanceServicesResponse>;
594
+ /**
595
+ * 修改治理中心服务实例
596
+ */
597
+ ModifyGovernanceInstances(req: ModifyGovernanceInstancesRequest, cb?: (error: string, rep: ModifyGovernanceInstancesResponse) => void): Promise<ModifyGovernanceInstancesResponse>;
598
+ /**
599
+ * 修改 LLM 模型服务。
600
+ */
601
+ ModifyCloudNativeAPIGatewayLLMModelService(req: ModifyCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<ModifyCloudNativeAPIGatewayLLMModelServiceResponse>;
490
602
  /**
491
603
  * 删除治理中心命名空间
492
604
  */
@@ -496,13 +608,13 @@ export declare class Client extends AbstractClient {
496
608
  */
497
609
  DeleteCloudNativeAPIGatewayCORS(req: DeleteCloudNativeAPIGatewayCORSRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCORSResponse) => void): Promise<DeleteCloudNativeAPIGatewayCORSResponse>;
498
610
  /**
499
- * 根据命名空间、组名、名称、标签查询配置文件列表
611
+ * 获取云原生网关节点列表
500
612
  */
501
- DescribeConfigFiles(req: DescribeConfigFilesRequest, cb?: (error: string, rep: DescribeConfigFilesResponse) => void): Promise<DescribeConfigFilesResponse>;
613
+ DescribeCloudNativeAPIGatewayNodes(req: DescribeCloudNativeAPIGatewayNodesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayNodesResponse) => void): Promise<DescribeCloudNativeAPIGatewayNodesResponse>;
502
614
  /**
503
- * 修改云原生API网关实例基础信息
615
+ * 查询云原生网关路由列表
504
616
  */
505
- ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
617
+ DescribeCloudNativeAPIGatewayRoutes(req: DescribeCloudNativeAPIGatewayRoutesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void): Promise<DescribeCloudNativeAPIGatewayRoutesResponse>;
506
618
  /**
507
619
  * 创建云原生网关限流插件(服务)
508
620
  */
@@ -512,9 +624,13 @@ export declare class Client extends AbstractClient {
512
624
  */
513
625
  DeleteGovernanceInstancesByHost(req: DeleteGovernanceInstancesByHostRequest, cb?: (error: string, rep: DeleteGovernanceInstancesByHostResponse) => void): Promise<DeleteGovernanceInstancesByHostResponse>;
514
626
  /**
515
- * 获取配置文件发布历史列表
627
+ * 查询指定的云原生网关消费者
516
628
  */
517
- DescribeConfigFileReleaseHistories(req: DescribeConfigFileReleaseHistoriesRequest, cb?: (error: string, rep: DescribeConfigFileReleaseHistoriesResponse) => void): Promise<DescribeConfigFileReleaseHistoriesResponse>;
629
+ DescribeCloudNativeAPIGatewayConsumer(req: DescribeCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerResponse>;
630
+ /**
631
+ * 添加消费者组授权
632
+ */
633
+ AddCloudNativeAPIGatewayConsumerGroupAuth(req: AddCloudNativeAPIGatewayConsumerGroupAuthRequest, cb?: (error: string, rep: AddCloudNativeAPIGatewayConsumerGroupAuthResponse) => void): Promise<AddCloudNativeAPIGatewayConsumerGroupAuthResponse>;
518
634
  /**
519
635
  * 查询云原生网关分组信息
520
636
  */
@@ -523,6 +639,10 @@ export declare class Client extends AbstractClient {
523
639
  * 更新云原生网关健康检查配置
524
640
  */
525
641
  UpdateUpstreamHealthCheckConfig(req: UpdateUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: UpdateUpstreamHealthCheckConfigResponse) => void): Promise<UpdateUpstreamHealthCheckConfigResponse>;
642
+ /**
643
+ * 删除云原生网关消费者组的信息
644
+ */
645
+ DeleteCloudNativeAPIGatewayConsumerGroup(req: DeleteCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerGroupResponse>;
526
646
  /**
527
647
  * 查询云原生网关跨域配置
528
648
  */