@alicloud/cms20240330 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/dist/client.d.ts +114 -60
  2. package/dist/client.js +163 -61
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AlertRuleCondition.d.ts +120 -158
  5. package/dist/models/AlertRuleCondition.js +45 -1
  6. package/dist/models/AlertRuleCondition.js.map +1 -1
  7. package/dist/models/AlertRuleQuery.d.ts +78 -75
  8. package/dist/models/AlertRuleQuery.js +41 -1
  9. package/dist/models/AlertRuleQuery.js.map +1 -1
  10. package/dist/models/AlertRuleTemplate.d.ts +5 -56
  11. package/dist/models/AlertRuleTemplate.js +10 -0
  12. package/dist/models/AlertRuleTemplate.js.map +1 -1
  13. package/dist/models/AlertRuleV2.d.ts +16 -2
  14. package/dist/models/AlertRuleV2.js +10 -3
  15. package/dist/models/AlertRuleV2.js.map +1 -1
  16. package/dist/models/ApmCompositeCompareConfig.d.ts +10 -0
  17. package/dist/models/ApmCompositeCompareConfig.js +4 -0
  18. package/dist/models/ApmCompositeCompareConfig.js.map +1 -1
  19. package/dist/models/ApmThresholdConfig.d.ts +2 -8
  20. package/dist/models/ApmThresholdConfig.js +4 -0
  21. package/dist/models/ApmThresholdConfig.js.map +1 -1
  22. package/dist/models/CloudMonitoringCompositeEscalation.d.ts +34 -0
  23. package/dist/models/CloudMonitoringCompositeEscalation.js +68 -0
  24. package/dist/models/CloudMonitoringCompositeEscalation.js.map +1 -0
  25. package/dist/models/CloudMonitoringCompositeEscalationEntry.d.ts +19 -0
  26. package/dist/models/CloudMonitoringCompositeEscalationEntry.js +68 -0
  27. package/dist/models/CloudMonitoringCompositeEscalationEntry.js.map +1 -0
  28. package/dist/models/CloudMonitoringExpressEscalation.d.ts +28 -0
  29. package/dist/models/CloudMonitoringExpressEscalation.js +62 -0
  30. package/dist/models/CloudMonitoringExpressEscalation.js.map +1 -0
  31. package/dist/models/CloudMonitoringPrometheusEscalation.d.ts +28 -0
  32. package/dist/models/CloudMonitoringPrometheusEscalation.js +62 -0
  33. package/dist/models/CloudMonitoringPrometheusEscalation.js.map +1 -0
  34. package/dist/models/CloudMonitoringSimpleEscalation.d.ts +29 -0
  35. package/dist/models/CloudMonitoringSimpleEscalation.js +66 -0
  36. package/dist/models/CloudMonitoringSimpleEscalation.js.map +1 -0
  37. package/dist/models/CloudMonitoringSimpleEscalationEntry.d.ts +19 -0
  38. package/dist/models/CloudMonitoringSimpleEscalationEntry.js +68 -0
  39. package/dist/models/CloudMonitoringSimpleEscalationEntry.js.map +1 -0
  40. package/dist/models/ConditionConfigUnified.d.ts +24 -34
  41. package/dist/models/ConditionConfigUnified.js +58 -0
  42. package/dist/models/ConditionConfigUnified.js.map +1 -1
  43. package/dist/models/CreateAggTaskGroupRequest.d.ts +20 -20
  44. package/dist/models/CreateAggTaskGroupResponseBody.d.ts +6 -6
  45. package/dist/models/CreatePrometheusInstanceRequest.d.ts +25 -22
  46. package/dist/models/CreatePrometheusInstanceRequest.js +2 -0
  47. package/dist/models/CreatePrometheusInstanceRequest.js.map +1 -1
  48. package/dist/models/CreatePrometheusInstanceResponseBody.d.ts +1 -1
  49. package/dist/models/CreatePrometheusViewRequest.d.ts +12 -12
  50. package/dist/models/CreatePrometheusViewResponseBody.d.ts +2 -2
  51. package/dist/models/DatasourceConfigUnified.d.ts +15 -0
  52. package/dist/models/DatasourceConfigUnified.js +6 -0
  53. package/dist/models/DatasourceConfigUnified.js.map +1 -1
  54. package/dist/models/DatasourceTypeFilter.d.ts +18 -0
  55. package/dist/models/DatasourceTypeFilter.js +58 -0
  56. package/dist/models/DatasourceTypeFilter.js.map +1 -0
  57. package/dist/models/DescribeMetricMetaListRequest.d.ts +23 -20
  58. package/dist/models/DescribeMetricMetaListRequest.js.map +1 -1
  59. package/dist/models/DescribeMetricMetaListResponseBody.d.ts +25 -17
  60. package/dist/models/DescribeMetricMetaListResponseBody.js.map +1 -1
  61. package/dist/models/DescribeMetricMetaListShrinkRequest.d.ts +21 -18
  62. package/dist/models/DescribeMetricMetaListShrinkRequest.js.map +1 -1
  63. package/dist/models/GetCloudResourceDataRequest.d.ts +5 -5
  64. package/dist/models/GetCloudResourceDataResponseBody.d.ts +66 -2
  65. package/dist/models/GetCloudResourceDataResponseBody.js.map +1 -1
  66. package/dist/models/GetDeliveryTaskResponseBody.d.ts +15 -15
  67. package/dist/models/GetIntegrationPolicyResponseBody.d.ts +49 -49
  68. package/dist/models/GetMemoryStoreResponseBody.d.ts +15 -15
  69. package/dist/models/GetPrometheusInstanceRequest.d.ts +2 -2
  70. package/dist/models/GetPrometheusInstanceResponseBody.d.ts +36 -31
  71. package/dist/models/GetPrometheusInstanceResponseBody.js.map +1 -1
  72. package/dist/models/GetPrometheusViewRequest.d.ts +2 -2
  73. package/dist/models/GetPrometheusViewResponseBody.d.ts +35 -21
  74. package/dist/models/GetPrometheusViewResponseBody.js.map +1 -1
  75. package/dist/models/ListAggTaskGroupsRequest.d.ts +13 -8
  76. package/dist/models/ListAggTaskGroupsRequest.js.map +1 -1
  77. package/dist/models/ListAggTaskGroupsResponseBody.d.ts +15 -15
  78. package/dist/models/ListAggTaskGroupsShrinkRequest.d.ts +13 -8
  79. package/dist/models/ListAggTaskGroupsShrinkRequest.js.map +1 -1
  80. package/dist/models/ListAlertRobotsRequest.d.ts +5 -5
  81. package/dist/models/ListAlertRobotsResponseBody.d.ts +7 -6
  82. package/dist/models/ListAlertRobotsResponseBody.js +2 -0
  83. package/dist/models/ListAlertRobotsResponseBody.js.map +1 -1
  84. package/dist/models/ListAlertRobotsShrinkRequest.d.ts +5 -5
  85. package/dist/models/ListDeliveryTasksRequest.d.ts +4 -4
  86. package/dist/models/ListDeliveryTasksResponseBody.d.ts +22 -22
  87. package/dist/models/ListDeliveryTasksShrinkRequest.d.ts +4 -4
  88. package/dist/models/ListEventMetaCacheAllKeysDataResult.d.ts +37 -0
  89. package/dist/models/ListEventMetaCacheAllKeysDataResult.js +71 -0
  90. package/dist/models/ListEventMetaCacheAllKeysDataResult.js.map +1 -0
  91. package/dist/models/ListIntegrationPoliciesRequest.d.ts +9 -9
  92. package/dist/models/ListIntegrationPoliciesResponseBody.d.ts +24 -20
  93. package/dist/models/ListIntegrationPoliciesResponseBody.js.map +1 -1
  94. package/dist/models/ListIntegrationPoliciesShrinkRequest.d.ts +9 -9
  95. package/dist/models/ListPipelinesRequest.d.ts +3 -3
  96. package/dist/models/ListPipelinesResponseBody.d.ts +6 -6
  97. package/dist/models/ListPrometheusInstancesRequest.d.ts +13 -5
  98. package/dist/models/ListPrometheusInstancesRequest.js.map +1 -1
  99. package/dist/models/ListPrometheusInstancesResponseBody.d.ts +21 -9
  100. package/dist/models/ListPrometheusInstancesResponseBody.js +2 -0
  101. package/dist/models/ListPrometheusInstancesResponseBody.js.map +1 -1
  102. package/dist/models/ListPrometheusInstancesShrinkRequest.d.ts +13 -5
  103. package/dist/models/ListPrometheusInstancesShrinkRequest.js.map +1 -1
  104. package/dist/models/ListPrometheusViewsRequest.d.ts +5 -5
  105. package/dist/models/ListPrometheusViewsResponseBody.d.ts +20 -10
  106. package/dist/models/ListPrometheusViewsResponseBody.js +2 -0
  107. package/dist/models/ListPrometheusViewsResponseBody.js.map +1 -1
  108. package/dist/models/ListPrometheusViewsShrinkRequest.d.ts +5 -5
  109. package/dist/models/ManageAlertRulesRequest.d.ts +1 -1
  110. package/dist/models/ManageAlertRulesResult.d.ts +10 -0
  111. package/dist/models/ManageAlertRulesResult.js +7 -0
  112. package/dist/models/ManageAlertRulesResult.js.map +1 -1
  113. package/dist/models/ManageAlertRulesShrinkRequest.d.ts +1 -1
  114. package/dist/models/ManageAlertRulesUnifiedActionInput.d.ts +2 -62
  115. package/dist/models/ManageAlertRulesUnifiedActionInput.js +4 -0
  116. package/dist/models/ManageAlertRulesUnifiedActionInput.js.map +1 -1
  117. package/dist/models/MetricSetMultiTrigger.d.ts +24 -0
  118. package/dist/models/MetricSetMultiTrigger.js +80 -0
  119. package/dist/models/MetricSetMultiTrigger.js.map +1 -0
  120. package/dist/models/MetricSetNamedQueryEntry.d.ts +18 -0
  121. package/dist/models/MetricSetNamedQueryEntry.js +68 -0
  122. package/dist/models/MetricSetNamedQueryEntry.js.map +1 -0
  123. package/dist/models/MetricSetTriggerCompositeExpression.d.ts +17 -0
  124. package/dist/models/MetricSetTriggerCompositeExpression.js +66 -0
  125. package/dist/models/MetricSetTriggerCompositeExpression.js.map +1 -0
  126. package/dist/models/MetricSetTriggerSimpleExpression.d.ts +19 -0
  127. package/dist/models/MetricSetTriggerSimpleExpression.js +68 -0
  128. package/dist/models/MetricSetTriggerSimpleExpression.js.map +1 -0
  129. package/dist/models/NotifyConfigUnified.d.ts +1 -28
  130. package/dist/models/NotifyConfigUnified.js +5 -0
  131. package/dist/models/NotifyConfigUnified.js.map +1 -1
  132. package/dist/models/NotifyStrategyIdFilter.d.ts +18 -0
  133. package/dist/models/NotifyStrategyIdFilter.js +58 -0
  134. package/dist/models/NotifyStrategyIdFilter.js.map +1 -0
  135. package/dist/models/ObserveGroup.d.ts +132 -0
  136. package/dist/models/ObserveGroup.js +119 -0
  137. package/dist/models/ObserveGroup.js.map +1 -0
  138. package/dist/models/ObserveGroupDetail.d.ts +123 -0
  139. package/dist/models/ObserveGroupDetail.js +116 -0
  140. package/dist/models/ObserveGroupDetail.js.map +1 -0
  141. package/dist/models/ObserveGroupDiscoverRule.d.ts +176 -0
  142. package/dist/models/ObserveGroupDiscoverRule.js +197 -0
  143. package/dist/models/ObserveGroupDiscoverRule.js.map +1 -0
  144. package/dist/models/ObserveGroupInstance.d.ts +72 -0
  145. package/dist/models/ObserveGroupInstance.js +84 -0
  146. package/dist/models/ObserveGroupInstance.js.map +1 -0
  147. package/dist/models/ObserveResourceGlobalScopeFilter.d.ts +18 -0
  148. package/dist/models/ObserveResourceGlobalScopeFilter.js +58 -0
  149. package/dist/models/ObserveResourceGlobalScopeFilter.js.map +1 -0
  150. package/dist/models/ObserveResourceListFilter.d.ts +18 -0
  151. package/dist/models/ObserveResourceListFilter.js +61 -0
  152. package/dist/models/ObserveResourceListFilter.js.map +1 -0
  153. package/dist/models/ObserveResourceTypeFilter.d.ts +18 -0
  154. package/dist/models/ObserveResourceTypeFilter.js +58 -0
  155. package/dist/models/ObserveResourceTypeFilter.js.map +1 -0
  156. package/dist/models/OpenCmsServiceResponseBody.d.ts +2 -2
  157. package/dist/models/PartitionKeyFilter.d.ts +18 -0
  158. package/dist/models/PartitionKeyFilter.js +58 -0
  159. package/dist/models/PartitionKeyFilter.js.map +1 -0
  160. package/dist/models/QueryAlertRulesFilter.d.ts +16 -4
  161. package/dist/models/QueryAlertRulesFilter.js +38 -4
  162. package/dist/models/QueryAlertRulesFilter.js.map +1 -1
  163. package/dist/models/QueryAlertRulesRequest.d.ts +4 -4
  164. package/dist/models/QueryAlertRulesShrinkRequest.d.ts +4 -4
  165. package/dist/models/QueryConfigUnified.d.ts +15 -52
  166. package/dist/models/QueryConfigUnified.js +29 -0
  167. package/dist/models/QueryConfigUnified.js.map +1 -1
  168. package/dist/models/SearchMemoriesRequest.d.ts +7 -4
  169. package/dist/models/SearchMemoriesRequest.js.map +1 -1
  170. package/dist/models/SearchMemoriesResponseBody.d.ts +4 -4
  171. package/dist/models/SeverityLevelsFilter.d.ts +18 -0
  172. package/dist/models/SeverityLevelsFilter.js +61 -0
  173. package/dist/models/SeverityLevelsFilter.js.map +1 -0
  174. package/dist/models/SubscriptionForModify.d.ts +16 -9
  175. package/dist/models/SubscriptionForModify.js +2 -0
  176. package/dist/models/SubscriptionForModify.js.map +1 -1
  177. package/dist/models/SubscriptionForView.d.ts +12 -5
  178. package/dist/models/SubscriptionForView.js +2 -0
  179. package/dist/models/SubscriptionForView.js.map +1 -1
  180. package/dist/models/UpdateContextStoreRequest.d.ts +6 -6
  181. package/dist/models/UpdateDeliveryTaskRequest.d.ts +8 -8
  182. package/dist/models/UpdateDeliveryTaskResponseBody.d.ts +1 -1
  183. package/dist/models/UpdatePrometheusInstanceRequest.d.ts +16 -10
  184. package/dist/models/UpdatePrometheusInstanceRequest.js.map +1 -1
  185. package/dist/models/UpdatePrometheusInstanceResponseBody.d.ts +2 -2
  186. package/dist/models/UpdateSubscriptionRequest.d.ts +1 -1
  187. package/dist/models/UpdateSubscriptionResponseBody.d.ts +1 -1
  188. package/dist/models/model.d.ts +30 -0
  189. package/dist/models/model.js +86 -25
  190. package/dist/models/model.js.map +1 -1
  191. package/package.json +1 -1
  192. package/src/client.ts +164 -61
  193. package/src/models/AlertRuleCondition.ts +155 -158
  194. package/src/models/AlertRuleQuery.ts +111 -77
  195. package/src/models/AlertRuleTemplate.ts +15 -56
  196. package/src/models/AlertRuleV2.ts +26 -5
  197. package/src/models/ApmCompositeCompareConfig.ts +14 -0
  198. package/src/models/ApmThresholdConfig.ts +6 -8
  199. package/src/models/CloudMonitoringCompositeEscalation.ts +56 -0
  200. package/src/models/CloudMonitoringCompositeEscalationEntry.ts +42 -0
  201. package/src/models/CloudMonitoringExpressEscalation.ts +45 -0
  202. package/src/models/CloudMonitoringPrometheusEscalation.ts +45 -0
  203. package/src/models/CloudMonitoringSimpleEscalation.ts +49 -0
  204. package/src/models/CloudMonitoringSimpleEscalationEntry.ts +42 -0
  205. package/src/models/ConditionConfigUnified.ts +77 -34
  206. package/src/models/CreateAggTaskGroupRequest.ts +20 -20
  207. package/src/models/CreateAggTaskGroupResponseBody.ts +6 -6
  208. package/src/models/CreatePrometheusInstanceRequest.ts +27 -22
  209. package/src/models/CreatePrometheusInstanceResponseBody.ts +1 -1
  210. package/src/models/CreatePrometheusViewRequest.ts +12 -12
  211. package/src/models/CreatePrometheusViewResponseBody.ts +2 -2
  212. package/src/models/DatasourceConfigUnified.ts +21 -0
  213. package/src/models/DatasourceTypeFilter.ts +31 -0
  214. package/src/models/DescribeMetricMetaListRequest.ts +23 -20
  215. package/src/models/DescribeMetricMetaListResponseBody.ts +25 -17
  216. package/src/models/DescribeMetricMetaListShrinkRequest.ts +21 -18
  217. package/src/models/GetCloudResourceDataRequest.ts +5 -5
  218. package/src/models/GetCloudResourceDataResponseBody.ts +66 -2
  219. package/src/models/GetDeliveryTaskResponseBody.ts +15 -15
  220. package/src/models/GetIntegrationPolicyResponseBody.ts +49 -49
  221. package/src/models/GetMemoryStoreResponseBody.ts +15 -15
  222. package/src/models/GetPrometheusInstanceRequest.ts +2 -2
  223. package/src/models/GetPrometheusInstanceResponseBody.ts +36 -31
  224. package/src/models/GetPrometheusViewRequest.ts +2 -2
  225. package/src/models/GetPrometheusViewResponseBody.ts +35 -21
  226. package/src/models/ListAggTaskGroupsRequest.ts +13 -8
  227. package/src/models/ListAggTaskGroupsResponseBody.ts +15 -15
  228. package/src/models/ListAggTaskGroupsShrinkRequest.ts +13 -8
  229. package/src/models/ListAlertRobotsRequest.ts +5 -5
  230. package/src/models/ListAlertRobotsResponseBody.ts +9 -6
  231. package/src/models/ListAlertRobotsShrinkRequest.ts +5 -5
  232. package/src/models/ListDeliveryTasksRequest.ts +4 -4
  233. package/src/models/ListDeliveryTasksResponseBody.ts +22 -22
  234. package/src/models/ListDeliveryTasksShrinkRequest.ts +4 -4
  235. package/src/models/ListEventMetaCacheAllKeysDataResult.ts +63 -0
  236. package/src/models/ListIntegrationPoliciesRequest.ts +9 -9
  237. package/src/models/ListIntegrationPoliciesResponseBody.ts +24 -20
  238. package/src/models/ListIntegrationPoliciesShrinkRequest.ts +9 -9
  239. package/src/models/ListPipelinesRequest.ts +3 -3
  240. package/src/models/ListPipelinesResponseBody.ts +6 -6
  241. package/src/models/ListPrometheusInstancesRequest.ts +13 -5
  242. package/src/models/ListPrometheusInstancesResponseBody.ts +23 -9
  243. package/src/models/ListPrometheusInstancesShrinkRequest.ts +13 -5
  244. package/src/models/ListPrometheusViewsRequest.ts +5 -5
  245. package/src/models/ListPrometheusViewsResponseBody.ts +22 -10
  246. package/src/models/ListPrometheusViewsShrinkRequest.ts +5 -5
  247. package/src/models/ManageAlertRulesRequest.ts +1 -1
  248. package/src/models/ManageAlertRulesResult.ts +17 -0
  249. package/src/models/ManageAlertRulesShrinkRequest.ts +1 -1
  250. package/src/models/ManageAlertRulesUnifiedActionInput.ts +6 -62
  251. package/src/models/MetricSetMultiTrigger.ts +58 -0
  252. package/src/models/MetricSetNamedQueryEntry.ts +40 -0
  253. package/src/models/MetricSetTriggerCompositeExpression.ts +37 -0
  254. package/src/models/MetricSetTriggerSimpleExpression.ts +42 -0
  255. package/src/models/NotifyConfigUnified.ts +6 -28
  256. package/src/models/NotifyStrategyIdFilter.ts +31 -0
  257. package/src/models/ObserveGroup.ts +195 -0
  258. package/src/models/ObserveGroupDetail.ts +185 -0
  259. package/src/models/ObserveGroupDiscoverRule.ts +292 -0
  260. package/src/models/ObserveGroupInstance.ts +107 -0
  261. package/src/models/ObserveResourceGlobalScopeFilter.ts +31 -0
  262. package/src/models/ObserveResourceListFilter.ts +34 -0
  263. package/src/models/ObserveResourceTypeFilter.ts +31 -0
  264. package/src/models/OpenCmsServiceResponseBody.ts +2 -2
  265. package/src/models/PartitionKeyFilter.ts +31 -0
  266. package/src/models/QueryAlertRulesFilter.ts +47 -8
  267. package/src/models/QueryAlertRulesRequest.ts +4 -4
  268. package/src/models/QueryAlertRulesShrinkRequest.ts +4 -4
  269. package/src/models/QueryConfigUnified.ts +41 -52
  270. package/src/models/SearchMemoriesRequest.ts +7 -4
  271. package/src/models/SearchMemoriesResponseBody.ts +4 -4
  272. package/src/models/SeverityLevelsFilter.ts +34 -0
  273. package/src/models/SubscriptionForModify.ts +18 -9
  274. package/src/models/SubscriptionForView.ts +14 -5
  275. package/src/models/UpdateContextStoreRequest.ts +6 -6
  276. package/src/models/UpdateDeliveryTaskRequest.ts +8 -8
  277. package/src/models/UpdateDeliveryTaskResponseBody.ts +1 -1
  278. package/src/models/UpdatePrometheusInstanceRequest.ts +16 -10
  279. package/src/models/UpdatePrometheusInstanceResponseBody.ts +2 -2
  280. package/src/models/UpdateSubscriptionRequest.ts +1 -1
  281. package/src/models/UpdateSubscriptionResponseBody.ts +1 -1
  282. package/src/models/model.ts +30 -0
