@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/src/client.ts CHANGED
@@ -11,7 +11,52 @@ export default class Client extends OpenApi {
11
11
 
12
12
  constructor(config: $OpenApiUtil.Config) {
13
13
  super(config);
14
- this._endpointRule = "";
14
+ this._endpointRule = "regional";
15
+ this._endpointMap = {
16
+ 'us-west-1': "metrics.us-west-1.aliyuncs.com",
17
+ 'us-southeast-1': "metrics.us-southeast-1.aliyuncs.com",
18
+ 'us-east-1': "metrics.us-east-1.aliyuncs.com",
19
+ 'na-south-1': "metrics.na-south-1.aliyuncs.com",
20
+ 'me-east-1': "metrics.me-east-1.aliyuncs.com",
21
+ 'me-central-1': "metrics.me-central-1.aliyuncs.com",
22
+ 'eu-west-2': "metrics.eu-west-2.aliyuncs.com",
23
+ 'eu-west-1': "metrics.eu-west-1.aliyuncs.com",
24
+ 'eu-central-1': "metrics.eu-central-1.aliyuncs.com",
25
+ 'cn-zhongwei': "metrics.cn-zhongwei.aliyuncs.com",
26
+ 'cn-zhengzhou-jva': "metrics.cn-zhengzhou-jva.aliyuncs.com",
27
+ 'cn-zhangjiakou': "metrics.cn-zhangjiakou.aliyuncs.com",
28
+ 'cn-wulanchabu-gic-1': "metrics.cn-wulanchabu-gic-1.aliyuncs.com",
29
+ 'cn-wulanchabu': "metrics.cn-wulanchabu.aliyuncs.com",
30
+ 'cn-wuhan-lr': "metrics.cn-wuhan-lr.aliyuncs.com",
31
+ 'cn-shenzhen-finance-1': "metrics.cn-shenzhen-finance-1.aliyuncs.com",
32
+ 'cn-shenzhen': "metrics.cn-shenzhen.aliyuncs.com",
33
+ 'cn-shanghai-finance-1': "metrics.cn-shanghai-finance-1.aliyuncs.com",
34
+ 'cn-shanghai': "metrics.cn-shanghai.aliyuncs.com",
35
+ 'cn-qingdao': "metrics.cn-qingdao.aliyuncs.com",
36
+ 'cn-north-2-gov-1': "metrics.cn-north-2-gov-1.aliyuncs.com",
37
+ 'cn-nanjing': "metrics.cn-nanjing.aliyuncs.com",
38
+ 'cn-huhehaote': "metrics.cn-huhehaote.aliyuncs.com",
39
+ 'cn-hongkong': "metrics.cn-hongkong.aliyuncs.com",
40
+ 'cn-heyuan-acdr-1': "metrics.cn-heyuan-acdr-1.aliyuncs.com",
41
+ 'cn-heyuan': "metrics.cn-heyuan.aliyuncs.com",
42
+ 'cn-hangzhou-finance': "metrics.cn-hangzhou-finance.aliyuncs.com",
43
+ 'cn-hangzhou': "metrics.cn-hangzhou.aliyuncs.com",
44
+ 'cn-guangzhou': "metrics.cn-guangzhou.aliyuncs.com",
45
+ 'cn-fuzhou': "metrics.cn-fuzhou.aliyuncs.com",
46
+ 'cn-chengdu': "metrics.cn-chengdu.aliyuncs.com",
47
+ 'cn-beijing-finance-1': "metrics.cn-beijing-finance-1.aliyuncs.com",
48
+ 'cn-beijing': "metrics.cn-beijing.aliyuncs.com",
49
+ 'ap-southeast-8': "metrics.ap-southeast-8.aliyuncs.com",
50
+ 'ap-southeast-7': "metrics.ap-southeast-7.aliyuncs.com",
51
+ 'ap-southeast-6': "metrics.ap-southeast-6.aliyuncs.com",
52
+ 'ap-southeast-5': "metrics.ap-southeast-5.aliyuncs.com",
53
+ 'ap-southeast-3': "metrics.ap-southeast-3.aliyuncs.com",
54
+ 'ap-southeast-2': "metrics.ap-southeast-2.aliyuncs.com",
55
+ 'ap-southeast-1': "metrics.ap-southeast-1.aliyuncs.com",
56
+ 'ap-south-1': "metrics.ap-south-1.aliyuncs.com",
57
+ 'ap-northeast-2': "metrics.ap-northeast-2.aliyuncs.com",
58
+ 'ap-northeast-1': "metrics.ap-northeast-1.aliyuncs.com",
59
+ };
15
60
  this.checkConfig(config);
16
61
  this._endpoint = this.getEndpoint("cms", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
17
62
  }
@@ -304,7 +349,7 @@ export default class Client extends OpenApi {
304
349
  }
305
350
 
306
351
  /**
307
- * Creates an aggregation task group.
352
+ * Create an aggregation task group.
308
353
  *
309
354
  * @param request - CreateAggTaskGroupRequest
310
355
  * @param headers - map
@@ -403,7 +448,7 @@ export default class Client extends OpenApi {
403
448
  }
404
449
 
405
450
  /**
406
- * Creates an aggregation task group.
451
+ * Create an aggregation task group.
407
452
  *
408
453
  * @param request - CreateAggTaskGroupRequest
409
454
  * @returns CreateAggTaskGroupResponse
@@ -1070,7 +1115,7 @@ export default class Client extends OpenApi {
1070
1115
  }
1071
1116
 
1072
1117
  /**
1073
- * Creates a Prometheus instance for monitoring.
1118
+ * Creates a Managed Service for Prometheus instance.
1074
1119
  *
1075
1120
  * @param request - CreatePrometheusInstanceRequest
1076
1121
  * @param headers - map
@@ -1112,6 +1157,10 @@ export default class Client extends OpenApi {
1112
1157
  body["prometheusInstanceName"] = request.prometheusInstanceName;
1113
1158
  }
1114
1159
 
1160
+ if (!$dara.isNull(request.resourceGroupId)) {
1161
+ body["resourceGroupId"] = request.resourceGroupId;
1162
+ }
1163
+
1115
1164
  if (!$dara.isNull(request.status)) {
1116
1165
  body["status"] = request.status;
1117
1166
  }
@@ -1147,7 +1196,7 @@ export default class Client extends OpenApi {
1147
1196
  }
1148
1197
 
1149
1198
  /**
1150
- * Creates a Prometheus instance for monitoring.
1199
+ * Creates a Managed Service for Prometheus instance.
1151
1200
  *
1152
1201
  * @param request - CreatePrometheusInstanceRequest
1153
1202
  * @returns CreatePrometheusInstanceResponse
@@ -1162,7 +1211,7 @@ export default class Client extends OpenApi {
1162
1211
  * Creates a Prometheus view.
1163
1212
  *
1164
1213
  * @remarks
1165
- * 用于创建一个站点监控任务
1214
+ * Creates a site monitoring task.
1166
1215
  *
1167
1216
  * @param request - CreatePrometheusViewRequest
1168
1217
  * @param headers - map
@@ -1234,7 +1283,7 @@ export default class Client extends OpenApi {
1234
1283
  * Creates a Prometheus view.
1235
1284
  *
1236
1285
  * @remarks
1237
- * 用于创建一个站点监控任务
1286
+ * Creates a site monitoring task.
1238
1287
  *
1239
1288
  * @param request - CreatePrometheusViewRequest
1240
1289
  * @returns CreatePrometheusViewResponse
@@ -2592,10 +2641,10 @@ export default class Client extends OpenApi {
2592
2641
  }
2593
2642
 
2594
2643
  /**
2595
- * Query metadata
2644
+ * Queries metric metadata.
2596
2645
  *
2597
2646
  * @remarks
2598
- * Queries the details of CloudMonitor metric metadata.
2647
+ * Queries the details of CloudMonitor monitoring metrics metadata.
2599
2648
  *
2600
2649
  * @param tmpReq - DescribeMetricMetaListRequest
2601
2650
  * @param headers - map
@@ -2658,10 +2707,10 @@ export default class Client extends OpenApi {
2658
2707
  }
2659
2708
 
2660
2709
  /**
2661
- * Query metadata
2710
+ * Queries metric metadata.
2662
2711
  *
2663
2712
  * @remarks
2664
- * Queries the details of CloudMonitor metric metadata.
2713
+ * Queries the details of CloudMonitor monitoring metrics metadata.
2665
2714
  *
2666
2715
  * @param request - DescribeMetricMetaListRequest
2667
2716
  * @returns DescribeMetricMetaListResponse
@@ -3092,7 +3141,15 @@ export default class Client extends OpenApi {
3092
3141
  }
3093
3142
 
3094
3143
  /**
3095
- * Queries data from the Cloud Resource Center.
3144
+ * Queries all entity information of a specific cloud service within a specified time range.
3145
+ *
3146
+ * @remarks
3147
+ * ## Operation description
3148
+ * - This operation queries all entities of a specific cloud service within a specified time range.
3149
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
3150
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
3151
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
3152
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
3096
3153
  *
3097
3154
  * @param request - GetCloudResourceDataRequest
3098
3155
  * @param headers - map
@@ -3133,7 +3190,15 @@ export default class Client extends OpenApi {
3133
3190
  }
3134
3191
 
3135
3192
  /**
3136
- * Queries data from the Cloud Resource Center.
3193
+ * Queries all entity information of a specific cloud service within a specified time range.
3194
+ *
3195
+ * @remarks
3196
+ * ## Operation description
3197
+ * - This operation queries all entities of a specific cloud service within a specified time range.
3198
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
3199
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
3200
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
3201
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
3137
3202
  *
3138
3203
  * @param request - GetCloudResourceDataRequest
3139
3204
  * @returns GetCloudResourceDataResponse
@@ -3323,7 +3388,10 @@ export default class Client extends OpenApi {
3323
3388
  }
3324
3389
 
3325
3390
  /**
3326
- * View data delivery task details
3391
+ * Retrieves the details of a data delivery task.
3392
+ *
3393
+ * @remarks
3394
+ * Deletes a specified site monitoring task.
3327
3395
  *
3328
3396
  * @param request - GetDeliveryTaskRequest
3329
3397
  * @param headers - map
@@ -3350,7 +3418,10 @@ export default class Client extends OpenApi {
3350
3418
  }
3351
3419
 
3352
3420
  /**
3353
- * View data delivery task details
3421
+ * Retrieves the details of a data delivery task.
3422
+ *
3423
+ * @remarks
3424
+ * Deletes a specified site monitoring task.
3354
3425
  *
3355
3426
  * @param request - GetDeliveryTaskRequest
3356
3427
  * @returns GetDeliveryTaskResponse
@@ -3463,7 +3534,7 @@ export default class Client extends OpenApi {
3463
3534
  }
3464
3535
 
3465
3536
  /**
3466
- * Retrieves the details of an Integration Center policy.
3537
+ * Query integration center policy information.
3467
3538
  *
3468
3539
  * @param request - GetIntegrationPolicyRequest
3469
3540
  * @param headers - map
@@ -3490,7 +3561,7 @@ export default class Client extends OpenApi {
3490
3561
  }
3491
3562
 
3492
3563
  /**
3493
- * Retrieves the details of an Integration Center policy.
3564
+ * Query integration center policy information.
3494
3565
  *
3495
3566
  * @param request - GetIntegrationPolicyRequest
3496
3567
  * @returns GetIntegrationPolicyResponse
@@ -3704,7 +3775,12 @@ export default class Client extends OpenApi {
3704
3775
  }
3705
3776
 
3706
3777
  /**
3707
- * Query a memory store.
3778
+ * Queries a memory store.
3779
+ *
3780
+ * @remarks
3781
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
3782
+ * ## Request type
3783
+ * POST|GET.
3708
3784
  *
3709
3785
  * @param request - GetMemoryStoreRequest
3710
3786
  * @param headers - map
@@ -3731,7 +3807,12 @@ export default class Client extends OpenApi {
3731
3807
  }
3732
3808
 
3733
3809
  /**
3734
- * Query a memory store.
3810
+ * Queries a memory store.
3811
+ *
3812
+ * @remarks
3813
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
3814
+ * ## Request type
3815
+ * POST|GET.
3735
3816
  *
3736
3817
  * @param request - GetMemoryStoreRequest
3737
3818
  * @returns GetMemoryStoreResponse
@@ -3782,10 +3863,10 @@ export default class Client extends OpenApi {
3782
3863
  }
3783
3864
 
3784
3865
  /**
3785
- * Retrieves the details of a specific Prometheus instance.
3866
+ * Queries the details of a specified Managed Service for Prometheus instance.
3786
3867
  *
3787
3868
  * @remarks
3788
- * Gets the details of a Prometheus instance.
3869
+ * Retrieves the details of a Managed Service for Prometheus instance.
3789
3870
  *
3790
3871
  * @param request - GetPrometheusInstanceRequest
3791
3872
  * @param headers - map
@@ -3822,10 +3903,10 @@ export default class Client extends OpenApi {
3822
3903
  }
3823
3904
 
3824
3905
  /**
3825
- * Retrieves the details of a specific Prometheus instance.
3906
+ * Queries the details of a specified Managed Service for Prometheus instance.
3826
3907
  *
3827
3908
  * @remarks
3828
- * Gets the details of a Prometheus instance.
3909
+ * Retrieves the details of a Managed Service for Prometheus instance.
3829
3910
  *
3830
3911
  * @param request - GetPrometheusInstanceRequest
3831
3912
  * @returns GetPrometheusInstanceResponse
@@ -3882,10 +3963,10 @@ export default class Client extends OpenApi {
3882
3963
  }
3883
3964
 
3884
3965
  /**
3885
- * Retrieves the details of a specified Prometheus view instance.
3966
+ * Queries the details of a specified Prometheus view instance.
3886
3967
  *
3887
3968
  * @remarks
3888
- * Retrieves the details of a specified Prometheus view instance.
3969
+ * Queries a specified Prometheus view instance.
3889
3970
  *
3890
3971
  * @param request - GetPrometheusViewRequest
3891
3972
  * @param headers - map
@@ -3922,10 +4003,10 @@ export default class Client extends OpenApi {
3922
4003
  }
3923
4004
 
3924
4005
  /**
3925
- * Retrieves the details of a specified Prometheus view instance.
4006
+ * Queries the details of a specified Prometheus view instance.
3926
4007
  *
3927
4008
  * @remarks
3928
- * Retrieves the details of a specified Prometheus view instance.
4009
+ * Queries a specified Prometheus view instance.
3929
4010
  *
3930
4011
  * @param request - GetPrometheusViewRequest
3931
4012
  * @returns GetPrometheusViewResponse
@@ -4321,7 +4402,7 @@ export default class Client extends OpenApi {
4321
4402
  }
4322
4403
 
4323
4404
  /**
4324
- * Queries a list of aggregation task groups.
4405
+ * Queries the list of aggregation task groups.
4325
4406
  *
4326
4407
  * @param tmpReq - ListAggTaskGroupsRequest
4327
4408
  * @param headers - map
@@ -4388,7 +4469,7 @@ export default class Client extends OpenApi {
4388
4469
  }
4389
4470
 
4390
4471
  /**
4391
- * Queries a list of aggregation task groups.
4472
+ * Queries the list of aggregation task groups.
4392
4473
  *
4393
4474
  * @param request - ListAggTaskGroupsRequest
4394
4475
  * @returns ListAggTaskGroupsResponse
@@ -4467,7 +4548,7 @@ export default class Client extends OpenApi {
4467
4548
  }
4468
4549
 
4469
4550
  /**
4470
- * Queries a list of alert webhooks.
4551
+ * Queries alert chatbots.
4471
4552
  *
4472
4553
  * @param tmpReq - ListAlertRobotsRequest
4473
4554
  * @param headers - map
@@ -4530,7 +4611,7 @@ export default class Client extends OpenApi {
4530
4611
  }
4531
4612
 
4532
4613
  /**
4533
- * Queries a list of alert webhooks.
4614
+ * Queries alert chatbots.
4534
4615
  *
4535
4616
  * @param request - ListAlertRobotsRequest
4536
4617
  * @returns ListAlertRobotsResponse
@@ -5038,10 +5119,10 @@ export default class Client extends OpenApi {
5038
5119
  }
5039
5120
 
5040
5121
  /**
5041
- * Queries a list of policies in the Integration Center.
5122
+ * Queries the list of access center policies.
5042
5123
  *
5043
5124
  * @remarks
5044
- * Queries a list of integrations.
5125
+ * Queries the integration list.
5045
5126
  *
5046
5127
  * @param tmpReq - ListIntegrationPoliciesRequest
5047
5128
  * @param headers - map
@@ -5132,10 +5213,10 @@ export default class Client extends OpenApi {
5132
5213
  }
5133
5214
 
5134
5215
  /**
5135
- * Queries a list of policies in the Integration Center.
5216
+ * Queries the list of access center policies.
5136
5217
  *
5137
5218
  * @remarks
5138
- * Queries a list of integrations.
5219
+ * Queries the integration list.
5139
5220
  *
5140
5221
  * @param request - ListIntegrationPoliciesRequest
5141
5222
  * @returns ListIntegrationPoliciesResponse
@@ -5583,7 +5664,7 @@ export default class Client extends OpenApi {
5583
5664
  }
5584
5665
 
5585
5666
  /**
5586
- * Queries a list of pipelines in a workspace.
5667
+ * Lists pipelines.
5587
5668
  *
5588
5669
  * @param request - ListPipelinesRequest
5589
5670
  * @param headers - map
@@ -5624,7 +5705,7 @@ export default class Client extends OpenApi {
5624
5705
  }
5625
5706
 
5626
5707
  /**
5627
- * Queries a list of pipelines in a workspace.
5708
+ * Lists pipelines.
5628
5709
  *
5629
5710
  * @param request - ListPipelinesRequest
5630
5711
  * @returns ListPipelinesResponse
@@ -5691,10 +5772,10 @@ export default class Client extends OpenApi {
5691
5772
  }
5692
5773
 
5693
5774
  /**
5694
- * Lists Prometheus instances.
5775
+ * Retrieves a list of Managed Service for Prometheus instances.
5695
5776
  *
5696
5777
  * @remarks
5697
- * Lists Prometheus instances.
5778
+ * Retrieves a list of Managed Service for Prometheus instances.
5698
5779
  *
5699
5780
  * @param tmpReq - ListPrometheusInstancesRequest
5700
5781
  * @param headers - map
@@ -5769,10 +5850,10 @@ export default class Client extends OpenApi {
5769
5850
  }
5770
5851
 
5771
5852
  /**
5772
- * Lists Prometheus instances.
5853
+ * Retrieves a list of Managed Service for Prometheus instances.
5773
5854
  *
5774
5855
  * @remarks
5775
- * Lists Prometheus instances.
5856
+ * Retrieves a list of Managed Service for Prometheus instances.
5776
5857
  *
5777
5858
  * @param request - ListPrometheusInstancesRequest
5778
5859
  * @returns ListPrometheusInstancesResponse
@@ -5784,10 +5865,10 @@ export default class Client extends OpenApi {
5784
5865
  }
5785
5866
 
5786
5867
  /**
5787
- * Lists the Prometheus view instances.
5868
+ * Queries the list of Prometheus view instances.
5788
5869
  *
5789
5870
  * @remarks
5790
- * Lists the Prometheus view instances.
5871
+ * Queries the list of Prometheus view instances.
5791
5872
  *
5792
5873
  * @param tmpReq - ListPrometheusViewsRequest
5793
5874
  * @param headers - map
@@ -5862,10 +5943,10 @@ export default class Client extends OpenApi {
5862
5943
  }
5863
5944
 
5864
5945
  /**
5865
- * Lists the Prometheus view instances.
5946
+ * Queries the list of Prometheus view instances.
5866
5947
  *
5867
5948
  * @remarks
5868
- * Lists the Prometheus view instances.
5949
+ * Queries the list of Prometheus view instances.
5869
5950
  *
5870
5951
  * @param request - ListPrometheusViewsRequest
5871
5952
  * @returns ListPrometheusViewsResponse
@@ -6194,7 +6275,7 @@ export default class Client extends OpenApi {
6194
6275
  }
6195
6276
 
6196
6277
  /**
6197
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
6278
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
6198
6279
  *
6199
6280
  * @param request - OpenCmsServiceRequest
6200
6281
  * @param headers - map
@@ -6221,7 +6302,7 @@ export default class Client extends OpenApi {
6221
6302
  }
6222
6303
 
6223
6304
  /**
6224
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
6305
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
6225
6306
  *
6226
6307
  * @param request - OpenCmsServiceRequest
6227
6308
  * @returns OpenCmsServiceResponse
@@ -6286,10 +6367,10 @@ export default class Client extends OpenApi {
6286
6367
  }
6287
6368
 
6288
6369
  /**
6289
- * Retrieves a list of alert rules.
6370
+ * Queries alert rules.
6290
6371
  *
6291
6372
  * @remarks
6292
- * 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`.
6373
+ * 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`.
6293
6374
  *
6294
6375
  * @param tmpReq - QueryAlertRulesRequest
6295
6376
  * @param headers - map
@@ -6342,10 +6423,10 @@ export default class Client extends OpenApi {
6342
6423
  }
6343
6424
 
6344
6425
  /**
6345
- * Retrieves a list of alert rules.
6426
+ * Queries alert rules.
6346
6427
  *
6347
6428
  * @remarks
6348
- * 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`.
6429
+ * 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`.
6349
6430
  *
6350
6431
  * @param request - QueryAlertRulesRequest
6351
6432
  * @returns QueryAlertRulesResponse
@@ -6422,7 +6503,11 @@ export default class Client extends OpenApi {
6422
6503
  }
6423
6504
 
6424
6505
  /**
6425
- * Search memories using query conditions and filters.
6506
+ * Searches for memories based on query conditions and filters.
6507
+ *
6508
+ * @remarks
6509
+ * 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`.
6510
+ * > 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).
6426
6511
  *
6427
6512
  * @param request - SearchMemoriesRequest
6428
6513
  * @param headers - map
@@ -6495,7 +6580,11 @@ export default class Client extends OpenApi {
6495
6580
  }
6496
6581
 
6497
6582
  /**
6498
- * Search memories using query conditions and filters.
6583
+ * Searches for memories based on query conditions and filters.
6584
+ *
6585
+ * @remarks
6586
+ * 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`.
6587
+ * > 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).
6499
6588
  *
6500
6589
  * @param request - SearchMemoriesRequest
6501
6590
  * @returns SearchMemoriesResponse
@@ -7017,7 +7106,11 @@ export default class Client extends OpenApi {
7017
7106
  }
7018
7107
 
7019
7108
  /**
7020
- * Updates the configuration of a context store.
7109
+ * Modifies the configuration of a context store.
7110
+ *
7111
+ * @remarks
7112
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
7113
+ * 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`.
7021
7114
  *
7022
7115
  * @param request - UpdateContextStoreRequest
7023
7116
  * @param headers - map
@@ -7062,7 +7155,11 @@ export default class Client extends OpenApi {
7062
7155
  }
7063
7156
 
7064
7157
  /**
7065
- * Updates the configuration of a context store.
7158
+ * Modifies the configuration of a context store.
7159
+ *
7160
+ * @remarks
7161
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
7162
+ * 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`.
7066
7163
  *
7067
7164
  * @param request - UpdateContextStoreRequest
7068
7165
  * @returns UpdateContextStoreResponse
@@ -7119,7 +7216,10 @@ export default class Client extends OpenApi {
7119
7216
  }
7120
7217
 
7121
7218
  /**
7122
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
7219
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
7220
+ *
7221
+ * @remarks
7222
+ * Deletes a specified site monitoring task.
7123
7223
  *
7124
7224
  * @param request - UpdateDeliveryTaskRequest
7125
7225
  * @param headers - map
@@ -7184,7 +7284,10 @@ export default class Client extends OpenApi {
7184
7284
  }
7185
7285
 
7186
7286
  /**
7187
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
7287
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
7288
+ *
7289
+ * @remarks
7290
+ * Deletes a specified site monitoring task.
7188
7291
  *
7189
7292
  * @param request - UpdateDeliveryTaskRequest
7190
7293
  * @returns UpdateDeliveryTaskResponse
@@ -7466,10 +7569,10 @@ export default class Client extends OpenApi {
7466
7569
  }
7467
7570
 
7468
7571
  /**
7469
- * Updates the information of a Prometheus instance.
7572
+ * Updates the information of a Managed Service for Prometheus instance.
7470
7573
  *
7471
7574
  * @remarks
7472
- * This topic describes how to update a Prometheus instance.
7575
+ * Updates the information of a Managed Service for Prometheus instance.
7473
7576
  *
7474
7577
  * @param request - UpdatePrometheusInstanceRequest
7475
7578
  * @param headers - map
@@ -7542,10 +7645,10 @@ export default class Client extends OpenApi {
7542
7645
  }
7543
7646
 
7544
7647
  /**
7545
- * Updates the information of a Prometheus instance.
7648
+ * Updates the information of a Managed Service for Prometheus instance.
7546
7649
  *
7547
7650
  * @remarks
7548
- * This topic describes how to update a Prometheus instance.
7651
+ * Updates the information of a Managed Service for Prometheus instance.
7549
7652
  *
7550
7653
  * @param request - UpdatePrometheusInstanceRequest
7551
7654
  * @returns UpdatePrometheusInstanceResponse