@alicloud/sae20190506 2.12.2 → 2.12.4

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 (702) hide show
  1. package/dist/client.d.ts +190 -198
  2. package/dist/client.js +222 -198
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AbortChangeOrderRequest.d.ts +7 -0
  5. package/dist/models/AbortChangeOrderRequest.js.map +1 -1
  6. package/dist/models/AbortChangeOrderResponseBody.d.ts +19 -14
  7. package/dist/models/AbortChangeOrderResponseBody.js.map +1 -1
  8. package/dist/models/BatchRestartApplicationsResponseBody.d.ts +0 -3
  9. package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
  10. package/dist/models/BatchStartApplicationsRequest.d.ts +1 -1
  11. package/dist/models/BatchStartApplicationsResponseBody.d.ts +15 -9
  12. package/dist/models/BatchStartApplicationsResponseBody.js.map +1 -1
  13. package/dist/models/BatchStopApplicationsResponseBody.d.ts +11 -7
  14. package/dist/models/BatchStopApplicationsResponseBody.js.map +1 -1
  15. package/dist/models/BindNlbRequest.d.ts +17 -12
  16. package/dist/models/BindNlbRequest.js.map +1 -1
  17. package/dist/models/BindNlbResponseBody.d.ts +24 -18
  18. package/dist/models/BindNlbResponseBody.js.map +1 -1
  19. package/dist/models/BindSlbResponseBody.d.ts +3 -0
  20. package/dist/models/BindSlbResponseBody.js.map +1 -1
  21. package/dist/models/ConfirmPipelineBatchRequest.d.ts +6 -2
  22. package/dist/models/ConfirmPipelineBatchRequest.js.map +1 -1
  23. package/dist/models/ConfirmPipelineBatchResponseBody.d.ts +19 -14
  24. package/dist/models/ConfirmPipelineBatchResponseBody.js.map +1 -1
  25. package/dist/models/Container.d.ts +14 -14
  26. package/dist/models/ContainerResources.d.ts +1 -1
  27. package/dist/models/CreateApplicationRequest.d.ts +365 -259
  28. package/dist/models/CreateApplicationRequest.js +29 -1
  29. package/dist/models/CreateApplicationRequest.js.map +1 -1
  30. package/dist/models/CreateApplicationResponseBody.d.ts +19 -17
  31. package/dist/models/CreateApplicationResponseBody.js.map +1 -1
  32. package/dist/models/CreateApplicationScalingRuleRequest.d.ts +108 -79
  33. package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
  34. package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +113 -76
  35. package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
  36. package/dist/models/CreateApplicationShrinkRequest.d.ts +350 -259
  37. package/dist/models/CreateApplicationShrinkRequest.js +2 -0
  38. package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
  39. package/dist/models/CreateConfigMapResponseBody.d.ts +7 -10
  40. package/dist/models/CreateConfigMapResponseBody.js.map +1 -1
  41. package/dist/models/CreateGreyTagRouteRequest.d.ts +6 -6
  42. package/dist/models/CreateGreyTagRouteResponseBody.d.ts +20 -15
  43. package/dist/models/CreateGreyTagRouteResponseBody.js.map +1 -1
  44. package/dist/models/CreateIngressRequest.d.ts +71 -50
  45. package/dist/models/CreateIngressRequest.js.map +1 -1
  46. package/dist/models/CreateIngressResponseBody.d.ts +20 -17
  47. package/dist/models/CreateIngressResponseBody.js.map +1 -1
  48. package/dist/models/CreateJobRequest.d.ts +214 -128
  49. package/dist/models/CreateJobRequest.js.map +1 -1
  50. package/dist/models/CreateJobResponseBody.d.ts +24 -21
  51. package/dist/models/CreateJobResponseBody.js.map +1 -1
  52. package/dist/models/CreateNamespaceRequest.d.ts +9 -8
  53. package/dist/models/CreateNamespaceRequest.js.map +1 -1
  54. package/dist/models/CreateNamespaceResponseBody.d.ts +31 -28
  55. package/dist/models/CreateNamespaceResponseBody.js.map +1 -1
  56. package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +14 -12
  57. package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
  58. package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +24 -18
  59. package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
  60. package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +14 -12
  61. package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
  62. package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +77 -59
  63. package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
  64. package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +24 -18
  65. package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
  66. package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +18 -16
  67. package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
  68. package/dist/models/CreateSecretRequest.d.ts +6 -4
  69. package/dist/models/CreateSecretRequest.js.map +1 -1
  70. package/dist/models/CreateSecretResponseBody.d.ts +12 -10
  71. package/dist/models/CreateSecretResponseBody.js.map +1 -1
  72. package/dist/models/CreateSecretShrinkRequest.d.ts +6 -4
  73. package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
  74. package/dist/models/DataInstancesValue.d.ts +6 -5
  75. package/dist/models/DataInstancesValue.js.map +1 -1
  76. package/dist/models/DataInstancesValueListenersValue.d.ts +13 -9
  77. package/dist/models/DataInstancesValueListenersValue.js.map +1 -1
  78. package/dist/models/DeleteApplicationResponseBody.d.ts +23 -17
  79. package/dist/models/DeleteApplicationResponseBody.js.map +1 -1
  80. package/dist/models/DeleteApplicationScalingRuleRequest.d.ts +2 -2
  81. package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +26 -14
  82. package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
  83. package/dist/models/DeleteConfigMapRequest.d.ts +1 -1
  84. package/dist/models/DeleteConfigMapResponseBody.d.ts +23 -17
  85. package/dist/models/DeleteConfigMapResponseBody.js.map +1 -1
  86. package/dist/models/DeleteGreyTagRouteResponseBody.d.ts +22 -16
  87. package/dist/models/DeleteGreyTagRouteResponseBody.js.map +1 -1
  88. package/dist/models/DeleteHistoryJobResponseBody.d.ts +16 -13
  89. package/dist/models/DeleteHistoryJobResponseBody.js.map +1 -1
  90. package/dist/models/DeleteIngressRequest.d.ts +1 -1
  91. package/dist/models/DeleteIngressResponseBody.d.ts +17 -12
  92. package/dist/models/DeleteIngressResponseBody.js.map +1 -1
  93. package/dist/models/DeleteInstancesRequest.d.ts +2 -2
  94. package/dist/models/DeleteInstancesResponseBody.d.ts +23 -17
  95. package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
  96. package/dist/models/DeleteJobResponseBody.d.ts +16 -13
  97. package/dist/models/DeleteJobResponseBody.js.map +1 -1
  98. package/dist/models/DeleteNamespaceRequest.d.ts +4 -1
  99. package/dist/models/DeleteNamespaceRequest.js.map +1 -1
  100. package/dist/models/DeleteNamespaceResponseBody.d.ts +16 -11
  101. package/dist/models/DeleteNamespaceResponseBody.js.map +1 -1
  102. package/dist/models/DeleteSecretRequest.d.ts +2 -2
  103. package/dist/models/DeleteSecretResponseBody.d.ts +22 -19
  104. package/dist/models/DeleteSecretResponseBody.js.map +1 -1
  105. package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +2 -2
  106. package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +22 -16
  107. package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
  108. package/dist/models/DeployApplicationRequest.d.ts +354 -303
  109. package/dist/models/DeployApplicationRequest.js +29 -1
  110. package/dist/models/DeployApplicationRequest.js.map +1 -1
  111. package/dist/models/DeployApplicationResponseBody.d.ts +22 -22
  112. package/dist/models/DeployApplicationShrinkRequest.d.ts +339 -303
  113. package/dist/models/DeployApplicationShrinkRequest.js +2 -0
  114. package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
  115. package/dist/models/DescribeAppServiceDetailRequest.d.ts +10 -6
  116. package/dist/models/DescribeAppServiceDetailRequest.js.map +1 -1
  117. package/dist/models/DescribeAppServiceDetailResponseBody.d.ts +41 -40
  118. package/dist/models/DescribeAppServiceDetailResponseBody.js.map +1 -1
  119. package/dist/models/DescribeApplicationConfigRequest.d.ts +2 -2
  120. package/dist/models/DescribeApplicationConfigResponseBody.d.ts +486 -346
  121. package/dist/models/DescribeApplicationConfigResponseBody.js +29 -1
  122. package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
  123. package/dist/models/DescribeApplicationGroupsRequest.d.ts +2 -2
  124. package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +62 -39
  125. package/dist/models/DescribeApplicationGroupsResponseBody.js.map +1 -1
  126. package/dist/models/DescribeApplicationImageRequest.d.ts +2 -2
  127. package/dist/models/DescribeApplicationImageResponseBody.d.ts +26 -20
  128. package/dist/models/DescribeApplicationImageResponseBody.js.map +1 -1
  129. package/dist/models/DescribeApplicationInstancesRequest.d.ts +37 -6
  130. package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
  131. package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +99 -54
  132. package/dist/models/DescribeApplicationInstancesResponseBody.js.map +1 -1
  133. package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +17 -13
  134. package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
  135. package/dist/models/DescribeApplicationNlbsRequest.d.ts +1 -1
  136. package/dist/models/DescribeApplicationNlbsResponseBody.d.ts +19 -14
  137. package/dist/models/DescribeApplicationNlbsResponseBody.js.map +1 -1
  138. package/dist/models/DescribeApplicationScalingRuleRequest.d.ts +2 -2
  139. package/dist/models/DescribeApplicationScalingRuleResponseBody.d.ts +204 -88
  140. package/dist/models/DescribeApplicationScalingRuleResponseBody.js.map +1 -1
  141. package/dist/models/DescribeApplicationScalingRulesRequest.d.ts +1 -1
  142. package/dist/models/DescribeApplicationScalingRulesResponseBody.d.ts +244 -90
  143. package/dist/models/DescribeApplicationScalingRulesResponseBody.js.map +1 -1
  144. package/dist/models/DescribeApplicationSlbsRequest.d.ts +1 -1
  145. package/dist/models/DescribeApplicationSlbsResponseBody.d.ts +120 -33
  146. package/dist/models/DescribeApplicationSlbsResponseBody.js.map +1 -1
  147. package/dist/models/DescribeApplicationStatusResponseBody.d.ts +65 -44
  148. package/dist/models/DescribeApplicationStatusResponseBody.js.map +1 -1
  149. package/dist/models/DescribeChangeOrderRequest.d.ts +1 -1
  150. package/dist/models/DescribeChangeOrderResponseBody.d.ts +135 -78
  151. package/dist/models/DescribeChangeOrderResponseBody.js.map +1 -1
  152. package/dist/models/DescribeComponentsRequest.d.ts +4 -3
  153. package/dist/models/DescribeComponentsRequest.js.map +1 -1
  154. package/dist/models/DescribeComponentsResponseBody.d.ts +25 -19
  155. package/dist/models/DescribeComponentsResponseBody.js.map +1 -1
  156. package/dist/models/DescribeConfigMapRequest.d.ts +1 -1
  157. package/dist/models/DescribeConfigMapResponseBody.d.ts +32 -26
  158. package/dist/models/DescribeConfigMapResponseBody.js.map +1 -1
  159. package/dist/models/DescribeConfigurationPriceRequest.d.ts +74 -24
  160. package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
  161. package/dist/models/DescribeConfigurationPriceResponseBody.d.ts +74 -49
  162. package/dist/models/DescribeConfigurationPriceResponseBody.js.map +1 -1
  163. package/dist/models/DescribeEdasContainersResponseBody.d.ts +22 -16
  164. package/dist/models/DescribeEdasContainersResponseBody.js.map +1 -1
  165. package/dist/models/DescribeGreyTagRouteRequest.d.ts +1 -1
  166. package/dist/models/DescribeGreyTagRouteResponseBody.d.ts +107 -77
  167. package/dist/models/DescribeGreyTagRouteResponseBody.js.map +1 -1
  168. package/dist/models/DescribeIngressRequest.d.ts +2 -2
  169. package/dist/models/DescribeIngressResponseBody.d.ts +233 -54
  170. package/dist/models/DescribeIngressResponseBody.js.map +1 -1
  171. package/dist/models/DescribeInstanceLogRequest.d.ts +8 -1
  172. package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
  173. package/dist/models/DescribeInstanceLogResponseBody.d.ts +21 -20
  174. package/dist/models/DescribeInstanceLogResponseBody.js.map +1 -1
  175. package/dist/models/DescribeInstanceSpecificationsResponseBody.d.ts +33 -23
  176. package/dist/models/DescribeInstanceSpecificationsResponseBody.js.map +1 -1
  177. package/dist/models/DescribeJobHistoryRequest.d.ts +7 -4
  178. package/dist/models/DescribeJobHistoryRequest.js.map +1 -1
  179. package/dist/models/DescribeJobHistoryResponseBody.d.ts +22 -19
  180. package/dist/models/DescribeJobHistoryResponseBody.js.map +1 -1
  181. package/dist/models/DescribeJobRequest.d.ts +1 -1
  182. package/dist/models/DescribeJobResponseBody.d.ts +222 -159
  183. package/dist/models/DescribeJobResponseBody.js.map +1 -1
  184. package/dist/models/DescribeJobStatusResponseBody.d.ts +25 -18
  185. package/dist/models/DescribeJobStatusResponseBody.js.map +1 -1
  186. package/dist/models/DescribeNamespaceListRequest.d.ts +6 -4
  187. package/dist/models/DescribeNamespaceListRequest.js.map +1 -1
  188. package/dist/models/DescribeNamespaceListResponseBody.d.ts +21 -16
  189. package/dist/models/DescribeNamespaceListResponseBody.js.map +1 -1
  190. package/dist/models/DescribeNamespaceResourcesRequest.d.ts +4 -1
  191. package/dist/models/DescribeNamespaceResourcesRequest.js.map +1 -1
  192. package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +91 -45
  193. package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
  194. package/dist/models/DescribeNamespaceResponseBody.d.ts +18 -14
  195. package/dist/models/DescribeNamespaceResponseBody.js.map +1 -1
  196. package/dist/models/DescribeNamespacesRequest.d.ts +1 -1
  197. package/dist/models/DescribeNamespacesResponseBody.d.ts +30 -24
  198. package/dist/models/DescribeNamespacesResponseBody.js.map +1 -1
  199. package/dist/models/DescribePipelineResponseBody.d.ts +59 -39
  200. package/dist/models/DescribePipelineResponseBody.js.map +1 -1
  201. package/dist/models/DescribeRegionsResponseBody.d.ts +8 -5
  202. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  203. package/dist/models/DescribeSecretResponseBody.d.ts +15 -12
  204. package/dist/models/DescribeSecretResponseBody.js.map +1 -1
  205. package/dist/models/DescribeSwimmingLaneRequest.d.ts +3 -3
  206. package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +62 -53
  207. package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
  208. package/dist/models/DescribeVswitchesRequest.d.ts +0 -11
  209. package/dist/models/DescribeVswitchesRequest.js.map +1 -1
  210. package/dist/models/DescribeVswitchesResponseBody.d.ts +0 -47
  211. package/dist/models/DescribeVswitchesResponseBody.js.map +1 -1
  212. package/dist/models/DisableApplicationScalingRuleRequest.d.ts +2 -2
  213. package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +24 -15
  214. package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
  215. package/dist/models/DisableArmsResponseBody.d.ts +17 -22
  216. package/dist/models/DisableArmsResponseBody.js.map +1 -1
  217. package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +13 -11
  218. package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
  219. package/dist/models/EnableApplicationScalingRuleResponseBody.d.ts +15 -12
  220. package/dist/models/EnableApplicationScalingRuleResponseBody.js.map +1 -1
  221. package/dist/models/ExecJobRequest.d.ts +31 -23
  222. package/dist/models/ExecJobRequest.js.map +1 -1
  223. package/dist/models/ExecJobResponseBody.d.ts +37 -26
  224. package/dist/models/ExecJobResponseBody.js.map +1 -1
  225. package/dist/models/GetApplicationRequest.d.ts +2 -2
  226. package/dist/models/GetApplicationResponseBody.d.ts +74 -44
  227. package/dist/models/GetApplicationResponseBody.js.map +1 -1
  228. package/dist/models/GetAvailabilityMetricResponseBody.d.ts +1 -1
  229. package/dist/models/GetChangeOrderMetricRequest.d.ts +20 -9
  230. package/dist/models/GetChangeOrderMetricRequest.js.map +1 -1
  231. package/dist/models/GetChangeOrderMetricResponseBody.d.ts +36 -15
  232. package/dist/models/GetChangeOrderMetricResponseBody.js.map +1 -1
  233. package/dist/models/GetScaleAppMetricResponseBody.d.ts +1 -1
  234. package/dist/models/GetWebshellTokenRequest.d.ts +7 -6
  235. package/dist/models/GetWebshellTokenRequest.js.map +1 -1
  236. package/dist/models/GetWebshellTokenResponseBody.d.ts +12 -10
  237. package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
  238. package/dist/models/ImageRegistryConfig.d.ts +8 -0
  239. package/dist/models/ImageRegistryConfig.js.map +1 -1
  240. package/dist/models/InitContainerConfig.d.ts +49 -0
  241. package/dist/models/InitContainerConfig.js.map +1 -1
  242. package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +1 -1
  243. package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +51 -42
  244. package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
  245. package/dist/models/ListAllSwimmingLanesRequest.d.ts +2 -2
  246. package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +67 -58
  247. package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
  248. package/dist/models/ListAppEventsRequest.d.ts +19 -14
  249. package/dist/models/ListAppEventsRequest.js.map +1 -1
  250. package/dist/models/ListAppEventsResponseBody.d.ts +32 -23
  251. package/dist/models/ListAppEventsResponseBody.js.map +1 -1
  252. package/dist/models/ListAppServicesPageRequest.d.ts +5 -4
  253. package/dist/models/ListAppServicesPageRequest.js.map +1 -1
  254. package/dist/models/ListAppServicesPageResponseBody.d.ts +29 -24
  255. package/dist/models/ListAppServicesPageResponseBody.js.map +1 -1
  256. package/dist/models/ListAppServicesRequest.d.ts +21 -15
  257. package/dist/models/ListAppServicesRequest.js.map +1 -1
  258. package/dist/models/ListAppServicesResponseBody.d.ts +52 -37
  259. package/dist/models/ListAppServicesResponseBody.js.map +1 -1
  260. package/dist/models/ListAppVersionsRequest.d.ts +1 -1
  261. package/dist/models/ListAppVersionsResponseBody.d.ts +33 -23
  262. package/dist/models/ListAppVersionsResponseBody.js.map +1 -1
  263. package/dist/models/ListApplicationCenterServiceInstancesRequest.d.ts +0 -8
  264. package/dist/models/ListApplicationCenterServiceInstancesRequest.js.map +1 -1
  265. package/dist/models/ListApplicationCenterServiceInstancesResponseBody.d.ts +0 -43
  266. package/dist/models/ListApplicationCenterServiceInstancesResponseBody.js.map +1 -1
  267. package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +2 -2
  268. package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +27 -21
  269. package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
  270. package/dist/models/ListApplicationsRequest.d.ts +50 -24
  271. package/dist/models/ListApplicationsRequest.js +2 -0
  272. package/dist/models/ListApplicationsRequest.js.map +1 -1
  273. package/dist/models/ListApplicationsResponseBody.d.ts +103 -79
  274. package/dist/models/ListApplicationsResponseBody.js +2 -0
  275. package/dist/models/ListApplicationsResponseBody.js.map +1 -1
  276. package/dist/models/ListChangeOrdersRequest.d.ts +76 -25
  277. package/dist/models/ListChangeOrdersRequest.js.map +1 -1
  278. package/dist/models/ListChangeOrdersResponseBody.d.ts +111 -78
  279. package/dist/models/ListChangeOrdersResponseBody.js.map +1 -1
  280. package/dist/models/ListConsumedServicesRequest.d.ts +1 -1
  281. package/dist/models/ListConsumedServicesResponseBody.d.ts +26 -20
  282. package/dist/models/ListConsumedServicesResponseBody.js.map +1 -1
  283. package/dist/models/ListGreyTagRouteRequest.d.ts +1 -1
  284. package/dist/models/ListGreyTagRouteResponseBody.d.ts +131 -66
  285. package/dist/models/ListGreyTagRouteResponseBody.js.map +1 -1
  286. package/dist/models/ListIngressesRequest.d.ts +10 -2
  287. package/dist/models/ListIngressesRequest.js.map +1 -1
  288. package/dist/models/ListIngressesResponseBody.d.ts +170 -40
  289. package/dist/models/ListIngressesResponseBody.js.map +1 -1
  290. package/dist/models/ListJobsRequest.d.ts +20 -16
  291. package/dist/models/ListJobsRequest.js.map +1 -1
  292. package/dist/models/ListJobsResponseBody.d.ts +81 -56
  293. package/dist/models/ListJobsResponseBody.js.map +1 -1
  294. package/dist/models/ListLogConfigsRequest.d.ts +3 -3
  295. package/dist/models/ListLogConfigsResponseBody.d.ts +39 -30
  296. package/dist/models/ListLogConfigsResponseBody.js.map +1 -1
  297. package/dist/models/ListNamespaceChangeOrdersRequest.d.ts +22 -6
  298. package/dist/models/ListNamespaceChangeOrdersRequest.js.map +1 -1
  299. package/dist/models/ListNamespaceChangeOrdersResponseBody.d.ts +52 -38
  300. package/dist/models/ListNamespaceChangeOrdersResponseBody.js.map +1 -1
  301. package/dist/models/ListNamespacedConfigMapsRequest.d.ts +1 -1
  302. package/dist/models/ListNamespacedConfigMapsResponseBody.d.ts +32 -28
  303. package/dist/models/ListNamespacedConfigMapsResponseBody.js.map +1 -1
  304. package/dist/models/ListPublishedServicesRequest.d.ts +1 -1
  305. package/dist/models/ListPublishedServicesResponseBody.d.ts +28 -22
  306. package/dist/models/ListPublishedServicesResponseBody.js.map +1 -1
  307. package/dist/models/ListSecretsRequest.d.ts +1 -1
  308. package/dist/models/ListSecretsResponseBody.d.ts +27 -24
  309. package/dist/models/ListSecretsResponseBody.js.map +1 -1
  310. package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +27 -21
  311. package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
  312. package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +2 -2
  313. package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +26 -20
  314. package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
  315. package/dist/models/ListTagResourcesRequest.d.ts +9 -8
  316. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  317. package/dist/models/ListTagResourcesResponseBody.d.ts +25 -19
  318. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  319. package/dist/models/ListWebApplicationInstancesRequest.d.ts +3 -0
  320. package/dist/models/ListWebApplicationInstancesRequest.js.map +1 -1
  321. package/dist/models/ListWebApplicationInstancesShrinkRequest.d.ts +3 -0
  322. package/dist/models/ListWebApplicationInstancesShrinkRequest.js.map +1 -1
  323. package/dist/models/ListWebApplicationRevisionsOutput.d.ts +1 -1
  324. package/dist/models/ListWebApplicationRevisionsRequest.d.ts +1 -1
  325. package/dist/models/ListWebInstancesOutput.d.ts +3 -0
  326. package/dist/models/ListWebInstancesOutput.js.map +1 -1
  327. package/dist/models/PathConfig.d.ts +2 -2
  328. package/dist/models/QueryArmsEnableResponseBody.d.ts +8 -8
  329. package/dist/models/QueryResourceStaticsRequest.d.ts +1 -1
  330. package/dist/models/QueryResourceStaticsResponseBody.d.ts +36 -29
  331. package/dist/models/QueryResourceStaticsResponseBody.js.map +1 -1
  332. package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.d.ts +15 -12
  333. package/dist/models/ReduceApplicationCapacityByInstanceIdsResponseBody.js.map +1 -1
  334. package/dist/models/RegistryAuthenticationConfig.d.ts +6 -0
  335. package/dist/models/RegistryAuthenticationConfig.js.map +1 -1
  336. package/dist/models/RegistryCertificateConfig.d.ts +6 -0
  337. package/dist/models/RegistryCertificateConfig.js.map +1 -1
  338. package/dist/models/RescaleApplicationRequest.d.ts +10 -7
  339. package/dist/models/RescaleApplicationRequest.js.map +1 -1
  340. package/dist/models/RescaleApplicationResponseBody.d.ts +12 -10
  341. package/dist/models/RescaleApplicationResponseBody.js.map +1 -1
  342. package/dist/models/RescaleApplicationVerticallyRequest.d.ts +7 -7
  343. package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +22 -17
  344. package/dist/models/RescaleApplicationVerticallyResponseBody.js.map +1 -1
  345. package/dist/models/RestartApplicationRequest.d.ts +10 -7
  346. package/dist/models/RestartApplicationRequest.js.map +1 -1
  347. package/dist/models/RestartApplicationResponseBody.d.ts +15 -12
  348. package/dist/models/RestartApplicationResponseBody.js.map +1 -1
  349. package/dist/models/RestartInstancesResponseBody.d.ts +15 -12
  350. package/dist/models/RestartInstancesResponseBody.js.map +1 -1
  351. package/dist/models/ResumeTrafficRequest.d.ts +1 -1
  352. package/dist/models/ResumeTrafficResponseBody.d.ts +26 -19
  353. package/dist/models/ResumeTrafficResponseBody.js.map +1 -1
  354. package/dist/models/Revision.d.ts +2 -2
  355. package/dist/models/RollbackApplicationRequest.d.ts +24 -19
  356. package/dist/models/RollbackApplicationRequest.js.map +1 -1
  357. package/dist/models/RollbackApplicationResponseBody.d.ts +15 -12
  358. package/dist/models/RollbackApplicationResponseBody.js.map +1 -1
  359. package/dist/models/RouteConfig.d.ts +1 -1
  360. package/dist/models/SidecarContainerConfig.d.ts +30 -10
  361. package/dist/models/SidecarContainerConfig.js.map +1 -1
  362. package/dist/models/SlscollectConfig.d.ts +3 -3
  363. package/dist/models/StartApplicationResponseBody.d.ts +15 -12
  364. package/dist/models/StartApplicationResponseBody.js.map +1 -1
  365. package/dist/models/StopApplicationRequest.d.ts +1 -4
  366. package/dist/models/StopApplicationRequest.js.map +1 -1
  367. package/dist/models/StopApplicationResponseBody.d.ts +31 -16
  368. package/dist/models/StopApplicationResponseBody.js.map +1 -1
  369. package/dist/models/SuspendJobRequest.d.ts +3 -2
  370. package/dist/models/SuspendJobRequest.js.map +1 -1
  371. package/dist/models/SuspendJobResponseBody.d.ts +15 -12
  372. package/dist/models/SuspendJobResponseBody.js.map +1 -1
  373. package/dist/models/SuspendTrafficRequest.d.ts +1 -1
  374. package/dist/models/SuspendTrafficResponseBody.d.ts +19 -22
  375. package/dist/models/SuspendTrafficResponseBody.js.map +1 -1
  376. package/dist/models/TagResourcesRequest.d.ts +8 -7
  377. package/dist/models/TagResourcesRequest.js.map +1 -1
  378. package/dist/models/TagResourcesResponseBody.d.ts +21 -15
  379. package/dist/models/TagResourcesResponseBody.js.map +1 -1
  380. package/dist/models/UnbindNlbRequest.d.ts +9 -7
  381. package/dist/models/UnbindNlbRequest.js.map +1 -1
  382. package/dist/models/UnbindNlbResponseBody.d.ts +23 -17
  383. package/dist/models/UnbindNlbResponseBody.js.map +1 -1
  384. package/dist/models/UnbindSlbRequest.d.ts +8 -6
  385. package/dist/models/UnbindSlbRequest.js.map +1 -1
  386. package/dist/models/UnbindSlbResponseBody.d.ts +21 -15
  387. package/dist/models/UnbindSlbResponseBody.js.map +1 -1
  388. package/dist/models/UntagResourcesRequest.d.ts +7 -6
  389. package/dist/models/UntagResourcesRequest.js.map +1 -1
  390. package/dist/models/UntagResourcesResponseBody.d.ts +21 -15
  391. package/dist/models/UntagResourcesResponseBody.js.map +1 -1
  392. package/dist/models/UpdateAppModeRequest.d.ts +10 -7
  393. package/dist/models/UpdateAppModeRequest.js.map +1 -1
  394. package/dist/models/UpdateAppModeResponseBody.d.ts +19 -14
  395. package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
  396. package/dist/models/UpdateAppSecurityGroupRequest.d.ts +2 -2
  397. package/dist/models/UpdateAppSecurityGroupResponseBody.d.ts +21 -15
  398. package/dist/models/UpdateAppSecurityGroupResponseBody.js.map +1 -1
  399. package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +15 -12
  400. package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
  401. package/dist/models/UpdateApplicationScalingRuleRequest.d.ts +101 -59
  402. package/dist/models/UpdateApplicationScalingRuleRequest.js.map +1 -1
  403. package/dist/models/UpdateApplicationScalingRuleResponseBody.d.ts +124 -64
  404. package/dist/models/UpdateApplicationScalingRuleResponseBody.js.map +1 -1
  405. package/dist/models/UpdateApplicationVswitchesRequest.d.ts +20 -1
  406. package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
  407. package/dist/models/UpdateApplicationVswitchesResponseBody.d.ts +21 -15
  408. package/dist/models/UpdateApplicationVswitchesResponseBody.js.map +1 -1
  409. package/dist/models/UpdateConfigMapRequest.d.ts +10 -1
  410. package/dist/models/UpdateConfigMapRequest.js.map +1 -1
  411. package/dist/models/UpdateConfigMapResponseBody.d.ts +24 -16
  412. package/dist/models/UpdateConfigMapResponseBody.js.map +1 -1
  413. package/dist/models/UpdateGreyTagRouteRequest.d.ts +6 -6
  414. package/dist/models/UpdateGreyTagRouteResponseBody.d.ts +19 -14
  415. package/dist/models/UpdateGreyTagRouteResponseBody.js.map +1 -1
  416. package/dist/models/UpdateIngressRequest.d.ts +81 -26
  417. package/dist/models/UpdateIngressRequest.js.map +1 -1
  418. package/dist/models/UpdateIngressResponseBody.d.ts +24 -18
  419. package/dist/models/UpdateIngressResponseBody.js.map +1 -1
  420. package/dist/models/UpdateJobRequest.d.ts +133 -95
  421. package/dist/models/UpdateJobRequest.js.map +1 -1
  422. package/dist/models/UpdateJobResponseBody.d.ts +23 -22
  423. package/dist/models/UpdateJobResponseBody.js.map +1 -1
  424. package/dist/models/UpdateNamespaceRequest.d.ts +3 -2
  425. package/dist/models/UpdateNamespaceRequest.js.map +1 -1
  426. package/dist/models/UpdateNamespaceResponseBody.d.ts +15 -12
  427. package/dist/models/UpdateNamespaceResponseBody.js.map +1 -1
  428. package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +22 -13
  429. package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
  430. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +7 -9
  431. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
  432. package/dist/models/UpdateNamespaceVpcRequest.d.ts +5 -2
  433. package/dist/models/UpdateNamespaceVpcRequest.js.map +1 -1
  434. package/dist/models/UpdateNamespaceVpcResponseBody.d.ts +26 -17
  435. package/dist/models/UpdateNamespaceVpcResponseBody.js.map +1 -1
  436. package/dist/models/UpdateSecretRequest.d.ts +6 -4
  437. package/dist/models/UpdateSecretRequest.js.map +1 -1
  438. package/dist/models/UpdateSecretResponseBody.d.ts +42 -0
  439. package/dist/models/UpdateSecretResponseBody.js.map +1 -1
  440. package/dist/models/UpdateSecretShrinkRequest.d.ts +3 -1
  441. package/dist/models/UpdateSecretShrinkRequest.js.map +1 -1
  442. package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +7 -6
  443. package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
  444. package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +22 -16
  445. package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
  446. package/dist/models/WebAclEntryConfig.d.ts +1 -1
  447. package/dist/models/WebApplication.d.ts +2 -2
  448. package/dist/models/WebVersionStatus.d.ts +3 -0
  449. package/dist/models/WebVersionStatus.js.map +1 -1
  450. package/dist/models/model.d.ts +3 -0
  451. package/dist/models/model.js +37 -31
  452. package/dist/models/model.js.map +1 -1
  453. package/package.json +1 -1
  454. package/src/client.ts +227 -198
  455. package/src/models/AbortChangeOrderRequest.ts +7 -0
  456. package/src/models/AbortChangeOrderResponseBody.ts +19 -14
  457. package/src/models/BatchRestartApplicationsResponseBody.ts +0 -3
  458. package/src/models/BatchStartApplicationsRequest.ts +1 -1
  459. package/src/models/BatchStartApplicationsResponseBody.ts +15 -9
  460. package/src/models/BatchStopApplicationsResponseBody.ts +11 -7
  461. package/src/models/BindNlbRequest.ts +17 -12
  462. package/src/models/BindNlbResponseBody.ts +24 -18
  463. package/src/models/BindSlbResponseBody.ts +3 -0
  464. package/src/models/ConfirmPipelineBatchRequest.ts +6 -2
  465. package/src/models/ConfirmPipelineBatchResponseBody.ts +19 -14
  466. package/src/models/Container.ts +14 -14
  467. package/src/models/ContainerResources.ts +1 -1
  468. package/src/models/CreateApplicationRequest.ts +384 -259
  469. package/src/models/CreateApplicationResponseBody.ts +19 -17
  470. package/src/models/CreateApplicationScalingRuleRequest.ts +108 -79
  471. package/src/models/CreateApplicationScalingRuleResponseBody.ts +113 -76
  472. package/src/models/CreateApplicationShrinkRequest.ts +352 -259
  473. package/src/models/CreateConfigMapResponseBody.ts +7 -10
  474. package/src/models/CreateGreyTagRouteRequest.ts +6 -6
  475. package/src/models/CreateGreyTagRouteResponseBody.ts +20 -15
  476. package/src/models/CreateIngressRequest.ts +71 -50
  477. package/src/models/CreateIngressResponseBody.ts +20 -17
  478. package/src/models/CreateJobRequest.ts +214 -128
  479. package/src/models/CreateJobResponseBody.ts +24 -21
  480. package/src/models/CreateNamespaceRequest.ts +9 -8
  481. package/src/models/CreateNamespaceResponseBody.ts +31 -28
  482. package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +14 -12
  483. package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +24 -18
  484. package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +14 -12
  485. package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +77 -59
  486. package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +24 -18
  487. package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +18 -16
  488. package/src/models/CreateSecretRequest.ts +6 -4
  489. package/src/models/CreateSecretResponseBody.ts +12 -10
  490. package/src/models/CreateSecretShrinkRequest.ts +6 -4
  491. package/src/models/DataInstancesValue.ts +6 -5
  492. package/src/models/DataInstancesValueListenersValue.ts +13 -9
  493. package/src/models/DeleteApplicationResponseBody.ts +23 -17
  494. package/src/models/DeleteApplicationScalingRuleRequest.ts +2 -2
  495. package/src/models/DeleteApplicationScalingRuleResponseBody.ts +26 -14
  496. package/src/models/DeleteConfigMapRequest.ts +1 -1
  497. package/src/models/DeleteConfigMapResponseBody.ts +23 -17
  498. package/src/models/DeleteGreyTagRouteResponseBody.ts +22 -16
  499. package/src/models/DeleteHistoryJobResponseBody.ts +16 -13
  500. package/src/models/DeleteIngressRequest.ts +1 -1
  501. package/src/models/DeleteIngressResponseBody.ts +17 -12
  502. package/src/models/DeleteInstancesRequest.ts +2 -2
  503. package/src/models/DeleteInstancesResponseBody.ts +23 -17
  504. package/src/models/DeleteJobResponseBody.ts +16 -13
  505. package/src/models/DeleteNamespaceRequest.ts +4 -1
  506. package/src/models/DeleteNamespaceResponseBody.ts +16 -11
  507. package/src/models/DeleteSecretRequest.ts +2 -2
  508. package/src/models/DeleteSecretResponseBody.ts +22 -19
  509. package/src/models/DeleteSwimmingLaneGroupRequest.ts +2 -2
  510. package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +22 -16
  511. package/src/models/DeployApplicationRequest.ts +374 -304
  512. package/src/models/DeployApplicationResponseBody.ts +22 -22
  513. package/src/models/DeployApplicationShrinkRequest.ts +342 -304
  514. package/src/models/DescribeAppServiceDetailRequest.ts +10 -6
  515. package/src/models/DescribeAppServiceDetailResponseBody.ts +41 -40
  516. package/src/models/DescribeApplicationConfigRequest.ts +2 -2
  517. package/src/models/DescribeApplicationConfigResponseBody.ts +506 -347
  518. package/src/models/DescribeApplicationGroupsRequest.ts +2 -2
  519. package/src/models/DescribeApplicationGroupsResponseBody.ts +64 -41
  520. package/src/models/DescribeApplicationImageRequest.ts +2 -2
  521. package/src/models/DescribeApplicationImageResponseBody.ts +26 -20
  522. package/src/models/DescribeApplicationInstancesRequest.ts +37 -6
  523. package/src/models/DescribeApplicationInstancesResponseBody.ts +99 -54
  524. package/src/models/DescribeApplicationMseServiceResponseBody.ts +17 -13
  525. package/src/models/DescribeApplicationNlbsRequest.ts +1 -1
  526. package/src/models/DescribeApplicationNlbsResponseBody.ts +19 -14
  527. package/src/models/DescribeApplicationScalingRuleRequest.ts +2 -2
  528. package/src/models/DescribeApplicationScalingRuleResponseBody.ts +204 -88
  529. package/src/models/DescribeApplicationScalingRulesRequest.ts +1 -1
  530. package/src/models/DescribeApplicationScalingRulesResponseBody.ts +244 -90
  531. package/src/models/DescribeApplicationSlbsRequest.ts +1 -1
  532. package/src/models/DescribeApplicationSlbsResponseBody.ts +120 -33
  533. package/src/models/DescribeApplicationStatusResponseBody.ts +66 -45
  534. package/src/models/DescribeChangeOrderRequest.ts +1 -1
  535. package/src/models/DescribeChangeOrderResponseBody.ts +135 -78
  536. package/src/models/DescribeComponentsRequest.ts +4 -3
  537. package/src/models/DescribeComponentsResponseBody.ts +25 -19
  538. package/src/models/DescribeConfigMapRequest.ts +1 -1
  539. package/src/models/DescribeConfigMapResponseBody.ts +32 -26
  540. package/src/models/DescribeConfigurationPriceRequest.ts +74 -24
  541. package/src/models/DescribeConfigurationPriceResponseBody.ts +74 -49
  542. package/src/models/DescribeEdasContainersResponseBody.ts +22 -16
  543. package/src/models/DescribeGreyTagRouteRequest.ts +1 -1
  544. package/src/models/DescribeGreyTagRouteResponseBody.ts +107 -77
  545. package/src/models/DescribeIngressRequest.ts +2 -2
  546. package/src/models/DescribeIngressResponseBody.ts +233 -54
  547. package/src/models/DescribeInstanceLogRequest.ts +8 -1
  548. package/src/models/DescribeInstanceLogResponseBody.ts +21 -20
  549. package/src/models/DescribeInstanceSpecificationsResponseBody.ts +33 -23
  550. package/src/models/DescribeJobHistoryRequest.ts +7 -4
  551. package/src/models/DescribeJobHistoryResponseBody.ts +22 -19
  552. package/src/models/DescribeJobRequest.ts +1 -1
  553. package/src/models/DescribeJobResponseBody.ts +222 -159
  554. package/src/models/DescribeJobStatusResponseBody.ts +25 -18
  555. package/src/models/DescribeNamespaceListRequest.ts +6 -4
  556. package/src/models/DescribeNamespaceListResponseBody.ts +21 -16
  557. package/src/models/DescribeNamespaceResourcesRequest.ts +4 -1
  558. package/src/models/DescribeNamespaceResourcesResponseBody.ts +91 -45
  559. package/src/models/DescribeNamespaceResponseBody.ts +18 -14
  560. package/src/models/DescribeNamespacesRequest.ts +1 -1
  561. package/src/models/DescribeNamespacesResponseBody.ts +30 -24
  562. package/src/models/DescribePipelineResponseBody.ts +59 -39
  563. package/src/models/DescribeRegionsResponseBody.ts +8 -5
  564. package/src/models/DescribeSecretResponseBody.ts +15 -12
  565. package/src/models/DescribeSwimmingLaneRequest.ts +3 -3
  566. package/src/models/DescribeSwimmingLaneResponseBody.ts +62 -53
  567. package/src/models/DescribeVswitchesRequest.ts +0 -11
  568. package/src/models/DescribeVswitchesResponseBody.ts +0 -47
  569. package/src/models/DisableApplicationScalingRuleRequest.ts +2 -2
  570. package/src/models/DisableApplicationScalingRuleResponseBody.ts +24 -15
  571. package/src/models/DisableArmsResponseBody.ts +17 -22
  572. package/src/models/DowngradeApplicationApmServiceResponseBody.ts +13 -11
  573. package/src/models/EnableApplicationScalingRuleResponseBody.ts +15 -12
  574. package/src/models/ExecJobRequest.ts +31 -23
  575. package/src/models/ExecJobResponseBody.ts +37 -26
  576. package/src/models/GetApplicationRequest.ts +2 -2
  577. package/src/models/GetApplicationResponseBody.ts +75 -45
  578. package/src/models/GetAvailabilityMetricResponseBody.ts +1 -1
  579. package/src/models/GetChangeOrderMetricRequest.ts +20 -9
  580. package/src/models/GetChangeOrderMetricResponseBody.ts +36 -15
  581. package/src/models/GetScaleAppMetricResponseBody.ts +1 -1
  582. package/src/models/GetWebshellTokenRequest.ts +7 -6
  583. package/src/models/GetWebshellTokenResponseBody.ts +12 -10
  584. package/src/models/ImageRegistryConfig.ts +8 -0
  585. package/src/models/InitContainerConfig.ts +49 -0
  586. package/src/models/ListAllSwimmingLaneGroupsRequest.ts +1 -1
  587. package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +51 -42
  588. package/src/models/ListAllSwimmingLanesRequest.ts +2 -2
  589. package/src/models/ListAllSwimmingLanesResponseBody.ts +67 -58
  590. package/src/models/ListAppEventsRequest.ts +19 -14
  591. package/src/models/ListAppEventsResponseBody.ts +32 -23
  592. package/src/models/ListAppServicesPageRequest.ts +5 -4
  593. package/src/models/ListAppServicesPageResponseBody.ts +29 -24
  594. package/src/models/ListAppServicesRequest.ts +21 -15
  595. package/src/models/ListAppServicesResponseBody.ts +52 -37
  596. package/src/models/ListAppVersionsRequest.ts +1 -1
  597. package/src/models/ListAppVersionsResponseBody.ts +33 -23
  598. package/src/models/ListApplicationCenterServiceInstancesRequest.ts +0 -8
  599. package/src/models/ListApplicationCenterServiceInstancesResponseBody.ts +0 -43
  600. package/src/models/ListApplicationsForSwimmingLaneRequest.ts +2 -2
  601. package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +27 -21
  602. package/src/models/ListApplicationsRequest.ts +52 -24
  603. package/src/models/ListApplicationsResponseBody.ts +105 -79
  604. package/src/models/ListChangeOrdersRequest.ts +76 -25
  605. package/src/models/ListChangeOrdersResponseBody.ts +111 -78
  606. package/src/models/ListConsumedServicesRequest.ts +1 -1
  607. package/src/models/ListConsumedServicesResponseBody.ts +26 -20
  608. package/src/models/ListGreyTagRouteRequest.ts +1 -1
  609. package/src/models/ListGreyTagRouteResponseBody.ts +131 -66
  610. package/src/models/ListIngressesRequest.ts +10 -2
  611. package/src/models/ListIngressesResponseBody.ts +170 -40
  612. package/src/models/ListJobsRequest.ts +20 -16
  613. package/src/models/ListJobsResponseBody.ts +81 -56
  614. package/src/models/ListLogConfigsRequest.ts +3 -3
  615. package/src/models/ListLogConfigsResponseBody.ts +39 -30
  616. package/src/models/ListNamespaceChangeOrdersRequest.ts +22 -6
  617. package/src/models/ListNamespaceChangeOrdersResponseBody.ts +52 -38
  618. package/src/models/ListNamespacedConfigMapsRequest.ts +1 -1
  619. package/src/models/ListNamespacedConfigMapsResponseBody.ts +32 -28
  620. package/src/models/ListPublishedServicesRequest.ts +1 -1
  621. package/src/models/ListPublishedServicesResponseBody.ts +28 -22
  622. package/src/models/ListSecretsRequest.ts +1 -1
  623. package/src/models/ListSecretsResponseBody.ts +27 -24
  624. package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +27 -21
  625. package/src/models/ListSwimmingLaneGroupTagsRequest.ts +2 -2
  626. package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +26 -20
  627. package/src/models/ListTagResourcesRequest.ts +9 -8
  628. package/src/models/ListTagResourcesResponseBody.ts +25 -19
  629. package/src/models/ListWebApplicationInstancesRequest.ts +3 -0
  630. package/src/models/ListWebApplicationInstancesShrinkRequest.ts +3 -0
  631. package/src/models/ListWebApplicationRevisionsOutput.ts +1 -1
  632. package/src/models/ListWebApplicationRevisionsRequest.ts +1 -1
  633. package/src/models/ListWebInstancesOutput.ts +3 -0
  634. package/src/models/PathConfig.ts +2 -2
  635. package/src/models/QueryArmsEnableResponseBody.ts +8 -8
  636. package/src/models/QueryResourceStaticsRequest.ts +1 -1
  637. package/src/models/QueryResourceStaticsResponseBody.ts +37 -30
  638. package/src/models/ReduceApplicationCapacityByInstanceIdsResponseBody.ts +15 -12
  639. package/src/models/RegistryAuthenticationConfig.ts +6 -0
  640. package/src/models/RegistryCertificateConfig.ts +6 -0
  641. package/src/models/RescaleApplicationRequest.ts +10 -7
  642. package/src/models/RescaleApplicationResponseBody.ts +12 -10
  643. package/src/models/RescaleApplicationVerticallyRequest.ts +7 -7
  644. package/src/models/RescaleApplicationVerticallyResponseBody.ts +22 -17
  645. package/src/models/RestartApplicationRequest.ts +10 -7
  646. package/src/models/RestartApplicationResponseBody.ts +15 -12
  647. package/src/models/RestartInstancesResponseBody.ts +15 -12
  648. package/src/models/ResumeTrafficRequest.ts +1 -1
  649. package/src/models/ResumeTrafficResponseBody.ts +26 -19
  650. package/src/models/Revision.ts +2 -2
  651. package/src/models/RollbackApplicationRequest.ts +24 -19
  652. package/src/models/RollbackApplicationResponseBody.ts +15 -12
  653. package/src/models/RouteConfig.ts +1 -1
  654. package/src/models/SidecarContainerConfig.ts +30 -10
  655. package/src/models/SlscollectConfig.ts +3 -3
  656. package/src/models/StartApplicationResponseBody.ts +15 -12
  657. package/src/models/StopApplicationRequest.ts +1 -4
  658. package/src/models/StopApplicationResponseBody.ts +31 -16
  659. package/src/models/SuspendJobRequest.ts +3 -2
  660. package/src/models/SuspendJobResponseBody.ts +15 -12
  661. package/src/models/SuspendTrafficRequest.ts +1 -1
  662. package/src/models/SuspendTrafficResponseBody.ts +19 -22
  663. package/src/models/TagResourcesRequest.ts +8 -7
  664. package/src/models/TagResourcesResponseBody.ts +21 -15
  665. package/src/models/UnbindNlbRequest.ts +9 -7
  666. package/src/models/UnbindNlbResponseBody.ts +23 -17
  667. package/src/models/UnbindSlbRequest.ts +8 -6
  668. package/src/models/UnbindSlbResponseBody.ts +21 -15
  669. package/src/models/UntagResourcesRequest.ts +7 -6
  670. package/src/models/UntagResourcesResponseBody.ts +21 -15
  671. package/src/models/UpdateAppModeRequest.ts +10 -7
  672. package/src/models/UpdateAppModeResponseBody.ts +19 -14
  673. package/src/models/UpdateAppSecurityGroupRequest.ts +2 -2
  674. package/src/models/UpdateAppSecurityGroupResponseBody.ts +21 -15
  675. package/src/models/UpdateApplicationDescriptionResponseBody.ts +15 -12
  676. package/src/models/UpdateApplicationScalingRuleRequest.ts +101 -59
  677. package/src/models/UpdateApplicationScalingRuleResponseBody.ts +124 -64
  678. package/src/models/UpdateApplicationVswitchesRequest.ts +20 -1
  679. package/src/models/UpdateApplicationVswitchesResponseBody.ts +21 -15
  680. package/src/models/UpdateConfigMapRequest.ts +10 -1
  681. package/src/models/UpdateConfigMapResponseBody.ts +24 -16
  682. package/src/models/UpdateGreyTagRouteRequest.ts +6 -6
  683. package/src/models/UpdateGreyTagRouteResponseBody.ts +19 -14
  684. package/src/models/UpdateIngressRequest.ts +81 -26
  685. package/src/models/UpdateIngressResponseBody.ts +24 -18
  686. package/src/models/UpdateJobRequest.ts +133 -95
  687. package/src/models/UpdateJobResponseBody.ts +23 -22
  688. package/src/models/UpdateNamespaceRequest.ts +3 -2
  689. package/src/models/UpdateNamespaceResponseBody.ts +15 -12
  690. package/src/models/UpdateNamespaceSlsConfigsRequest.ts +22 -13
  691. package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +7 -9
  692. package/src/models/UpdateNamespaceVpcRequest.ts +5 -2
  693. package/src/models/UpdateNamespaceVpcResponseBody.ts +26 -17
  694. package/src/models/UpdateSecretRequest.ts +6 -4
  695. package/src/models/UpdateSecretResponseBody.ts +42 -0
  696. package/src/models/UpdateSecretShrinkRequest.ts +3 -1
  697. package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +7 -6
  698. package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +22 -16
  699. package/src/models/WebAclEntryConfig.ts +1 -1
  700. package/src/models/WebApplication.ts +2 -2
  701. package/src/models/WebVersionStatus.ts +3 -0
  702. package/src/models/model.ts +3 -0
