@alicloud/oos20190601 3.7.0 → 3.8.0

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 (160) hide show
  1. package/dist/client.d.ts +210 -40
  2. package/dist/client.js +513 -41
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateChatConfigurationRequest.d.ts +39 -0
  5. package/dist/models/CreateChatConfigurationRequest.js +68 -0
  6. package/dist/models/CreateChatConfigurationRequest.js.map +1 -0
  7. package/dist/models/CreateChatConfigurationResponse.d.ts +19 -0
  8. package/dist/models/CreateChatConfigurationResponse.js +69 -0
  9. package/dist/models/CreateChatConfigurationResponse.js.map +1 -0
  10. package/dist/models/CreateChatConfigurationResponseBody.d.ts +50 -0
  11. package/dist/models/CreateChatConfigurationResponseBody.js +86 -0
  12. package/dist/models/CreateChatConfigurationResponseBody.js.map +1 -0
  13. package/dist/models/CreateDeployRevisionRequest.d.ts +46 -0
  14. package/dist/models/CreateDeployRevisionRequest.js +68 -0
  15. package/dist/models/CreateDeployRevisionRequest.js.map +1 -0
  16. package/dist/models/CreateDeployRevisionResponse.d.ts +19 -0
  17. package/dist/models/CreateDeployRevisionResponse.js +69 -0
  18. package/dist/models/CreateDeployRevisionResponse.js.map +1 -0
  19. package/dist/models/CreateDeployRevisionResponseBody.d.ts +66 -0
  20. package/dist/models/CreateDeployRevisionResponseBody.js +94 -0
  21. package/dist/models/CreateDeployRevisionResponseBody.js.map +1 -0
  22. package/dist/models/DeleteChatConfigurationRequest.d.ts +23 -0
  23. package/dist/models/DeleteChatConfigurationRequest.js +60 -0
  24. package/dist/models/DeleteChatConfigurationRequest.js.map +1 -0
  25. package/dist/models/DeleteChatConfigurationResponse.d.ts +19 -0
  26. package/dist/models/DeleteChatConfigurationResponse.js +69 -0
  27. package/dist/models/DeleteChatConfigurationResponse.js.map +1 -0
  28. package/dist/models/DeleteChatConfigurationResponseBody.d.ts +23 -0
  29. package/dist/models/DeleteChatConfigurationResponseBody.js +60 -0
  30. package/dist/models/DeleteChatConfigurationResponseBody.js.map +1 -0
  31. package/dist/models/GetApplicationGroupResponseBody.d.ts +1 -0
  32. package/dist/models/GetApplicationGroupResponseBody.js +2 -0
  33. package/dist/models/GetApplicationGroupResponseBody.js.map +1 -1
  34. package/dist/models/GetChatConfigurationRequest.d.ts +23 -0
  35. package/dist/models/GetChatConfigurationRequest.js +60 -0
  36. package/dist/models/GetChatConfigurationRequest.js.map +1 -0
  37. package/dist/models/GetChatConfigurationResponse.d.ts +19 -0
  38. package/dist/models/GetChatConfigurationResponse.js +69 -0
  39. package/dist/models/GetChatConfigurationResponse.js.map +1 -0
  40. package/dist/models/GetChatConfigurationResponseBody.d.ts +85 -0
  41. package/dist/models/GetChatConfigurationResponseBody.js +96 -0
  42. package/dist/models/GetChatConfigurationResponseBody.js.map +1 -0
  43. package/dist/models/GetServiceSettingsResponseBody.d.ts +6 -0
  44. package/dist/models/GetServiceSettingsResponseBody.js +4 -0
  45. package/dist/models/GetServiceSettingsResponseBody.js.map +1 -1
  46. package/dist/models/ListChatConfigurationsRequest.d.ts +55 -0
  47. package/dist/models/ListChatConfigurationsRequest.js +88 -0
  48. package/dist/models/ListChatConfigurationsRequest.js.map +1 -0
  49. package/dist/models/ListChatConfigurationsResponse.d.ts +19 -0
  50. package/dist/models/ListChatConfigurationsResponse.js +69 -0
  51. package/dist/models/ListChatConfigurationsResponse.js.map +1 -0
  52. package/dist/models/ListChatConfigurationsResponseBody.d.ts +65 -0
  53. package/dist/models/ListChatConfigurationsResponseBody.js +92 -0
  54. package/dist/models/ListChatConfigurationsResponseBody.js.map +1 -0
  55. package/dist/models/ListExecutionLogsRequest.d.ts +5 -0
  56. package/dist/models/ListExecutionLogsRequest.js +2 -0
  57. package/dist/models/ListExecutionLogsRequest.js.map +1 -1
  58. package/dist/models/ListExecutionsRequest.d.ts +6 -0
  59. package/dist/models/ListExecutionsRequest.js +7 -0
  60. package/dist/models/ListExecutionsRequest.js.map +1 -1
  61. package/dist/models/ListExecutionsResponseBody.d.ts +5 -0
  62. package/dist/models/ListExecutionsResponseBody.js +2 -0
  63. package/dist/models/ListExecutionsResponseBody.js.map +1 -1
  64. package/dist/models/ListExecutionsShrinkRequest.d.ts +6 -0
  65. package/dist/models/ListExecutionsShrinkRequest.js +4 -0
  66. package/dist/models/ListExecutionsShrinkRequest.js.map +1 -1
  67. package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
  68. package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
  69. package/dist/models/ListTaskExecutionInvocationsRequest.d.ts +28 -0
  70. package/dist/models/ListTaskExecutionInvocationsRequest.js +62 -0
  71. package/dist/models/ListTaskExecutionInvocationsRequest.js.map +1 -0
  72. package/dist/models/ListTaskExecutionInvocationsResponse.d.ts +19 -0
  73. package/dist/models/ListTaskExecutionInvocationsResponse.js +69 -0
  74. package/dist/models/ListTaskExecutionInvocationsResponse.js.map +1 -0
  75. package/dist/models/ListTaskExecutionInvocationsResponseBody.d.ts +59 -0
  76. package/dist/models/ListTaskExecutionInvocationsResponseBody.js +90 -0
  77. package/dist/models/ListTaskExecutionInvocationsResponseBody.js.map +1 -0
  78. package/dist/models/ListTaskExecutionsRequest.d.ts +5 -0
  79. package/dist/models/ListTaskExecutionsRequest.js +2 -0
  80. package/dist/models/ListTaskExecutionsRequest.js.map +1 -1
  81. package/dist/models/SetServiceSettingsRequest.d.ts +6 -0
  82. package/dist/models/SetServiceSettingsRequest.js +7 -0
  83. package/dist/models/SetServiceSettingsRequest.js.map +1 -1
  84. package/dist/models/SetServiceSettingsResponseBody.d.ts +1 -0
  85. package/dist/models/SetServiceSettingsResponseBody.js +2 -0
  86. package/dist/models/SetServiceSettingsResponseBody.js.map +1 -1
  87. package/dist/models/SetServiceSettingsShrinkRequest.d.ts +75 -0
  88. package/dist/models/SetServiceSettingsShrinkRequest.js +74 -0
  89. package/dist/models/SetServiceSettingsShrinkRequest.js.map +1 -0
  90. package/dist/models/UpdateApplicationGroupRequest.d.ts +1 -0
  91. package/dist/models/UpdateApplicationGroupRequest.js +2 -0
  92. package/dist/models/UpdateApplicationGroupRequest.js.map +1 -1
  93. package/dist/models/UpdateApplicationGroupResponseBody.d.ts +1 -0
  94. package/dist/models/UpdateApplicationGroupResponseBody.js +2 -0
  95. package/dist/models/UpdateApplicationGroupResponseBody.js.map +1 -1
  96. package/dist/models/UpdateApplicationGroupShrinkRequest.d.ts +1 -0
  97. package/dist/models/UpdateApplicationGroupShrinkRequest.js +2 -0
  98. package/dist/models/UpdateApplicationGroupShrinkRequest.js.map +1 -1
  99. package/dist/models/UpdateChatConfigurationRequest.d.ts +43 -0
  100. package/dist/models/UpdateChatConfigurationRequest.js +68 -0
  101. package/dist/models/UpdateChatConfigurationRequest.js.map +1 -0
  102. package/dist/models/UpdateChatConfigurationResponse.d.ts +19 -0
  103. package/dist/models/UpdateChatConfigurationResponse.js +69 -0
  104. package/dist/models/UpdateChatConfigurationResponse.js.map +1 -0
  105. package/dist/models/UpdateChatConfigurationResponseBody.d.ts +50 -0
  106. package/dist/models/UpdateChatConfigurationResponseBody.js +86 -0
  107. package/dist/models/UpdateChatConfigurationResponseBody.js.map +1 -0
  108. package/dist/models/UpdateTemplateAttributesRequest.d.ts +46 -0
  109. package/dist/models/UpdateTemplateAttributesRequest.js +68 -0
  110. package/dist/models/UpdateTemplateAttributesRequest.js.map +1 -0
  111. package/dist/models/UpdateTemplateAttributesResponse.d.ts +19 -0
  112. package/dist/models/UpdateTemplateAttributesResponse.js +69 -0
  113. package/dist/models/UpdateTemplateAttributesResponse.js.map +1 -0
  114. package/dist/models/UpdateTemplateAttributesResponseBody.d.ts +18 -0
  115. package/dist/models/UpdateTemplateAttributesResponseBody.js +58 -0
  116. package/dist/models/UpdateTemplateAttributesResponseBody.js.map +1 -0
  117. package/dist/models/model.d.ts +32 -0
  118. package/dist/models/model.js +73 -8
  119. package/dist/models/model.js.map +1 -1
  120. package/package.json +1 -1
  121. package/src/client.ts +573 -41
  122. package/src/models/CreateChatConfigurationRequest.ts +62 -0
  123. package/src/models/CreateChatConfigurationResponse.ts +40 -0
  124. package/src/models/CreateChatConfigurationResponseBody.ts +82 -0
  125. package/src/models/CreateDeployRevisionRequest.ts +69 -0
  126. package/src/models/CreateDeployRevisionResponse.ts +40 -0
  127. package/src/models/CreateDeployRevisionResponseBody.ts +106 -0
  128. package/src/models/DeleteChatConfigurationRequest.ts +38 -0
  129. package/src/models/DeleteChatConfigurationResponse.ts +40 -0
  130. package/src/models/DeleteChatConfigurationResponseBody.ts +38 -0
  131. package/src/models/GetApplicationGroupResponseBody.ts +3 -0
  132. package/src/models/GetChatConfigurationRequest.ts +38 -0
  133. package/src/models/GetChatConfigurationResponse.ts +40 -0
  134. package/src/models/GetChatConfigurationResponseBody.ts +127 -0
  135. package/src/models/GetServiceSettingsResponseBody.ts +10 -0
  136. package/src/models/ListChatConfigurationsRequest.ts +89 -0
  137. package/src/models/ListChatConfigurationsResponse.ts +40 -0
  138. package/src/models/ListChatConfigurationsResponseBody.ts +103 -0
  139. package/src/models/ListExecutionLogsRequest.ts +7 -0
  140. package/src/models/ListExecutionsRequest.ts +13 -0
  141. package/src/models/ListExecutionsResponseBody.ts +7 -0
  142. package/src/models/ListExecutionsShrinkRequest.ts +10 -0
  143. package/src/models/ListTagResourcesResponseBody.ts +0 -32
  144. package/src/models/ListTaskExecutionInvocationsRequest.ts +45 -0
  145. package/src/models/ListTaskExecutionInvocationsResponse.ts +40 -0
  146. package/src/models/ListTaskExecutionInvocationsResponseBody.ts +95 -0
  147. package/src/models/ListTaskExecutionsRequest.ts +7 -0
  148. package/src/models/SetServiceSettingsRequest.ts +13 -0
  149. package/src/models/SetServiceSettingsResponseBody.ts +3 -0
  150. package/src/models/SetServiceSettingsShrinkRequest.ts +104 -0
  151. package/src/models/UpdateApplicationGroupRequest.ts +3 -0
  152. package/src/models/UpdateApplicationGroupResponseBody.ts +3 -0
  153. package/src/models/UpdateApplicationGroupShrinkRequest.ts +3 -0
  154. package/src/models/UpdateChatConfigurationRequest.ts +66 -0
  155. package/src/models/UpdateChatConfigurationResponse.ts +40 -0
  156. package/src/models/UpdateChatConfigurationResponseBody.ts +82 -0
  157. package/src/models/UpdateTemplateAttributesRequest.ts +69 -0
  158. package/src/models/UpdateTemplateAttributesResponse.ts +40 -0
  159. package/src/models/UpdateTemplateAttributesResponseBody.ts +31 -0
  160. package/src/models/model.ts +32 -0