package/dist/client.js CHANGED
@@ -48,7 +48,52 @@ __exportStar(require("./models/model"), exports);
48
48
  class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
- this._endpointRule = "";
51
+ this._endpointRule = "regional";
52
+ this._endpointMap = {
53
+ 'us-west-1': "metrics.us-west-1.aliyuncs.com",
54
+ 'us-southeast-1': "metrics.us-southeast-1.aliyuncs.com",
55
+ 'us-east-1': "metrics.us-east-1.aliyuncs.com",
56
+ 'na-south-1': "metrics.na-south-1.aliyuncs.com",
57
+ 'me-east-1': "metrics.me-east-1.aliyuncs.com",
58
+ 'me-central-1': "metrics.me-central-1.aliyuncs.com",
59
+ 'eu-west-2': "metrics.eu-west-2.aliyuncs.com",
60
+ 'eu-west-1': "metrics.eu-west-1.aliyuncs.com",
61
+ 'eu-central-1': "metrics.eu-central-1.aliyuncs.com",
62
+ 'cn-zhongwei': "metrics.cn-zhongwei.aliyuncs.com",
63
+ 'cn-zhengzhou-jva': "metrics.cn-zhengzhou-jva.aliyuncs.com",
64
+ 'cn-zhangjiakou': "metrics.cn-zhangjiakou.aliyuncs.com",
65
+ 'cn-wulanchabu-gic-1': "metrics.cn-wulanchabu-gic-1.aliyuncs.com",
66
+ 'cn-wulanchabu': "metrics.cn-wulanchabu.aliyuncs.com",
67
+ 'cn-wuhan-lr': "metrics.cn-wuhan-lr.aliyuncs.com",
68
+ 'cn-shenzhen-finance-1': "metrics.cn-shenzhen-finance-1.aliyuncs.com",
69
+ 'cn-shenzhen': "metrics.cn-shenzhen.aliyuncs.com",
70
+ 'cn-shanghai-finance-1': "metrics.cn-shanghai-finance-1.aliyuncs.com",
71
+ 'cn-shanghai': "metrics.cn-shanghai.aliyuncs.com",
72
+ 'cn-qingdao': "metrics.cn-qingdao.aliyuncs.com",
73
+ 'cn-north-2-gov-1': "metrics.cn-north-2-gov-1.aliyuncs.com",
74
+ 'cn-nanjing': "metrics.cn-nanjing.aliyuncs.com",
75
+ 'cn-huhehaote': "metrics.cn-huhehaote.aliyuncs.com",
76
+ 'cn-hongkong': "metrics.cn-hongkong.aliyuncs.com",
77
+ 'cn-heyuan-acdr-1': "metrics.cn-heyuan-acdr-1.aliyuncs.com",
78
+ 'cn-heyuan': "metrics.cn-heyuan.aliyuncs.com",
79
+ 'cn-hangzhou-finance': "metrics.cn-hangzhou-finance.aliyuncs.com",
80
+ 'cn-hangzhou': "metrics.cn-hangzhou.aliyuncs.com",
81
+ 'cn-guangzhou': "metrics.cn-guangzhou.aliyuncs.com",
82
+ 'cn-fuzhou': "metrics.cn-fuzhou.aliyuncs.com",
83
+ 'cn-chengdu': "metrics.cn-chengdu.aliyuncs.com",
84
+ 'cn-beijing-finance-1': "metrics.cn-beijing-finance-1.aliyuncs.com",
85
+ 'cn-beijing': "metrics.cn-beijing.aliyuncs.com",
86
+ 'ap-southeast-8': "metrics.ap-southeast-8.aliyuncs.com",
87
+ 'ap-southeast-7': "metrics.ap-southeast-7.aliyuncs.com",
88
+ 'ap-southeast-6': "metrics.ap-southeast-6.aliyuncs.com",
89
+ 'ap-southeast-5': "metrics.ap-southeast-5.aliyuncs.com",
90
+ 'ap-southeast-3': "metrics.ap-southeast-3.aliyuncs.com",
91
+ 'ap-southeast-2': "metrics.ap-southeast-2.aliyuncs.com",
92
+ 'ap-southeast-1': "metrics.ap-southeast-1.aliyuncs.com",
93
+ 'ap-south-1': "metrics.ap-south-1.aliyuncs.com",
94
+ 'ap-northeast-2': "metrics.ap-northeast-2.aliyuncs.com",
95
+ 'ap-northeast-1': "metrics.ap-northeast-1.aliyuncs.com",
96
+ };
52
97
  this.checkConfig(config);
