@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
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DeployApplicationShrinkRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The Alibaba Cloud Resource Name (ARN) required for a RAM role to obtain images across accounts. For more information, see [Grant permissions across Alibaba Cloud accounts by using a RAM role](https://help.aliyun.com/document_detail/223585.html).
5
+ * The ARN of the RAM role required for cross-account image pulling. For more information, see [Grant permissions across Alibaba Cloud accounts by using a RAM role](https://help.aliyun.com/document_detail/223585.html).
6
6
  *
7
7
  * @example
8
8
  * acs:ram::123456789012****:role/adminrole
@@ -10,17 +10,31 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
10
10
  acrAssumeRoleArn?: string;
11
11
  /**
12
12
  * @remarks
13
- * The ID of Container Registry Enterprise Edition instance N. This parameter is required when the **ImageUrl** parameter is set to the URL of an image in an ACR Enterprise Edition instance.
13
+ * The Container Registry Enterprise instance ID. This parameter is required when **ImageUrl** is set to a Container Registry Enterprise instance image.
14
14
  *
15
15
  * @example
16
16
  * cri-xxxxxx
17
17
  */
18
18
  acrInstanceId?: string;
19
+ /**
20
+ * @remarks
21
+ * The AliyunAgent version.
22
+ *
23
+ * @example
24
+ * 4.4.2
25
+ */
19
26
  agentVersion?: string;
27
+ /**
28
+ * @remarks
29
+ * The ALB gateway ReadinessGate configuration.
30
+ *
31
+ * @example
32
+ * default
33
+ */
20
34
  albIngressReadinessGate?: string;
21
35
  /**
22
36
  * @remarks
23
- * The ID of the application.
37
+ * The ID of the application to deploy.
24
38
  *
25
39
  * This parameter is required.
26
40
  *
@@ -30,10 +44,10 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
30
44
  appId?: string;
31
45
  /**
32
46
  * @remarks
33
- * Specifies whether to associate an EIP with the node pool. Take note of the following rules:
47
+ * Specifies whether to associate an elastic IP address (EIP). Valid values:
34
48
  *
35
- * * **true**: The EIP is associated with the application instance.
36
- * * **false**: The EIP is not associated with the application instance.
49
+ * - **true**: associates an EIP.
50
+ * - **false**: does not associate an EIP.
37
51
  *
38
52
  * @example
39
53
  * true
@@ -41,10 +55,9 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
41
55
  associateEip?: boolean;
42
56
  /**
43
57
  * @remarks
44
- * Specifies whether to automatically enable an auto scaling policy for the application. Take note of the following rules:
45
- *
46
- * * **true**: turns on Logon-free Sharing
47
- * * **false**: turns off Logon-free Sharing
58
+ * Specifies whether to automatically enable the application elastic scaling policy. Valid values:
59
+ * - **true**: enabled.
60
+ * - **false**: disabled.
48
61
  *
49
62
  * @example
50
63
  * true
@@ -52,7 +65,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
52
65
  autoEnableApplicationScalingRule?: boolean;
53
66
  /**
54
67
  * @remarks
55
- * The interval between batches during a batch release. Unit: minutes.
68
+ * The interval between deployment batches. Unit: seconds.
56
69
  *
57
70
  * @example
58
71
  * 10
@@ -63,20 +76,21 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
63
76
  * The description of the change order.
64
77
  *
65
78
  * @example
66
- * Start the application
79
+ * Start application
67
80
  */
68
81
  changeOrderDesc?: string;
69
82
  /**
70
83
  * @remarks
71
- * The command that is used to start the image. The command must be an existing executable object in the container. Sample statements:
84
+ * The image startup command. The command must be an executable object in the container. Example:
72
85
  *
73
- * command:
74
- * - echo
75
- * - abc
76
- * - >
77
- * - file0
78
- *
79
- * In this example, the Command parameter is set to `Command="echo", CommandArgs=["abc", ">", "file0"]`.
86
+ * ```
87
+ * command:
88
+ * - echo
89
+ * - abc
90
+ * - >
91
+ * - file0
92
+ * ```
93
+ * Based on the preceding example, `Command="echo", CommandArgs=["abc", ">", "file0"]`.
80
94
  *
81
95
  * @example
82
96
  * echo
@@ -84,11 +98,11 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
84
98
  command?: string;
85
99
  /**
86
100
  * @remarks
87
- * The parameters of the image startup command. The CommandArgs parameter specifies the parameters that are required for the **Command** parameter. You can specify the name in one of the following formats:
101
+ * The arguments of the image startup command. These are the arguments required by the startup command specified in **Command**. Format:
88
102
  *
89
103
  * `["a","b"]`
90
104
  *
91
- * In the preceding example, the CommandArgs parameter is set to `CommandArgs=["abc", ">", "file0"]`. The data type of `["abc", ">", "file0"]` must be an array of strings in the JSON format. This parameter is optional.
105
+ * In the preceding example, `CommandArgs=["abc", ">", "file0"]`, where `["abc", ">", "file0"]` must be converted to a String type, and the internal format is a JSON array. If this parameter is not required, leave it empty.
92
106
  *
93
107
  * @example
94
108
  * ["a","b"]
@@ -96,14 +110,14 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
96
110
  commandArgs?: string;
97
111
  /**
98
112
  * @remarks
99
- * The description of the **ConfigMap** instance mounted to the application. Use configurations created on the Configuration Items page to configure containers. The following table describes the parameters that are used in the preceding statements.
113
+ * The **ConfigMap** mount description. Use a ConfigMap created on the namespace configuration items page to inject configuration information into the container. Settings:
100
114
  *
101
- * * **congfigMapId**: the ID of the ConfigMap instance. You can call the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation to obtain the ID.
102
- * * **key**: the key.
115
+ * - **configMapId**: the ConfigMap instance ID. You can obtain it by calling the [ListNamespacedConfigMaps](https://help.aliyun.com/document_detail/176917.html) operation.
116
+ * - **key**: the key.
103
117
  *
104
- * > You can use `sae-sys-configmap-all` to mount all keys.
118
+ * > You can mount all keys by passing the `sae-sys-configmap-all` parameter.
105
119
  *
106
- * * **mountPath**: the mount path in the container.
120
+ * - **mountPath**: the mount path.
107
121
  *
108
122
  * @example
109
123
  * [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
@@ -111,16 +125,15 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
111
125
  configMapMountDesc?: string;
112
126
  /**
113
127
  * @remarks
114
- * The CPU specifications that are required for each instance. Unit: millicores. This parameter cannot be set to 0. Valid values:
115
- *
116
- * * **500**
117
- * * **1000**
118
- * * **2000**
119
- * * **4000**
120
- * * **8000**
121
- * * **12000**
122
- * * **16000**
123
- * * **32000**
128
+ * The CPU resources required for each instance. Unit: millicores. This parameter cannot be set to 0. Only the following defined specifications are supported:
129
+ * - **500**
130
+ * - **1000**
131
+ * - **2000**
132
+ * - **4000**
133
+ * - **8000**
134
+ * - **12000**
135
+ * - **16000**
136
+ * - **32000**
124
137
  *
125
138
  * @example
126
139
  * 1000
@@ -128,10 +141,10 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
128
141
  cpu?: number;
129
142
  /**
130
143
  * @remarks
131
- * The custom mappings between hostnames and IP addresses in the container. Take note of the following rules:
144
+ * The custom host mapping in the container. Valid values:
132
145
  *
133
- * * **hostName**: the domain name or hostname.
134
- * * **ip**: the IP address.
146
+ * - **hostName**: the domain name or hostname.
147
+ * - **ip**: the IP address.
135
148
  *
136
149
  * @example
137
150
  * [{"hostName":"samplehost","ip":"127.0.0.1"}]
@@ -139,11 +152,10 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
139
152
  customHostAlias?: string;
140
153
  /**
141
154
  * @remarks
142
- * Custom image type. To it to empty string to use pre-built image.
143
- *
144
- * - internet: Public network image
155
+ * The custom image type. If the image is not a custom image, set this parameter to an empty string:
145
156
  *
146
- * - intranet: Private network image
157
+ * - internet: public image.
158
+ * - intranet: private image.
147
159
  *
148
160
  * @example
149
161
  * internet
@@ -151,10 +163,9 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
151
163
  customImageNetworkType?: string;
152
164
  /**
153
165
  * @remarks
154
- * This parameter takes effect only for applications that are in the Stopped state. If you call the **DeployApplication** operation to manage a running application, the application is immediately redeployed.
155
- *
156
- * * **true** (default): specifies that the system immediately deploys the application, enables new configurations, and pulls application instances.
157
- * * **false**: specifies that the system only enables the new configurations.
166
+ * This parameter takes effect only for applications in the stopped state. If you call the **DeployApplication** operation for a running application, the application is immediately redeployed.
167
+ * - **true**: default value. Deploys immediately, applies the new deployment configuration, and starts instances.
168
+ * - **false**: applies the new deployment configuration only, without starting application instances.
158
169
  *
159
170
  * @example
160
171
  * true
@@ -162,7 +173,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
162
173
  deploy?: string;
163
174
  /**
164
175
  * @remarks
165
- * The version of .NET
176
+ * The version of the .NET framework:
166
177
  *
167
178
  * - .NET 3.1
168
179
  * - .NET 5.0
@@ -176,19 +187,26 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
176
187
  dotnet?: string;
177
188
  /**
178
189
  * @remarks
179
- * The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
190
+ * The version of the application runtime environment in the HSF framework, such as the Ali-Tomcat container.
180
191
  *
181
192
  * @example
182
193
  * 3.5.3
183
194
  */
184
195
  edasContainerVersion?: string;
196
+ /**
197
+ * @remarks
198
+ * The shared ephemeral storage configuration.
199
+ *
200
+ * @example
201
+ * [{\\"name\\":\\"workdir\\",\\"mountPath\\":\\"/usr/local/tomcat/webapps\\"}]
202
+ */
185
203
  emptyDirDesc?: string;
186
204
  /**
187
205
  * @remarks
188
- * Indicates whether access to Application High Availability Service (AHAS) is enabled. Take note of the following rules:
206
+ * Specifies whether to enable Application High Availability Service (AHAS). Valid values:
189
207
  *
190
- * * **true**: Access to AHAS is enabled.
191
- * * **false**: Access to AHAS is disabled.
208
+ * - **true**: enables AHAS.
209
+ * - **false**: does not enable AHAS.
192
210
  *
193
211
  * @example
194
212
  * false
@@ -196,11 +214,10 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
196
214
  enableAhas?: string;
197
215
  /**
198
216
  * @remarks
199
- * Enable CPU Burst.
217
+ * Specifies whether to enable the CPU Burst feature:
200
218
  *
201
- * true: enable
202
- *
203
- * false: disable
219
+ * - true: enabled.
220
+ * - false: disabled.
204
221
  *
205
222
  * @example
206
223
  * true
@@ -208,36 +225,48 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
208
225
  enableCpuBurst?: boolean;
209
226
  /**
210
227
  * @remarks
211
- * Indicates whether canary release rules are enabled. Canary release rules apply only to applications in Spring Cloud and Dubbo frameworks. Take note of the following rules:
228
+ * Specifies whether to enable traffic canary release rules. This rule applies only to applications that use the Spring Cloud or Dubbo framework. Valid values:
212
229
  *
213
- * * **true**: The canary release rules are enabled.
214
- * * **false**: The canary release rules are disabled.
230
+ * - **true**: enables canary release rules.
231
+ * - **false**: disables canary release rules.
215
232
  *
216
233
  * @example
217
234
  * false
218
235
  */
219
236
  enableGreyTagRoute?: boolean;
220
- enableNamespaceAgentVersion?: boolean;
221
237
  /**
222
238
  * @remarks
223
- * Enable new ARMS features.
239
+ * Specifies whether to reuse the namespace Agent version configuration.
224
240
  *
225
- * - true: enable
241
+ * @example
242
+ * true
243
+ */
244
+ enableNamespaceAgentVersion?: boolean;
245
+ /**
246
+ * @remarks
247
+ * Specifies whether to enable the new ARMS feature:
226
248
  *
227
- * - false: disable
249
+ * - true: enabled.
250
+ * - false: disabled.
228
251
  *
229
252
  * @example
230
253
  * true
231
254
  */
232
255
  enableNewArms?: boolean;
233
- enablePrometheus?: boolean;
234
256
  /**
235
257
  * @remarks
236
- * Enable Sidecar resource isolation.
258
+ * Specifies whether to enable custom Prometheus metric collection.
237
259
  *
238
- * true: enable
260
+ * @example
261
+ * false
262
+ */
263
+ enablePrometheus?: boolean;
264
+ /**
265
+ * @remarks
266
+ * Specifies whether to enable sidecar resource isolation:
239
267
  *
240
- * false: disable
268
+ * - true: enables isolation.
269
+ * - false: does not enable isolation.
241
270
  *
242
271
  * @example
243
272
  * true
@@ -245,36 +274,42 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
245
274
  enableSidecarResourceIsolated?: boolean;
246
275
  /**
247
276
  * @remarks
248
- * The environment variables. You can configure custom environment variables or reference a ConfigMap. If you want to reference a ConfigMap, you must first create a ConfigMap. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Take note of the following rules:
249
- *
250
- * * Customize
251
- *
252
- * * **name**: the name of the environment variable.
253
- * * **value**: the value of the environment variable.
254
- *
255
- * * Reference ConfigMap
256
- *
257
- * * **name**: the name of the environment variable. You can reference one or all keys. If you want to reference all keys, specify `sae-sys-configmap-all-<ConfigMap name>`. Example: `sae-sys-configmap-all-test1`.
258
- * * **valueFrom**: the reference of the environment variable. Set the value to `configMapRef`.
259
- * * **configMapId**: the ConfigMap ID.
260
- * * **key**: the key. If you want to reference all keys, do not configure this parameter.
261
- *
262
- * * Reference secret dictionary
263
- *
264
- * * **name**: the name of the environment variable. You can reference one or all keys. If you want to reference all keys, specify `sae-sys-secret-all-<Secret dictionary name>`. Example: `sae-sys-secret-all-test1`.
265
- * * **valueFrom**: the reference of the environment variable. Set the value to `secretRef`.
266
- * * **secretId**: the secret dictionary ID.
267
- * * **key**: the key. If you want to reference all keys, do not configure this parameter.
277
+ * The container environment variable parameters. You can customize environment variables or reference ConfigMap items. To reference a ConfigMap item, create a ConfigMap instance first. For more information, see [CreateConfigMap](https://help.aliyun.com/document_detail/176914.html). Valid values:
278
+ * - Custom configuration
279
+ * - **name**: the name of the environment variable.
280
+ * - **value**: the value of the environment variable. This takes priority over valueFrom.
281
+ * - Reference a ConfigMap item (valueFrom)
282
+ * - **name**: the name of the environment variable. To reference all keys, enter `sae-sys-configmap-all-<ConfigMap name>`, such as `sae-sys-configmap-all-test1`.
283
+ * - **valueFrom**: the environment variable reference. Set the value to `configMapRef`.
284
+ * - **configMapId**: the ConfigMap ID.
285
+ * - **key**: the key. Do not set this field if you want to reference all keys.
286
+ * - Reference a secret (valueFrom)
287
+ * - **name**: the name of the environment variable. To reference all keys, enter `sae-sys-secret-all-<secret name>`, such as `sae-sys-secret-all-test1`.
288
+ * - **valueFrom**: the environment variable reference. Set the value to `secretRef`.
289
+ * - **secretId**: the secret ID.
290
+ * - **key**: the key. Do not set this field if you want to reference all keys.
268
291
  *
269
292
  * @example
270
- * [{"name":"envtmp","value":"0"}]
293
+ * [ { "name": "sae-sys-configmap-all-hello", "valueFrom": { "configMapRef": { "configMapId": 100, "key": "" } } }, { "name": "hello", "valueFrom": { "configMapRef": { "configMapId": 101, "key": "php-fpm" } } }, { "name": "sae-sys-secret-all-hello", "valueFrom": { “secretRef": { “secretId": 100, "key": "" } } }, { "name": “password”, "valueFrom": { “secretRef": { “secretId": 101, "key": “password” } } }, { "name": "envtmp", "value": "newenv" } ]
271
294
  */
272
295
  envs?: string;
273
296
  gpuConfig?: string;
297
+ /**
298
+ * @remarks
299
+ * The Nginx version.
300
+ * - nginx 1.20
301
+ * - nginx 1.22
302
+ * - nginx 1.24
303
+ * - nginx 1.26
304
+ * - nginx 1.28
305
+ *
306
+ * @example
307
+ * nginx 1.28
308
+ */
274
309
  html?: string;
275
310
  /**
276
311
  * @remarks
277
- * The ID of the corresponding Secret.
312
+ * The corresponding secret ID.
278
313
  *
279
314
  * @example
280
315
  * 10
@@ -282,7 +317,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
282
317
  imagePullSecrets?: string;
283
318
  /**
284
319
  * @remarks
285
- * The URL of the image. This parameter is returned only if the **PackageType** parameter is set to **Image**.
320
+ * The image URL. This parameter is required when **Package Type** is set to **Image**.
286
321
  *
287
322
  * @example
288
323
  * registry.cn-hangzhou.aliyuncs.com/sae_test/ali_sae_test:0.0.1
@@ -290,12 +325,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
290
325
  imageUrl?: string;
291
326
  /**
292
327
  * @remarks
293
- * Initialize container configuration.
328
+ * The init container configuration.
294
329
  */
295
330
  initContainersConfigShrink?: string;
296
331
  /**
297
332
  * @remarks
298
- * The arguments in the JAR package. The arguments are used to start the application container. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
333
+ * The startup arguments for a JAR package-based application. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
299
334
  *
300
335
  * @example
301
336
  * -Xms4G -Xmx4G
@@ -303,7 +338,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
303
338
  jarStartArgs?: string;
304
339
  /**
305
340
  * @remarks
306
- * The option settings in the JAR package. The settings are used to start the application container. The default startup command for application deployment is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
341
+ * The startup options for a JAR package-based application. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
307
342
  *
308
343
  * @example
309
344
  * custom-option
@@ -311,16 +346,16 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
311
346
  jarStartOptions?: string;
312
347
  /**
313
348
  * @remarks
314
- * The version of the Java development kit (JDK) on which the deployment package of the application depends. The following versions are supported:
349
+ * The JDK version on which the deployment package depends. Valid values:
315
350
  *
316
- * * **Open JDK 8**
317
- * * **Open JDK 7**
318
- * * **Dragonwell 11**
319
- * * **Dragonwell 8**
320
- * * **openjdk-8u191-jdk-alpine3.9**
321
- * * **openjdk-7u201-jdk-alpine3.9**
351
+ * - **Open JDK 8**
352
+ * - **Open JDK 7**
353
+ * - **Dragonwell 11**
354
+ * - **Dragonwell 8**
355
+ * - **openjdk-8u191-jdk-alpine3.9**
356
+ * - **openjdk-7u201-jdk-alpine3.9**
322
357
  *
323
- * This parameter is not returned if the **PackageType** parameter is set to **Image**.
358
+ * This parameter is not supported when **Package Type** is set to **Image**.
324
359
  *
325
360
  * @example
326
361
  * Open JDK 8
@@ -328,60 +363,78 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
328
363
  jdk?: string;
329
364
  /**
330
365
  * @remarks
331
- * The logging configurations of Message Queue for Apache Kafka. Take note of the following rules:
366
+ * The summary of log collection configurations for Kafka. Valid values:
332
367
  *
333
- * * **kafkaEndpoint**: the endpoint of the Message Queue for Apache Kafka API.
334
- * * **kafkaInstanceId**: the ID of the Message Queue for Apache Kafka instance.
335
- * * **kafkaConfigs**: One or more logging configurations of Message Queue for Apache Kafka. For information about sample values and parameters, see the request parameter **KafkaLogfileConfig** in this topic.
368
+ * - **kafkaEndpoint**: the endpoint of the Kafka API.
369
+ * - **kafkaInstanceId**: the Kafka instance ID.
370
+ * - **kafkaConfigs**: the configuration summary for one or more log entries. For example values and parameter descriptions, see the **kafkaConfigs** request parameter in this topic.
336
371
  *
337
372
  * @example
338
- * {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX\\","kafkaInstanceId":"alikafka_pre-cn-7pp2l8kr****","kafkaConfigs":[{"logType":"file_log","logDir":"/tmp/a.log","kafkaTopic":"test2"},{"logType":"stdout","logDir":"","kafkaTopic":"test"}]}
373
+ * {"kafkaEndpoint":"10.0.X.XXX:XXXX,10.0.X.XXX:XXXX,10.0.X.XXX:XXXX","kafkaInstanceId":"alikafka_pre-cn-7pp2l8kr****","kafkaConfigs":[{"logType":"file_log","logDir":"/tmp/a.log","kafkaTopic":"test2"},{"logType":"stdout","logDir":"","kafkaTopic":"test"}]}
339
374
  */
340
375
  kafkaConfigs?: string;
341
376
  labelsShrink?: string;
342
377
  /**
343
378
  * @remarks
344
- * The details of the availability check that was performed on the container. If the container fails this health check multiple times, the system disables and restarts the container. You can use one of the following methods to perform the health check:
379
+ * The container health check. Containers that fail the health check are shutdown and recovered. The following methods are supported:
345
380
  *
346
- * * Example of **exec**: `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
347
- * * Sample code of the **httpGet** method: `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
348
- * * Sample code of the **tcpSocket** method: `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
381
+ * - **exec**: for example, `{"exec":{"command":["sh","-c","cat/home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}`
382
+ * - **httpGet**: for example, `{"httpGet":{"path":"/","port":18091,"scheme":"HTTP","isContainKeyWord":true,"keyWord":"SAE"},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
383
+ * - **tcpSocket**: for example, `{"tcpSocket":{"port":18091},"initialDelaySeconds":11,"periodSeconds":10,"timeoutSeconds":1}`
349
384
  *
350
- * > You can use only one method to perform the health check.
385
+ * > Only one method can be selected for health checks.
351
386
  *
352
- * The following table describes the parameters that are used in the preceding statements.
387
+ * Settings:
353
388
  *
354
- * * **exec.command**: the health check command.
355
- * * **httpGet.path**: the request path.
356
- * * **httpGet.scheme**: the protocol that is used to perform the health check. Valid values: **HTTP** and **HTTPS**.
357
- * * **httpGet.isContainKeyWord**: indicates whether the response contains keywords. Valid values: **true** and **false**. If this field is not returned, the advanced settings are not used.
358
- * * **httpGet.keyWord**: the custom keyword. This parameter is available only if the **isContainKeyWord** field is returned.
359
- * * **tcpSocket.port**: the port that is used to check the status of TCP connections.
360
- * * **initialDelaySeconds**: the delay of the health check. Default value: 10. Unit: seconds.
361
- * * **periodSeconds**: the interval at which health checks are performed. Default value: 30. Unit: seconds.
362
- * * **timeoutSeconds**: the timeout period of the health check. Default value: 1. Unit: seconds. If you set this parameter to 0 or leave this parameter empty, the timeout period is automatically set to 1 second.
389
+ * - **exec.command**: sets the health check command.
390
+ * - **httpGet.path**: the access path.
391
+ * - **httpGet.scheme**: **HTTP** or **HTTPS**.
392
+ * - **httpGet.isContainKeyWord**: **true** indicates that the keyword is included, **false** indicates that the keyword is not included, and the absence of this field indicates that the advanced feature is not used.
393
+ * - **httpGet.keyWord**: the custom keyword. The **isContainKeyWord** field must be present when this parameter is used.
394
+ * - **tcpSocket.port**: the port for TCP connection detection.
395
+ * - **initialDelaySeconds**: sets the initial delay for the health check. Default value: 10. Unit: seconds.
396
+ * - **periodSeconds**: sets the health check epoch. Default value: 30. Unit: seconds.
397
+ * - **timeoutSeconds**: sets the health check timeout period. Default value: 1. Unit: seconds. If this parameter is set to 0 or is not set, the default timeout period is 1 second.
363
398
  *
364
399
  * @example
365
400
  * {"exec":{"command":["sleep","5s"]},"initialDelaySeconds":10,"timeoutSeconds":11}
366
401
  */
367
402
  liveness?: string;
368
403
  lokiConfigs?: string;
404
+ /**
405
+ * @remarks
406
+ * The maximum surge instance percentage. Valid values:
407
+ *
408
+ * If the minimum number of available instances is 100%, the maximum surge cannot be set to 0. If this parameter is set to **-1**, the system-recommended value of 30% is used, which is 30% of the current number of instances. For example, if the current number of instances is 10, the value is 10 × 30% = 3.
409
+ *
410
+ * @example
411
+ * -1
412
+ */
369
413
  maxSurgeInstanceRatio?: number;
370
- maxSurgeInstances?: number;
371
414
  /**
372
415
  * @remarks
373
- * The memory size that is required by each instance. Unit: MB. This parameter cannot be set to 0. The values of this parameter correspond to the values of the Cpu parameter:
416
+ * The maximum number of surge instances. Valid values:
374
417
  *
375
- * * This parameter is set to **1024** if the Cpu parameter is set to 500 or 1000.
376
- * * This parameter is set to **2048** if the Cpu parameter is set to 500, 1000, or 2000.
377
- * * This parameter is set to **4096** if the Cpu parameter is set to 1000, 2000, or 4000.
378
- * * This parameter is set to **8192** if the Cpu parameter is set to 2000, 4000, or 8,000.
379
- * * This parameter is set to **12288** if the Cpu parameter is set to 12000.
380
- * * This parameter is set to **16384** if the Cpu parameter is set to 4000, 8000, or 16000.
381
- * * This parameter is set to **24576** if the Cpu parameter is set to 12000.
382
- * * This parameter is set to **32768** if the Cpu parameter is set to 16000.
383
- * * This parameter is set to **65536** if the Cpu parameter is set to 8000, 16000, or 32000.
384
- * * This parameter is set to **131072** if the Cpu parameter is set to 32000.
418
+ * If the minimum number of available instances is 100%, the maximum surge cannot be set to 0.
419
+ * If this parameter is set to **-1**, the system-recommended value of 30% is used, which is 30% of the current number of instances. For example, if the current number of instances is 10, the value is 10 × 30% = 3.
420
+ *
421
+ * @example
422
+ * -1
423
+ */
424
+ maxSurgeInstances?: number;
425
+ /**
426
+ * @remarks
427
+ * The memory required for each instance. Unit: MB. This parameter cannot be set to 0. The memory has a one-to-one mapping with CPU. Only the following defined specifications are supported:
428
+ * - **1024**: corresponds to 500 and 1000 millicores of CPU.
429
+ * - **2048**: corresponds to 500, 1000, and 2000 millicores of CPU.
430
+ * - **4096**: corresponds to 1000, 2000, and 4000 millicores of CPU.
431
+ * - **8192**: corresponds to 2000, 4000, and 8000 millicores of CPU.
432
+ * - **12288**: corresponds to 12000 millicores of CPU.
433
+ * - **16384**: corresponds to 4000, 8000, and 16000 millicores of CPU.
434
+ * - **24576**: corresponds to 12000 millicores of CPU.
435
+ * - **32768**: corresponds to 16000 millicores of CPU.
436
+ * - **65536**: corresponds to 8000, 16000, and 32000 millicores of CPU.
437
+ * - **131072**: corresponds to 32000 millicores of CPU.
385
438
  *
386
439
  * @example
387
440
  * 1024
@@ -389,11 +442,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
389
442
  memory?: number;
390
443
  /**
391
444
  * @remarks
392
- * The Nacos registry. Valid values:
445
+ * Specifies the Nacos registry. Valid values:
446
+ * - **0**: Serverless App Engine built-in Nacos.
447
+ * - **1**: self-managed Nacos.
448
+ * - **2**: Microservices Engine (MSE) commercial edition Nacos.
393
449
  *
394
- * * **0**: SAE built-in Nacos registry
395
- * * **1**: self-managed Nacos registry
396
- * * **2** : MSE Nacos registry
450
+ * > If you select Serverless App Engine built-in Nacos, you cannot obtain the configuration of the built-in Nacos.
397
451
  *
398
452
  * @example
399
453
  * "0"
@@ -401,13 +455,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
401
455
  microRegistration?: string;
402
456
  /**
403
457
  * @remarks
404
- * Select the edition of Nacos.
405
- *
406
- * - 0: SAE built-in Nacos. Unable to get the configuration of SAE built-in Nacos.
407
- *
408
- * - 1: Self-built Nacos from users.
409
- *
410
- * - 2: MSE enterprise Nacos.
458
+ * The registry configuration, which takes effect only when the registry type is MSE Nacos Enterprise Edition.
411
459
  *
412
460
  * @example
413
461
  * {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
@@ -415,29 +463,23 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
415
463
  microRegistrationConfig?: string;
416
464
  /**
417
465
  * @remarks
418
- * Configure Microservices Governance
466
+ * Configures microservice governance.
419
467
  *
420
- * Whether to enable microservices governance (enable):
421
- * - true: Enable
422
- * - false: Disable
468
+ * - Specifies whether to enable microservice governance (enable):
423
469
  *
424
- * Configure lossless online/offline deployment (mseLosslessRule):
470
+ * - true: enabled.
425
471
  *
426
- * delayTime: Delay duration (unit: seconds)
472
+ * - false: disabled.
427
473
  *
428
- * enable: Whether to enable lossless deployment
474
+ * - Configures lossless online/offline (mseLosslessRule):
429
475
  *
430
- * - true: Enable
476
+ * - delayTime: the delay time.
431
477
  *
432
- * - false: Disable
478
+ * - enable: specifies whether to enable the lossless online feature. true indicates enabled, and false indicates disabled.
433
479
  *
434
- * notice: Whether to enable notifications
480
+ * - notice: specifies whether to enable the notification feature. true indicates enabled, and false indicates disabled.
435
481
  *
436
- * - true: Enable
437
- *
438
- * - false: Disable
439
- *
440
- * warmupTime: Small-traffic warm-up duration (unit: seconds)
482
+ * - warmupTime: the warm-up duration for low-traffic scenarios. Unit: seconds.
441
483
  *
442
484
  * @example
443
485
  * {"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
@@ -445,12 +487,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
445
487
  microserviceEngineConfig?: string;
446
488
  /**
447
489
  * @remarks
448
- * The percentage of the minimum number of available instances. Take note of the following rules:
490
+ * The minimum percentage of available instances. Valid values:
449
491
  *
450
- * * If you set the value to **-1**, the minimum number of available instances is not determined based on this parameter. Default value: -1.
451
- * * If you set the value to a number **from 0 to 100**, the minimum number of available instances is calculated by using the following formula: Current number of instances × (Value of MinReadyInstanceRatio × 100%). The value is the nearest integer rounded up from the calculated result. For example, if the percentage is set to **50**% and five instances are available, the minimum number of available instances is 3.
492
+ * - **-1**: the initialization value, which indicates that the percentage is not used.
493
+ * - **0~100**: the unit is percentage, rounded up. For example, if this parameter is set to **50**% and the current number of instances is 5, the minimum number of available instances is 3.
452
494
  *
453
- * > When both **MinReadyInstance** and **MinReadyInstanceRatio** are specified and **MinReadyInstanceRatio** is set to a number from 0 to 100, the value of **MinReadyInstanceRatio**** takes precedence. For example, if **MinReadyInstances** is set to **5, and **MinReadyInstanceRatio** is set to **50**, the minimum number of available instances is set to the nearest integer rounded up from the calculated result of the following formula: Current number of instances × **50%**.
495
+ * > When both **MinReadyInstance** and **MinReadyInstanceRatio** are specified and the value of **MinReadyInstanceRatio** is not **-1**, the **MinReadyInstanceRatio** parameter takes precedence. For example, if **MinReadyInstances** is set to **5** and **MinReadyInstanceRatio** is set to **50**, the value **50** is used to calculate the minimum number of available instances.
454
496
  *
455
497
  * @example
456
498
  * -1
@@ -458,12 +500,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
458
500
  minReadyInstanceRatio?: number;
459
501
  /**
460
502
  * @remarks
461
- * The minimum number of available instances. Special values:
503
+ * The minimum number of available instances. Valid values:
462
504
  *
463
- * * If you set the value to **0**, business interruptions occur when the application is updated.
464
- * * If you set the value to \\*\\*-1\\*\\*, the minimum number of available instances is automatically set to a system-recommended value. The value is the nearest integer to which the calculated result of the following formula is rounded up: Current number of instances × 25%. For example, if five instances are available, the minimum number of available instances is calculated by using the following formula: 5 × 25% = 1.25. In this case, the minimum number of available instances is 2.
505
+ * - If this parameter is set to **0**, service is interrupted during the upgrade.
506
+ * - If this parameter is set to **-1**, the system-recommended value is used, which is 25% of the current number of instances. If the current number of instances is 5, 5 × 25% = 1.25, which is rounded up to 2.
465
507
  *
466
- * > Make sure that at least one instance is available during application deployment and rollback to prevent business interruptions.
508
+ * > The minimum number of available instances for each rolling deployment should be 1 to prevent service interruption.
467
509
  *
468
510
  * @example
469
511
  * 1
@@ -471,7 +513,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
471
513
  minReadyInstances?: number;
472
514
  /**
473
515
  * @remarks
474
- * The configurations for mounting the NAS file system. After the application is created, you may want to call other operations to manage the application. If you do not want to change the NAS configurations in these subsequent operations, you can omit the **MountDesc** parameter in the requests. If you want to unmount the NAS file system, you must set the **MountDesc** values in the subsequent requests to an empty string ("").
516
+ * We do not recommend that you configure this field. Configure **NasConfigs** instead. The NAS mount description. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **MountDesc** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountDesc** field to "" in the request).
475
517
  *
476
518
  * @example
477
519
  * [{mountPath: "/tmp", nasPath: "/"}]
@@ -479,7 +521,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
479
521
  mountDesc?: string;
480
522
  /**
481
523
  * @remarks
482
- * The mount target of the NAS file system in the VPC where the application is deployed. If you do not need to modify this configuration during the deployment, configure the **MountHost** parameter only in the first request. You do not need to include this parameter in subsequent requests. If you need to remove this configuration, leave the **MountHost** parameter empty in the request.
524
+ * We do not recommend that you configure this field. Configure **NasConfigs** instead. The mount point of the NAS file system in the VPC of the application. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **MountHost** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **MountHost** field to "" in the request).
483
525
  *
484
526
  * @example
485
527
  * 10d3b4bc9****.com
@@ -487,13 +529,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
487
529
  mountHost?: string;
488
530
  /**
489
531
  * @remarks
490
- * The configurations of mounting the NAS file system. Take note of the following rules:
491
- *
492
- * * **mountPath**: the mount path of the container.
493
- * * **readOnly**: If you set the value to **false**, the application has the read and write permissions.
494
- * * **nasId**: the ID of the NAS file system.
495
- * * **mountDomain**: the domain name of the mount target. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
496
- * * **nasPath**: the directory in the NAS file system.
532
+ * The NAS mount configuration. Valid values:
533
+ * - **mountPath**: the container mount path.
534
+ * - **readOnly**: set to **false** for read and write permission.
535
+ * - **nasId**: the NAS ID.
536
+ * - **mountDomain**: the container mount point address. For more information, see [DescribeMountTargets](https://help.aliyun.com/document_detail/62626.html).
537
+ * - **nasPath**: the NAS relative file directory.
497
538
  *
498
539
  * @example
499
540
  * [{"mountPath":"/test1","readOnly":false,"nasId":"nasId1","mountDomain":"nasId1.cn-shenzhen.nas.aliyuncs.com","nasPath":"/test1"},{"nasId":"nasId2","mountDomain":"nasId2.cn-shenzhen.nas.aliyuncs.com","readOnly":false,"nasPath":"/test2","mountPath":"/test2"}]
@@ -501,7 +542,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
501
542
  nasConfigs?: string;
502
543
  /**
503
544
  * @remarks
504
- * The ID of the File Storage NAS file system. After the application is created, you may want to call other operations to manage the application. If you do not want to change the NAS configurations in these subsequent operations, you can omit the **NasId** parameter in the requests. If you want to unmount the NAS file system, you must set the **NasId** values in the subsequent requests to an empty string ("").
545
+ * We do not recommend that you configure this field. Configure **NasConfigs** instead. The ID of the NAS file system. If the configuration has not changed during deployment, you do not need to set this parameter (that is, the **NasId** field does not need to be included in the request). To clear the NAS configuration, set the value of this field to an empty string (that is, set the value of the **NasId** field to "" in the request).
505
546
  *
506
547
  * @example
507
548
  * 10d3b4****
@@ -509,13 +550,11 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
509
550
  nasId?: string;
510
551
  /**
511
552
  * @remarks
512
- * SAE edition.
553
+ * The application version:
513
554
  *
514
- * - lite: the lightweight edition.
515
- *
516
- * - std: the standard edition.
517
- *
518
- * - pro: the professional edition.
555
+ * - lite: lite edition.
556
+ * - std: standard edition.
557
+ * - pro: professional edition.
519
558
  *
520
559
  * @example
521
560
  * pro
@@ -523,9 +562,10 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
523
562
  newSaeVersion?: string;
524
563
  /**
525
564
  * @remarks
526
- * The name of the RAM role used to authenticate the user identity.
565
+ * The RAM role for identity authentication.
566
+ *
527
567
  *
528
- * > You need to create an OpenID Connect (OIDC) identity provider (IdP) and an identity provider (IdP) for role-based single sign-on (SSO) in advance. For more information, see [Creates an OpenID Connect (OIDC) identity provider (IdP)](https://help.aliyun.com/document_detail/2331022.html) and [Creates an identity provider (IdP) for role-based single sign-on (SSO)](https://help.aliyun.com/document_detail/2331016.html).
568
+ * > Create an OIDC identity provider and an identity provider role in the same region in advance. For more information, see [Create an OIDC identity provider](https://help.aliyun.com/document_detail/2331022.html) and [Create a role for SSO identity provider](https://help.aliyun.com/document_detail/2331016.html).
529
569
  *
530
570
  * @example
531
571
  * sae-test
@@ -533,7 +573,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
533
573
  oidcRoleName?: string;
534
574
  /**
535
575
  * @remarks
536
- * The AccessKey ID that is used to read data from and write data to Object Storage Service (OSS) buckets.
576
+ * The AccessKey ID for OSS read and write operations.
537
577
  *
538
578
  * @example
539
579
  * xxxxxx
@@ -541,7 +581,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
541
581
  ossAkId?: string;
542
582
  /**
543
583
  * @remarks
544
- * The AccessKey secret that is used to read data from and write data to OSS buckets.
584
+ * The AccessKey Secret for OSS read and write operations.
545
585
  *
546
586
  * @example
547
587
  * xxxxxx
@@ -549,18 +589,14 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
549
589
  ossAkSecret?: string;
550
590
  /**
551
591
  * @remarks
552
- * Information of the Object Storage Service (OSS) bucket mounted to the application. The following table describes the parameters that are used in the preceding statements.
592
+ * The OSS mount description. Parameter settings:
553
593
  *
554
- * * **bucketName**: the name of the OSS bucket.
555
- *
556
- * * **bucketPath**: the directory or object in OSS. If the specified directory or object does not exist, an error is returned.
557
- *
558
- * * **mountPath**: the directory of the container in SAE. If the path already exists, the newly specified path overwrites the previous one. If the path does not exist, it is created.
559
- *
560
- * * **readOnly**: specifies whether to only allow the container path to read data from the OSS directory. Valid values:
561
- *
562
- * * **true**: The container path only has read permission on the OSS directory.
563
- * * **false**: The application has read and write permissions.
594
+ * - **bucketName**: the bucket name.
595
+ * - **bucketPath**: the folder or object that you created in OSS. If the OSS mount folder does not exist, an exception is triggered.
596
+ * - **mountPath**: the container path in Serverless App Engine. If the path already exists, it is an overwrite relationship. If the path does not exist, it is created.
597
+ * - **readOnly**: specifies whether the container path has read-only permission on the mounted folder resources. Valid values:
598
+ * - **true**: read-only permission.
599
+ * - **false**: read and write permission.
564
600
  *
565
601
  * @example
566
602
  * [{"bucketName": "oss-bucket", "bucketPath": "data/user.data", "mountPath": "/usr/data/user.data", "readOnly": true}]
@@ -568,26 +604,26 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
568
604
  ossMountDescs?: string;
569
605
  /**
570
606
  * @remarks
571
- * The package type.
572
- *
573
- * When using Java, FatJar, War and Image are supported.
574
- * When using Python, PythonZip and Image are supported.
575
- * When using PHP, the followings are supported:
576
- * - PhpZip
577
- * - IMAGE_PHP_5_4
578
- * - IMAGE_PHP_5_4_ALPINE
579
- * - IMAGE_PHP_5_5
580
- * - IMAGE_PHP_5_5_ALPINE
581
- * - IMAGE_PHP_5_6
582
- * - IMAGE_PHP_5_6_ALPINE
583
- * - IMAGE_PHP_7_0
584
- * - IMAGE_PHP_7_0_ALPINE
585
- * - IMAGE_PHP_7_1
586
- * - IMAGE_PHP_7_1_ALPINE
587
- * - IMAGE_PHP_7_2
588
- * - IMAGE_PHP_7_2_ALPINE
589
- * - IMAGE_PHP_7_3
590
- * - IMAGE_PHP_7_3_ALPINE
607
+ * The application package type. Valid values:
608
+ *
609
+ * - When you deploy with Java, the following types are supported: **FatJar**, **War**, and **Image**.
610
+ * - When you deploy with PHP, the following types are supported:
611
+ * - **PhpZip**
612
+ * - **IMAGE_PHP_5_4**
613
+ * - **IMAGE_PHP_5_4_ALPINE**
614
+ * - **IMAGE_PHP_5_5**
615
+ * - **IMAGE_PHP_5_5_ALPINE**
616
+ * - **IMAGE_PHP_5_6**
617
+ * - **IMAGE_PHP_5_6_ALPINE**
618
+ * - **IMAGE_PHP_7_0**
619
+ * - **IMAGE_PHP_7_0_ALPINE**
620
+ * - **IMAGE_PHP_7_1**
621
+ * - **IMAGE_PHP_7_1_ALPINE**
622
+ * - **IMAGE_PHP_7_2**
623
+ * - **IMAGE_PHP_7_2_ALPINE**
624
+ * - **IMAGE_PHP_7_3**
625
+ * - **IMAGE_PHP_7_3_ALPINE**
626
+ * - When you deploy with Python, the following types are supported: **PythonZip** and **Image**.
591
627
  *
592
628
  * @example
593
629
  * FatJar
@@ -595,7 +631,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
595
631
  packageType?: string;
596
632
  /**
597
633
  * @remarks
598
- * The address of the deployment package. This parameter is required when the **PackageType** parameter is set to **FatJar**, **War**, or **PythonZip**.
634
+ * The URL of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
599
635
  *
600
636
  * @example
601
637
  * http://myoss.oss-cn-hangzhou.aliyuncs.com/my-buc/2019-06-30/****.jar
@@ -603,7 +639,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
603
639
  packageUrl?: string;
604
640
  /**
605
641
  * @remarks
606
- * The version of the deployment package. This parameter is required when the **PackageType** parameter is set to **FatJar**, **War**, or **PythonZip**.
642
+ * The version number of the deployment package. This parameter is required when **Package Type** is set to **FatJar**, **War**, or **PythonZip**.
607
643
  *
608
644
  * @example
609
645
  * 1.0.1
@@ -611,7 +647,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
611
647
  packageVersion?: string;
612
648
  /**
613
649
  * @remarks
614
- * The dependent PHP version of PHP package. Image is not supported.
650
+ * The PHP version on which the deployment package depends. Not supported for images.
615
651
  *
616
652
  * @example
617
653
  * PHP-FPM 7.0
@@ -619,7 +655,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
619
655
  php?: string;
620
656
  /**
621
657
  * @remarks
622
- * The path on which the PHP configuration file for application monitoring is mounted. Make sure that the PHP server loads the configuration file. SAE automatically generates the corresponding configuration file. No manual operations are required.
658
+ * The mount path for PHP application monitoring. Ensure that the PHP server loads the configuration file from this path. You do not need to manage the configuration content because Serverless App Engine automatically renders the correct configuration file.
623
659
  *
624
660
  * @example
625
661
  * /usr/local/etc/php/conf.d/arms.ini
@@ -627,7 +663,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
627
663
  phpArmsConfigLocation?: string;
628
664
  /**
629
665
  * @remarks
630
- * The details of the PHP configuration file.
666
+ * The content of the PHP configuration file.
631
667
  *
632
668
  * @example
633
669
  * k1=v1
@@ -635,7 +671,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
635
671
  phpConfig?: string;
636
672
  /**
637
673
  * @remarks
638
- * The path on which the PHP configuration file for application startup is mounted. Make sure that the PHP server uses this configuration file during the startup.
674
+ * The mount path for the PHP application startup configuration. Ensure that the PHP server uses this configuration file for startup.
639
675
  *
640
676
  * @example
641
677
  * /usr/local/etc/php/php.ini
@@ -643,7 +679,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
643
679
  phpConfigLocation?: string;
644
680
  /**
645
681
  * @remarks
646
- * The script that is run immediately after the container is started. Example: `{"exec":{"command":["sh","-c","echo hello"\\]}}`
682
+ * The script that is run after the container starts. A script is triggered immediately after the container is created. Format: `{"exec":{"command":["sh","-c","echo hello"\\]}}`.
647
683
  *
648
684
  * @example
649
685
  * {"exec":{"command":["sh","-c","echo hello"]}}
@@ -651,7 +687,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
651
687
  postStart?: string;
652
688
  /**
653
689
  * @remarks
654
- * The script that is run before the container is stopped. Example: `{"exec":{"command":["sh","-c","echo hello"\\]}}`
690
+ * The script that is run before the container stops. A script is triggered before the container is deleted. Format: `{"exec":{"command":["sh","-c","echo hello"\\]}}`.
655
691
  *
656
692
  * @example
657
693
  * {"exec":{"command":["sh","-c","echo hello"]}}
@@ -659,20 +695,19 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
659
695
  preStop?: string;
660
696
  /**
661
697
  * @remarks
662
- * The configurations of Kubernetes Service-based service registration and discovery. Take note of the following rules:
698
+ * Enables K8s Service-based service registration and discovery. Valid values:
663
699
  *
664
- * * **serviceName**: the name of the Alibaba Cloud service. Format: `<Custom content>-<Namespace ID>`. `-<Namespace ID>` is automatically specified based on the namespace in which an application resides and cannot be changed. For example, if you select the default namespace in the China (Beijing) region, `-cn-beijing-default` is automatically specified.
665
- * * **namespaceId**: the namespace ID.
666
- * * **portAndProtocol**: the port number and protocol. Valid values of the port number: 1 to 65535. Valid values of the protocol: **TCP** and **UDP**.
667
- * * **enable**: enables the Kubernetes Service-based registration and discovery feature.
700
+ * - **portProtocols**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**.
701
+ * - **portAndProtocol**: the port and protocol. Valid port values: [1,65535]. Valid protocol values: **TCP** and **UDP**. **portProtocols is recommended. If portProtocols is set, only portProtocols takes effect**.
702
+ * - **enable**: enables K8s Service-based service registration and discovery.
668
703
  *
669
704
  * @example
670
- * {"serviceName":"bwm-poc-sc-gateway-cn-beijing-front","namespaceId":"cn-beijing:front","portAndProtocol":{"18012":"TCP"},"enable":true}
705
+ * {"portProtocols":[{"port":18012,"protocol":"TCP"}],"portAndProtocol":{"18012":"TCP"},"enable":true}
671
706
  */
672
707
  pvtzDiscoverySvc?: string;
673
708
  /**
674
709
  * @remarks
675
- * The Python environment. Set the value to **PYTHON 3.9.15**.
710
+ * The Python environment. **PYTHON 3.9.15** is supported.
676
711
  *
677
712
  * @example
678
713
  * PYTHON 3.9.15
@@ -680,17 +715,18 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
680
715
  python?: string;
681
716
  /**
682
717
  * @remarks
683
- * The configurations for installing custom module dependencies. By default, the dependencies defined by the requirements.txt file in the root directory are installed. If the package does not contain this file and you do not configure custom dependencies in the package, specify the dependencies that you want to install in the text box.
718
+ * The custom installation module dependencies. By default, the dependencies defined in the requirements.txt file in the root folder are installed. If no dependencies are configured or custom packages are needed, you can specify the dependencies to install.
684
719
  *
685
720
  * @example
686
721
  * Flask==2.0
687
722
  */
688
723
  pythonModules?: string;
724
+ raspConfigShrink?: string;
689
725
  /**
690
726
  * @remarks
691
- * The details of the health check that was performed on the container. If the container fails this health check multiple times, the system disables and restarts the container. Containers that fail health checks cannot receive traffic from Server Load Balancer (SLB) instances. You can use the **exec**, **httpGet**, or **tcpSocket** method to perform health checks. For more information, see the description of the **Liveness** parameter.
727
+ * The application startup status check. Containers that fail multiple health checks are shut down and restarted. Containers that do not pass the health check do not receive SLB traffic. The **exec**, **httpGet**, and **tcpSocket** methods are supported. For specific examples, see the **Liveness** parameter.
692
728
  *
693
- * > You can use only one method to perform the health check.
729
+ * > Only one method can be selected for health checks.
694
730
  *
695
731
  * @example
696
732
  * {"exec":{"command":["sleep","6s"]},"initialDelaySeconds":15,"timeoutSeconds":12}
@@ -706,14 +742,14 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
706
742
  replicas?: number;
707
743
  /**
708
744
  * @remarks
709
- * Secret Mount Description
710
- * Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers. Parameter descriptions are as follows:
745
+ * The **Secret** mount description. Use a secret created on the namespace secrets page to inject sensitive information into the container. Settings:
711
746
  *
712
- * - secretId: Secret instance ID. Obtain via the ListSecrets interface.
747
+ * - **secretId**: the secret instance ID. You can obtain it by calling the ListSecrets operation.
748
+ * - **key**: the key.
713
749
  *
714
- * - key: Key-value pair. Note: Set the parameter sae-sys-secret-all to mount all keys.
750
+ * > You can mount all keys by passing the `sae-sys-secret-all` parameter.
715
751
  *
716
- * - mountPath: Mount path.
752
+ * - **mountPath**: the mount path.
717
753
  *
718
754
  * @example
719
755
  * [{“secretId":10,”key":"test","mountPath":"/tmp"}]
@@ -721,7 +757,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
721
757
  secretMountDesc?: string;
722
758
  /**
723
759
  * @remarks
724
- * Security group ID.
760
+ * The security group ID.
725
761
  *
726
762
  * @example
727
763
  * sg-wz969ngg2e49q5i4****
@@ -729,7 +765,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
729
765
  securityGroupId?: string;
730
766
  /**
731
767
  * @remarks
732
- * The gray-release tag of the application.
768
+ * The canary release tags configured for the application.
733
769
  *
734
770
  * @example
735
771
  * {\\"alicloud.service.tag\\":\\"g1\\"}
@@ -737,41 +773,47 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
737
773
  serviceTags?: string;
738
774
  /**
739
775
  * @remarks
740
- * The configuration of the container.
776
+ * The sidecar container configuration.
741
777
  */
742
778
  sidecarContainersConfigShrink?: string;
743
779
  /**
744
780
  * @remarks
745
- * The logging configurations of Log Service.
781
+ * The configuration for log collection to Simple Log Service.
746
782
  *
747
- * * To use Log Service resources that are automatically created by SAE, set this parameter to `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
748
- * * To use custom Log Service resources, set this parameter to `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
783
+ * - Use SLS resources automatically created by Serverless App Engine: `[{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]`.
784
+ * - Use custom SLS resources: `[{"projectName":"test-sls","logType":"stdout","logDir":"","logstoreName":"sae","logtailName":""},{"projectName":"test","logDir":"/tmp/a.log","logstoreName":"sae","logtailName":""}]`.
749
785
  *
750
- * The following table describes the parameters that are used in the preceding statements.
786
+ * Settings:
751
787
  *
752
- * * **projectName**: the name of the Log Service project.
753
- * * **logDir**: the path in which logs are stored.
754
- * * **logType**: the log type. **stdout**: the standard output log of the container. You can specify only one stdout value for this parameter. If you leave this parameter empty, file logs are collected.
755
- * * **logstoreName**: the name of the Logstore in Log Service.
756
- * * **logtailName**: the name of the Logtail configuration in Log Service. If you do not configure this parameter, a new Logtail configuration is created.
788
+ * - **projectName**: the name of the project in Simple Log Service.
789
+ * - **logDir**: the log path.
790
+ * - **logType**: the log type. **stdout** indicates container standard output logs, and only one entry can be set. If this parameter is not set, file logs are collected.
791
+ * - **logstoreName**: the name of the Logstore in Simple Log Service.
792
+ * - **logtailName**: the name of the Logtail in Simple Log Service. If this parameter is not specified, a new Logtail is created by automatic creation.
757
793
  *
758
- * If you do not need to modify the logging configurations when you deploy the application, configure the **SlsConfigs** parameter only in the first request. You do not need to include this parameter in subsequent requests. If you no longer need to use Log Service, leave the **SlsConfigs** parameter empty in the request.
794
+ * If the SLS collection configuration has not changed during multiple deployments, you do not need to set this parameter (that is, the **SlsConfigs** field does not need to be included in the request). If you no longer need the SLS collection feature, set the value of this field to an empty string (that is, set the value of the **SlsConfigs** field to "" in the request).
759
795
  *
760
- * > A Log Service project that is automatically created by SAE when you create an application is deleted when the application is deleted. Therefore, when you create an application, you cannot select a Log Service project that is automatically created by SAE for log collection.
796
+ * > A project that is automatically created with the application is deleted when the application is deleted. Therefore, do not select a project that is automatically created by Serverless App Engine when selecting an existing project.
761
797
  *
762
798
  * @example
763
799
  * [{"logDir":"","logType":"stdout"},{"logDir":"/tmp/a.log"}]
764
800
  */
765
801
  slsConfigs?: string;
802
+ /**
803
+ * @remarks
804
+ * sls log tags
805
+ */
766
806
  slsLogEnvTags?: string;
767
807
  /**
768
808
  * @remarks
769
- * Check Failure: Indicates that the application failed to start. The system will report the exception and automatically restart it.
809
+ * Enables the application startup probe.
770
810
  *
771
- * Note:
811
+ * - Check succeeded: indicates that the application started successfully. If you configured Liveness and Readiness checks, they are performed after the application starts successfully.
812
+ * - Check failed: indicates that the application failed to start. An exception is reported and the application is automatically restarted.
772
813
  *
773
- * Supports exec, httpGet, and tcpSocket methods. For specific examples, see Liveness Parameters.
774
- * Only one method can be selected for health checks.
814
+ * > This is the description content.
815
+ * > - The exec, httpGet, and tcpSocket methods are supported. For specific examples, see the Liveness parameter.
816
+ * > - Only one method can be selected for health checks.
775
817
  *
776
818
  * @example
777
819
  * {"exec":{"command":["sh","-c","cat /home/admin/start.sh"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":2}
@@ -779,23 +821,20 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
779
821
  startupProbe?: string;
780
822
  /**
781
823
  * @remarks
782
- * Configure K8s Service-based Service Registration/Discovery and Full-Chain Grayscale Capabilities
783
- *
784
- * - enable: Whether to enable full-link grayscale based on K8s Service (set to "true" to enable; set to "false" to disable).
785
- *
786
- * - namespaceId: Namespace ID
787
- *
788
- * - portAndProtocol: Listener port and protocol. Format: {"Port:Protocol Type":"Container Port"}
789
- * - portProtocols: Define service ports and protocols
790
- * port: Port
791
- * protocol: Protocol
792
- * targetPort: Container port
824
+ * Configures K8s Service-based service registration and discovery with end-to-end canary release:
793
825
  *
794
- * - pvtzDiscoveryName: Service discovery name
795
- *
796
- * - serviceId: Service ID
797
- *
798
- * - serviceName: Service name
826
+ * - enable: specifies whether to enable end-to-end canary release based on K8s Service.
827
+ * - true: enabled.
828
+ * - false: disabled.
829
+ * - namespaceId: the namespace ID.
830
+ * - portAndProtocol: the listening port and protocol. Format: {"port:protocol type":"container port"}.
831
+ * - portProtocols: defines the service port and protocol.
832
+ * - port: the port.
833
+ * - protocol: the protocol.
834
+ * - targetPort: the container port.
835
+ * - pvtzDiscoveryName: the service discovery name.
836
+ * - serviceId: the service ID.
837
+ * - serviceName: the service name.
799
838
  *
800
839
  * @example
801
840
  * {\\"enable\\":\\"false\\",\\"namespaceId\\":\\"cn-beijing:test\\",\\"portAndProtocol\\":{\\"2000:TCP\\":\\"18081\\"},\\"portProtocols\\":[{\\"port\\":2000,\\"protocol\\":\\"TCP\\",\\"targetPort\\":18081}],\\"pvtzDiscoveryName\\":\\"cn-beijing-1421801774382676\\",\\"serviceId\\":\\"3513\\",\\"serviceName\\":\\"demo-gray.test\\"}
@@ -803,7 +842,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
803
842
  swimlanePvtzDiscoverySvc?: string;
804
843
  /**
805
844
  * @remarks
806
- * The timeout period for a graceful shutdown. Default value: 30. Unit: seconds. Valid values: 1 to 300.
845
+ * The graceful shutdown timeout period. Default value: 30. Unit: seconds. Valid values: 1 to 300.
807
846
  *
808
847
  * @example
809
848
  * 10
@@ -819,13 +858,13 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
819
858
  timezone?: string;
820
859
  /**
821
860
  * @remarks
822
- * The Tomcat configuration. If you want to cancel this configuration, set this parameter to "" or "{}". The following variables are included in the configuration: Take note of the following rules:
861
+ * The Tomcat configuration. Set this parameter to "" or "{}" to delete the configuration. Valid values:
823
862
  *
824
- * * **port**: the port number. The port number ranges from 1024 to 65535. Though the admin permissions are configured for the container, the root permissions are required to perform operations on ports whose number is smaller than 1024. Enter a value that ranges from 1025 to 65535 because the container has only the admin permissions. If you do not specify this parameter, the default port number 8080 is used.
825
- * * **contextPath**: the path. Default value: /. This value indicates the root directory.
826
- * * **maxThreads**: the maximum number of connections in the connection pool. Default value: 400.
827
- * * **uriEncoding**: the URI encoding scheme in the Tomcat container. Valid values: UTF-8, ISO-8859-1, GBK, and GB2312.************ If you do not specify this parameter, the default value **ISO-8859-1** is used.
828
- * * **useBodyEncoding**: specifies whether to use the encoding scheme specified in the request body for URI query parameters. Default value: true.
863
+ * - **port**: the port number. Valid values: 1024 to 65535. Ports smaller than 1024 require root permissions. Because the container is configured with admin permissions, specify a port greater than 1024. Default value: 8080.
864
+ * - **contextPath**: the access path. Default value: root directory "/".
865
+ * - **maxThreads**: the connection pool size. Default value: 400.
866
+ * - **uriEncoding**: the encoding format of Tomcat. Valid values: **UTF-8**, **ISO-8859-1**, **GBK**, and **GB2312**. Default value: **ISO-8859-1**.
867
+ * - **useBodyEncodingForUri**: specifies whether to use **BodyEncoding for URL**. Default value: **true**.
829
868
  *
830
869
  * @example
831
870
  * {"port":8080,"contextPath":"/","maxThreads":400,"uriEncoding":"ISO-8859-1","useBodyEncodingForUri":true}
@@ -833,23 +872,20 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
833
872
  tomcatConfig?: string;
834
873
  /**
835
874
  * @remarks
836
- * The deployment policy. If the minimum number of available instances is 1, the value of the **UpdateStrategy** parameter is an empty string (""). If the minimum number of available instances is greater than 1, the following strategies can be configured:
837
- *
838
- * * The application is deployed on an instance. The remaining instances are automatically classified into two release batches whose interval is set to 1. In this case, the parameter is set to `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}`.
839
- * * The application is deployed on an instance. The remaining instances are manually classified into two release batches. In this case, the parameter is set to `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`.
840
- * * All instances are automatically classified into two release batches. The application is deployed on the instances of the two batches in parallel. In this case, the parameter is set to `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
841
- *
842
- * The following table describes the parameters that are used in the preceding statements.
843
- *
844
- * * **type**: the type of the release policy. Valid values: **GrayBatchUpdate** and **BatchUpdate**.
875
+ * The deployment policy. When the minimum number of available instances is 1, the value of the **UpdateStrategy** field is "". When the minimum number of available instances is greater than 1, examples are as follows:
845
876
  *
846
- * * **batchUpdate**: the phased release policy.
877
+ * - Grayscale 1 instance + 2 subsequent batches + automatic batching + 1-minute batch interval: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}`
878
+ * - Grayscale 1 instance + 2 subsequent batches + manual batching: `{"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"manual"},"grayUpdate":{"gray":1}}`
879
+ * - 2 batches + automatic batching + 0-minute batch interval: `{"type":"BatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":0}}`
847
880
  *
848
- * * **batch**: the number of release batches.
849
- * * **releaseType**: the processing method for the batches. Valid values: **auto** and **manual**.
850
- * * **batchWaitTime**: the interval between release batches. Unit: seconds.
881
+ * Settings:
882
+ * - **type**: the publish policy type. Valid values: **GrayBatchUpdate** (grayscale publish) and **BatchUpdate** (batch publish).
883
+ * - **batchUpdate**: the batch publish policy.
884
+ * - **batch**: the number of publish batches.
885
+ * - **releaseType**: the processing method between batches. Valid values: **auto** (automatic) and **manual** (manual).
886
+ * - **batchWaitTime**: the interval between batches. Unit: minutes.
851
887
  *
852
- * * **grayUpdate**: the number of release batches in the phased release after a canary release. This parameter is returned only if the **type** parameter is set to **GrayBatchUpdate**.
888
+ * - **grayUpdate**: the number of grayscale instances. This parameter is required when **type** is set to **GrayBatchUpdate**.
853
889
  *
854
890
  * @example
855
891
  * {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
@@ -857,7 +893,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
857
893
  updateStrategy?: string;
858
894
  /**
859
895
  * @remarks
860
- * The ID of the vSwitch, where the EIP of the application instances resides. The vSwitch must reside in the VPC above.
896
+ * The vSwitch where the network interface controllers (NICs) of the application instance reside. The vSwitch must be in the specified VPC.
861
897
  *
862
898
  * @example
863
899
  * vsw-bp12mw1f8k3jgygk9****
@@ -865,7 +901,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
865
901
  vSwitchId?: string;
866
902
  /**
867
903
  * @remarks
868
- * The startup command of the WAR package. For information about how to configure the startup command, see [Configure startup commands](https://help.aliyun.com/document_detail/96677.html).
904
+ * The startup command for deploying a WAR package-based application. The configuration procedure is the same as that for the startup command of an image-based deployment. For more information, see [Configure a startup command](https://help.aliyun.com/document_detail/96677.html).
869
905
  *
870
906
  * @example
871
907
  * CATALINA_OPTS=\\"$CATALINA_OPTS $Options\\" catalina.sh run
@@ -873,12 +909,12 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
873
909
  warStartOptions?: string;
874
910
  /**
875
911
  * @remarks
876
- * The version of the Tomcat container on which the deployment package depends. Valid values:
912
+ * The Tomcat version on which the deployment package depends. Valid values:
877
913
  *
878
- * * **apache-tomcat-7.0.91**
879
- * * **apache-tomcat-8.5.42**
914
+ * - **apache-tomcat-7.0.91**
915
+ * - **apache-tomcat-8.5.42**
880
916
  *
881
- * This parameter is not returned if the **PackageType** parameter is set to **Image**.
917
+ * This parameter is not supported when **Package Type** is set to **Image**.
882
918
  *
883
919
  * @example
884
920
  * apache-tomcat-7.0.91