package/dist/client.js CHANGED
@@ -49,6 +49,23 @@ class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
51
  this._endpointRule = "regional";
52
+ this._endpointMap = {
53
+ 'us-west-1': "sae.us-west-1.aliyuncs.com",
54
+ 'us-east-1': "sae.us-east-1.aliyuncs.com",
55
+ 'eu-central-1': "sae.eu-central-1.aliyuncs.com",
56
+ 'cn-zhangjiakou': "sae.cn-zhangjiakou.aliyuncs.com",
57
+ 'cn-wulanchabu': "sae.cn-wulanchabu.aliyuncs.com",
58
+ 'cn-shenzhen': "sae.cn-shenzhen.aliyuncs.com",
59
+ 'cn-shanghai': "sae.cn-shanghai.aliyuncs.com",
60
+ 'cn-hongkong': "sae.cn-hongkong.aliyuncs.com",
61
+ 'cn-heyuan': "sae.cn-heyuan.aliyuncs.com",
62
+ 'cn-hangzhou': "sae.cn-hangzhou.aliyuncs.com",
63
+ 'cn-guangzhou': "sae.cn-guangzhou.aliyuncs.com",
64
+ 'cn-chengdu': "sae.cn-chengdu.aliyuncs.com",
65
+ 'cn-beijing': "sae.cn-beijing.aliyuncs.com",
66
+ 'ap-southeast-1': "sae.ap-southeast-1.aliyuncs.com",
67
+ 'ap-northeast-1': "sae.ap-northeast-1.aliyuncs.com",
68
+ };
52
69
  this.checkConfig(config);