53
98
  this._endpoint = this.getEndpoint("cms", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
54
99
  }
@@ -302,7 +347,7 @@ class Client extends openapi_core_1.default {
302
347
  return await this.createAddonReleaseWithOptions(policyId, request, headers, runtime);
303
348
  }
304
349
  /**
305
- * Creates an aggregation task group.
350
+ * Create an aggregation task group.
306
351
  *
307
352
  * @param request - CreateAggTaskGroupRequest
308
353
  * @param headers - map
@@ -383,7 +428,7 @@ class Client extends openapi_core_1.default {
383
428
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAggTaskGroupResponse({}));
384
429
  }
385
430
  /**
386
- * Creates an aggregation task group.
431
+ * Create an aggregation task group.
387
432
  *
388
433
  * @param request - CreateAggTaskGroupRequest
389
434
  * @returns CreateAggTaskGroupResponse
@@ -977,7 +1022,7 @@ class Client extends openapi_core_1.default {
977
1022
  return await this.createPipelineWithOptions(workspace, request, headers, runtime);
978
1023
  }
979
1024
  /**
980
- * Creates a Prometheus instance for monitoring.
1025
+ * Creates a Managed Service for Prometheus instance.
981
1026
  *
982
1027
  * @param request - CreatePrometheusInstanceRequest
983
1028
  * @param headers - map
@@ -1011,6 +1056,9 @@ class Client extends openapi_core_1.default {
1011
1056
  if (!$dara.isNull(request.prometheusInstanceName)) {
1012
1057
  body["prometheusInstanceName"] = request.prometheusInstanceName;
1013
1058
  }
1059
+ if (!$dara.isNull(request.resourceGroupId)) {
1060
+ body["resourceGroupId"] = request.resourceGroupId;
1061
+ }
1014
1062
  if (!$dara.isNull(request.status)) {
1015
1063
  body["status"] = request.status;
1016
1064
  }
@@ -1041,7 +1089,7 @@ class Client extends openapi_core_1.default {
1041
1089
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePrometheusInstanceResponse({}));
1042
1090
  }
1043
1091
  /**
1044
- * Creates a Prometheus instance for monitoring.
1092
+ * Creates a Managed Service for Prometheus instance.
1045
1093
  *
1046
1094
  * @param request - CreatePrometheusInstanceRequest
1047
1095
  * @returns CreatePrometheusInstanceResponse
@@ -1055,7 +1103,7 @@ class Client extends openapi_core_1.default {
1055
1103
  * Creates a Prometheus view.
1056
1104
  *
1057
1105
  * @remarks
1058
- * 用于创建一个站点监控任务
1106
+ * Creates a site monitoring task.
1059
1107
  *
1060
1108
  * @param request - CreatePrometheusViewRequest
1061
1109
  * @param headers - map
@@ -1116,7 +1164,7 @@ class Client extends openapi_core_1.default {
1116
1164
  * Creates a Prometheus view.
1117
1165
  *
1118
1166
  * @remarks
1119
- * 用于创建一个站点监控任务
1167
+ * Creates a site monitoring task.
1120
1168
  *
1121
1169
  * @param request - CreatePrometheusViewRequest
1122
1170
  * @returns CreatePrometheusViewResponse
@@ -2383,10 +2431,10 @@ class Client extends openapi_core_1.default {
2383
2431
  return await this.deleteWorkspaceWithOptions(workspaceName, request, headers, runtime);
2384
2432
  }
2385
2433
  /**
2386
- * Query metadata
2434
+ * Queries metric metadata.
2387
2435
  *
2388
2436
  * @remarks
2389
- * Queries the details of CloudMonitor metric metadata.
2437
+ * Queries the details of CloudMonitor monitoring metrics metadata.
2390
2438
  *
2391
2439
  * @param tmpReq - DescribeMetricMetaListRequest
2392
2440
  * @param headers - map
@@ -2440,10 +2488,10 @@ class Client extends openapi_core_1.default {
2440
2488
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMetricMetaListResponse({}));
2441
2489
  }
2442
2490
  /**
2443
- * Query metadata
2491
+ * Queries metric metadata.
2444
2492
  *
2445
2493
  * @remarks
2446
- * Queries the details of CloudMonitor metric metadata.
2494
+ * Queries the details of CloudMonitor monitoring metrics metadata.
2447
2495
  *
2448
2496
  * @param request - DescribeMetricMetaListRequest
2449
2497
  * @returns DescribeMetricMetaListResponse
@@ -2844,7 +2892,15 @@ class Client extends openapi_core_1.default {
2844
2892
  return await this.getCloudResourceWithOptions(headers, runtime);
2845
2893
  }
2846
2894
  /**
2847
- * Queries data from the Cloud Resource Center.
2895
+ * Queries all entity information of a specific cloud service within a specified time range.
2896
+ *
2897
+ * @remarks
2898
+ * ## Operation description
2899
+ * - This operation queries all entities of a specific cloud service within a specified time range.
2900
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
2901
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
2902
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
2903
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
2848
2904
  *
2849
2905
  * @param request - GetCloudResourceDataRequest
2850
2906
  * @param headers - map
@@ -2881,7 +2937,15 @@ class Client extends openapi_core_1.default {
2881
2937
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCloudResourceDataResponse({}));
2882
2938
  }
2883
2939
  /**
2884
- * Queries data from the Cloud Resource Center.
2940
+ * Queries all entity information of a specific cloud service within a specified time range.
2941
+ *
2942
+ * @remarks
2943
+ * ## Operation description
2944
+ * - This operation queries all entities of a specific cloud service within a specified time range.
2945
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
2946
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
2947
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
2948
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
2885
2949
  *
2886
2950
  * @param request - GetCloudResourceDataRequest
2887
2951
  * @returns GetCloudResourceDataResponse
@@ -3059,7 +3123,10 @@ class Client extends openapi_core_1.default {
3059
3123
  return await this.getDatasetWithOptions(workspace, datasetName, request, headers, runtime);
3060
3124
  }
3061
3125
  /**
3062
- * View data delivery task details
3126
+ * Retrieves the details of a data delivery task.
3127
+ *
3128
+ * @remarks
3129
+ * Deletes a specified site monitoring task.
3063
3130
  *
3064
3131
  * @param request - GetDeliveryTaskRequest
3065
3132
  * @param headers - map
@@ -3085,7 +3152,10 @@ class Client extends openapi_core_1.default {
3085
3152
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDeliveryTaskResponse({}));
3086
3153
  }
3087
3154
  /**
3088
- * View data delivery task details
3155
+ * Retrieves the details of a data delivery task.
3156
+ *
3157
+ * @remarks
3158
+ * Deletes a specified site monitoring task.
3089
3159
  *
3090
3160
  * @param request - GetDeliveryTaskRequest
3091
3161
  * @returns GetDeliveryTaskResponse
@@ -3188,7 +3258,7 @@ class Client extends openapi_core_1.default {
3188
3258
  return await this.getEntityStoreDataWithOptions(workspace, request, headers, runtime);
3189
3259
  }
3190
3260
  /**
3191
- * Retrieves the details of an Integration Center policy.
3261
+ * Query integration center policy information.
3192
3262
  *
3193
3263
  * @param request - GetIntegrationPolicyRequest
3194
3264
  * @param headers - map
@@ -3214,7 +3284,7 @@ class Client extends openapi_core_1.default {
3214
3284
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIntegrationPolicyResponse({}));
3215
3285
  }
3216
3286
  /**
3217
- * Retrieves the details of an Integration Center policy.
3287
+ * Query integration center policy information.
3218
3288
  *
3219
3289
  * @param request - GetIntegrationPolicyRequest
3220
3290
  * @returns GetIntegrationPolicyResponse
@@ -3410,7 +3480,12 @@ class Client extends openapi_core_1.default {
3410
3480
  return await this.getMemoryHistoryWithOptions(workspace, memoryStoreName, memoryId, request, headers, runtime);
3411
3481
  }
3412
3482
  /**
3413
- * Query a memory store.
3483
+ * Queries a memory store.
3484
+ *
3485
+ * @remarks
3486
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
3487
+ * ## Request type
3488
+ * POST|GET.
3414
3489
  *
3415
3490
  * @param request - GetMemoryStoreRequest
3416
3491
  * @param headers - map
@@ -3436,7 +3511,12 @@ class Client extends openapi_core_1.default {
3436
3511
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMemoryStoreResponse({}));
3437
3512
  }
3438
3513
  /**
3439
- * Query a memory store.
3514
+ * Queries a memory store.
3515
+ *
3516
+ * @remarks
3517
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
3518
+ * ## Request type
3519
+ * POST|GET.
3440
3520
  *
3441
3521
  * @param request - GetMemoryStoreRequest
3442
3522
  * @returns GetMemoryStoreResponse
@@ -3484,10 +3564,10 @@ class Client extends openapi_core_1.default {
3484
3564
  return await this.getPipelineWithOptions(workspace, pipelineName, request, headers, runtime);
3485
3565
  }
3486
3566
  /**
3487
- * Retrieves the details of a specific Prometheus instance.
3567
+ * Queries the details of a specified Managed Service for Prometheus instance.
3488
3568
  *
3489
3569
  * @remarks
3490
- * Gets the details of a Prometheus instance.
3570
+ * Retrieves the details of a Managed Service for Prometheus instance.
3491
3571
  *
3492
3572
  * @param request - GetPrometheusInstanceRequest
3493
3573
  * @param headers - map
@@ -3521,10 +3601,10 @@ class Client extends openapi_core_1.default {
3521
3601
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPrometheusInstanceResponse({}));
3522
3602
  }
3523
3603
  /**
3524
- * Retrieves the details of a specific Prometheus instance.
3604
+ * Queries the details of a specified Managed Service for Prometheus instance.
3525
3605
  *
3526
3606
  * @remarks
3527
- * Gets the details of a Prometheus instance.
3607
+ * Retrieves the details of a Managed Service for Prometheus instance.
3528
3608
  *
3529
3609
  * @param request - GetPrometheusInstanceRequest
3530
3610
  * @returns GetPrometheusInstanceResponse
@@ -3577,10 +3657,10 @@ class Client extends openapi_core_1.default {
3577
3657
  return await this.getPrometheusUserSettingWithOptions(request, headers, runtime);
3578
3658
  }
3579
3659
  /**
3580
- * Retrieves the details of a specified Prometheus view instance.
3660
+ * Queries the details of a specified Prometheus view instance.
3581
3661
  *
3582
3662
  * @remarks
3583
- * Retrieves the details of a specified Prometheus view instance.
3663
+ * Queries a specified Prometheus view instance.
3584
3664
  *
3585
3665
  * @param request - GetPrometheusViewRequest
3586
3666
  * @param headers - map
@@ -3614,10 +3694,10 @@ class Client extends openapi_core_1.default {
3614
3694
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetPrometheusViewResponse({}));
3615
3695
  }
3616
3696
  /**
3617
- * Retrieves the details of a specified Prometheus view instance.
3697
+ * Queries the details of a specified Prometheus view instance.
3618
3698
  *
3619
3699
  * @remarks
3620
- * Retrieves the details of a specified Prometheus view instance.
3700
+ * Queries a specified Prometheus view instance.
3621
3701
  *
3622
3702
  * @param request - GetPrometheusViewRequest
3623
3703
  * @returns GetPrometheusViewResponse
@@ -3986,7 +4066,7 @@ class Client extends openapi_core_1.default {
3986
4066
  return await this.listAddonsWithOptions(request, headers, runtime);
3987
4067
  }
3988
4068
  /**
3989
- * Queries a list of aggregation task groups.
4069
+ * Queries the list of aggregation task groups.
3990
4070
  *
3991
4071
  * @param tmpReq - ListAggTaskGroupsRequest
3992
4072
  * @param headers - map
@@ -4043,7 +4123,7 @@ class Client extends openapi_core_1.default {
4043
4123
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAggTaskGroupsResponse({}));
4044
4124
  }
4045
4125
  /**
4046
- * Queries a list of aggregation task groups.
4126
+ * Queries the list of aggregation task groups.
4047
4127
  *
4048
4128
  * @param request - ListAggTaskGroupsRequest
4049
4129
  * @returns ListAggTaskGroupsResponse
@@ -4113,7 +4193,7 @@ class Client extends openapi_core_1.default {
4113
4193
  return await this.listAlertActionsWithOptions(request, headers, runtime);
4114
4194
  }
4115
4195
  /**
4116
- * Queries a list of alert webhooks.
4196
+ * Queries alert chatbots.
4117
4197
  *
4118
4198
  * @param tmpReq - ListAlertRobotsRequest
4119
4199
  * @param headers - map
@@ -4167,7 +4247,7 @@ class Client extends openapi_core_1.default {
4167
4247
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAlertRobotsResponse({}));
4168
4248
  }
4169
4249
  /**
4170
- * Queries a list of alert webhooks.
4250
+ * Queries alert chatbots.
4171
4251
  *
4172
4252
  * @param request - ListAlertRobotsRequest
4173
4253
  * @returns ListAlertRobotsResponse
@@ -4618,10 +4698,10 @@ class Client extends openapi_core_1.default {
4618
4698
  return await this.listDeliveryTasksWithOptions(request, headers, runtime);
4619
4699
  }
4620
4700
  /**
4621
- * Queries a list of policies in the Integration Center.
4701
+ * Queries the list of access center policies.
4622
4702
  *
4623
4703
  * @remarks
4624
- * Queries a list of integrations.
4704
+ * Queries the integration list.
4625
4705
  *
4626
4706
  * @param tmpReq - ListIntegrationPoliciesRequest
4627
4707
  * @param headers - map
@@ -4696,10 +4776,10 @@ class Client extends openapi_core_1.default {
4696
4776
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIntegrationPoliciesResponse({}));
4697
4777
  }
4698
4778
  /**
4699
- * Queries a list of policies in the Integration Center.
4779
+ * Queries the list of access center policies.
4700
4780
  *
4701
4781
  * @remarks
4702
- * Queries a list of integrations.
4782
+ * Queries the integration list.
4703
4783
  *
4704
4784
  * @param request - ListIntegrationPoliciesRequest
4705
4785
  * @returns ListIntegrationPoliciesResponse
@@ -5109,7 +5189,7 @@ class Client extends openapi_core_1.default {
5109
5189
  return await this.listMemoryStoresWithOptions(workspace, request, headers, runtime);
5110
5190
  }
5111
5191
  /**
5112
- * Queries a list of pipelines in a workspace.
5192
+ * Lists pipelines.
5113
5193
  *
5114
5194
  * @param request - ListPipelinesRequest
5115
5195
  * @param headers - map
@@ -5146,7 +5226,7 @@ class Client extends openapi_core_1.default {
5146
5226
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPipelinesResponse({}));
5147
5227
  }
5148
5228
  /**
5149
- * Queries a list of pipelines in a workspace.
5229
+ * Lists pipelines.
5150
5230
  *
5151
5231
  * @param request - ListPipelinesRequest
5152
5232
  * @returns ListPipelinesResponse
@@ -5208,10 +5288,10 @@ class Client extends openapi_core_1.default {
5208
5288
  return await this.listPrometheusDashboardsWithOptions(prometheusInstanceId, request, headers, runtime);
5209
5289
  }
5210
5290
  /**
5211
- * Lists Prometheus instances.
5291
+ * Retrieves a list of Managed Service for Prometheus instances.
5212
5292
  *
5213
5293
  * @remarks
5214
- * Lists Prometheus instances.
5294
+ * Retrieves a list of Managed Service for Prometheus instances.
5215
5295
  *
5216
5296
  * @param tmpReq - ListPrometheusInstancesRequest
5217
5297
  * @param headers - map
@@ -5274,10 +5354,10 @@ class Client extends openapi_core_1.default {
5274
5354
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPrometheusInstancesResponse({}));
5275
5355
  }
5276
5356
  /**
5277
- * Lists Prometheus instances.
5357
+ * Retrieves a list of Managed Service for Prometheus instances.
5278
5358
  *
5279
5359
  * @remarks
5280
- * Lists Prometheus instances.
5360
+ * Retrieves a list of Managed Service for Prometheus instances.
5281
5361
  *
5282
5362
  * @param request - ListPrometheusInstancesRequest
5283
5363
  * @returns ListPrometheusInstancesResponse
@@ -5288,10 +5368,10 @@ class Client extends openapi_core_1.default {
5288
5368
  return await this.listPrometheusInstancesWithOptions(request, headers, runtime);
5289
5369
  }
5290
5370
  /**
5291
- * Lists the Prometheus view instances.
5371
+ * Queries the list of Prometheus view instances.
5292
5372
  *
5293
5373
  * @remarks
5294
- * Lists the Prometheus view instances.
5374
+ * Queries the list of Prometheus view instances.
5295
5375
  *
5296
5376
  * @param tmpReq - ListPrometheusViewsRequest
5297
5377
  * @param headers - map
@@ -5354,10 +5434,10 @@ class Client extends openapi_core_1.default {
5354
5434
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListPrometheusViewsResponse({}));
5355
5435
  }
5356
5436
  /**
5357
- * Lists the Prometheus view instances.
5437
+ * Queries the list of Prometheus view instances.
5358
5438
  *
5359
5439
  * @remarks
5360
- * Lists the Prometheus view instances.
5440
+ * Queries the list of Prometheus view instances.
5361
5441
  *
5362
5442
  * @param request - ListPrometheusViewsRequest
5363
5443
  * @returns ListPrometheusViewsResponse
@@ -5649,7 +5729,7 @@ class Client extends openapi_core_1.default {
5649
5729
  return await this.manageAlertRulesWithOptions(request, headers, runtime);
5650
5730
  }
5651
5731
  /**
5652
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
5732
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
5653
5733
  *
5654
5734
  * @param request - OpenCmsServiceRequest
5655
5735
  * @param headers - map
@@ -5675,7 +5755,7 @@ class Client extends openapi_core_1.default {
5675
5755
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenCmsServiceResponse({}));
5676
5756
  }
5677
5757
  /**
5678
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
5758
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
5679
5759
  *
5680
5760
  * @param request - OpenCmsServiceRequest
5681
5761
  * @returns OpenCmsServiceResponse
@@ -5734,10 +5814,10 @@ class Client extends openapi_core_1.default {
5734
5814
  return await this.putWorkspaceWithOptions(workspaceName, request, headers, runtime);
5735
5815
  }
5736
5816
  /**
5737
- * Retrieves a list of alert rules.
5817
+ * Queries alert rules.
5738
5818
  *
5739
5819
  * @remarks
5740
- * This topic provides an example of how to retrieve a list of alert rules. In this example, a successful response returns two alert rules: `ECS_Template1` and `ECS_Template2`.
5820
+ * This topic provides an example on how to query a list of alert templates. The response shows that the alert template list contains two alert templates: `ECS_Template1` and `ECS_Template2`.
5741
5821
  *
5742
5822
  * @param tmpReq - QueryAlertRulesRequest
5743
5823
  * @param headers - map
@@ -5784,10 +5864,10 @@ class Client extends openapi_core_1.default {
5784
5864
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAlertRulesResponse({}));
5785
5865
  }
5786
5866
  /**
5787
- * Retrieves a list of alert rules.
5867
+ * Queries alert rules.
5788
5868
  *
5789
5869
  * @remarks
5790
- * This topic provides an example of how to retrieve a list of alert rules. In this example, a successful response returns two alert rules: `ECS_Template1` and `ECS_Template2`.
5870
+ * This topic provides an example on how to query a list of alert templates. The response shows that the alert template list contains two alert templates: `ECS_Template1` and `ECS_Template2`.
5791
5871
  *
5792
5872
  * @param request - QueryAlertRulesRequest
5793
5873
  * @returns QueryAlertRulesResponse
@@ -5855,7 +5935,11 @@ class Client extends openapi_core_1.default {
5855
5935
  return await this.searchContextWithOptions(workspace, contextStoreName, request, headers, runtime);
5856
5936
  }
5857
5937
  /**
5858
- * Search memories using query conditions and filters.
5938
+ * Searches for memories based on query conditions and filters.
5939
+ *
5940
+ * @remarks
5941
+ * This topic provides an example on how to create a threshold alert rule for the cpu_total metric of the Elastic Computing Service `acs_ecs_dashboard` instance `i-uf6j91r34rnwawoo****`. The alert contact group of the alert rule is `ECS_Group`, the alert rule name is `test123`, the alert rule ID is `a151cd6023eacee2f0978e03863cc1697c89508****`, the statistical method for the Critical level is `Average`, the comparison operator for the Critical level is `GreaterThanOrEqualToThreshold`, the threshold for the Critical level is `90`, and the retry count for the Critical level is `3`.
5942
+ * > 2024-08-15: Statistics validation is added. Only the Statistics value that corresponds to the metric can be specified. For information about how to obtain the value of this parameter, see [Cloud service monitoring metrics](https://www.alibabacloud.com/help/en/cms/support/appendix-1-metrics).
5859
5943
  *
5860
5944
  * @param request - SearchMemoriesRequest
5861
5945
  * @param headers - map
@@ -5916,7 +6000,11 @@ class Client extends openapi_core_1.default {
5916
6000
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchMemoriesResponse({}));
5917
6001
  }
5918
6002
  /**
5919
- * Search memories using query conditions and filters.
6003
+ * Searches for memories based on query conditions and filters.
6004
+ *
6005
+ * @remarks
6006
+ * This topic provides an example on how to create a threshold alert rule for the cpu_total metric of the Elastic Computing Service `acs_ecs_dashboard` instance `i-uf6j91r34rnwawoo****`. The alert contact group of the alert rule is `ECS_Group`, the alert rule name is `test123`, the alert rule ID is `a151cd6023eacee2f0978e03863cc1697c89508****`, the statistical method for the Critical level is `Average`, the comparison operator for the Critical level is `GreaterThanOrEqualToThreshold`, the threshold for the Critical level is `90`, and the retry count for the Critical level is `3`.
6007
+ * > 2024-08-15: Statistics validation is added. Only the Statistics value that corresponds to the metric can be specified. For information about how to obtain the value of this parameter, see [Cloud service monitoring metrics](https://www.alibabacloud.com/help/en/cms/support/appendix-1-metrics).
5920
6008
  *
5921
6009
  * @param request - SearchMemoriesRequest
5922
6010
  * @returns SearchMemoriesResponse
@@ -6376,7 +6464,11 @@ class Client extends openapi_core_1.default {
6376
6464
  return await this.updateContextWithOptions(workspace, contextStoreName, contextId, request, headers, runtime);
6377
6465
  }
6378
6466
  /**
6379
- * Updates the configuration of a context store.
6467
+ * Modifies the configuration of a context store.
6468
+ *
6469
+ * @remarks
6470
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
6471
+ * This topic provides an example of how to create a one-time detection task. The detection task is named `task1`, the detection address is `http://www.aliyun.com`, the detection type is `HTTP`, and the number of detection points is `1`.
6380
6472
  *
6381
6473
  * @param request - UpdateContextStoreRequest
6382
6474
  * @param headers - map
@@ -6416,7 +6508,11 @@ class Client extends openapi_core_1.default {
6416
6508
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateContextStoreResponse({}));
6417
6509
  }
6418
6510
  /**
6419
- * Updates the configuration of a context store.
6511
+ * Modifies the configuration of a context store.
6512
+ *
6513
+ * @remarks
6514
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
6515
+ * This topic provides an example of how to create a one-time detection task. The detection task is named `task1`, the detection address is `http://www.aliyun.com`, the detection type is `HTTP`, and the number of detection points is `1`.
6420
6516
  *
6421
6517
  * @param request - UpdateContextStoreRequest
6422
6518
  * @returns UpdateContextStoreResponse
@@ -6469,7 +6565,10 @@ class Client extends openapi_core_1.default {
6469
6565
  return await this.updateDatasetWithOptions(workspace, datasetName, request, headers, runtime);
6470
6566
  }
6471
6567
  /**
6472
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
6568
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
6569
+ *
6570
+ * @remarks
6571
+ * Deletes a specified site monitoring task.
6473
6572
  *
6474
6573
  * @param request - UpdateDeliveryTaskRequest
6475
6574
  * @param headers - map
@@ -6524,7 +6623,10 @@ class Client extends openapi_core_1.default {
6524
6623
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDeliveryTaskResponse({}));
6525
6624
  }
6526
6625
  /**
6527
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
6626
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
6627
+ *
6628
+ * @remarks
6629
+ * Deletes a specified site monitoring task.
6528
6630
  *
6529
6631
  * @param request - UpdateDeliveryTaskRequest
6530
6632
  * @returns UpdateDeliveryTaskResponse
@@ -6779,10 +6881,10 @@ class Client extends openapi_core_1.default {
6779
6881
  return await this.updatePipelineWithOptions(workspace, pipelineName, request, headers, runtime);
6780
6882
  }
6781
6883
  /**
6782
- * Updates the information of a Prometheus instance.
6884
+ * Updates the information of a Managed Service for Prometheus instance.
6783
6885
  *
6784
6886
  * @remarks
6785
- * This topic describes how to update a Prometheus instance.
6887
+ * Updates the information of a Managed Service for Prometheus instance.
6786
6888
  *
6787
6889
  * @param request - UpdatePrometheusInstanceRequest
6788
6890
  * @param headers - map
@@ -6843,10 +6945,10 @@ class Client extends openapi_core_1.default {
6843
6945
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdatePrometheusInstanceResponse({}));
6844
6946
  }
6845
6947
  /**
6846
- * Updates the information of a Prometheus instance.
6948
+ * Updates the information of a Managed Service for Prometheus instance.
6847
6949
  *
6848
6950
  * @remarks
6849
- * This topic describes how to update a Prometheus instance.
6951
+ * Updates the information of a Managed Service for Prometheus instance.
6850
6952
  *
6851
6953
  * @param request - UpdatePrometheusInstanceRequest
6852
6954
  * @returns UpdatePrometheusInstanceResponse