package/dist/client.d.ts CHANGED
@@ -128,6 +128,46 @@ export default class Client extends OpenApi {
128
128
  * @returns CreateApplicationGroupResponse
129
129
  */
130
130
  createApplicationGroup(request: $_model.CreateApplicationGroupRequest): Promise<$_model.CreateApplicationGroupResponse>;
131
+ /**
132
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
133
+ *
134
+ * @remarks
135
+ * ## 请求说明
136
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
137
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
138
+ *
139
+ * @param request - CreateChatConfigurationRequest
140
+ * @param runtime - runtime options for this request RuntimeOptions
141
+ * @returns CreateChatConfigurationResponse
142
+ */
143
+ createChatConfigurationWithOptions(request: $_model.CreateChatConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateChatConfigurationResponse>;
144
+ /**
145
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
146
+ *
147
+ * @remarks
148
+ * ## 请求说明
149
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
150
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
151
+ *
152
+ * @param request - CreateChatConfigurationRequest
153
+ * @returns CreateChatConfigurationResponse
154
+ */
155
+ createChatConfiguration(request: $_model.CreateChatConfigurationRequest): Promise<$_model.CreateChatConfigurationResponse>;
156
+ /**
157
+ * 创建部署制品
158
+ *
159
+ * @param request - CreateDeployRevisionRequest
160
+ * @param runtime - runtime options for this request RuntimeOptions
161
+ * @returns CreateDeployRevisionResponse
162
+ */
163
+ createDeployRevisionWithOptions(request: $_model.CreateDeployRevisionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDeployRevisionResponse>;
164
+ /**
165
+ * 创建部署制品
166
+ *
167
+ * @param request - CreateDeployRevisionRequest
168
+ * @returns CreateDeployRevisionResponse
169
+ */
170
+ createDeployRevision(request: $_model.CreateDeployRevisionRequest): Promise<$_model.CreateDeployRevisionResponse>;
131
171
  /**
132
172
  * 创建仓库
133
173
  *
@@ -144,7 +184,7 @@ export default class Client extends OpenApi {
144
184
  */
145
185
  createGitRepository(request: $_model.CreateGitRepositoryRequest): Promise<$_model.CreateGitRepositoryResponse>;
146
186
  /**
147
- * Creates an O\\\\\\\\\\\\&M Item.
187
+ * Creates an O\\\\\\\\\\\\\\\\\\\\&M Item.
148
188
  *
149
189
  * @param tmpReq - CreateOpsItemRequest
150
190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -152,7 +192,7 @@ export default class Client extends OpenApi {
152
192
  */
153
193
  createOpsItemWithOptions(tmpReq: $_model.CreateOpsItemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateOpsItemResponse>;
154
194
  /**
155
- * Creates an O\\\\\\\\\\\\&M Item.
195
+ * Creates an O\\\\\\\\\\\\\\\\\\\\&M Item.
156
196
  *
157
197
  * @param request - CreateOpsItemRequest
158
198
  * @returns CreateOpsItemResponse
@@ -189,7 +229,7 @@ export default class Client extends OpenApi {
189
229
  */
190
230
  createPatchBaseline(request: $_model.CreatePatchBaselineRequest): Promise<$_model.CreatePatchBaselineResponse>;
191
231
  /**
192
- * Creates an encryption parameter. Make sure that you have the permissions to call this operation.
232
+ * Creates an encryption parameter. Make sure that you have the permissions to call the CreateSecret operation of Key Management Service (KMS) before you call this operation.
193
233
  *
194
234
  * @param tmpReq - CreateSecretParameterRequest
195
235
  * @param runtime - runtime options for this request RuntimeOptions
@@ -197,7 +237,7 @@ export default class Client extends OpenApi {
197
237
  */
198
238
  createSecretParameterWithOptions(tmpReq: $_model.CreateSecretParameterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSecretParameterResponse>;
199
239
  /**
200
- * Creates an encryption parameter. Make sure that you have the permissions to call this operation.
240
+ * Creates an encryption parameter. Make sure that you have the permissions to call the CreateSecret operation of Key Management Service (KMS) before you call this operation.
201
241
  *
202
242
  * @param request - CreateSecretParameterRequest
203
243
  * @returns CreateSecretParameterResponse
@@ -264,7 +304,32 @@ export default class Client extends OpenApi {
264
304
  */
265
305
  deleteApplicationGroup(request: $_model.DeleteApplicationGroupRequest): Promise<$_model.DeleteApplicationGroupResponse>;
266
306
  /**
267
- * Deletes multiple executions.
307
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
308
+ *
309
+ * @remarks
310
+ * ## 请求说明
311
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
312
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
313
+ *
314
+ * @param request - DeleteChatConfigurationRequest
315
+ * @param runtime - runtime options for this request RuntimeOptions
316
+ * @returns DeleteChatConfigurationResponse
317
+ */
318
+ deleteChatConfigurationWithOptions(request: $_model.DeleteChatConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteChatConfigurationResponse>;
319
+ /**
320
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
321
+ *
322
+ * @remarks
323
+ * ## 请求说明
324
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
325
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
326
+ *
327
+ * @param request - DeleteChatConfigurationRequest
328
+ * @returns DeleteChatConfigurationResponse
329
+ */
330
+ deleteChatConfiguration(request: $_model.DeleteChatConfigurationRequest): Promise<$_model.DeleteChatConfigurationResponse>;
331
+ /**
332
+ * Deletes executions.
268
333
  *
269
334
  * @param request - DeleteExecutionsRequest
270
335
  * @param runtime - runtime options for this request RuntimeOptions
@@ -272,7 +337,7 @@ export default class Client extends OpenApi {
272
337
  */
273
338
  deleteExecutionsWithOptions(request: $_model.DeleteExecutionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteExecutionsResponse>;
274
339
  /**
275
- * Deletes multiple executions.
340
+ * Deletes executions.
276
341
  *
277
342
  * @param request - DeleteExecutionsRequest
278
343
  * @returns DeleteExecutionsResponse
@@ -324,7 +389,7 @@ export default class Client extends OpenApi {
324
389
  */
325
390
  deletePatchBaseline(request: $_model.DeletePatchBaselineRequest): Promise<$_model.DeletePatchBaselineResponse>;
326
391
  /**
327
- * Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation before you call this operation.
392
+ * Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation of Key Management Service (KMS) before you call this operation.
328
393
  *
329
394
  * @param request - DeleteSecretParameterRequest
330
395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -332,7 +397,7 @@ export default class Client extends OpenApi {
332
397
  */
333
398
  deleteSecretParameterWithOptions(request: $_model.DeleteSecretParameterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSecretParameterResponse>;
334
399
  /**
335
- * Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation before you call this operation.
400
+ * Deletes an encryption parameter. Make sure that you have the permissions to call the DeleteSecret operation of Key Management Service (KMS) before you call this operation.
336
401
  *
337
402
  * @param request - DeleteSecretParameterRequest
338
403
  * @returns DeleteSecretParameterResponse
@@ -399,7 +464,7 @@ export default class Client extends OpenApi {
399
464
  */
400
465
  deployApplicationGroup(request: $_model.DeployApplicationGroupRequest): Promise<$_model.DeployApplicationGroupResponse>;
401
466
  /**
402
- * 查询应用分组资源成本
467
+ * Queries the resource costs of an application group.
403
468
  *
404
469
  * @param request - DescribeApplicationGroupBillRequest
405
470
  * @param runtime - runtime options for this request RuntimeOptions
@@ -407,7 +472,7 @@ export default class Client extends OpenApi {
407
472
  */
408
473
  describeApplicationGroupBillWithOptions(request: $_model.DescribeApplicationGroupBillRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeApplicationGroupBillResponse>;
409
474
  /**
410
- * 查询应用分组资源成本
475
+ * Queries the resource costs of an application group.
411
476
  *
412
477
  * @param request - DescribeApplicationGroupBillRequest
413
478
  * @returns DescribeApplicationGroupBillResponse
@@ -488,6 +553,31 @@ export default class Client extends OpenApi {
488
553
  * @returns GetApplicationGroupResponse
489
554
  */
490
555
  getApplicationGroup(request: $_model.GetApplicationGroupRequest): Promise<$_model.GetApplicationGroupResponse>;
556
+ /**
557
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
558
+ *
559
+ * @remarks
560
+ * ## 请求说明
561
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
562
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
563
+ *
564
+ * @param request - GetChatConfigurationRequest
565
+ * @param runtime - runtime options for this request RuntimeOptions
566
+ * @returns GetChatConfigurationResponse
567
+ */
568
+ getChatConfigurationWithOptions(request: $_model.GetChatConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetChatConfigurationResponse>;
569
+ /**
570
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
571
+ *
572
+ * @remarks
573
+ * ## 请求说明
574
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
575
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
576
+ *
577
+ * @param request - GetChatConfigurationRequest
578
+ * @returns GetChatConfigurationResponse
579
+ */
580
+ getChatConfiguration(request: $_model.GetChatConfigurationRequest): Promise<$_model.GetChatConfigurationResponse>;
491
581
  /**
492
582
  * Queries the information about the template of an execution, including the content of the template.
493
583
  *
@@ -549,7 +639,7 @@ export default class Client extends OpenApi {
549
639
  */
550
640
  getInventorySchema(request: $_model.GetInventorySchemaRequest): Promise<$_model.GetInventorySchemaResponse>;
551
641
  /**
552
- * Queries the details of an O\\\\\\\\\\\\&M item.
642
+ * Queries the details of an O\\\\\\\\\\\\\\\\\\\\&M item.
553
643
  *
554
644
  * @param request - GetOpsItemRequest
555
645
  * @param runtime - runtime options for this request RuntimeOptions
@@ -557,7 +647,7 @@ export default class Client extends OpenApi {
557
647
  */
558
648
  getOpsItemWithOptions(request: $_model.GetOpsItemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOpsItemResponse>;
559
649
  /**
560
- * Queries the details of an O\\\\\\\\\\\\&M item.
650
+ * Queries the details of an O\\\\\\\\\\\\\\\\\\\\&M item.
561
651
  *
562
652
  * @param request - GetOpsItemRequest
563
653
  * @returns GetOpsItemResponse
@@ -624,7 +714,7 @@ export default class Client extends OpenApi {
624
714
  */
625
715
  getPatchBaseline(request: $_model.GetPatchBaselineRequest): Promise<$_model.GetPatchBaselineResponse>;
626
716
  /**
627
- * Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
717
+ * Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
628
718
  *
629
719
  * @param request - GetSecretParameterRequest
630
720
  * @param runtime - runtime options for this request RuntimeOptions
@@ -632,14 +722,14 @@ export default class Client extends OpenApi {
632
722
  */
633
723
  getSecretParameterWithOptions(request: $_model.GetSecretParameterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSecretParameterResponse>;
634
724
  /**
635
- * Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
725
+ * Queries the information about an encryption parameter, including the parameter value. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
636
726
  *
637
727
  * @param request - GetSecretParameterRequest
638
728
  * @returns GetSecretParameterResponse
639
729
  */
640
730
  getSecretParameter(request: $_model.GetSecretParameterRequest): Promise<$_model.GetSecretParameterResponse>;
641
731
  /**
642
- * Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
732
+ * Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
643
733
  *
644
734
  * @param request - GetSecretParametersRequest
645
735
  * @param runtime - runtime options for this request RuntimeOptions
@@ -647,14 +737,14 @@ export default class Client extends OpenApi {
647
737
  */
648
738
  getSecretParametersWithOptions(request: $_model.GetSecretParametersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSecretParametersResponse>;
649
739
  /**
650
- * Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
740
+ * Queries the information about one or more encryption parameters. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
651
741
  *
652
742
  * @param request - GetSecretParametersRequest
653
743
  * @returns GetSecretParametersResponse
654
744
  */
655
745
  getSecretParameters(request: $_model.GetSecretParametersRequest): Promise<$_model.GetSecretParametersResponse>;
656
746
  /**
657
- * Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
747
+ * Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
658
748
  *
659
749
  * @param request - GetSecretParametersByPathRequest
660
750
  * @param runtime - runtime options for this request RuntimeOptions
@@ -662,14 +752,14 @@ export default class Client extends OpenApi {
662
752
  */
663
753
  getSecretParametersByPathWithOptions(request: $_model.GetSecretParametersByPathRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSecretParametersByPathResponse>;
664
754
  /**
665
- * Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation before you call this operation.
755
+ * Queries encryption parameters by path. Make sure that you have the permissions to call the GetSecretValue operation of Key Management Service (KMS) before you call this operation.
666
756
  *
667
757
  * @param request - GetSecretParametersByPathRequest
668
758
  * @returns GetSecretParametersByPathResponse
669
759
  */
670
760
  getSecretParametersByPath(request: $_model.GetSecretParametersByPathRequest): Promise<$_model.GetSecretParametersByPathResponse>;
671
761
  /**
672
- * Queries the settings of the delivery feature.
762
+ * Queries the service settings, including the configuration of delivering template execution records and the associated organization ID.
673
763
  *
674
764
  * @param request - GetServiceSettingsRequest
675
765
  * @param runtime - runtime options for this request RuntimeOptions
@@ -677,7 +767,7 @@ export default class Client extends OpenApi {
677
767
  */
678
768
  getServiceSettingsWithOptions(request: $_model.GetServiceSettingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceSettingsResponse>;
679
769
  /**
680
- * Queries the settings of the delivery feature.
770
+ * Queries the service settings, including the configuration of delivering template execution records and the associated organization ID.
681
771
  *
682
772
  * @param request - GetServiceSettingsRequest
683
773
  * @returns GetServiceSettingsResponse
@@ -699,7 +789,7 @@ export default class Client extends OpenApi {
699
789
  */
700
790
  getTemplate(request: $_model.GetTemplateRequest): Promise<$_model.GetTemplateResponse>;
701
791
  /**
702
- * 获取参数可用值
792
+ * Obtains available values of parameters.
703
793
  *
704
794
  * @param request - GetTemplateParameterConstraintsRequest
705
795
  * @param runtime - runtime options for this request RuntimeOptions
@@ -707,7 +797,7 @@ export default class Client extends OpenApi {
707
797
  */
708
798
  getTemplateParameterConstraintsWithOptions(request: $_model.GetTemplateParameterConstraintsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTemplateParameterConstraintsResponse>;
709
799
  /**
710
- * 获取参数可用值
800
+ * Obtains available values of parameters.
711
801
  *
712
802
  * @param request - GetTemplateParameterConstraintsRequest
713
803
  * @returns GetTemplateParameterConstraintsResponse
@@ -758,6 +848,31 @@ export default class Client extends OpenApi {
758
848
  * @returns ListApplicationsResponse
759
849
  */
760
850
  listApplications(request: $_model.ListApplicationsRequest): Promise<$_model.ListApplicationsResponse>;
851
+ /**
852
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
853
+ *
854
+ * @remarks
855
+ * ## 请求说明
856
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
857
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
858
+ *
859
+ * @param request - ListChatConfigurationsRequest
860
+ * @param runtime - runtime options for this request RuntimeOptions
861
+ * @returns ListChatConfigurationsResponse
862
+ */
863
+ listChatConfigurationsWithOptions(request: $_model.ListChatConfigurationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListChatConfigurationsResponse>;
864
+ /**
865
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
866
+ *
867
+ * @remarks
868
+ * ## 请求说明
869
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
870
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
871
+ *
872
+ * @param request - ListChatConfigurationsRequest
873
+ * @returns ListChatConfigurationsResponse
874
+ */
875
+ listChatConfigurations(request: $_model.ListChatConfigurationsRequest): Promise<$_model.ListChatConfigurationsResponse>;
761
876
  /**
762
877
  * Queries the logs of an execution.
763
878
  *
@@ -915,7 +1030,7 @@ export default class Client extends OpenApi {
915
1030
  */
916
1031
  listInstancePatchStates(request: $_model.ListInstancePatchStatesRequest): Promise<$_model.ListInstancePatchStatesResponse>;
917
1032
  /**
918
- * Queries the information about the patches of an instance.
1033
+ * Queries the patches of an instance.
919
1034
  *
920
1035
  * @param request - ListInstancePatchesRequest
921
1036
  * @param runtime - runtime options for this request RuntimeOptions
@@ -923,7 +1038,7 @@ export default class Client extends OpenApi {
923
1038
  */
924
1039
  listInstancePatchesWithOptions(request: $_model.ListInstancePatchesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstancePatchesResponse>;
925
1040
  /**
926
- * Queries the information about the patches of an instance.
1041
+ * Queries the patches of an instance.
927
1042
  *
928
1043
  * @param request - ListInstancePatchesRequest
929
1044
  * @returns ListInstancePatchesResponse
@@ -945,7 +1060,7 @@ export default class Client extends OpenApi {
945
1060
  */
946
1061
  listInventoryEntries(request: $_model.ListInventoryEntriesRequest): Promise<$_model.ListInventoryEntriesResponse>;
947
1062
  /**
948
- * Queries O\\&M items.
1063
+ * Queries O\\\\\\&M items.
949
1064
  *
950
1065
  * @param tmpReq - ListOpsItemsRequest
951
1066
  * @param runtime - runtime options for this request RuntimeOptions
@@ -953,7 +1068,7 @@ export default class Client extends OpenApi {
953
1068
  */
954
1069
  listOpsItemsWithOptions(tmpReq: $_model.ListOpsItemsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOpsItemsResponse>;
955
1070
  /**
956
- * Queries O\\&M items.
1071
+ * Queries O\\\\\\&M items.
957
1072
  *
958
1073
  * @param request - ListOpsItemsRequest
959
1074
  * @returns ListOpsItemsResponse
@@ -1005,7 +1120,7 @@ export default class Client extends OpenApi {
1005
1120
  */
1006
1121
  listPatchBaselines(request: $_model.ListPatchBaselinesRequest): Promise<$_model.ListPatchBaselinesResponse>;
1007
1122
  /**
1008
- * Queries the information about a scheduled execution that involves O&M operations on Elastic Compute Service (ECS) instances.
1123
+ * Queries the information about a scheduled execution that involves O\\&M operations on Elastic Compute Service (ECS) instances.
1009
1124
  *
1010
1125
  * @param request - ListResourceExecutionStatusRequest
1011
1126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1013,7 +1128,7 @@ export default class Client extends OpenApi {
1013
1128
  */
1014
1129
  listResourceExecutionStatusWithOptions(request: $_model.ListResourceExecutionStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceExecutionStatusResponse>;
1015
1130
  /**
1016
- * Queries the information about a scheduled execution that involves O&M operations on Elastic Compute Service (ECS) instances.
1131
+ * Queries the information about a scheduled execution that involves O\\&M operations on Elastic Compute Service (ECS) instances.
1017
1132
  *
1018
1133
  * @param request - ListResourceExecutionStatusRequest
1019
1134
  * @returns ListResourceExecutionStatusResponse
@@ -1115,6 +1230,21 @@ export default class Client extends OpenApi {
1115
1230
  * @returns ListTagValuesResponse
1116
1231
  */
1117
1232
  listTagValues(request: $_model.ListTagValuesRequest): Promise<$_model.ListTagValuesResponse>;
1233
+ /**
1234
+ * 用于获取任务执行内部的云助手脚本执行ID
1235
+ *
1236
+ * @param request - ListTaskExecutionInvocationsRequest
1237
+ * @param runtime - runtime options for this request RuntimeOptions
1238
+ * @returns ListTaskExecutionInvocationsResponse
1239
+ */
1240
+ listTaskExecutionInvocationsWithOptions(request: $_model.ListTaskExecutionInvocationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTaskExecutionInvocationsResponse>;
1241
+ /**
1242
+ * 用于获取任务执行内部的云助手脚本执行ID
1243
+ *
1244
+ * @param request - ListTaskExecutionInvocationsRequest
1245
+ * @returns ListTaskExecutionInvocationsResponse
1246
+ */
1247
+ listTaskExecutionInvocations(request: $_model.ListTaskExecutionInvocationsRequest): Promise<$_model.ListTaskExecutionInvocationsResponse>;
1118
1248
  /**
1119
1249
  * Queries task executions. Multiple methods are supported to filter task executions.
1120
1250
  *
@@ -1131,7 +1261,7 @@ export default class Client extends OpenApi {
1131
1261
  */
1132
1262
  listTaskExecutions(request: $_model.ListTaskExecutionsRequest): Promise<$_model.ListTaskExecutionsResponse>;
1133
1263
  /**
1134
- * Queries a list of versions of a template.
1264
+ * Queries the versions of a template.
1135
1265
  *
1136
1266
  * @param request - ListTemplateVersionsRequest
1137
1267
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1139,7 +1269,7 @@ export default class Client extends OpenApi {
1139
1269
  */
1140
1270
  listTemplateVersionsWithOptions(request: $_model.ListTemplateVersionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTemplateVersionsResponse>;
1141
1271
  /**
1142
- * Queries a list of versions of a template.
1272
+ * Queries the versions of a template.
1143
1273
  *
1144
1274
  * @param request - ListTemplateVersionsRequest
1145
1275
  * @returns ListTemplateVersionsResponse
@@ -1218,15 +1348,15 @@ export default class Client extends OpenApi {
1218
1348
  */
1219
1349
  searchInventory(request: $_model.SearchInventoryRequest): Promise<$_model.SearchInventoryResponse>;
1220
1350
  /**
1221
- * Enables or disables the feature of delivering template execution records and sets the storage location.
1351
+ * Enables or disables the feature of delivering template execution records and sets the storage location and organization ID.
1222
1352
  *
1223
- * @param request - SetServiceSettingsRequest
1353
+ * @param tmpReq - SetServiceSettingsRequest
1224
1354
  * @param runtime - runtime options for this request RuntimeOptions
1225
1355
  * @returns SetServiceSettingsResponse
1226
1356
  */
1227
- setServiceSettingsWithOptions(request: $_model.SetServiceSettingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetServiceSettingsResponse>;
1357
+ setServiceSettingsWithOptions(tmpReq: $_model.SetServiceSettingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetServiceSettingsResponse>;
1228
1358
  /**
1229
- * Enables or disables the feature of delivering template execution records and sets the storage location.
1359
+ * Enables or disables the feature of delivering template execution records and sets the storage location and organization ID.
1230
1360
  *
1231
1361
  * @param request - SetServiceSettingsRequest
1232
1362
  * @returns SetServiceSettingsResponse
@@ -1338,7 +1468,32 @@ export default class Client extends OpenApi {
1338
1468
  */
1339
1469
  updateApplicationGroup(request: $_model.UpdateApplicationGroupRequest): Promise<$_model.UpdateApplicationGroupResponse>;
1340
1470
  /**
1341
- * Update executions that are in Running or Waiting status.
1471
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
1472
+ *
1473
+ * @remarks
1474
+ * ## 请求说明
1475
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
1476
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
1477
+ *
1478
+ * @param request - UpdateChatConfigurationRequest
1479
+ * @param runtime - runtime options for this request RuntimeOptions
1480
+ * @returns UpdateChatConfigurationResponse
1481
+ */
1482
+ updateChatConfigurationWithOptions(request: $_model.UpdateChatConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateChatConfigurationResponse>;
1483
+ /**
1484
+ * 用于创建、更新、查询和删除聊天配置,支持钉钉等平台。
1485
+ *
1486
+ * @remarks
1487
+ * ## 请求说明
1488
+ * 该API主要用于管理和配置与钉钉等即时通讯工具集成的聊天机器人设置,包括但不限于创建新的聊天配置、更新现有配置、获取特定配置详情以及删除不再需要的配置。通过此API,可以实现对不同用户或用户组权限的精细化控制,并能够指定具体的RAM角色来执行相关操作。此外,还支持为每个配置添加标签以便于管理和分类。
1489
+ * 特别注意的是,在调用此API时,需确保提供的`RegionId`、`ConversationId`以及请求体中的各项参数准确无误,尤其是涉及到安全敏感信息如`ClientId`、`ClientSecret`等字段时更应谨慎处理,避免泄露给非授权方。
1490
+ *
1491
+ * @param request - UpdateChatConfigurationRequest
1492
+ * @returns UpdateChatConfigurationResponse
1493
+ */
1494
+ updateChatConfiguration(request: $_model.UpdateChatConfigurationRequest): Promise<$_model.UpdateChatConfigurationResponse>;
1495
+ /**
1496
+ * Updates an execution in the Running or Waiting state.
1342
1497
  *
1343
1498
  * @param request - UpdateExecutionRequest
1344
1499
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1346,7 +1501,7 @@ export default class Client extends OpenApi {
1346
1501
  */
1347
1502
  updateExecutionWithOptions(request: $_model.UpdateExecutionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateExecutionResponse>;
1348
1503
  /**
1349
- * Update executions that are in Running or Waiting status.
1504
+ * Updates an execution in the Running or Waiting state.
1350
1505
  *
1351
1506
  * @param request - UpdateExecutionRequest
1352
1507
  * @returns UpdateExecutionResponse
@@ -1368,7 +1523,7 @@ export default class Client extends OpenApi {
1368
1523
  */
1369
1524
  updateInstancePackageState(request: $_model.UpdateInstancePackageStateRequest): Promise<$_model.UpdateInstancePackageStateResponse>;
1370
1525
  /**
1371
- * Modifies an O\\\\\\\\\\\\&M item.
1526
+ * Modifies an O\\\\\\\\\\\\\\\\\\\\&M item.
1372
1527
  *
1373
1528
  * @param tmpReq - UpdateOpsItemRequest
1374
1529
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1376,7 +1531,7 @@ export default class Client extends OpenApi {
1376
1531
  */
1377
1532
  updateOpsItemWithOptions(tmpReq: $_model.UpdateOpsItemRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateOpsItemResponse>;
1378
1533
  /**
1379
- * Modifies an O\\\\\\\\\\\\&M item.
1534
+ * Modifies an O\\\\\\\\\\\\\\\\\\\\&M item.
1380
1535
  *
1381
1536
  * @param request - UpdateOpsItemRequest
1382
1537
  * @returns UpdateOpsItemResponse
@@ -1413,7 +1568,7 @@ export default class Client extends OpenApi {
1413
1568
  */
1414
1569
  updatePatchBaseline(request: $_model.UpdatePatchBaselineRequest): Promise<$_model.UpdatePatchBaselineResponse>;
1415
1570
  /**
1416
- * Updates an encryption parameter.
1571
+ * Updates an encryption parameter. Make sure that you have the permissions to call the UpdateSecretValue operation of Key Management Service (KMS) before you call this operation.
1417
1572
  *
1418
1573
  * @param tmpReq - UpdateSecretParameterRequest
1419
1574
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1421,7 +1576,7 @@ export default class Client extends OpenApi {
1421
1576
  */
1422
1577
  updateSecretParameterWithOptions(tmpReq: $_model.UpdateSecretParameterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateSecretParameterResponse>;
1423
1578
  /**
1424
- * Updates an encryption parameter.
1579
+ * Updates an encryption parameter. Make sure that you have the permissions to call the UpdateSecretValue operation of Key Management Service (KMS) before you call this operation.
1425
1580
  *
1426
1581
  * @param request - UpdateSecretParameterRequest
1427
1582
  * @returns UpdateSecretParameterResponse
@@ -1457,6 +1612,21 @@ export default class Client extends OpenApi {
1457
1612
  * @returns UpdateTemplateResponse
1458
1613
  */
1459
1614
  updateTemplate(request: $_model.UpdateTemplateRequest): Promise<$_model.UpdateTemplateResponse>;
1615
+ /**
1616
+ * 更新模板属性
1617
+ *
1618
+ * @param request - UpdateTemplateAttributesRequest
1619
+ * @param runtime - runtime options for this request RuntimeOptions
1620
+ * @returns UpdateTemplateAttributesResponse
1621
+ */
1622
+ updateTemplateAttributesWithOptions(request: $_model.UpdateTemplateAttributesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTemplateAttributesResponse>;
1623
+ /**
1624
+ * 更新模板属性
1625
+ *
1626
+ * @param request - UpdateTemplateAttributesRequest
1627
+ * @returns UpdateTemplateAttributesResponse
1628
+ */
1629
+ updateTemplateAttributes(request: $_model.UpdateTemplateAttributesRequest): Promise<$_model.UpdateTemplateAttributesResponse>;
1460
1630
  /**
1461
1631
  * Check whether a template is valid.
1462
1632
  *