@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.d.ts CHANGED
@@ -87,7 +87,7 @@ export default class Client extends OpenApi {
87
87
  */
88
88
  createAddonRelease(policyId: string, request: $_model.CreateAddonReleaseRequest): Promise<$_model.CreateAddonReleaseResponse>;
89
89
  /**
90
- * Creates an aggregation task group.
90
+ * Create an aggregation task group.
91
91
  *
92
92
  * @param request - CreateAggTaskGroupRequest
93
93
  * @param headers - map
@@ -98,7 +98,7 @@ export default class Client extends OpenApi {
98
98
  [key: string]: string;
99
99
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggTaskGroupResponse>;
100
100
  /**
101
- * Creates an aggregation task group.
101
+ * Create an aggregation task group.
102
102
  *
103
103
  * @param request - CreateAggTaskGroupRequest
104
104
  * @returns CreateAggTaskGroupResponse
@@ -312,7 +312,7 @@ export default class Client extends OpenApi {
312
312
  */
313
313
  createPipeline(workspace: string, request: $_model.CreatePipelineRequest): Promise<$_model.CreatePipelineResponse>;
314
314
  /**
315
- * Creates a Prometheus instance for monitoring.
315
+ * Creates a Managed Service for Prometheus instance.
316
316
  *
317
317
  * @param request - CreatePrometheusInstanceRequest
318
318
  * @param headers - map
@@ -323,7 +323,7 @@ export default class Client extends OpenApi {
323
323
  [key: string]: string;
324
324
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePrometheusInstanceResponse>;
325
325
  /**
326
- * Creates a Prometheus instance for monitoring.
326
+ * Creates a Managed Service for Prometheus instance.
327
327
  *
328
328
  * @param request - CreatePrometheusInstanceRequest
329
329
  * @returns CreatePrometheusInstanceResponse
@@ -333,7 +333,7 @@ export default class Client extends OpenApi {
333
333
  * Creates a Prometheus view.
334
334
  *
335
335
  * @remarks
336
- * 用于创建一个站点监控任务
336
+ * Creates a site monitoring task.
337
337
  *
338
338
  * @param request - CreatePrometheusViewRequest
339
339
  * @param headers - map
@@ -347,7 +347,7 @@ export default class Client extends OpenApi {
347
347
  * Creates a Prometheus view.
348
348
  *
349
349
  * @remarks
350
- * 用于创建一个站点监控任务
350
+ * Creates a site monitoring task.
351
351
  *
352
352
  * @param request - CreatePrometheusViewRequest
353
353
  * @returns CreatePrometheusViewResponse
@@ -927,10 +927,10 @@ export default class Client extends OpenApi {
927
927
  */
928
928
  deleteWorkspace(workspaceName: string, request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
929
929
  /**
930
- * Query metadata
930
+ * Queries metric metadata.
931
931
  *
932
932
  * @remarks
933
- * Queries the details of CloudMonitor metric metadata.
933
+ * Queries the details of CloudMonitor monitoring metrics metadata.
934
934
  *
935
935
  * @param tmpReq - DescribeMetricMetaListRequest
936
936
  * @param headers - map
@@ -941,10 +941,10 @@ export default class Client extends OpenApi {
941
941
  [key: string]: string;
942
942
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeMetricMetaListResponse>;
943
943
  /**
944
- * Query metadata
944
+ * Queries metric metadata.
945
945
  *
946
946
  * @remarks
947
- * Queries the details of CloudMonitor metric metadata.
947
+ * Queries the details of CloudMonitor monitoring metrics metadata.
948
948
  *
949
949
  * @param request - DescribeMetricMetaListRequest
950
950
  * @returns DescribeMetricMetaListResponse
@@ -1128,7 +1128,15 @@ export default class Client extends OpenApi {
1128
1128
  */
1129
1129
  getCloudResource(): Promise<$_model.GetCloudResourceResponse>;
1130
1130
  /**
1131
- * Queries data from the Cloud Resource Center.
1131
+ * Queries all entity information of a specific cloud service within a specified time range.
1132
+ *
1133
+ * @remarks
1134
+ * ## Operation description
1135
+ * - This operation queries all entities of a specific cloud service within a specified time range.
1136
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
1137
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
1138
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
1139
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
1132
1140
  *
1133
1141
  * @param request - GetCloudResourceDataRequest
1134
1142
  * @param headers - map
@@ -1139,7 +1147,15 @@ export default class Client extends OpenApi {
1139
1147
  [key: string]: string;
1140
1148
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetCloudResourceDataResponse>;
1141
1149
  /**
1142
- * Queries data from the Cloud Resource Center.
1150
+ * Queries all entity information of a specific cloud service within a specified time range.
1151
+ *
1152
+ * @remarks
1153
+ * ## Operation description
1154
+ * - This operation queries all entities of a specific cloud service within a specified time range.
1155
+ * - The `from` and `to` parameters specify the time range of the query in seconds-level timestamps.
1156
+ * - The `spl` parameter supports entityStore query statements to filter or select the required entities and their properties.
1157
+ * - If you need only specific fields, use the `project` clause in `spl` to filter them.
1158
+ * - The response contains the specific property values of each entity and the corresponding list of property names for easy parsing and processing.
1143
1159
  *
1144
1160
  * @param request - GetCloudResourceDataRequest
1145
1161
  * @returns GetCloudResourceDataResponse
@@ -1224,7 +1240,10 @@ export default class Client extends OpenApi {
1224
1240
  */
1225
1241
  getDataset(workspace: string, datasetName: string, request: $_model.GetDatasetRequest): Promise<$_model.GetDatasetResponse>;
1226
1242
  /**
1227
- * View data delivery task details
1243
+ * Retrieves the details of a data delivery task.
1244
+ *
1245
+ * @remarks
1246
+ * Deletes a specified site monitoring task.
1228
1247
  *
1229
1248
  * @param request - GetDeliveryTaskRequest
1230
1249
  * @param headers - map
@@ -1235,7 +1254,10 @@ export default class Client extends OpenApi {
1235
1254
  [key: string]: string;
1236
1255
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetDeliveryTaskResponse>;
1237
1256
  /**
1238
- * View data delivery task details
1257
+ * Retrieves the details of a data delivery task.
1258
+ *
1259
+ * @remarks
1260
+ * Deletes a specified site monitoring task.
1239
1261
  *
1240
1262
  * @param request - GetDeliveryTaskRequest
1241
1263
  * @returns GetDeliveryTaskResponse
@@ -1276,7 +1298,7 @@ export default class Client extends OpenApi {
1276
1298
  */
1277
1299
  getEntityStoreData(workspace: string, request: $_model.GetEntityStoreDataRequest): Promise<$_model.GetEntityStoreDataResponse>;
1278
1300
  /**
1279
- * Retrieves the details of an Integration Center policy.
1301
+ * Query integration center policy information.
1280
1302
  *
1281
1303
  * @param request - GetIntegrationPolicyRequest
1282
1304
  * @param headers - map
@@ -1287,7 +1309,7 @@ export default class Client extends OpenApi {
1287
1309
  [key: string]: string;
1288
1310
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetIntegrationPolicyResponse>;
1289
1311
  /**
1290
- * Retrieves the details of an Integration Center policy.
1312
+ * Query integration center policy information.
1291
1313
  *
1292
1314
  * @param request - GetIntegrationPolicyRequest
1293
1315
  * @returns GetIntegrationPolicyResponse
@@ -1372,7 +1394,12 @@ export default class Client extends OpenApi {
1372
1394
  */
1373
1395
  getMemoryHistory(workspace: string, memoryStoreName: string, memoryId: string, request: $_model.GetMemoryHistoryRequest): Promise<$_model.GetMemoryHistoryResponse>;
1374
1396
  /**
1375
- * Query a memory store.
1397
+ * Queries a memory store.
1398
+ *
1399
+ * @remarks
1400
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
1401
+ * ## Request type
1402
+ * POST|GET.
1376
1403
  *
1377
1404
  * @param request - GetMemoryStoreRequest
1378
1405
  * @param headers - map
@@ -1383,7 +1410,12 @@ export default class Client extends OpenApi {
1383
1410
  [key: string]: string;
1384
1411
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetMemoryStoreResponse>;
1385
1412
  /**
1386
- * Query a memory store.
1413
+ * Queries a memory store.
1414
+ *
1415
+ * @remarks
1416
+ * Typically used together with the QueryMetricMeta operation for querying metrics and the QueryMetricList/QueryMetricLast operation for querying monitoring data.
1417
+ * ## Request type
1418
+ * POST|GET.
1387
1419
  *
1388
1420
  * @param request - GetMemoryStoreRequest
1389
1421
  * @returns GetMemoryStoreResponse
@@ -1408,10 +1440,10 @@ export default class Client extends OpenApi {
1408
1440
  */
1409
1441
  getPipeline(workspace: string, pipelineName: string, request: $_model.GetPipelineRequest): Promise<$_model.GetPipelineResponse>;
1410
1442
  /**
1411
- * Retrieves the details of a specific Prometheus instance.
1443
+ * Queries the details of a specified Managed Service for Prometheus instance.
1412
1444
  *
1413
1445
  * @remarks
1414
- * Gets the details of a Prometheus instance.
1446
+ * Retrieves the details of a Managed Service for Prometheus instance.
1415
1447
  *
1416
1448
  * @param request - GetPrometheusInstanceRequest
1417
1449
  * @param headers - map
@@ -1422,10 +1454,10 @@ export default class Client extends OpenApi {
1422
1454
  [key: string]: string;
1423
1455
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetPrometheusInstanceResponse>;
1424
1456
  /**
1425
- * Retrieves the details of a specific Prometheus instance.
1457
+ * Queries the details of a specified Managed Service for Prometheus instance.
1426
1458
  *
1427
1459
  * @remarks
1428
- * Gets the details of a Prometheus instance.
1460
+ * Retrieves the details of a Managed Service for Prometheus instance.
1429
1461
  *
1430
1462
  * @param request - GetPrometheusInstanceRequest
1431
1463
  * @returns GetPrometheusInstanceResponse
@@ -1450,10 +1482,10 @@ export default class Client extends OpenApi {
1450
1482
  */
1451
1483
  getPrometheusUserSetting(request: $_model.GetPrometheusUserSettingRequest): Promise<$_model.GetPrometheusUserSettingResponse>;
1452
1484
  /**
1453
- * Retrieves the details of a specified Prometheus view instance.
1485
+ * Queries the details of a specified Prometheus view instance.
1454
1486
  *
1455
1487
  * @remarks
1456
- * Retrieves the details of a specified Prometheus view instance.
1488
+ * Queries a specified Prometheus view instance.
1457
1489
  *
1458
1490
  * @param request - GetPrometheusViewRequest
1459
1491
  * @param headers - map
@@ -1464,10 +1496,10 @@ export default class Client extends OpenApi {
1464
1496
  [key: string]: string;
1465
1497
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetPrometheusViewResponse>;
1466
1498
  /**
1467
- * Retrieves the details of a specified Prometheus view instance.
1499
+ * Queries the details of a specified Prometheus view instance.
1468
1500
  *
1469
1501
  * @remarks
1470
- * Retrieves the details of a specified Prometheus view instance.
1502
+ * Queries a specified Prometheus view instance.
1471
1503
  *
1472
1504
  * @param request - GetPrometheusViewRequest
1473
1505
  * @returns GetPrometheusViewResponse
@@ -1642,7 +1674,7 @@ export default class Client extends OpenApi {
1642
1674
  */
1643
1675
  listAddons(request: $_model.ListAddonsRequest): Promise<$_model.ListAddonsResponse>;
1644
1676
  /**
1645
- * Queries a list of aggregation task groups.
1677
+ * Queries the list of aggregation task groups.
1646
1678
  *
1647
1679
  * @param tmpReq - ListAggTaskGroupsRequest
1648
1680
  * @param headers - map
@@ -1653,7 +1685,7 @@ export default class Client extends OpenApi {
1653
1685
  [key: string]: string;
1654
1686
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggTaskGroupsResponse>;
1655
1687
  /**
1656
- * Queries a list of aggregation task groups.
1688
+ * Queries the list of aggregation task groups.
1657
1689
  *
1658
1690
  * @param request - ListAggTaskGroupsRequest
1659
1691
  * @returns ListAggTaskGroupsResponse
@@ -1678,7 +1710,7 @@ export default class Client extends OpenApi {
1678
1710
  */
1679
1711
  listAlertActions(request: $_model.ListAlertActionsRequest): Promise<$_model.ListAlertActionsResponse>;
1680
1712
  /**
1681
- * Queries a list of alert webhooks.
1713
+ * Queries alert chatbots.
1682
1714
  *
1683
1715
  * @param tmpReq - ListAlertRobotsRequest
1684
1716
  * @param headers - map
@@ -1689,7 +1721,7 @@ export default class Client extends OpenApi {
1689
1721
  [key: string]: string;
1690
1722
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListAlertRobotsResponse>;
1691
1723
  /**
1692
- * Queries a list of alert webhooks.
1724
+ * Queries alert chatbots.
1693
1725
  *
1694
1726
  * @param request - ListAlertRobotsRequest
1695
1727
  * @returns ListAlertRobotsResponse
@@ -1840,10 +1872,10 @@ export default class Client extends OpenApi {
1840
1872
  */
1841
1873
  listDeliveryTasks(request: $_model.ListDeliveryTasksRequest): Promise<$_model.ListDeliveryTasksResponse>;
1842
1874
  /**
1843
- * Queries a list of policies in the Integration Center.
1875
+ * Queries the list of access center policies.
1844
1876
  *
1845
1877
  * @remarks
1846
- * Queries a list of integrations.
1878
+ * Queries the integration list.
1847
1879
  *
1848
1880
  * @param tmpReq - ListIntegrationPoliciesRequest
1849
1881
  * @param headers - map
@@ -1854,10 +1886,10 @@ export default class Client extends OpenApi {
1854
1886
  [key: string]: string;
1855
1887
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListIntegrationPoliciesResponse>;
1856
1888
  /**
1857
- * Queries a list of policies in the Integration Center.
1889
+ * Queries the list of access center policies.
1858
1890
  *
1859
1891
  * @remarks
1860
- * Queries a list of integrations.
1892
+ * Queries the integration list.
1861
1893
  *
1862
1894
  * @param request - ListIntegrationPoliciesRequest
1863
1895
  * @returns ListIntegrationPoliciesResponse
@@ -2034,7 +2066,7 @@ export default class Client extends OpenApi {
2034
2066
  */
2035
2067
  listMemoryStores(workspace: string, request: $_model.ListMemoryStoresRequest): Promise<$_model.ListMemoryStoresResponse>;
2036
2068
  /**
2037
- * Queries a list of pipelines in a workspace.
2069
+ * Lists pipelines.
2038
2070
  *
2039
2071
  * @param request - ListPipelinesRequest
2040
2072
  * @param headers - map
@@ -2045,7 +2077,7 @@ export default class Client extends OpenApi {
2045
2077
  [key: string]: string;
2046
2078
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPipelinesResponse>;
2047
2079
  /**
2048
- * Queries a list of pipelines in a workspace.
2080
+ * Lists pipelines.
2049
2081
  *
2050
2082
  * @param request - ListPipelinesRequest
2051
2083
  * @returns ListPipelinesResponse
@@ -2076,10 +2108,10 @@ export default class Client extends OpenApi {
2076
2108
  */
2077
2109
  listPrometheusDashboards(prometheusInstanceId: string, request: $_model.ListPrometheusDashboardsRequest): Promise<$_model.ListPrometheusDashboardsResponse>;
2078
2110
  /**
2079
- * Lists Prometheus instances.
2111
+ * Retrieves a list of Managed Service for Prometheus instances.
2080
2112
  *
2081
2113
  * @remarks
2082
- * Lists Prometheus instances.
2114
+ * Retrieves a list of Managed Service for Prometheus instances.
2083
2115
  *
2084
2116
  * @param tmpReq - ListPrometheusInstancesRequest
2085
2117
  * @param headers - map
@@ -2090,20 +2122,20 @@ export default class Client extends OpenApi {
2090
2122
  [key: string]: string;
2091
2123
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPrometheusInstancesResponse>;
2092
2124
  /**
2093
- * Lists Prometheus instances.
2125
+ * Retrieves a list of Managed Service for Prometheus instances.
2094
2126
  *
2095
2127
  * @remarks
2096
- * Lists Prometheus instances.
2128
+ * Retrieves a list of Managed Service for Prometheus instances.
2097
2129
  *
2098
2130
  * @param request - ListPrometheusInstancesRequest
2099
2131
  * @returns ListPrometheusInstancesResponse
2100
2132
  */
2101
2133
  listPrometheusInstances(request: $_model.ListPrometheusInstancesRequest): Promise<$_model.ListPrometheusInstancesResponse>;
2102
2134
  /**
2103
- * Lists the Prometheus view instances.
2135
+ * Queries the list of Prometheus view instances.
2104
2136
  *
2105
2137
  * @remarks
2106
- * Lists the Prometheus view instances.
2138
+ * Queries the list of Prometheus view instances.
2107
2139
  *
2108
2140
  * @param tmpReq - ListPrometheusViewsRequest
2109
2141
  * @param headers - map
@@ -2114,10 +2146,10 @@ export default class Client extends OpenApi {
2114
2146
  [key: string]: string;
2115
2147
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListPrometheusViewsResponse>;
2116
2148
  /**
2117
- * Lists the Prometheus view instances.
2149
+ * Queries the list of Prometheus view instances.
2118
2150
  *
2119
2151
  * @remarks
2120
- * Lists the Prometheus view instances.
2152
+ * Queries the list of Prometheus view instances.
2121
2153
  *
2122
2154
  * @param request - ListPrometheusViewsRequest
2123
2155
  * @returns ListPrometheusViewsResponse
@@ -2214,7 +2246,7 @@ export default class Client extends OpenApi {
2214
2246
  */
2215
2247
  manageAlertRules(request: $_model.ManageAlertRulesRequest): Promise<$_model.ManageAlertRulesResponse>;
2216
2248
  /**
2217
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
2249
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
2218
2250
  *
2219
2251
  * @param request - OpenCmsServiceRequest
2220
2252
  * @param headers - map
@@ -2225,7 +2257,7 @@ export default class Client extends OpenApi {
2225
2257
  [key: string]: string;
2226
2258
  }, runtime: $dara.RuntimeOptions): Promise<$_model.OpenCmsServiceResponse>;
2227
2259
  /**
2228
- * This operation enables monitoring services, including CloudMonitor Enterprise, Managed Service for Prometheus, and Log Service.
2260
+ * Activates CloudMonitor services, including Hybrid Cloud Monitoring, Managed Service for Prometheus, and Simple Log Service (SLS).
2229
2261
  *
2230
2262
  * @param request - OpenCmsServiceRequest
2231
2263
  * @returns OpenCmsServiceResponse
@@ -2250,10 +2282,10 @@ export default class Client extends OpenApi {
2250
2282
  */
2251
2283
  putWorkspace(workspaceName: string, request: $_model.PutWorkspaceRequest): Promise<$_model.PutWorkspaceResponse>;
2252
2284
  /**
2253
- * Retrieves a list of alert rules.
2285
+ * Queries alert rules.
2254
2286
  *
2255
2287
  * @remarks
2256
- * 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`.
2288
+ * 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`.
2257
2289
  *
2258
2290
  * @param tmpReq - QueryAlertRulesRequest
2259
2291
  * @param headers - map
@@ -2264,10 +2296,10 @@ export default class Client extends OpenApi {
2264
2296
  [key: string]: string;
2265
2297
  }, runtime: $dara.RuntimeOptions): Promise<$_model.QueryAlertRulesResponse>;
2266
2298
  /**
2267
- * Retrieves a list of alert rules.
2299
+ * Queries alert rules.
2268
2300
  *
2269
2301
  * @remarks
2270
- * 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`.
2302
+ * 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`.
2271
2303
  *
2272
2304
  * @param request - QueryAlertRulesRequest
2273
2305
  * @returns QueryAlertRulesResponse
@@ -2292,7 +2324,11 @@ export default class Client extends OpenApi {
2292
2324
  */
2293
2325
  searchContext(workspace: string, contextStoreName: string, request: $_model.SearchContextRequest): Promise<$_model.SearchContextResponse>;
2294
2326
  /**
2295
- * Search memories using query conditions and filters.
2327
+ * Searches for memories based on query conditions and filters.
2328
+ *
2329
+ * @remarks
2330
+ * 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`.
2331
+ * > 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).
2296
2332
  *
2297
2333
  * @param request - SearchMemoriesRequest
2298
2334
  * @param headers - map
@@ -2303,7 +2339,11 @@ export default class Client extends OpenApi {
2303
2339
  [key: string]: string;
2304
2340
  }, runtime: $dara.RuntimeOptions): Promise<$_model.SearchMemoriesResponse>;
2305
2341
  /**
2306
- * Search memories using query conditions and filters.
2342
+ * Searches for memories based on query conditions and filters.
2343
+ *
2344
+ * @remarks
2345
+ * 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`.
2346
+ * > 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).
2307
2347
  *
2308
2348
  * @param request - SearchMemoriesRequest
2309
2349
  * @returns SearchMemoriesResponse
@@ -2454,7 +2494,11 @@ export default class Client extends OpenApi {
2454
2494
  */
2455
2495
  updateContext(workspace: string, contextStoreName: string, contextId: string, request: $_model.UpdateContextRequest): Promise<$_model.UpdateContextResponse>;
2456
2496
  /**
2457
- * Updates the configuration of a context store.
2497
+ * Modifies the configuration of a context store.
2498
+ *
2499
+ * @remarks
2500
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
2501
+ * 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`.
2458
2502
  *
2459
2503
  * @param request - UpdateContextStoreRequest
2460
2504
  * @param headers - map
@@ -2465,7 +2509,11 @@ export default class Client extends OpenApi {
2465
2509
  [key: string]: string;
2466
2510
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateContextStoreResponse>;
2467
2511
  /**
2468
- * Updates the configuration of a context store.
2512
+ * Modifies the configuration of a context store.
2513
+ *
2514
+ * @remarks
2515
+ * Only Alibaba Cloud accounts that have activated Network Analysis and Monitoring can create one-time detection tasks.
2516
+ * 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`.
2469
2517
  *
2470
2518
  * @param request - UpdateContextStoreRequest
2471
2519
  * @returns UpdateContextStoreResponse
@@ -2490,7 +2538,10 @@ export default class Client extends OpenApi {
2490
2538
  */
2491
2539
  updateDataset(workspace: string, datasetName: string, request: $_model.UpdateDatasetRequest): Promise<$_model.UpdateDatasetResponse>;
2492
2540
  /**
2493
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
2541
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
2542
+ *
2543
+ * @remarks
2544
+ * Deletes a specified site monitoring task.
2494
2545
  *
2495
2546
  * @param request - UpdateDeliveryTaskRequest
2496
2547
  * @param headers - map
@@ -2501,7 +2552,10 @@ export default class Client extends OpenApi {
2501
2552
  [key: string]: string;
2502
2553
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDeliveryTaskResponse>;
2503
2554
  /**
2504
- * Updates a delivery task. This operation uses PATCH semantics, meaning unspecified fields in the request body remain unchanged.
2555
+ * Updates a data delivery task. The update uses patch semantics: fields that are not specified remain unchanged.
2556
+ *
2557
+ * @remarks
2558
+ * Deletes a specified site monitoring task.
2505
2559
  *
2506
2560
  * @param request - UpdateDeliveryTaskRequest
2507
2561
  * @returns UpdateDeliveryTaskResponse
@@ -2598,10 +2652,10 @@ export default class Client extends OpenApi {
2598
2652
  */
2599
2653
  updatePipeline(workspace: string, pipelineName: string, request: $_model.UpdatePipelineRequest): Promise<$_model.UpdatePipelineResponse>;
2600
2654
  /**
2601
- * Updates the information of a Prometheus instance.
2655
+ * Updates the information of a Managed Service for Prometheus instance.
2602
2656
  *
2603
2657
  * @remarks
2604
- * This topic describes how to update a Prometheus instance.
2658
+ * Updates the information of a Managed Service for Prometheus instance.
2605
2659
  *
2606
2660
  * @param request - UpdatePrometheusInstanceRequest
2607
2661
  * @param headers - map
@@ -2612,10 +2666,10 @@ export default class Client extends OpenApi {
2612
2666
  [key: string]: string;
2613
2667
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdatePrometheusInstanceResponse>;
2614
2668
  /**
2615
- * Updates the information of a Prometheus instance.
2669
+ * Updates the information of a Managed Service for Prometheus instance.
2616
2670
  *
2617
2671
  * @remarks
2618
- * This topic describes how to update a Prometheus instance.
2672
+ * Updates the information of a Managed Service for Prometheus instance.
2619
2673
  *
2620
2674
  * @param request - UpdatePrometheusInstanceRequest
2621
2675
  * @returns UpdatePrometheusInstanceResponse