53
70
  this._endpoint = this.getEndpoint("sae", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
54
71
  }
@@ -104,7 +121,7 @@ class Client extends openapi_core_1.default {
104
121
  return await this.abortAndRollbackChangeOrderWithOptions(request, headers, runtime);
105
122
  }
106
123
  /**
107
- * Terminate a change order.
124
+ * This operation stops a change order.
108
125
  *
109
126
  * @param request - AbortChangeOrderRequest
110
127
  * @param headers - map
@@ -138,7 +155,7 @@ class Client extends openapi_core_1.default {
138
155
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AbortChangeOrderResponse({}));
139
156
  }
140
157
  /**
141
- * Terminate a change order.
158
+ * This operation stops a change order.
142
159
  *
143
160
  * @param request - AbortChangeOrderRequest
144
161
  * @returns AbortChangeOrderResponse
@@ -290,7 +307,7 @@ class Client extends openapi_core_1.default {
290
307
  return await this.batchStopApplicationsWithOptions(request, headers, runtime);
291
308
  }
292
309
  /**
293
- * Associates a Network Load Balancer (NLB) instance with an application.
310
+ * Binds a Network Load Balancer (NLB) instance to an application.
294
311
  *
295
312
  * @param request - BindNlbRequest
296
313
  * @param headers - map
@@ -333,7 +350,7 @@ class Client extends openapi_core_1.default {
333
350
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.BindNlbResponse({}));
334
351
  }
335
352
  /**
336
- * Associates a Network Load Balancer (NLB) instance with an application.
353
+ * Binds a Network Load Balancer (NLB) instance to an application.
337
354
  *
338
355
  * @param request - BindNlbRequest
339
356
  * @returns BindNlbResponse
@@ -466,6 +483,9 @@ class Client extends openapi_core_1.default {
466
483
  if (!$dara.isNull(tmpReq.labels)) {
467
484
  request.labelsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.labels, "Labels", "json");
468
485
  }
486
+ if (!$dara.isNull(tmpReq.raspConfig)) {
487
+ request.raspConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.raspConfig, "RaspConfig", "json");
488
+ }
469
489
  if (!$dara.isNull(tmpReq.sidecarContainersConfig)) {
470
490
  request.sidecarContainersConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.sidecarContainersConfig, "SidecarContainersConfig", "json");
471
491
  }
@@ -638,6 +658,9 @@ class Client extends openapi_core_1.default {
638
658
  if (!$dara.isNull(request.pythonModules)) {
639
659
  query["PythonModules"] = request.pythonModules;
640
660
  }
661
+ if (!$dara.isNull(request.raspConfigShrink)) {
662
+ query["RaspConfig"] = request.raspConfigShrink;
663
+ }
641
664
  if (!$dara.isNull(request.readiness)) {
642
665
  query["Readiness"] = request.readiness;
643
666
  }
@@ -762,15 +785,15 @@ class Client extends openapi_core_1.default {
762
785
  return await this.createApplicationWithOptions(request, headers, runtime);
763
786
  }
764
787
  /**
765
- * Creates an auto scaling policy for an application.
788
+ * Create an application auto scaling policy.
766
789
  *
767
790
  * @remarks
768
- * ## [](#)Precautions
769
- * * You can create up to five auto scaling policies for one application.
770
- * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
771
- * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
772
- * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
773
- * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
791
+ * ## Usage notes
792
+ * - You can create up to five elasticity policies per application.
793
+ * - For each scheduled elasticity policy, you can create up to 20 trigger points per day.
794
+ * - While an elasticity policy is enabled, do not manually perform operations on the application, such as scaling, deployment, changing specifications, restarting, or stopping. To perform these operations, disable the policy first.
795
+ * - You cannot add or enable an elasticity policy for an application that is undergoing a scale-out, scale-in, deployment (single-batch, phased, or canary), specification change, restart, or stop.
796
+ * - To scale out an application to more than 50 instances, contact SAE technical support to be added to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
774
797
  *
775
798
  * @param request - CreateApplicationScalingRuleRequest
776
799
  * @param headers - map
@@ -825,15 +848,15 @@ class Client extends openapi_core_1.default {
825
848
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationScalingRuleResponse({}));
826
849
  }
827
850
  /**
828
- * Creates an auto scaling policy for an application.
851
+ * Create an application auto scaling policy.
829
852
  *
830
853
  * @remarks
831
- * ## [](#)Precautions
832
- * * You can create up to five auto scaling policies for one application.
833
- * * You can create up to 20 trigger points within one day in a scheduled auto scaling policy.
834
- * * If an auto scaling policy is enabled for an application, you cannot manually manage the lifecycle of the application. For example, you cannot scale, deploy (including single-batch release, phased release, and canary release), stop, or restart the application, or change the instance type. If you want to perform the preceding operations on the application, disable the auto scaling policy and then manually perform the operations.
835
- * * If an application is in the process of scale-out, scale-in, deployment (including single-batch release, phased release, and canary release), instance type change, restart, or stop, you cannot add or enable an auto scaling policy for the application.
836
- * * If you want to configure more than 50 instances for an application, you must contact SAE technical support to add your account to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
854
+ * ## Usage notes
855
+ * - You can create up to five elasticity policies per application.
856
+ * - For each scheduled elasticity policy, you can create up to 20 trigger points per day.
857
+ * - While an elasticity policy is enabled, do not manually perform operations on the application, such as scaling, deployment, changing specifications, restarting, or stopping. To perform these operations, disable the policy first.
858
+ * - You cannot add or enable an elasticity policy for an application that is undergoing a scale-out, scale-in, deployment (single-batch, phased, or canary), specification change, restart, or stop.
859
+ * - To scale out an application to more than 50 instances, contact SAE technical support to be added to the whitelist. For more information, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
837
860
  *
838
861
  * @param request - CreateApplicationScalingRuleRequest
839
862
  * @returns CreateApplicationScalingRuleResponse
@@ -897,10 +920,10 @@ class Client extends openapi_core_1.default {
897
920
  return await this.createConfigMapWithOptions(request, headers, runtime);
898
921
  }
899
922
  /**
900
- * Creates a canary release rule for a Spring Cloud or Dubbo application.
923
+ * Create a canary release rule for a Spring Cloud or Dubbo application.
901
924
  *
902
925
  * @remarks
903
- * > You can configure only one canary release rule for each application.
926
+ * > You can currently configure only one canary rule per application.
904
927
  *
905
928
  * @param request - CreateGreyTagRouteRequest
906
929
  * @param headers - map
@@ -946,10 +969,10 @@ class Client extends openapi_core_1.default {
946
969
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGreyTagRouteResponse({}));
947
970
  }
948
971
  /**
949
- * Creates a canary release rule for a Spring Cloud or Dubbo application.
972
+ * Create a canary release rule for a Spring Cloud or Dubbo application.
950
973
  *
951
974
  * @remarks
952
- * > You can configure only one canary release rule for each application.
975
+ * > You can currently configure only one canary rule per application.
953
976
  *
954
977
  * @param request - CreateGreyTagRouteRequest
955
978
  * @returns CreateGreyTagRouteResponse
@@ -960,7 +983,7 @@ class Client extends openapi_core_1.default {
960
983
  return await this.createGreyTagRouteWithOptions(request, headers, runtime);
961
984
  }
962
985
  /**
963
- * Creates a routing rule.
986
+ * Create a routing rule.
964
987
  *
965
988
  * @param request - CreateIngressRequest
966
989
  * @param headers - map
@@ -1059,7 +1082,7 @@ class Client extends openapi_core_1.default {
1059
1082
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIngressResponse({}));
1060
1083
  }
1061
1084
  /**
1062
- * Creates a routing rule.
1085
+ * Create a routing rule.
1063
1086
  *
1064
1087
  * @param request - CreateIngressRequest
1065
1088
  * @returns CreateIngressResponse
@@ -1070,7 +1093,7 @@ class Client extends openapi_core_1.default {
1070
1093
  return await this.createIngressWithOptions(request, headers, runtime);
1071
1094
  }
1072
1095
  /**
1073
- * Create a job template.
1096
+ * This operation creates a job template.
1074
1097
  *
1075
1098
  * @param request - CreateJobRequest
1076
1099
  * @param headers - map
@@ -1268,7 +1291,7 @@ class Client extends openapi_core_1.default {
1268
1291
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateJobResponse({}));
1269
1292
  }
1270
1293
  /**
1271
- * Create a job template.
1294
+ * This operation creates a job template.
1272
1295
  *
1273
1296
  * @param request - CreateJobRequest
1274
1297
  * @returns CreateJobResponse
@@ -1279,7 +1302,7 @@ class Client extends openapi_core_1.default {
1279
1302
  return await this.createJobWithOptions(request, headers, runtime);
1280
1303
  }
1281
1304
  /**
1282
- * Create a namespace.
1305
+ * Creates a namespace.
1283
1306
  *
1284
1307
  * @param request - CreateNamespaceRequest
1285
1308
  * @param headers - map
@@ -1322,7 +1345,7 @@ class Client extends openapi_core_1.default {
1322
1345
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateNamespaceResponse({}));
1323
1346
  }
1324
1347
  /**
1325
- * Create a namespace.
1348
+ * Creates a namespace.
1326
1349
  *
1327
1350
  * @param request - CreateNamespaceRequest
1328
1351
  * @returns CreateNamespaceResponse
@@ -1333,7 +1356,7 @@ class Client extends openapi_core_1.default {
1333
1356
  return await this.createNamespaceWithOptions(request, headers, runtime);
1334
1357
  }
1335
1358
  /**
1336
- * Creates or updates a lane.
1359
+ * Create or update a swimlane.
1337
1360
  *
1338
1361
  * @param tmpReq - CreateOrUpdateSwimmingLaneRequest
1339
1362
  * @param headers - map
@@ -1396,7 +1419,7 @@ class Client extends openapi_core_1.default {
1396
1419
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateOrUpdateSwimmingLaneResponse({}));
1397
1420
  }
1398
1421
  /**
1399
- * Creates or updates a lane.
1422
+ * Create or update a swimlane.
1400
1423
  *
1401
1424
  * @param request - CreateOrUpdateSwimmingLaneRequest
1402
1425
  * @returns CreateOrUpdateSwimmingLaneResponse
@@ -1407,7 +1430,7 @@ class Client extends openapi_core_1.default {
1407
1430
  return await this.createOrUpdateSwimmingLaneWithOptions(request, headers, runtime);
1408
1431
  }
1409
1432
  /**
1410
- * Creates or updates a lane group.
1433
+ * Creates or updates a swimming lane group.
1411
1434
  *
1412
1435
  * @param tmpReq - CreateOrUpdateSwimmingLaneGroupRequest
1413
1436
  * @param headers - map
@@ -1461,7 +1484,7 @@ class Client extends openapi_core_1.default {
1461
1484
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateOrUpdateSwimmingLaneGroupResponse({}));
1462
1485
  }
1463
1486
  /**
1464
- * Creates or updates a lane group.
1487
+ * Creates or updates a swimming lane group.
1465
1488
  *
1466
1489
  * @param request - CreateOrUpdateSwimmingLaneGroupRequest
1467
1490
  * @returns CreateOrUpdateSwimmingLaneGroupResponse
@@ -1668,7 +1691,7 @@ class Client extends openapi_core_1.default {
1668
1691
  return await this.deleteApplicationWithOptions(request, headers, runtime);
1669
1692
  }
1670
1693
  /**
1671
- * 7171a6ca-d1cd-4928-8642-7d5cfe69\\\\*\\\\*\\\\*\\\\*
1694
+ * Deletes an Auto Scaling policy for an application.
1672
1695
  *
1673
1696
  * @param request - DeleteApplicationScalingRuleRequest
1674
1697
  * @param headers - map
@@ -1702,7 +1725,7 @@ class Client extends openapi_core_1.default {
1702
1725
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApplicationScalingRuleResponse({}));
1703
1726
  }
1704
1727
  /**
1705
- * 7171a6ca-d1cd-4928-8642-7d5cfe69\\\\*\\\\*\\\\*\\\\*
1728
+ * Deletes an Auto Scaling policy for an application.
1706
1729
  *
1707
1730
  * @param request - DeleteApplicationScalingRuleRequest
1708
1731
  * @returns DeleteApplicationScalingRuleResponse
@@ -1713,7 +1736,7 @@ class Client extends openapi_core_1.default {
1713
1736
  return await this.deleteApplicationScalingRuleWithOptions(request, headers, runtime);
1714
1737
  }
1715
1738
  /**
1716
- * Deletes a ConfigMap.
1739
+ * Deletes a ConfigMap instance.
1717
1740
  *
1718
1741
  * @param request - DeleteConfigMapRequest
1719
1742
  * @param headers - map
@@ -1744,7 +1767,7 @@ class Client extends openapi_core_1.default {
1744
1767
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteConfigMapResponse({}));
1745
1768
  }
1746
1769
  /**
1747
- * Deletes a ConfigMap.
1770
+ * Deletes a ConfigMap instance.
1748
1771
  *
1749
1772
  * @param request - DeleteConfigMapRequest
1750
1773
  * @returns DeleteConfigMapResponse
@@ -1755,7 +1778,7 @@ class Client extends openapi_core_1.default {
1755
1778
  return await this.deleteConfigMapWithOptions(request, headers, runtime);
1756
1779
  }
1757
1780
  /**
1758
- * Deletes a canary release rule based on the specified rule ID.
1781
+ * Deletes a grey tag route by the specified rule ID.
1759
1782
  *
1760
1783
  * @param request - DeleteGreyTagRouteRequest
1761
1784
  * @param headers - map
@@ -1786,7 +1809,7 @@ class Client extends openapi_core_1.default {
1786
1809
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGreyTagRouteResponse({}));
1787
1810
  }
1788
1811
  /**
1789
- * Deletes a canary release rule based on the specified rule ID.
1812
+ * Deletes a grey tag route by the specified rule ID.
1790
1813
  *
1791
1814
  * @param request - DeleteGreyTagRouteRequest
1792
1815
  * @returns DeleteGreyTagRouteResponse
@@ -1842,7 +1865,7 @@ class Client extends openapi_core_1.default {
1842
1865
  return await this.deleteHistoryJobWithOptions(request, headers, runtime);
1843
1866
  }
1844
1867
  /**
1845
- * Deletes a routing rule.
1868
+ * Deletes an ingress instance.
1846
1869
  *
1847
1870
  * @param request - DeleteIngressRequest
1848
1871
  * @param headers - map
@@ -1873,7 +1896,7 @@ class Client extends openapi_core_1.default {
1873
1896
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteIngressResponse({}));
1874
1897
  }
1875
1898
  /**
1876
- * Deletes a routing rule.
1899
+ * Deletes an ingress instance.
1877
1900
  *
1878
1901
  * @param request - DeleteIngressRequest
1879
1902
  * @returns DeleteIngressResponse
@@ -1884,7 +1907,7 @@ class Client extends openapi_core_1.default {
1884
1907
  return await this.deleteIngressWithOptions(request, headers, runtime);
1885
1908
  }
1886
1909
  /**
1887
- * Deletes an application instance.
1910
+ * Deletes one or more application instances.
1888
1911
  *
1889
1912
  * @param request - DeleteInstancesRequest
1890
1913
  * @param headers - map
@@ -1918,7 +1941,7 @@ class Client extends openapi_core_1.default {
1918
1941
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteInstancesResponse({}));
1919
1942
  }
1920
1943
  /**
1921
- * Deletes an application instance.
1944
+ * Deletes one or more application instances.
1922
1945
  *
1923
1946
  * @param request - DeleteInstancesRequest
1924
1947
  * @returns DeleteInstancesResponse
@@ -1971,7 +1994,7 @@ class Client extends openapi_core_1.default {
1971
1994
  return await this.deleteJobWithOptions(request, headers, runtime);
1972
1995
  }
1973
1996
  /**
1974
- * Delete a namespace.
1997
+ * Deletes a namespace.
1975
1998
  *
1976
1999
  * @param request - DeleteNamespaceRequest
1977
2000
  * @param headers - map
@@ -2005,7 +2028,7 @@ class Client extends openapi_core_1.default {
2005
2028
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteNamespaceResponse({}));
2006
2029
  }
2007
2030
  /**
2008
- * Delete a namespace.
2031
+ * Deletes a namespace.
2009
2032
  *
2010
2033
  * @param request - DeleteNamespaceRequest
2011
2034
  * @returns DeleteNamespaceResponse
@@ -2016,7 +2039,7 @@ class Client extends openapi_core_1.default {
2016
2039
  return await this.deleteNamespaceWithOptions(request, headers, runtime);
2017
2040
  }
2018
2041
  /**
2019
- * Deletes a Secret.
2042
+ * Deletes a secret.
2020
2043
  *
2021
2044
  * @param request - DeleteSecretRequest
2022
2045
  * @param headers - map
@@ -2050,7 +2073,7 @@ class Client extends openapi_core_1.default {
2050
2073
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSecretResponse({}));
2051
2074
  }
2052
2075
  /**
2053
- * Deletes a Secret.
2076
+ * Deletes a secret.
2054
2077
  *
2055
2078
  * @param request - DeleteSecretRequest
2056
2079
  * @returns DeleteSecretResponse
@@ -2061,7 +2084,7 @@ class Client extends openapi_core_1.default {
2061
2084
  return await this.deleteSecretWithOptions(request, headers, runtime);
2062
2085
  }
2063
2086
  /**
2064
- * Deletes a lane group.
2087
+ * Deletes a swimming lane group.
2065
2088
  *
2066
2089
  * @param request - DeleteSwimmingLaneGroupRequest
2067
2090
  * @param headers - map
@@ -2095,7 +2118,7 @@ class Client extends openapi_core_1.default {
2095
2118
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSwimmingLaneGroupResponse({}));
2096
2119
  }
2097
2120
  /**
2098
- * Deletes a lane group.
2121
+ * Deletes a swimming lane group.
2099
2122
  *
2100
2123
  * @param request - DeleteSwimmingLaneGroupRequest
2101
2124
  * @returns DeleteSwimmingLaneGroupResponse
@@ -2267,6 +2290,9 @@ class Client extends openapi_core_1.default {
2267
2290
  if (!$dara.isNull(tmpReq.labels)) {
2268
2291
  request.labelsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.labels, "Labels", "json");
2269
2292
  }
2293
+ if (!$dara.isNull(tmpReq.raspConfig)) {
2294
+ request.raspConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.raspConfig, "RaspConfig", "json");
2295
+ }
2270
2296
  if (!$dara.isNull(tmpReq.sidecarContainersConfig)) {
2271
2297
  request.sidecarContainersConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.sidecarContainersConfig, "SidecarContainersConfig", "json");
2272
2298
  }
@@ -2439,6 +2465,9 @@ class Client extends openapi_core_1.default {
2439
2465
  if (!$dara.isNull(request.pythonModules)) {
2440
2466
  query["PythonModules"] = request.pythonModules;
2441
2467
  }
2468
+ if (!$dara.isNull(request.raspConfigShrink)) {
2469
+ query["RaspConfig"] = request.raspConfigShrink;
2470
+ }
2442
2471
  if (!$dara.isNull(request.readiness)) {
2443
2472
  query["Readiness"] = request.readiness;
2444
2473
  }
@@ -2557,7 +2586,7 @@ class Client extends openapi_core_1.default {
2557
2586
  return await this.deployApplicationWithOptions(request, headers, runtime);
2558
2587
  }
2559
2588
  /**
2560
- * Queries the metadata details of the service of an application.
2589
+ * Describes the metadata details of an application service.
2561
2590
  *
2562
2591
  * @param request - DescribeAppServiceDetailRequest
2563
2592
  * @param headers - map
@@ -2606,7 +2635,7 @@ class Client extends openapi_core_1.default {
2606
2635
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAppServiceDetailResponse({}));
2607
2636
  }
2608
2637
  /**
2609
- * Queries the metadata details of the service of an application.
2638
+ * Describes the metadata details of an application service.
2610
2639
  *
2611
2640
  * @param request - DescribeAppServiceDetailRequest
2612
2641
  * @returns DescribeAppServiceDetailResponse
@@ -2617,7 +2646,7 @@ class Client extends openapi_core_1.default {
2617
2646
  return await this.describeAppServiceDetailWithOptions(request, headers, runtime);
2618
2647
  }
2619
2648
  /**
2620
- * Queries the configurations of an application.
2649
+ * Retrieves the configuration information of an application.
2621
2650
  *
2622
2651
  * @param request - DescribeApplicationConfigRequest
2623
2652
  * @param headers - map
@@ -2651,7 +2680,7 @@ class Client extends openapi_core_1.default {
2651
2680
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationConfigResponse({}));
2652
2681
  }
2653
2682
  /**
2654
- * Queries the configurations of an application.
2683
+ * Retrieves the configuration information of an application.
2655
2684
  *
2656
2685
  * @param request - DescribeApplicationConfigRequest
2657
2686
  * @returns DescribeApplicationConfigResponse
@@ -2662,7 +2691,7 @@ class Client extends openapi_core_1.default {
2662
2691
  return await this.describeApplicationConfigWithOptions(request, headers, runtime);
2663
2692
  }
2664
2693
  /**
2665
- * Queries the instance groups of an application.
2694
+ * Use `DescribeApplicationGroups` to retrieve application instance groups.
2666
2695
  *
2667
2696
  * @param request - DescribeApplicationGroupsRequest
2668
2697
  * @param headers - map
@@ -2699,7 +2728,7 @@ class Client extends openapi_core_1.default {
2699
2728
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationGroupsResponse({}));
2700
2729
  }
2701
2730
  /**
2702
- * Queries the instance groups of an application.
2731
+ * Use `DescribeApplicationGroups` to retrieve application instance groups.
2703
2732
  *
2704
2733
  * @param request - DescribeApplicationGroupsRequest
2705
2734
  * @returns DescribeApplicationGroupsResponse
@@ -2710,7 +2739,7 @@ class Client extends openapi_core_1.default {
2710
2739
  return await this.describeApplicationGroupsWithOptions(request, headers, runtime);
2711
2740
  }
2712
2741
  /**
2713
- * Queries the information about the image of an application.
2742
+ * Retrieves information about an application image.
2714
2743
  *
2715
2744
  * @param request - DescribeApplicationImageRequest
2716
2745
  * @param headers - map
@@ -2744,7 +2773,7 @@ class Client extends openapi_core_1.default {
2744
2773
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationImageResponse({}));
2745
2774
  }
2746
2775
  /**
2747
- * Queries the information about the image of an application.
2776
+ * Retrieves information about an application image.
2748
2777
  *
2749
2778
  * @param request - DescribeApplicationImageRequest
2750
2779
  * @returns DescribeApplicationImageResponse
@@ -2755,7 +2784,7 @@ class Client extends openapi_core_1.default {
2755
2784
  return await this.describeApplicationImageWithOptions(request, headers, runtime);
2756
2785
  }
2757
2786
  /**
2758
- * Queries a list of application instances.
2787
+ * Retrieves a list of application instances.
2759
2788
  *
2760
2789
  * @param request - DescribeApplicationInstancesRequest
2761
2790
  * @param headers - map
@@ -2804,7 +2833,7 @@ class Client extends openapi_core_1.default {
2804
2833
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationInstancesResponse({}));
2805
2834
  }
2806
2835
  /**
2807
- * Queries a list of application instances.
2836
+ * Retrieves a list of application instances.
2808
2837
  *
2809
2838
  * @param request - DescribeApplicationInstancesRequest
2810
2839
  * @returns DescribeApplicationInstancesResponse
@@ -2860,7 +2889,7 @@ class Client extends openapi_core_1.default {
2860
2889
  return await this.describeApplicationMseServiceWithOptions(request, headers, runtime);
2861
2890
  }
2862
2891
  /**
2863
- * Queries the Network Load Balancer (NLB) instances bound to an application and their listeners.
2892
+ * View the NLB configuration for the application.
2864
2893
  *
2865
2894
  * @param request - DescribeApplicationNlbsRequest
2866
2895
  * @param headers - map
@@ -2891,7 +2920,7 @@ class Client extends openapi_core_1.default {
2891
2920
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationNlbsResponse({}));
2892
2921
  }
2893
2922
  /**
2894
- * Queries the Network Load Balancer (NLB) instances bound to an application and their listeners.
2923
+ * View the NLB configuration for the application.
2895
2924
  *
2896
2925
  * @param request - DescribeApplicationNlbsRequest
2897
2926
  * @returns DescribeApplicationNlbsResponse
@@ -2902,7 +2931,7 @@ class Client extends openapi_core_1.default {
2902
2931
  return await this.describeApplicationNlbsWithOptions(request, headers, runtime);
2903
2932
  }
2904
2933
  /**
2905
- * Queries an Auto Scaling policy of an application.
2934
+ * Describes a single auto scaling policy for an application.
2906
2935
  *
2907
2936
  * @param request - DescribeApplicationScalingRuleRequest
2908
2937
  * @param headers - map
@@ -2936,7 +2965,7 @@ class Client extends openapi_core_1.default {
2936
2965
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationScalingRuleResponse({}));
2937
2966
  }
2938
2967
  /**
2939
- * Queries an Auto Scaling policy of an application.
2968
+ * Describes a single auto scaling policy for an application.
2940
2969
  *
2941
2970
  * @param request - DescribeApplicationScalingRuleRequest
2942
2971
  * @returns DescribeApplicationScalingRuleResponse
@@ -2947,7 +2976,7 @@ class Client extends openapi_core_1.default {
2947
2976
  return await this.describeApplicationScalingRuleWithOptions(request, headers, runtime);
2948
2977
  }
2949
2978
  /**
2950
- * Queries the auto scaling policies of an application.
2979
+ * Describes the Auto Scaling policies for an application.
2951
2980
  *
2952
2981
  * @param request - DescribeApplicationScalingRulesRequest
2953
2982
  * @param headers - map
@@ -2978,7 +3007,7 @@ class Client extends openapi_core_1.default {
2978
3007
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationScalingRulesResponse({}));
2979
3008
  }
2980
3009
  /**
2981
- * Queries the auto scaling policies of an application.
3010
+ * Describes the Auto Scaling policies for an application.
2982
3011
  *
2983
3012
  * @param request - DescribeApplicationScalingRulesRequest
2984
3013
  * @returns DescribeApplicationScalingRulesResponse
@@ -2989,7 +3018,7 @@ class Client extends openapi_core_1.default {
2989
3018
  return await this.describeApplicationScalingRulesWithOptions(request, headers, runtime);
2990
3019
  }
2991
3020
  /**
2992
- * Obtain the SLB configuration of an application.
3021
+ * Queries the configurations of Server Load Balancer (SLB) instances for an application.
2993
3022
  *
2994
3023
  * @param request - DescribeApplicationSlbsRequest
2995
3024
  * @param headers - map
@@ -3020,7 +3049,7 @@ class Client extends openapi_core_1.default {
3020
3049
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationSlbsResponse({}));
3021
3050
  }
3022
3051
  /**
3023
- * Obtain the SLB configuration of an application.
3052
+ * Queries the configurations of Server Load Balancer (SLB) instances for an application.
3024
3053
  *
3025
3054
  * @param request - DescribeApplicationSlbsRequest
3026
3055
  * @returns DescribeApplicationSlbsResponse
@@ -3031,7 +3060,7 @@ class Client extends openapi_core_1.default {
3031
3060
  return await this.describeApplicationSlbsWithOptions(request, headers, runtime);
3032
3061
  }
3033
3062
  /**
3034
- * Queries the status of an application.
3063
+ * Call the DescribeApplicationStatus API to get an application\\"s status.
3035
3064
  *
3036
3065
  * @param request - DescribeApplicationStatusRequest
3037
3066
  * @param headers - map
@@ -3062,7 +3091,7 @@ class Client extends openapi_core_1.default {
3062
3091
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApplicationStatusResponse({}));
3063
3092
  }
3064
3093
  /**
3065
- * Queries the status of an application.
3094
+ * Call the DescribeApplicationStatus API to get an application\\"s status.
3066
3095
  *
3067
3096
  * @param request - DescribeApplicationStatusRequest
3068
3097
  * @returns DescribeApplicationStatusResponse
@@ -3073,7 +3102,7 @@ class Client extends openapi_core_1.default {
3073
3102
  return await this.describeApplicationStatusWithOptions(request, headers, runtime);
3074
3103
  }
3075
3104
  /**
3076
- * Queries the information of a change order.
3105
+ * Call DescribeChangeOrder to get information about a change order.
3077
3106
  *
3078
3107
  * @param request - DescribeChangeOrderRequest
3079
3108
  * @param headers - map
@@ -3104,7 +3133,7 @@ class Client extends openapi_core_1.default {
3104
3133
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeChangeOrderResponse({}));
3105
3134
  }
3106
3135
  /**
3107
- * Queries the information of a change order.
3136
+ * Call DescribeChangeOrder to get information about a change order.
3108
3137
  *
3109
3138
  * @param request - DescribeChangeOrderRequest
3110
3139
  * @returns DescribeChangeOrderResponse
@@ -3115,7 +3144,7 @@ class Client extends openapi_core_1.default {
3115
3144
  return await this.describeChangeOrderWithOptions(request, headers, runtime);
3116
3145
  }
3117
3146
  /**
3118
- * Queries the version of the component that is required when you create and deploy an application.
3147
+ * Call the DescribeComponents API to retrieve the component versions required to create an application deployment.
3119
3148
  *
3120
3149
  * @param request - DescribeComponentsRequest
3121
3150
  * @param headers - map
@@ -3149,7 +3178,7 @@ class Client extends openapi_core_1.default {
3149
3178
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeComponentsResponse({}));
3150
3179
  }
3151
3180
  /**
3152
- * Queries the version of the component that is required when you create and deploy an application.
3181
+ * Call the DescribeComponents API to retrieve the component versions required to create an application deployment.
3153
3182
  *
3154
3183
  * @param request - DescribeComponentsRequest
3155
3184
  * @returns DescribeComponentsResponse
@@ -3160,7 +3189,7 @@ class Client extends openapi_core_1.default {
3160
3189
  return await this.describeComponentsWithOptions(request, headers, runtime);
3161
3190
  }
3162
3191
  /**
3163
- * Queries the details of a ConfigMap.
3192
+ * Queries the details of a ConfigMap instance.
3164
3193
  *
3165
3194
  * @param request - DescribeConfigMapRequest
3166
3195
  * @param headers - map
@@ -3191,7 +3220,7 @@ class Client extends openapi_core_1.default {
3191
3220
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeConfigMapResponse({}));
3192
3221
  }
3193
3222
  /**
3194
- * Queries the details of a ConfigMap.
3223
+ * Queries the details of a ConfigMap instance.
3195
3224
  *
3196
3225
  * @param request - DescribeConfigMapRequest
3197
3226
  * @returns DescribeConfigMapResponse
@@ -3202,7 +3231,7 @@ class Client extends openapi_core_1.default {
3202
3231
  return await this.describeConfigMapWithOptions(request, headers, runtime);
3203
3232
  }
3204
3233
  /**
3205
- * Query configuration price.
3234
+ * Queries the price of a configuration.
3206
3235
  *
3207
3236
  * @param request - DescribeConfigurationPriceRequest
3208
3237
  * @param headers - map
@@ -3254,7 +3283,7 @@ class Client extends openapi_core_1.default {
3254
3283
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeConfigurationPriceResponse({}));
3255
3284
  }
3256
3285
  /**
3257
- * Query configuration price.
3286
+ * Queries the price of a configuration.
3258
3287
  *
3259
3288
  * @param request - DescribeConfigurationPriceRequest
3260
3289
  * @returns DescribeConfigurationPriceResponse
@@ -3265,7 +3294,7 @@ class Client extends openapi_core_1.default {
3265
3294
  return await this.describeConfigurationPriceWithOptions(request, headers, runtime);
3266
3295
  }
3267
3296
  /**
3268
- * Queries the container components of a microservices application.
3297
+ * Retrieves the microservice container components for an application.
3269
3298
  *
3270
3299
  * @param headers - map
3271
3300
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3289,7 +3318,7 @@ class Client extends openapi_core_1.default {
3289
3318
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEdasContainersResponse({}));
3290
3319
  }
3291
3320
  /**
3292
- * Queries the container components of a microservices application.
3321
+ * Retrieves the microservice container components for an application.
3293
3322
  * @returns DescribeEdasContainersResponse
3294
3323
  */
3295
3324
  async describeEdasContainers() {
@@ -3298,7 +3327,7 @@ class Client extends openapi_core_1.default {
3298
3327
  return await this.describeEdasContainersWithOptions(headers, runtime);
3299
3328
  }
3300
3329
  /**
3301
- * Queries the details of a canary release rule based on the specified rule ID.
3330
+ * Gets a canary release rule by rule ID.
3302
3331
  *
3303
3332
  * @param request - DescribeGreyTagRouteRequest
3304
3333
  * @param headers - map
@@ -3329,7 +3358,7 @@ class Client extends openapi_core_1.default {
3329
3358
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGreyTagRouteResponse({}));
3330
3359
  }
3331
3360
  /**
3332
- * Queries the details of a canary release rule based on the specified rule ID.
3361
+ * Gets a canary release rule by rule ID.
3333
3362
  *
3334
3363
  * @param request - DescribeGreyTagRouteRequest
3335
3364
  * @returns DescribeGreyTagRouteResponse
@@ -3340,7 +3369,7 @@ class Client extends openapi_core_1.default {
3340
3369
  return await this.describeGreyTagRouteWithOptions(request, headers, runtime);
3341
3370
  }
3342
3371
  /**
3343
- * Call the DescribeIngress operation to query the details of an Ingress.
3372
+ * Queries the details of an Ingress.
3344
3373
  *
3345
3374
  * @param request - DescribeIngressRequest
3346
3375
  * @param headers - map
@@ -3371,7 +3400,7 @@ class Client extends openapi_core_1.default {
3371
3400
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeIngressResponse({}));
3372
3401
  }
3373
3402
  /**
3374
- * Call the DescribeIngress operation to query the details of an Ingress.
3403
+ * Queries the details of an Ingress.
3375
3404
  *
3376
3405
  * @param request - DescribeIngressRequest
3377
3406
  * @returns DescribeIngressResponse
@@ -3382,7 +3411,7 @@ class Client extends openapi_core_1.default {
3382
3411
  return await this.describeIngressWithOptions(request, headers, runtime);
3383
3412
  }
3384
3413
  /**
3385
- * Queries the logs of a sidecar container instance.
3414
+ * Retrieves the log of an instance.
3386
3415
  *
3387
3416
  * @param request - DescribeInstanceLogRequest
3388
3417
  * @param headers - map
@@ -3419,7 +3448,7 @@ class Client extends openapi_core_1.default {
3419
3448
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInstanceLogResponse({}));
3420
3449
  }
3421
3450
  /**
3422
- * Queries the logs of a sidecar container instance.
3451
+ * Retrieves the log of an instance.
3423
3452
  *
3424
3453
  * @param request - DescribeInstanceLogRequest
3425
3454
  * @returns DescribeInstanceLogResponse
@@ -3430,7 +3459,7 @@ class Client extends openapi_core_1.default {
3430
3459
  return await this.describeInstanceLogWithOptions(request, headers, runtime);
3431
3460
  }
3432
3461
  /**
3433
- * Queries all instance types.
3462
+ * Retrieves a list of available application instance specifications.
3434
3463
  *
3435
3464
  * @param headers - map
3436
3465
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3454,7 +3483,7 @@ class Client extends openapi_core_1.default {
3454
3483
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInstanceSpecificationsResponse({}));
3455
3484
  }
3456
3485
  /**
3457
- * Queries all instance types.
3486
+ * Retrieves a list of available application instance specifications.
3458
3487
  * @returns DescribeInstanceSpecificationsResponse
3459
3488
  */
3460
3489
  async describeInstanceSpecifications() {
@@ -3463,7 +3492,7 @@ class Client extends openapi_core_1.default {
3463
3492
  return await this.describeInstanceSpecificationsWithOptions(headers, runtime);
3464
3493
  }
3465
3494
  /**
3466
- * Queries the configurations of a job template.
3495
+ * Calls the `DescribeJob` API to retrieve job template configuration.
3467
3496
  *
3468
3497
  * @param request - DescribeJobRequest
3469
3498
  * @param headers - map
@@ -3497,7 +3526,7 @@ class Client extends openapi_core_1.default {
3497
3526
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeJobResponse({}));
3498
3527
  }
3499
3528
  /**
3500
- * Queries the configurations of a job template.
3529
+ * Calls the `DescribeJob` API to retrieve job template configuration.
3501
3530
  *
3502
3531
  * @param request - DescribeJobRequest
3503
3532
  * @returns DescribeJobResponse
@@ -3694,7 +3723,7 @@ class Client extends openapi_core_1.default {
3694
3723
  return await this.describeNamespaceListWithOptions(request, headers, runtime);
3695
3724
  }
3696
3725
  /**
3697
- * Query the information about resources in a namespace.
3726
+ * Queries the resources in a namespace.
3698
3727
  *
3699
3728
  * @param request - DescribeNamespaceResourcesRequest
3700
3729
  * @param headers - map
@@ -3728,7 +3757,7 @@ class Client extends openapi_core_1.default {
3728
3757
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNamespaceResourcesResponse({}));
3729
3758
  }
3730
3759
  /**
3731
- * Query the information about resources in a namespace.
3760
+ * Queries the resources in a namespace.
3732
3761
  *
3733
3762
  * @param request - DescribeNamespaceResourcesRequest
3734
3763
  * @returns DescribeNamespaceResourcesResponse
@@ -3826,7 +3855,7 @@ class Client extends openapi_core_1.default {
3826
3855
  return await this.describePipelineWithOptions(request, headers, runtime);
3827
3856
  }
3828
3857
  /**
3829
- * Queries available regions.
3858
+ * Queries the available regions.
3830
3859
  *
3831
3860
  * @param headers - map
3832
3861
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3850,7 +3879,7 @@ class Client extends openapi_core_1.default {
3850
3879
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
3851
3880
  }
3852
3881
  /**
3853
- * Queries available regions.
3882
+ * Queries the available regions.
3854
3883
  * @returns DescribeRegionsResponse
3855
3884
  */
3856
3885
  async describeRegions() {
@@ -3904,7 +3933,7 @@ class Client extends openapi_core_1.default {
3904
3933
  return await this.describeSecretWithOptions(request, headers, runtime);
3905
3934
  }
3906
3935
  /**
3907
- * Queries details about swimlanes.
3936
+ * Retrieves the details of a swimlane.
3908
3937
  *
3909
3938
  * @param request - DescribeSwimmingLaneRequest
3910
3939
  * @param headers - map
@@ -3941,7 +3970,7 @@ class Client extends openapi_core_1.default {
3941
3970
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSwimmingLaneResponse({}));
3942
3971
  }
3943
3972
  /**
3944
- * Queries details about swimlanes.
3973
+ * Retrieves the details of a swimlane.
3945
3974
  *
3946
3975
  * @param request - DescribeSwimmingLaneRequest
3947
3976
  * @returns DescribeSwimmingLaneResponse
@@ -4341,7 +4370,7 @@ class Client extends openapi_core_1.default {
4341
4370
  return await this.describeWebInstanceLogsWithOptions(ApplicationId, InstanceId, request, headers, runtime);
4342
4371
  }
4343
4372
  /**
4344
- * Disables an auto scaling policy for an application.
4373
+ * Disables an Auto Scaling policy for an application.
4345
4374
  *
4346
4375
  * @param request - DisableApplicationScalingRuleRequest
4347
4376
  * @param headers - map
@@ -4375,7 +4404,7 @@ class Client extends openapi_core_1.default {
4375
4404
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableApplicationScalingRuleResponse({}));
4376
4405
  }
4377
4406
  /**
4378
- * Disables an auto scaling policy for an application.
4407
+ * Disables an Auto Scaling policy for an application.
4379
4408
  *
4380
4409
  * @param request - DisableApplicationScalingRuleRequest
4381
4410
  * @returns DisableApplicationScalingRuleResponse
@@ -4515,7 +4544,7 @@ class Client extends openapi_core_1.default {
4515
4544
  return await this.enableApplicationScalingRuleWithOptions(request, headers, runtime);
4516
4545
  }
4517
4546
  /**
4518
- * Executes a job.
4547
+ * Call ExecJob to run a job.
4519
4548
  *
4520
4549
  * @param request - ExecJobRequest
4521
4550
  * @param headers - map
@@ -4573,7 +4602,7 @@ class Client extends openapi_core_1.default {
4573
4602
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecJobResponse({}));
4574
4603
  }
4575
4604
  /**
4576
- * Executes a job.
4605
+ * Call ExecJob to run a job.
4577
4606
  *
4578
4607
  * @param request - ExecJobRequest
4579
4608
  * @returns ExecJobResponse
@@ -4584,7 +4613,7 @@ class Client extends openapi_core_1.default {
4584
4613
  return await this.execJobWithOptions(request, headers, runtime);
4585
4614
  }
4586
4615
  /**
4587
- * Queries the basic information of an application.
4616
+ * Retrieves basic information about an application.
4588
4617
  *
4589
4618
  * @param request - GetApplicationRequest
4590
4619
  * @param headers - map
@@ -4621,7 +4650,7 @@ class Client extends openapi_core_1.default {
4621
4650
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationResponse({}));
4622
4651
  }
4623
4652
  /**
4624
- * Queries the basic information of an application.
4653
+ * Retrieves basic information about an application.
4625
4654
  *
4626
4655
  * @param request - GetApplicationRequest
4627
4656
  * @returns GetApplicationResponse
@@ -4743,7 +4772,7 @@ class Client extends openapi_core_1.default {
4743
4772
  return await this.getAvailabilityMetricWithOptions(request, headers, runtime);
4744
4773
  }
4745
4774
  /**
4746
- * Queries top N applications in abnormal change orders.
4775
+ * To retrieve the top N applications with abnormal change orders, call the `GetChangeOrderMetric` API.
4747
4776
  *
4748
4777
  * @param request - GetChangeOrderMetricRequest
4749
4778
  * @param headers - map
@@ -4795,7 +4824,7 @@ class Client extends openapi_core_1.default {
4795
4824
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetChangeOrderMetricResponse({}));
4796
4825
  }
4797
4826
  /**
4798
- * Queries top N applications in abnormal change orders.
4827
+ * To retrieve the top N applications with abnormal change orders, call the `GetChangeOrderMetric` API.
4799
4828
  *
4800
4829
  * @param request - GetChangeOrderMetricRequest
4801
4830
  * @returns GetChangeOrderMetricResponse
@@ -4962,7 +4991,7 @@ class Client extends openapi_core_1.default {
4962
4991
  return await this.getWebshellTokenWithOptions(request, headers, runtime);
4963
4992
  }
4964
4993
  /**
4965
- * Queries all lane groups.
4994
+ * Returns a list of all swimlane groups.
4966
4995
  *
4967
4996
  * @param request - ListAllSwimmingLaneGroupsRequest
4968
4997
  * @param headers - map
@@ -4993,7 +5022,7 @@ class Client extends openapi_core_1.default {
4993
5022
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAllSwimmingLaneGroupsResponse({}));
4994
5023
  }
4995
5024
  /**
4996
- * Queries all lane groups.
5025
+ * Returns a list of all swimlane groups.
4997
5026
  *
4998
5027
  * @param request - ListAllSwimmingLaneGroupsRequest
4999
5028
  * @returns ListAllSwimmingLaneGroupsResponse
@@ -5004,7 +5033,7 @@ class Client extends openapi_core_1.default {
5004
5033
  return await this.listAllSwimmingLaneGroupsWithOptions(request, headers, runtime);
5005
5034
  }
5006
5035
  /**
5007
- * Queries all swimlanes.
5036
+ * Lists all swimlanes.
5008
5037
  *
5009
5038
  * @param request - ListAllSwimmingLanesRequest
5010
5039
  * @param headers - map
@@ -5038,7 +5067,7 @@ class Client extends openapi_core_1.default {
5038
5067
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAllSwimmingLanesResponse({}));
5039
5068
  }
5040
5069
  /**
5041
- * Queries all swimlanes.
5070
+ * Lists all swimlanes.
5042
5071
  *
5043
5072
  * @param request - ListAllSwimmingLanesRequest
5044
5073
  * @returns ListAllSwimmingLanesResponse
@@ -5049,7 +5078,7 @@ class Client extends openapi_core_1.default {
5049
5078
  return await this.listAllSwimmingLanesWithOptions(request, headers, runtime);
5050
5079
  }
5051
5080
  /**
5052
- * Queries the events that occurred in an application.
5081
+ * To list application events, call the `ListAppEvents` API.
5053
5082
  *
5054
5083
  * @param request - ListAppEventsRequest
5055
5084
  * @param headers - map
@@ -5101,7 +5130,7 @@ class Client extends openapi_core_1.default {
5101
5130
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppEventsResponse({}));
5102
5131
  }
5103
5132
  /**
5104
- * Queries the events that occurred in an application.
5133
+ * To list application events, call the `ListAppEvents` API.
5105
5134
  *
5106
5135
  * @param request - ListAppEventsRequest
5107
5136
  * @returns ListAppEventsResponse
@@ -5112,7 +5141,7 @@ class Client extends openapi_core_1.default {
5112
5141
  return await this.listAppEventsWithOptions(request, headers, runtime);
5113
5142
  }
5114
5143
  /**
5115
- * Queries the list of microservices.
5144
+ * Lists microservices.
5116
5145
  *
5117
5146
  * @param request - ListAppServicesRequest
5118
5147
  * @param headers - map
@@ -5167,7 +5196,7 @@ class Client extends openapi_core_1.default {
5167
5196
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppServicesResponse({}));
5168
5197
  }
5169
5198
  /**
5170
- * Queries the list of microservices.
5199
+ * Lists microservices.
5171
5200
  *
5172
5201
  * @param request - ListAppServicesRequest
5173
5202
  * @returns ListAppServicesResponse
@@ -5178,7 +5207,7 @@ class Client extends openapi_core_1.default {
5178
5207
  return await this.listAppServicesWithOptions(request, headers, runtime);
5179
5208
  }
5180
5209
  /**
5181
- * Queries the services of an application.
5210
+ * Call `ListAppServicesPage` to get a list of application services.
5182
5211
  *
5183
5212
  * @param request - ListAppServicesPageRequest
5184
5213
  * @param headers - map
@@ -5218,7 +5247,7 @@ class Client extends openapi_core_1.default {
5218
5247
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppServicesPageResponse({}));
5219
5248
  }
5220
5249
  /**
5221
- * Queries the services of an application.
5250
+ * Call `ListAppServicesPage` to get a list of application services.
5222
5251
  *
5223
5252
  * @param request - ListAppServicesPageRequest
5224
5253
  * @returns ListAppServicesPageResponse
@@ -5229,7 +5258,7 @@ class Client extends openapi_core_1.default {
5229
5258
  return await this.listAppServicesPageWithOptions(request, headers, runtime);
5230
5259
  }
5231
5260
  /**
5232
- * Queries the deployment versions of an application.
5261
+ * Lists the historical versions of an application.
5233
5262
  *
5234
5263
  * @param request - ListAppVersionsRequest
5235
5264
  * @param headers - map
@@ -5260,7 +5289,7 @@ class Client extends openapi_core_1.default {
5260
5289
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppVersionsResponse({}));
5261
5290
  }
5262
5291
  /**
5263
- * Queries the deployment versions of an application.
5292
+ * Lists the historical versions of an application.
5264
5293
  *
5265
5294
  * @param request - ListAppVersionsRequest
5266
5295
  * @returns ListAppVersionsResponse
@@ -5316,7 +5345,7 @@ class Client extends openapi_core_1.default {
5316
5345
  return await this.listApplicationCenterServiceInstancesWithOptions(request, headers, runtime);
5317
5346
  }
5318
5347
  /**
5319
- * Query a list of applications.
5348
+ * Retrieves a list of applications.
5320
5349
  *
5321
5350
  * @param request - ListApplicationsRequest
5322
5351
  * @param headers - map
@@ -5356,6 +5385,9 @@ class Client extends openapi_core_1.default {
5356
5385
  if (!$dara.isNull(request.pageSize)) {
5357
5386
  query["PageSize"] = request.pageSize;
5358
5387
  }
5388
+ if (!$dara.isNull(request.programmingLanguage)) {
5389
+ query["ProgrammingLanguage"] = request.programmingLanguage;
5390
+ }
5359
5391
  if (!$dara.isNull(request.reverse)) {
5360
5392
  query["Reverse"] = request.reverse;
5361
5393
  }
@@ -5380,7 +5412,7 @@ class Client extends openapi_core_1.default {
5380
5412
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsResponse({}));
5381
5413
  }
5382
5414
  /**
5383
- * Query a list of applications.
5415
+ * Retrieves a list of applications.
5384
5416
  *
5385
5417
  * @param request - ListApplicationsRequest
5386
5418
  * @returns ListApplicationsResponse
@@ -5391,7 +5423,7 @@ class Client extends openapi_core_1.default {
5391
5423
  return await this.listApplicationsWithOptions(request, headers, runtime);
5392
5424
  }
5393
5425
  /**
5394
- * Obtains the application list for the end-to-end grayscale pull application list.
5426
+ * Retrieves a list of applications for full-link canary releases.
5395
5427
  *
5396
5428
  * @param request - ListApplicationsForSwimmingLaneRequest
5397
5429
  * @param headers - map
@@ -5428,7 +5460,7 @@ class Client extends openapi_core_1.default {
5428
5460
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsForSwimmingLaneResponse({}));
5429
5461
  }
5430
5462
  /**
5431
- * Obtains the application list for the end-to-end grayscale pull application list.
5463
+ * Retrieves a list of applications for full-link canary releases.
5432
5464
  *
5433
5465
  * @param request - ListApplicationsForSwimmingLaneRequest
5434
5466
  * @returns ListApplicationsForSwimmingLaneResponse
@@ -5439,7 +5471,7 @@ class Client extends openapi_core_1.default {
5439
5471
  return await this.listApplicationsForSwimmingLaneWithOptions(request, headers, runtime);
5440
5472
  }
5441
5473
  /**
5442
- * Query a list of change orders.
5474
+ * Lists change orders.
5443
5475
  *
5444
5476
  * @param request - ListChangeOrdersRequest
5445
5477
  * @param headers - map
@@ -5491,7 +5523,7 @@ class Client extends openapi_core_1.default {
5491
5523
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChangeOrdersResponse({}));
5492
5524
  }
5493
5525
  /**
5494
- * Query a list of change orders.
5526
+ * Lists change orders.
5495
5527
  *
5496
5528
  * @param request - ListChangeOrdersRequest
5497
5529
  * @returns ListChangeOrdersResponse
@@ -5502,7 +5534,7 @@ class Client extends openapi_core_1.default {
5502
5534
  return await this.listChangeOrdersWithOptions(request, headers, runtime);
5503
5535
  }
5504
5536
  /**
5505
- * Queries a list of microservices that are subscribed.
5537
+ * You can call the ListConsumedServices operation to retrieve a list of subscribed microservices.
5506
5538
  *
5507
5539
  * @param request - ListConsumedServicesRequest
5508
5540
  * @param headers - map
@@ -5533,7 +5565,7 @@ class Client extends openapi_core_1.default {
5533
5565
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConsumedServicesResponse({}));
5534
5566
  }
5535
5567
  /**
5536
- * Queries a list of microservices that are subscribed.
5568
+ * You can call the ListConsumedServices operation to retrieve a list of subscribed microservices.
5537
5569
  *
5538
5570
  * @param request - ListConsumedServicesRequest
5539
5571
  * @returns ListConsumedServicesResponse
@@ -5544,10 +5576,10 @@ class Client extends openapi_core_1.default {
5544
5576
  return await this.listConsumedServicesWithOptions(request, headers, runtime);
5545
5577
  }
5546
5578
  /**
5547
- * Queries the details of a canary release rule based on an application ID.
5579
+ * Queries the details of a grayscale rule based on an application ID.
5548
5580
  *
5549
5581
  * @remarks
5550
- * > You can configure only one canary release rule for each application.
5582
+ * > You can configure only one grayscale rule for each application.
5551
5583
  *
5552
5584
  * @param request - ListGreyTagRouteRequest
5553
5585
  * @param headers - map
@@ -5578,10 +5610,10 @@ class Client extends openapi_core_1.default {
5578
5610
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGreyTagRouteResponse({}));
5579
5611
  }
5580
5612
  /**
5581
- * Queries the details of a canary release rule based on an application ID.
5613
+ * Queries the details of a grayscale rule based on an application ID.
5582
5614
  *
5583
5615
  * @remarks
5584
- * > You can configure only one canary release rule for each application.
5616
+ * > You can configure only one grayscale rule for each application.
5585
5617
  *
5586
5618
  * @param request - ListGreyTagRouteRequest
5587
5619
  * @returns ListGreyTagRouteResponse
@@ -5592,7 +5624,7 @@ class Client extends openapi_core_1.default {
5592
5624
  return await this.listGreyTagRouteWithOptions(request, headers, runtime);
5593
5625
  }
5594
5626
  /**
5595
- * Use ListIngress API call to query Ingress list
5627
+ * Retrieves a list of Ingresses.
5596
5628
  *
5597
5629
  * @param request - ListIngressesRequest
5598
5630
  * @param headers - map
@@ -5632,7 +5664,7 @@ class Client extends openapi_core_1.default {
5632
5664
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIngressesResponse({}));
5633
5665
  }
5634
5666
  /**
5635
- * Use ListIngress API call to query Ingress list
5667
+ * Retrieves a list of Ingresses.
5636
5668
  *
5637
5669
  * @param request - ListIngressesRequest
5638
5670
  * @returns ListIngressesResponse
@@ -5643,7 +5675,7 @@ class Client extends openapi_core_1.default {
5643
5675
  return await this.listIngressesWithOptions(request, headers, runtime);
5644
5676
  }
5645
5677
  /**
5646
- * Queries the information about job templates.
5678
+ * Retrieves a list of job templates.
5647
5679
  *
5648
5680
  * @param request - ListJobsRequest
5649
5681
  * @param headers - map
@@ -5701,7 +5733,7 @@ class Client extends openapi_core_1.default {
5701
5733
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListJobsResponse({}));
5702
5734
  }
5703
5735
  /**
5704
- * Queries the information about job templates.
5736
+ * Retrieves a list of job templates.
5705
5737
  *
5706
5738
  * @param request - ListJobsRequest
5707
5739
  * @returns ListJobsResponse
@@ -5712,7 +5744,7 @@ class Client extends openapi_core_1.default {
5712
5744
  return await this.listJobsWithOptions(request, headers, runtime);
5713
5745
  }
5714
5746
  /**
5715
- * Queries a list of application logs.
5747
+ * Returns a list of application logs.
5716
5748
  *
5717
5749
  * @param request - ListLogConfigsRequest
5718
5750
  * @param headers - map
@@ -5749,7 +5781,7 @@ class Client extends openapi_core_1.default {
5749
5781
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLogConfigsResponse({}));
5750
5782
  }
5751
5783
  /**
5752
- * Queries a list of application logs.
5784
+ * Returns a list of application logs.
5753
5785
  *
5754
5786
  * @param request - ListLogConfigsRequest
5755
5787
  * @returns ListLogConfigsResponse
@@ -5760,7 +5792,7 @@ class Client extends openapi_core_1.default {
5760
5792
  return await this.listLogConfigsWithOptions(request, headers, runtime);
5761
5793
  }
5762
5794
  /**
5763
- * Queries a list of change orders in a namespace.
5795
+ * Lists deployment orders in a namespace.
5764
5796
  *
5765
5797
  * @param request - ListNamespaceChangeOrdersRequest
5766
5798
  * @param headers - map
@@ -5806,7 +5838,7 @@ class Client extends openapi_core_1.default {
5806
5838
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNamespaceChangeOrdersResponse({}));
5807
5839
  }
5808
5840
  /**
5809
- * Queries a list of change orders in a namespace.
5841
+ * Lists deployment orders in a namespace.
5810
5842
  *
5811
5843
  * @param request - ListNamespaceChangeOrdersRequest
5812
5844
  * @returns ListNamespaceChangeOrdersResponse
@@ -5817,7 +5849,7 @@ class Client extends openapi_core_1.default {
5817
5849
  return await this.listNamespaceChangeOrdersWithOptions(request, headers, runtime);
5818
5850
  }
5819
5851
  /**
5820
- * Queries the ConfigMap instances in a namespace.
5852
+ * Lists ConfigMap instances in a namespace.
5821
5853
  *
5822
5854
  * @param request - ListNamespacedConfigMapsRequest
5823
5855
  * @param headers - map
@@ -5848,7 +5880,7 @@ class Client extends openapi_core_1.default {
5848
5880
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListNamespacedConfigMapsResponse({}));
5849
5881
  }
5850
5882
  /**
5851
- * Queries the ConfigMap instances in a namespace.
5883
+ * Lists ConfigMap instances in a namespace.
5852
5884
  *
5853
5885
  * @param request - ListNamespacedConfigMapsRequest
5854
5886
  * @returns ListNamespacedConfigMapsResponse
@@ -5859,7 +5891,7 @@ class Client extends openapi_core_1.default {
5859
5891
  return await this.listNamespacedConfigMapsWithOptions(request, headers, runtime);
5860
5892
  }
5861
5893
  /**
5862
- * Queries a list of microservices that are published.
5894
+ * Queries a list of published microservices.
5863
5895
  *
5864
5896
  * @param request - ListPublishedServicesRequest
5865
5897
  * @param headers - map
@@ -5890,7 +5922,7 @@ class Client extends openapi_core_1.default {
5890
5922
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPublishedServicesResponse({}));
5891
5923
  }
5892
5924
  /**
5893
- * Queries a list of microservices that are published.
5925
+ * Queries a list of published microservices.
5894
5926
  *
5895
5927
  * @param request - ListPublishedServicesRequest
5896
5928
  * @returns ListPublishedServicesResponse
@@ -5901,7 +5933,7 @@ class Client extends openapi_core_1.default {
5901
5933
  return await this.listPublishedServicesWithOptions(request, headers, runtime);
5902
5934
  }
5903
5935
  /**
5904
- * Queries the information about Secrets in a namespace.
5936
+ * Call ListSecrets to list Secrets in a namespace.
5905
5937
  *
5906
5938
  * @param request - ListSecretsRequest
5907
5939
  * @param headers - map
@@ -5932,7 +5964,7 @@ class Client extends openapi_core_1.default {
5932
5964
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSecretsResponse({}));
5933
5965
  }
5934
5966
  /**
5935
- * Queries the information about Secrets in a namespace.
5967
+ * Call ListSecrets to list Secrets in a namespace.
5936
5968
  *
5937
5969
  * @param request - ListSecretsRequest
5938
5970
  * @returns ListSecretsResponse
@@ -5943,7 +5975,7 @@ class Client extends openapi_core_1.default {
5943
5975
  return await this.listSecretsWithOptions(request, headers, runtime);
5944
5976
  }
5945
5977
  /**
5946
- * Query the gateway routes that are available for a lane
5978
+ * Lists the gateway routes that can be associated with a swimming lane.
5947
5979
  *
5948
5980
  * @param request - ListSwimmingLaneGatewayRoutesRequest
5949
5981
  * @param headers - map
@@ -5977,7 +6009,7 @@ class Client extends openapi_core_1.default {
5977
6009
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSwimmingLaneGatewayRoutesResponse({}));
5978
6010
  }
5979
6011
  /**
5980
- * Query the gateway routes that are available for a lane
6012
+ * Lists the gateway routes that can be associated with a swimming lane.
5981
6013
  *
5982
6014
  * @param request - ListSwimmingLaneGatewayRoutesRequest
5983
6015
  * @returns ListSwimmingLaneGatewayRoutesResponse
@@ -5988,7 +6020,7 @@ class Client extends openapi_core_1.default {
5988
6020
  return await this.listSwimmingLaneGatewayRoutesWithOptions(request, headers, runtime);
5989
6021
  }
5990
6022
  /**
5991
- * Queries all lane tags.
6023
+ * Lists all swimming lane tags.
5992
6024
  *
5993
6025
  * @param request - ListSwimmingLaneGroupTagsRequest
5994
6026
  * @param headers - map
@@ -6022,7 +6054,7 @@ class Client extends openapi_core_1.default {
6022
6054
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSwimmingLaneGroupTagsResponse({}));
6023
6055
  }
6024
6056
  /**
6025
- * Queries all lane tags.
6057
+ * Lists all swimming lane tags.
6026
6058
  *
6027
6059
  * @param request - ListSwimmingLaneGroupTagsRequest
6028
6060
  * @returns ListSwimmingLaneGroupTagsResponse
@@ -6033,7 +6065,7 @@ class Client extends openapi_core_1.default {
6033
6065
  return await this.listSwimmingLaneGroupTagsWithOptions(request, headers, runtime);
6034
6066
  }
6035
6067
  /**
6036
- * Queries the mapping relationships between applications and tags.
6068
+ * Call the `ListTagResources` API to list the tags associated with your applications.
6037
6069
  *
6038
6070
  * @param request - ListTagResourcesRequest
6039
6071
  * @param headers - map
@@ -6076,7 +6108,7 @@ class Client extends openapi_core_1.default {
6076
6108
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
6077
6109
  }
6078
6110
  /**
6079
- * Queries the mapping relationships between applications and tags.
6111
+ * Call the `ListTagResources` API to list the tags associated with your applications.
6080
6112
  *
6081
6113
  * @param request - ListTagResourcesRequest
6082
6114
  * @returns ListTagResourcesResponse
@@ -6465,7 +6497,7 @@ class Client extends openapi_core_1.default {
6465
6497
  return await this.queryArmsEnableWithOptions(request, headers, runtime);
6466
6498
  }
6467
6499
  /**
6468
- * Queries the resource usage of an application.
6500
+ * Gets the resource usage for an application.
6469
6501
  *
6470
6502
  * @param request - QueryResourceStaticsRequest
6471
6503
  * @param headers - map
@@ -6496,7 +6528,7 @@ class Client extends openapi_core_1.default {
6496
6528
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryResourceStaticsResponse({}));
6497
6529
  }
6498
6530
  /**
6499
- * Queries the resource usage of an application.
6531
+ * Gets the resource usage for an application.
6500
6532
  *
6501
6533
  * @param request - QueryResourceStaticsRequest
6502
6534
  * @returns QueryResourceStaticsResponse
@@ -6606,7 +6638,7 @@ class Client extends openapi_core_1.default {
6606
6638
  return await this.rescaleApplicationWithOptions(request, headers, runtime);
6607
6639
  }
6608
6640
  /**
6609
- * Changes the instance specifications of an application.
6641
+ * Changes the instance type of an application.
6610
6642
  *
6611
6643
  * @param request - RescaleApplicationVerticallyRequest
6612
6644
  * @param headers - map
@@ -6664,7 +6696,7 @@ class Client extends openapi_core_1.default {
6664
6696
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.RescaleApplicationVerticallyResponse({}));
6665
6697
  }
6666
6698
  /**
6667
- * Changes the instance specifications of an application.
6699
+ * Changes the instance type of an application.
6668
6700
  *
6669
6701
  * @param request - RescaleApplicationVerticallyRequest
6670
6702
  * @returns RescaleApplicationVerticallyResponse
@@ -6771,7 +6803,7 @@ class Client extends openapi_core_1.default {
6771
6803
  return await this.restartInstancesWithOptions(request, headers, runtime);
6772
6804
  }
6773
6805
  /**
6774
- * Resumes traffic from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routing, Application Load Balancer (ALB) gateway routing, and Kubernetes Services on an instance.
6806
+ * Resumes traffic on an instance from Classic Load Balancer (CLB), Network Load Balancer (NLB), CLB gateway routing, Application Load Balancer (ALB) gateway routing, and Kubernetes Service.
6775
6807
  *
6776
6808
  * @param request - ResumeTrafficRequest
6777
6809
  * @param headers - map
@@ -6805,7 +6837,7 @@ class Client extends openapi_core_1.default {
6805
6837
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeTrafficResponse({}));
6806
6838
  }
6807
6839
  /**
6808
- * Resumes traffic from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routing, Application Load Balancer (ALB) gateway routing, and Kubernetes Services on an instance.
6840
+ * Resumes traffic on an instance from Classic Load Balancer (CLB), Network Load Balancer (NLB), CLB gateway routing, Application Load Balancer (ALB) gateway routing, and Kubernetes Service.
6809
6841
  *
6810
6842
  * @param request - ResumeTrafficRequest
6811
6843
  * @returns ResumeTrafficResponse
@@ -7101,7 +7133,7 @@ class Client extends openapi_core_1.default {
7101
7133
  return await this.suspendJobWithOptions(request, headers, runtime);
7102
7134
  }
7103
7135
  /**
7104
- * Removes traffic routed from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routes, Application Load Balancer (ALB) gateway routes, or Kubernetes (K8s) services.
7136
+ * Stops routing traffic from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routes, Application Load Balancer (ALB) gateway routes, or Kubernetes (K8s) services to the specified instances.
7105
7137
  *
7106
7138
  * @param request - SuspendTrafficRequest
7107
7139
  * @param headers - map
@@ -7135,7 +7167,7 @@ class Client extends openapi_core_1.default {
7135
7167
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SuspendTrafficResponse({}));
7136
7168
  }
7137
7169
  /**
7138
- * Removes traffic routed from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routes, Application Load Balancer (ALB) gateway routes, or Kubernetes (K8s) services.
7170
+ * Stops routing traffic from Classic Load Balancer (CLB) application access, Network Load Balancer (NLB) application access, CLB gateway routes, Application Load Balancer (ALB) gateway routes, or Kubernetes (K8s) services to the specified instances.
7139
7171
  *
7140
7172
  * @param request - SuspendTrafficRequest
7141
7173
  * @returns SuspendTrafficResponse
@@ -7146,7 +7178,7 @@ class Client extends openapi_core_1.default {
7146
7178
  return await this.suspendTrafficWithOptions(request, headers, runtime);
7147
7179
  }
7148
7180
  /**
7149
- * Adds tags to resources.
7181
+ * Adds one or more tags to specified resources.
7150
7182
  *
7151
7183
  * @param request - TagResourcesRequest
7152
7184
  * @param headers - map
@@ -7186,7 +7218,7 @@ class Client extends openapi_core_1.default {
7186
7218
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
7187
7219
  }
7188
7220
  /**
7189
- * Adds tags to resources.
7221
+ * Adds one or more tags to specified resources.
7190
7222
  *
7191
7223
  * @param request - TagResourcesRequest
7192
7224
  * @returns TagResourcesResponse
@@ -7197,7 +7229,7 @@ class Client extends openapi_core_1.default {
7197
7229
  return await this.tagResourcesWithOptions(request, headers, runtime);
7198
7230
  }
7199
7231
  /**
7200
- * Calls the UnbindNlb operation to delete an NLB listener bound for application access
7232
+ * Unbinds an NLB listener from an application.
7201
7233
  *
7202
7234
  * @param request - UnbindNlbRequest
7203
7235
  * @param headers - map
@@ -7237,7 +7269,7 @@ class Client extends openapi_core_1.default {
7237
7269
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UnbindNlbResponse({}));
7238
7270
  }
7239
7271
  /**
7240
- * Calls the UnbindNlb operation to delete an NLB listener bound for application access
7272
+ * Unbinds an NLB listener from an application.
7241
7273
  *
7242
7274
  * @param request - UnbindNlbRequest
7243
7275
  * @returns UnbindNlbResponse
@@ -7248,7 +7280,7 @@ class Client extends openapi_core_1.default {
7248
7280
  return await this.unbindNlbWithOptions(request, headers, runtime);
7249
7281
  }
7250
7282
  /**
7251
- * Disassociates an internal-facing or Internet-facing SLB instance from an application.
7283
+ * Unbinds a public or private SLB instance from an application.
7252
7284
  *
7253
7285
  * @param request - UnbindSlbRequest
7254
7286
  * @param headers - map
@@ -7285,7 +7317,7 @@ class Client extends openapi_core_1.default {
7285
7317
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UnbindSlbResponse({}));
7286
7318
  }
7287
7319
  /**
7288
- * Disassociates an internal-facing or Internet-facing SLB instance from an application.
7320
+ * Unbinds a public or private SLB instance from an application.
7289
7321
  *
7290
7322
  * @param request - UnbindSlbRequest
7291
7323
  * @returns UnbindSlbResponse
@@ -7296,7 +7328,7 @@ class Client extends openapi_core_1.default {
7296
7328
  return await this.unbindSlbWithOptions(request, headers, runtime);
7297
7329
  }
7298
7330
  /**
7299
- * Removes tags from resources.
7331
+ * Removes one or more tags from specified resources.
7300
7332
  *
7301
7333
  * @param request - UntagResourcesRequest
7302
7334
  * @param headers - map
@@ -7339,7 +7371,7 @@ class Client extends openapi_core_1.default {
7339
7371
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagResourcesResponse({}));
7340
7372
  }
7341
7373
  /**
7342
- * Removes tags from resources.
7374
+ * Removes one or more tags from specified resources.
7343
7375
  *
7344
7376
  * @param request - UntagResourcesRequest
7345
7377
  * @returns UntagResourcesResponse
@@ -7350,7 +7382,7 @@ class Client extends openapi_core_1.default {
7350
7382
  return await this.untagResourcesWithOptions(request, headers, runtime);
7351
7383
  }
7352
7384
  /**
7353
- * Application Idle Mode Update
7385
+ * Updates the idle mode for an application.
7354
7386
  *
7355
7387
  * @param request - UpdateAppModeRequest
7356
7388
  * @param headers - map
@@ -7393,7 +7425,7 @@ class Client extends openapi_core_1.default {
7393
7425
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppModeResponse({}));
7394
7426
  }
7395
7427
  /**
7396
- * Application Idle Mode Update
7428
+ * Updates the idle mode for an application.
7397
7429
  *
7398
7430
  * @param request - UpdateAppModeRequest
7399
7431
  * @returns UpdateAppModeResponse
@@ -7404,7 +7436,7 @@ class Client extends openapi_core_1.default {
7404
7436
  return await this.updateAppModeWithOptions(request, headers, runtime);
7405
7437
  }
7406
7438
  /**
7407
- * Updates the security group of an application.
7439
+ * Updates an application security group.
7408
7440
  *
7409
7441
  * @param request - UpdateAppSecurityGroupRequest
7410
7442
  * @param headers - map
@@ -7438,7 +7470,7 @@ class Client extends openapi_core_1.default {
7438
7470
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAppSecurityGroupResponse({}));
7439
7471
  }
7440
7472
  /**
7441
- * Updates the security group of an application.
7473
+ * Updates an application security group.
7442
7474
  *
7443
7475
  * @param request - UpdateAppSecurityGroupRequest
7444
7476
  * @returns UpdateAppSecurityGroupResponse
@@ -7494,11 +7526,11 @@ class Client extends openapi_core_1.default {
7494
7526
  return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
7495
7527
  }
7496
7528
  /**
7497
- * Updates the auto scaling policy of an application.
7529
+ * Updating the application auto-scaling policy
7498
7530
  *
7499
7531
  * @remarks
7500
- * ##
7501
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
7532
+ * ## Usage notes
7533
+ * To scale an application beyond 50 instances, contact SAE technical support to be added to the allowlist. For details, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
7502
7534
  *
7503
7535
  * @param request - UpdateApplicationScalingRuleRequest
7504
7536
  * @param headers - map
@@ -7550,11 +7582,11 @@ class Client extends openapi_core_1.default {
7550
7582
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationScalingRuleResponse({}));
7551
7583
  }
7552
7584
  /**
7553
- * Updates the auto scaling policy of an application.
7585
+ * Updating the application auto-scaling policy
7554
7586
  *
7555
7587
  * @remarks
7556
- * ##
7557
- * If you want to configure more than 50 instances for an application, you must submit a [ticket](https://workorder.console.aliyun.com/#/ticket/createIndex) to add your account to the whitelist.
7588
+ * ## Usage notes
7589
+ * To scale an application beyond 50 instances, contact SAE technical support to be added to the allowlist. For details, see [Contact us](https://help.aliyun.com/document_detail/146530.html).
7558
7590
  *
7559
7591
  * @param request - UpdateApplicationScalingRuleRequest
7560
7592
  * @returns UpdateApplicationScalingRuleResponse
@@ -7565,7 +7597,7 @@ class Client extends openapi_core_1.default {
7565
7597
  return await this.updateApplicationScalingRuleWithOptions(request, headers, runtime);
7566
7598
  }
7567
7599
  /**
7568
- * Update the configuration of a vSwitch.
7600
+ * Updates the vSwitch configuration for an application.
7569
7601
  *
7570
7602
  * @param request - UpdateApplicationVswitchesRequest
7571
7603
  * @param headers - map
@@ -7608,7 +7640,7 @@ class Client extends openapi_core_1.default {
7608
7640
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationVswitchesResponse({}));
7609
7641
  }
7610
7642
  /**
7611
- * Update the configuration of a vSwitch.
7643
+ * Updates the vSwitch configuration for an application.
7612
7644
  *
7613
7645
  * @param request - UpdateApplicationVswitchesRequest
7614
7646
  * @returns UpdateApplicationVswitchesResponse
@@ -7619,7 +7651,7 @@ class Client extends openapi_core_1.default {
7619
7651
  return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
7620
7652
  }
7621
7653
  /**
7622
- * Update a ConfigMap.
7654
+ * Updates a ConfigMap instance.
7623
7655
  *
7624
7656
  * @param request - UpdateConfigMapRequest
7625
7657
  * @param headers - map
@@ -7658,7 +7690,7 @@ class Client extends openapi_core_1.default {
7658
7690
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateConfigMapResponse({}));
7659
7691
  }
7660
7692
  /**
7661
- * Update a ConfigMap.
7693
+ * Updates a ConfigMap instance.
7662
7694
  *
7663
7695
  * @param request - UpdateConfigMapRequest
7664
7696
  * @returns UpdateConfigMapResponse
@@ -7669,7 +7701,7 @@ class Client extends openapi_core_1.default {
7669
7701
  return await this.updateConfigMapWithOptions(request, headers, runtime);
7670
7702
  }
7671
7703
  /**
7672
- * Updates a canary release rule.
7704
+ * Updates a grey tag route.
7673
7705
  *
7674
7706
  * @param request - UpdateGreyTagRouteRequest
7675
7707
  * @param headers - map
@@ -7712,7 +7744,7 @@ class Client extends openapi_core_1.default {
7712
7744
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateGreyTagRouteResponse({}));
7713
7745
  }
7714
7746
  /**
7715
- * Updates a canary release rule.
7747
+ * Updates a grey tag route.
7716
7748
  *
7717
7749
  * @param request - UpdateGreyTagRouteRequest
7718
7750
  * @returns UpdateGreyTagRouteResponse
@@ -7723,7 +7755,7 @@ class Client extends openapi_core_1.default {
7723
7755
  return await this.updateGreyTagRouteWithOptions(request, headers, runtime);
7724
7756
  }
7725
7757
  /**
7726
- * Update the configurations of an Ingress instance.
7758
+ * Update the configuration of an Ingress instance.
7727
7759
  *
7728
7760
  * @param request - UpdateIngressRequest
7729
7761
  * @param headers - map
@@ -7810,7 +7842,7 @@ class Client extends openapi_core_1.default {
7810
7842
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateIngressResponse({}));
7811
7843
  }
7812
7844
  /**
7813
- * Update the configurations of an Ingress instance.
7845
+ * Update the configuration of an Ingress instance.
7814
7846
  *
7815
7847
  * @param request - UpdateIngressRequest
7816
7848
  * @returns UpdateIngressResponse
@@ -7821,7 +7853,7 @@ class Client extends openapi_core_1.default {
7821
7853
  return await this.updateIngressWithOptions(request, headers, runtime);
7822
7854
  }
7823
7855
  /**
7824
- * Updates a job template.
7856
+ * Call the UpdateJob API to update a job template.
7825
7857
  *
7826
7858
  * @param request - UpdateJobRequest
7827
7859
  * @param headers - map
@@ -7992,7 +8024,7 @@ class Client extends openapi_core_1.default {
7992
8024
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateJobResponse({}));
7993
8025
  }
7994
8026
  /**
7995
- * Updates a job template.
8027
+ * Call the UpdateJob API to update a job template.
7996
8028
  *
7997
8029
  * @param request - UpdateJobRequest
7998
8030
  * @returns UpdateJobResponse
@@ -8057,7 +8089,7 @@ class Client extends openapi_core_1.default {
8057
8089
  return await this.updateNamespaceWithOptions(request, headers, runtime);
8058
8090
  }
8059
8091
  /**
8060
- * Updates the Simple Log Service configuration for a namespace.
8092
+ * Updates the namespace-level SLS configuration.
8061
8093
  *
8062
8094
  * @param request - UpdateNamespaceSlsConfigsRequest
8063
8095
  * @param headers - map
@@ -8097,7 +8129,7 @@ class Client extends openapi_core_1.default {
8097
8129
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateNamespaceSlsConfigsResponse({}));
8098
8130
  }
8099
8131
  /**
8100
- * Updates the Simple Log Service configuration for a namespace.
8132
+ * Updates the namespace-level SLS configuration.
8101
8133
  *
8102
8134
  * @param request - UpdateNamespaceSlsConfigsRequest
8103
8135
  * @returns UpdateNamespaceSlsConfigsResponse
@@ -8108,7 +8140,7 @@ class Client extends openapi_core_1.default {
8108
8140
  return await this.updateNamespaceSlsConfigsWithOptions(request, headers, runtime);
8109
8141
  }
8110
8142
  /**
8111
- * cn-beijing:test
8143
+ * Updates the VPC that is attached to a namespace.
8112
8144
  *
8113
8145
  * @param request - UpdateNamespaceVpcRequest
8114
8146
  * @param headers - map
@@ -8145,7 +8177,7 @@ class Client extends openapi_core_1.default {
8145
8177
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateNamespaceVpcResponse({}));
8146
8178
  }
8147
8179
  /**
8148
- * cn-beijing:test
8180
+ * Updates the VPC that is attached to a namespace.
8149
8181
  *
8150
8182
  * @param request - UpdateNamespaceVpcRequest
8151
8183
  * @returns UpdateNamespaceVpcResponse
@@ -8156,11 +8188,7 @@ class Client extends openapi_core_1.default {
8156
8188
  return await this.updateNamespaceVpcWithOptions(request, headers, runtime);
8157
8189
  }
8158
8190
  /**
8159
- * The HTTP status code. Valid values:
8160
- * \\* \\*\\*2xx\\*\\*: The call was successful.
8161
- * \\* \\*\\*3xx\\*\\*: The call was redirected.
8162
- * \\* \\*\\*4xx\\*\\*: The call failed.
8163
- * \\* \\*\\*5xx\\*\\*: A server error occurred.
8191
+ * Updates a Secret instance.
8164
8192
  *
8165
8193
  * @param tmpReq - UpdateSecretRequest
8166
8194
  * @param headers - map
@@ -8202,11 +8230,7 @@ class Client extends openapi_core_1.default {
8202
8230
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSecretResponse({}));
8203
8231
  }
8204
8232
  /**
8205
- * The HTTP status code. Valid values:
8206
- * \\* \\*\\*2xx\\*\\*: The call was successful.
8207
- * \\* \\*\\*3xx\\*\\*: The call was redirected.
8208
- * \\* \\*\\*4xx\\*\\*: The call failed.
8209
- * \\* \\*\\*5xx\\*\\*: A server error occurred.
8233
+ * Updates a Secret instance.
8210
8234
  *
8211
8235
  * @param request - UpdateSecretRequest
8212
8236
  * @returns UpdateSecretResponse
@@ -8217,7 +8241,7 @@ class Client extends openapi_core_1.default {
8217
8241
  return await this.updateSecretWithOptions(request, headers, runtime);
8218
8242
  }
8219
8243
  /**
8220
- * Update the enabled property of the swimlane.
8244
+ * Updates the enabled status of a swimming lane.
8221
8245
  *
8222
8246
  * @param request - UpdateSwimmingLaneEnableAttributeRequest
8223
8247
  * @param headers - map
@@ -8257,7 +8281,7 @@ class Client extends openapi_core_1.default {
8257
8281
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSwimmingLaneEnableAttributeResponse({}));
8258
8282
  }
8259
8283
  /**
8260
- * Update the enabled property of the swimlane.
8284
+ * Updates the enabled status of a swimming lane.
8261
8285
  *
8262
8286
  * @param request - UpdateSwimmingLaneEnableAttributeRequest
8263
8287
  * @returns UpdateSwimmingLaneEnableAttributeResponse