@alicloud/agentcore20260804 1.2.0 → 1.2.2

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 (169) hide show
  1. package/dist/client.d.ts +66 -50
  2. package/dist/client.js +78 -50
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BatchDeleteModelsRequest.d.ts +9 -0
  5. package/dist/models/BatchDeleteModelsRequest.js.map +1 -1
  6. package/dist/models/BatchDeleteModelsResponseBody.d.ts +27 -0
  7. package/dist/models/BatchDeleteModelsResponseBody.js.map +1 -1
  8. package/dist/models/BatchDeleteModelsShrinkRequest.d.ts +7 -0
  9. package/dist/models/BatchDeleteModelsShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateCredentialRequest.d.ts +18 -2
  11. package/dist/models/CreateCredentialRequest.js.map +1 -1
  12. package/dist/models/CreateCredentialResponseBody.d.ts +48 -1
  13. package/dist/models/CreateCredentialResponseBody.js.map +1 -1
  14. package/dist/models/CreateCredentialShrinkRequest.d.ts +8 -1
  15. package/dist/models/CreateCredentialShrinkRequest.js.map +1 -1
  16. package/dist/models/CreateModelConnectionRequest.d.ts +21 -0
  17. package/dist/models/CreateModelConnectionRequest.js.map +1 -1
  18. package/dist/models/CreateModelConnectionResponseBody.d.ts +60 -0
  19. package/dist/models/CreateModelConnectionResponseBody.js.map +1 -1
  20. package/dist/models/CreateModelConnectionShrinkRequest.d.ts +7 -0
  21. package/dist/models/CreateModelConnectionShrinkRequest.js.map +1 -1
  22. package/dist/models/CreateTeamRequest.d.ts +40 -2
  23. package/dist/models/CreateTeamRequest.js.map +1 -1
  24. package/dist/models/CreateTeamResponseBody.d.ts +76 -1
  25. package/dist/models/CreateTeamResponseBody.js.map +1 -1
  26. package/dist/models/CreateTeamShrinkRequest.d.ts +8 -1
  27. package/dist/models/CreateTeamShrinkRequest.js.map +1 -1
  28. package/dist/models/CreateUserRequest.d.ts +23 -3
  29. package/dist/models/CreateUserRequest.js.map +1 -1
  30. package/dist/models/CreateUserResponseBody.d.ts +58 -2
  31. package/dist/models/CreateUserResponseBody.js.map +1 -1
  32. package/dist/models/CreateUserShrinkRequest.d.ts +8 -1
  33. package/dist/models/CreateUserShrinkRequest.js.map +1 -1
  34. package/dist/models/DebugModelRequest.d.ts +6 -0
  35. package/dist/models/DebugModelRequest.js.map +1 -1
  36. package/dist/models/DebugModelResponseBody.d.ts +45 -3
  37. package/dist/models/DebugModelResponseBody.js.map +1 -1
  38. package/dist/models/DebugModelShrinkRequest.d.ts +4 -0
  39. package/dist/models/DebugModelShrinkRequest.js.map +1 -1
  40. package/dist/models/DeleteCredentialRequest.d.ts +4 -1
  41. package/dist/models/DeleteCredentialRequest.js.map +1 -1
  42. package/dist/models/DeleteCredentialResponseBody.d.ts +29 -0
  43. package/dist/models/DeleteCredentialResponseBody.js.map +1 -1
  44. package/dist/models/DeleteModelConnectionRequest.d.ts +3 -0
  45. package/dist/models/DeleteModelConnectionRequest.js.map +1 -1
  46. package/dist/models/DeleteModelConnectionResponseBody.d.ts +26 -0
  47. package/dist/models/DeleteModelConnectionResponseBody.js.map +1 -1
  48. package/dist/models/DeleteModelRequest.d.ts +3 -0
  49. package/dist/models/DeleteModelRequest.js.map +1 -1
  50. package/dist/models/DeleteModelResponseBody.d.ts +26 -0
  51. package/dist/models/DeleteModelResponseBody.js.map +1 -1
  52. package/dist/models/DeleteTeamRequest.d.ts +4 -1
  53. package/dist/models/DeleteTeamRequest.js.map +1 -1
  54. package/dist/models/DeleteTeamResponseBody.d.ts +38 -0
  55. package/dist/models/DeleteTeamResponseBody.js.map +1 -1
  56. package/dist/models/DeleteUserRequest.d.ts +4 -1
  57. package/dist/models/DeleteUserRequest.js.map +1 -1
  58. package/dist/models/DeleteUserResponseBody.d.ts +29 -0
  59. package/dist/models/DeleteUserResponseBody.js.map +1 -1
  60. package/dist/models/GetCredentialResponseBody.d.ts +58 -1
  61. package/dist/models/GetCredentialResponseBody.js.map +1 -1
  62. package/dist/models/GetModelConnectionResponseBody.d.ts +67 -0
  63. package/dist/models/GetModelConnectionResponseBody.js.map +1 -1
  64. package/dist/models/GetTeamResponseBody.d.ts +131 -4
  65. package/dist/models/GetTeamResponseBody.js.map +1 -1
  66. package/dist/models/GetUserResponseBody.d.ts +55 -2
  67. package/dist/models/GetUserResponseBody.js.map +1 -1
  68. package/dist/models/ListCredentialsRequest.d.ts +20 -0
  69. package/dist/models/ListCredentialsRequest.js +2 -0
  70. package/dist/models/ListCredentialsRequest.js.map +1 -1
  71. package/dist/models/ListCredentialsResponseBody.d.ts +60 -1
  72. package/dist/models/ListCredentialsResponseBody.js.map +1 -1
  73. package/dist/models/ListMcpsRequest.d.ts +21 -1
  74. package/dist/models/ListMcpsRequest.js +4 -0
  75. package/dist/models/ListMcpsRequest.js.map +1 -1
  76. package/dist/models/ListMcpsResponseBody.d.ts +1 -1
  77. package/dist/models/ListModelConnectionsRequest.d.ts +30 -0
  78. package/dist/models/ListModelConnectionsRequest.js +2 -0
  79. package/dist/models/ListModelConnectionsRequest.js.map +1 -1
  80. package/dist/models/ListModelConnectionsResponseBody.d.ts +79 -0
  81. package/dist/models/ListModelConnectionsResponseBody.js.map +1 -1
  82. package/dist/models/ListTeamsRequest.d.ts +9 -0
  83. package/dist/models/ListTeamsRequest.js.map +1 -1
  84. package/dist/models/ListTeamsResponseBody.d.ts +89 -1
  85. package/dist/models/ListTeamsResponseBody.js.map +1 -1
  86. package/dist/models/ResetUserPasswordRequest.d.ts +13 -0
  87. package/dist/models/ResetUserPasswordRequest.js.map +1 -1
  88. package/dist/models/ResetUserPasswordResponseBody.d.ts +29 -0
  89. package/dist/models/ResetUserPasswordResponseBody.js.map +1 -1
  90. package/dist/models/ResetUserPasswordShrinkRequest.d.ts +4 -0
  91. package/dist/models/ResetUserPasswordShrinkRequest.js.map +1 -1
  92. package/dist/models/UpdateCredentialRequest.d.ts +15 -2
  93. package/dist/models/UpdateCredentialRequest.js.map +1 -1
  94. package/dist/models/UpdateCredentialResponseBody.d.ts +48 -1
  95. package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
  96. package/dist/models/UpdateCredentialShrinkRequest.d.ts +8 -1
  97. package/dist/models/UpdateCredentialShrinkRequest.js.map +1 -1
  98. package/dist/models/UpdateModelRequest.d.ts +3 -3
  99. package/dist/models/UpdateModelResponseBody.d.ts +7 -7
  100. package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
  101. package/dist/models/UpdateTeamRequest.d.ts +32 -2
  102. package/dist/models/UpdateTeamRequest.js.map +1 -1
  103. package/dist/models/UpdateTeamResponseBody.d.ts +62 -1
  104. package/dist/models/UpdateTeamResponseBody.js.map +1 -1
  105. package/dist/models/UpdateTeamShrinkRequest.d.ts +8 -1
  106. package/dist/models/UpdateTeamShrinkRequest.js.map +1 -1
  107. package/dist/models/UpdateUserRequest.d.ts +19 -3
  108. package/dist/models/UpdateUserRequest.js.map +1 -1
  109. package/dist/models/UpdateUserResponseBody.d.ts +55 -2
  110. package/dist/models/UpdateUserResponseBody.js.map +1 -1
  111. package/dist/models/UpdateUserShrinkRequest.d.ts +8 -1
  112. package/dist/models/UpdateUserShrinkRequest.js.map +1 -1
  113. package/package.json +1 -1
  114. package/src/client.ts +82 -50
  115. package/src/models/BatchDeleteModelsRequest.ts +9 -0
  116. package/src/models/BatchDeleteModelsResponseBody.ts +27 -0
  117. package/src/models/BatchDeleteModelsShrinkRequest.ts +7 -0
  118. package/src/models/CreateCredentialRequest.ts +18 -2
  119. package/src/models/CreateCredentialResponseBody.ts +48 -1
  120. package/src/models/CreateCredentialShrinkRequest.ts +8 -1
  121. package/src/models/CreateModelConnectionRequest.ts +21 -0
  122. package/src/models/CreateModelConnectionResponseBody.ts +60 -0
  123. package/src/models/CreateModelConnectionShrinkRequest.ts +7 -0
  124. package/src/models/CreateTeamRequest.ts +40 -2
  125. package/src/models/CreateTeamResponseBody.ts +76 -1
  126. package/src/models/CreateTeamShrinkRequest.ts +8 -1
  127. package/src/models/CreateUserRequest.ts +23 -3
  128. package/src/models/CreateUserResponseBody.ts +58 -2
  129. package/src/models/CreateUserShrinkRequest.ts +8 -1
  130. package/src/models/DebugModelRequest.ts +6 -0
  131. package/src/models/DebugModelResponseBody.ts +45 -3
  132. package/src/models/DebugModelShrinkRequest.ts +4 -0
  133. package/src/models/DeleteCredentialRequest.ts +4 -1
  134. package/src/models/DeleteCredentialResponseBody.ts +29 -0
  135. package/src/models/DeleteModelConnectionRequest.ts +3 -0
  136. package/src/models/DeleteModelConnectionResponseBody.ts +26 -0
  137. package/src/models/DeleteModelRequest.ts +3 -0
  138. package/src/models/DeleteModelResponseBody.ts +26 -0
  139. package/src/models/DeleteTeamRequest.ts +4 -1
  140. package/src/models/DeleteTeamResponseBody.ts +38 -0
  141. package/src/models/DeleteUserRequest.ts +4 -1
  142. package/src/models/DeleteUserResponseBody.ts +29 -0
  143. package/src/models/GetCredentialResponseBody.ts +58 -1
  144. package/src/models/GetModelConnectionResponseBody.ts +67 -0
  145. package/src/models/GetTeamResponseBody.ts +131 -4
  146. package/src/models/GetUserResponseBody.ts +55 -2
  147. package/src/models/ListCredentialsRequest.ts +22 -0
  148. package/src/models/ListCredentialsResponseBody.ts +60 -1
  149. package/src/models/ListMcpsRequest.ts +25 -1
  150. package/src/models/ListMcpsResponseBody.ts +1 -1
  151. package/src/models/ListModelConnectionsRequest.ts +32 -0
  152. package/src/models/ListModelConnectionsResponseBody.ts +79 -0
  153. package/src/models/ListTeamsRequest.ts +9 -0
  154. package/src/models/ListTeamsResponseBody.ts +89 -1
  155. package/src/models/ResetUserPasswordRequest.ts +13 -0
  156. package/src/models/ResetUserPasswordResponseBody.ts +29 -0
  157. package/src/models/ResetUserPasswordShrinkRequest.ts +4 -0
  158. package/src/models/UpdateCredentialRequest.ts +15 -2
  159. package/src/models/UpdateCredentialResponseBody.ts +48 -1
  160. package/src/models/UpdateCredentialShrinkRequest.ts +8 -1
  161. package/src/models/UpdateModelRequest.ts +3 -3
  162. package/src/models/UpdateModelResponseBody.ts +7 -7
  163. package/src/models/UpdateModelShrinkRequest.ts +2 -2
  164. package/src/models/UpdateTeamRequest.ts +32 -2
  165. package/src/models/UpdateTeamResponseBody.ts +62 -1
  166. package/src/models/UpdateTeamShrinkRequest.ts +8 -1
  167. package/src/models/UpdateUserRequest.ts +19 -3
  168. package/src/models/UpdateUserResponseBody.ts +55 -2
  169. package/src/models/UpdateUserShrinkRequest.ts +8 -1
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * 批量删除模型
12
+ * Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
13
13
  *
14
14
  * @param tmpReq - BatchDeleteModelsRequest
15
15
  * @param headers - map
@@ -20,7 +20,7 @@ export default class Client extends OpenApi {
20
20
  [key: string]: string;
21
21
  }, runtime: $dara.RuntimeOptions): Promise<$_model.BatchDeleteModelsResponse>;
22
22
  /**
23
- * 批量删除模型
23
+ * Deletes models in a specified workspace in batches. If any model is in use, the entire batch request fails.
24
24
  *
25
25
  * @param request - BatchDeleteModelsRequest
26
26
  * @returns BatchDeleteModelsResponse
@@ -129,7 +129,7 @@ export default class Client extends OpenApi {
129
129
  */
130
130
  createAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.CreateAgentSpecVersionRequest): Promise<$_model.CreateAgentSpecVersionResponse>;
131
131
  /**
132
- * 创建凭证
132
+ * Creates a credential in a specified workspace for agent authentication when accessing external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
133
133
  *
134
134
  * @param tmpReq - CreateCredentialRequest
135
135
  * @param headers - map
@@ -140,7 +140,7 @@ export default class Client extends OpenApi {
140
140
  [key: string]: string;
141
141
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCredentialResponse>;
142
142
  /**
143
- * 创建凭证
143
+ * Creates a credential in a specified workspace for agent authentication when accessing external services. Currently, only the apiKey type is supported. The credential content is passed in as a JSON string through credentialMetadata and can only be queried in masked form after being written.
144
144
  *
145
145
  * @param request - CreateCredentialRequest
146
146
  * @returns CreateCredentialResponse
@@ -275,7 +275,7 @@ export default class Client extends OpenApi {
275
275
  */
276
276
  createModel(workspaceId: string, request: $_model.CreateModelRequest): Promise<$_model.CreateModelResponse>;
277
277
  /**
278
- * 创建模型连接
278
+ * Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
279
279
  *
280
280
  * @param tmpReq - CreateModelConnectionRequest
281
281
  * @param headers - map
@@ -286,7 +286,7 @@ export default class Client extends OpenApi {
286
286
  [key: string]: string;
287
287
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelConnectionResponse>;
288
288
  /**
289
- * 创建模型连接
289
+ * Creates a model connection in a specified workspace and configures the upstream model service address, invoke protocol, and access credentials.
290
290
  *
291
291
  * @param request - CreateModelConnectionRequest
292
292
  * @returns CreateModelConnectionResponse
@@ -319,7 +319,7 @@ export default class Client extends OpenApi {
319
319
  */
320
320
  createSkillDraft(workspaceId: string, request: $_model.CreateSkillDraftRequest): Promise<$_model.CreateSkillDraftResponse>;
321
321
  /**
322
- * 创建团队
322
+ * Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
323
323
  *
324
324
  * @param tmpReq - CreateTeamRequest
325
325
  * @param headers - map
@@ -330,14 +330,14 @@ export default class Client extends OpenApi {
330
330
  [key: string]: string;
331
331
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateTeamResponse>;
332
332
  /**
333
- * 创建团队
333
+ * Creates a team in a specified workspace and sets user members and agent members at the same time. The user members must include exactly one member with the ADMIN role. Agent members can only have the LEADER or WORKER role.
334
334
  *
335
335
  * @param request - CreateTeamRequest
336
336
  * @returns CreateTeamResponse
337
337
  */
338
338
  createTeam(workspaceId: string, request: $_model.CreateTeamRequest): Promise<$_model.CreateTeamResponse>;
339
339
  /**
340
- * 创建用户
340
+ * Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
341
341
  *
342
342
  * @param tmpReq - CreateUserRequest
343
343
  * @param headers - map
@@ -348,7 +348,7 @@ export default class Client extends OpenApi {
348
348
  [key: string]: string;
349
349
  }, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUserResponse>;
350
350
  /**
351
- * 创建用户
351
+ * Creates a user in a specified workspace. The username must be unique within the workspace and can contain only lowercase letters, digits, and hyphens. Reserved names such as manager, admin, or names starting with worker- cannot be used. If password is not specified, the server generates an initial password and returns it in the initialPassword field of the response.
352
352
  *
353
353
  * @param request - CreateUserRequest
354
354
  * @returns CreateUserResponse
@@ -379,7 +379,7 @@ export default class Client extends OpenApi {
379
379
  */
380
380
  createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
381
381
  /**
382
- * 调试模型
382
+ * Calls a specified model through a published model connection to verify whether the model call chain is available.
383
383
  *
384
384
  * @param tmpReq - DebugModelRequest
385
385
  * @param headers - map
@@ -390,7 +390,7 @@ export default class Client extends OpenApi {
390
390
  [key: string]: string;
391
391
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DebugModelResponse>;
392
392
  /**
393
- * 调试模型
393
+ * Calls a specified model through a published model connection to verify whether the model call chain is available.
394
394
  *
395
395
  * @param request - DebugModelRequest
396
396
  * @returns DebugModelResponse
@@ -473,7 +473,7 @@ export default class Client extends OpenApi {
473
473
  */
474
474
  deleteAgentSpecVersion(workspaceId: string, agentSpecName: string, request: $_model.DeleteAgentSpecVersionRequest): Promise<$_model.DeleteAgentSpecVersionResponse>;
475
475
  /**
476
- * 删除凭证
476
+ * Deletes a credential from the specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
477
477
  *
478
478
  * @param request - DeleteCredentialRequest
479
479
  * @param headers - map
@@ -484,7 +484,7 @@ export default class Client extends OpenApi {
484
484
  [key: string]: string;
485
485
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCredentialResponse>;
486
486
  /**
487
- * 删除凭证
487
+ * Deletes a credential from the specified workspace and removes the ciphertext hosted in the credential service. After deletion, agents that are bound to this credential can no longer retrieve the credential content.
488
488
  *
489
489
  * @param request - DeleteCredentialRequest
490
490
  * @returns DeleteCredentialResponse
@@ -577,7 +577,7 @@ export default class Client extends OpenApi {
577
577
  */
578
578
  deleteMcp(mcpServerId: string, workspaceId: string, request: $_model.DeleteMcpRequest): Promise<$_model.DeleteMcpResponse>;
579
579
  /**
580
- * 删除模型
580
+ * Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
581
581
  *
582
582
  * @param request - DeleteModelRequest
583
583
  * @param headers - map
@@ -588,14 +588,14 @@ export default class Client extends OpenApi {
588
588
  [key: string]: string;
589
589
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelResponse>;
590
590
  /**
591
- * 删除模型
591
+ * Deletes a model from a specified workspace. Models that are currently in use cannot be deleted.
592
592
  *
593
593
  * @param request - DeleteModelRequest
594
594
  * @returns DeleteModelResponse
595
595
  */
596
596
  deleteModel(workspaceId: string, modelId: string, request: $_model.DeleteModelRequest): Promise<$_model.DeleteModelResponse>;
597
597
  /**
598
- * 删除模型连接
598
+ * Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
599
599
  *
600
600
  * @param request - DeleteModelConnectionRequest
601
601
  * @param headers - map
@@ -606,7 +606,7 @@ export default class Client extends OpenApi {
606
606
  [key: string]: string;
607
607
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteModelConnectionResponse>;
608
608
  /**
609
- * 删除模型连接
609
+ * Submits an asynchronous deletion task for a specified model connection. The connection cannot be deleted if it has associated models or runtime references.
610
610
  *
611
611
  * @param request - DeleteModelConnectionRequest
612
612
  * @returns DeleteModelConnectionResponse
@@ -665,7 +665,7 @@ export default class Client extends OpenApi {
665
665
  */
666
666
  deleteSkillDraft(workspaceId: string, skillName: string, request: $_model.DeleteSkillDraftRequest): Promise<$_model.DeleteSkillDraftResponse>;
667
667
  /**
668
- * 删除团队
668
+ * Deletes a team in the specified workspace. Deleting a team does not delete the users or agents in the team. It only dissociates the member relationships.
669
669
  *
670
670
  * @param request - DeleteTeamRequest
671
671
  * @param headers - map
@@ -676,14 +676,14 @@ export default class Client extends OpenApi {
676
676
  [key: string]: string;
677
677
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteTeamResponse>;
678
678
  /**
679
- * 删除团队
679
+ * Deletes a team in the specified workspace. Deleting a team does not delete the users or agents in the team. It only dissociates the member relationships.
680
680
  *
681
681
  * @param request - DeleteTeamRequest
682
682
  * @returns DeleteTeamResponse
683
683
  */
684
684
  deleteTeam(workspaceId: string, teamId: string, request: $_model.DeleteTeamRequest): Promise<$_model.DeleteTeamResponse>;
685
685
  /**
686
- * 删除用户
686
+ * Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
687
687
  *
688
688
  * @param request - DeleteUserRequest
689
689
  * @param headers - map
@@ -694,7 +694,7 @@ export default class Client extends OpenApi {
694
694
  [key: string]: string;
695
695
  }, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUserResponse>;
696
696
  /**
697
- * 删除用户
697
+ * Deletes a user from a specified workspace. A user cannot be deleted while the user is still a member of any team. Remove the user from all teams before deleting the user.
698
698
  *
699
699
  * @param request - DeleteUserRequest
700
700
  * @returns DeleteUserResponse
@@ -931,7 +931,7 @@ export default class Client extends OpenApi {
931
931
  */
932
932
  getAgentSpecVersion(workspaceId: string, agentSpecName: string, agentSpecVersion: string, request: $_model.GetAgentSpecVersionRequest): Promise<$_model.GetAgentSpecVersionResponse>;
933
933
  /**
934
- * 查询凭证
934
+ * Queries the details of a specified credential and returns the list of agents that are bound to the credential. The credential content is returned in masked form.
935
935
  *
936
936
  * @param request - GetCredentialRequest
937
937
  * @param headers - map
@@ -942,7 +942,7 @@ export default class Client extends OpenApi {
942
942
  [key: string]: string;
943
943
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
944
944
  /**
945
- * 查询凭证
945
+ * Queries the details of a specified credential and returns the list of agents that are bound to the credential. The credential content is returned in masked form.
946
946
  *
947
947
  * @param request - GetCredentialRequest
948
948
  * @returns GetCredentialResponse
@@ -1077,7 +1077,7 @@ export default class Client extends OpenApi {
1077
1077
  */
1078
1078
  getModel(workspaceId: string, modelId: string, request: $_model.GetModelRequest): Promise<$_model.GetModelResponse>;
1079
1079
  /**
1080
- * 查询模型连接
1080
+ * Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
1081
1081
  *
1082
1082
  * @param request - GetModelConnectionRequest
1083
1083
  * @param headers - map
@@ -1088,7 +1088,7 @@ export default class Client extends OpenApi {
1088
1088
  [key: string]: string;
1089
1089
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetModelConnectionResponse>;
1090
1090
  /**
1091
- * 查询模型连接
1091
+ * Queries the detailed configuration, credential configuration status, publish status, and region of a specified model connection.
1092
1092
  *
1093
1093
  * @param request - GetModelConnectionRequest
1094
1094
  * @returns GetModelConnectionResponse
@@ -1221,7 +1221,7 @@ export default class Client extends OpenApi {
1221
1221
  */
1222
1222
  getSkillVersionDetail(workspaceId: string, skillName: string, skillVersion: string, request: $_model.GetSkillVersionDetailRequest): Promise<$_model.GetSkillVersionDetailResponse>;
1223
1223
  /**
1224
- * 查询团队
1224
+ * Queries the details of a specified team. The response includes the complete properties and team roles of each user member and agent member in the team.
1225
1225
  *
1226
1226
  * @param request - GetTeamRequest
1227
1227
  * @param headers - map
@@ -1232,14 +1232,14 @@ export default class Client extends OpenApi {
1232
1232
  [key: string]: string;
1233
1233
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetTeamResponse>;
1234
1234
  /**
1235
- * 查询团队
1235
+ * Queries the details of a specified team. The response includes the complete properties and team roles of each user member and agent member in the team.
1236
1236
  *
1237
1237
  * @param request - GetTeamRequest
1238
1238
  * @returns GetTeamResponse
1239
1239
  */
1240
1240
  getTeam(workspaceId: string, teamId: string, request: $_model.GetTeamRequest): Promise<$_model.GetTeamResponse>;
1241
1241
  /**
1242
- * 查询用户
1242
+ * Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
1243
1243
  *
1244
1244
  * @param request - GetUserRequest
1245
1245
  * @param headers - map
@@ -1250,7 +1250,7 @@ export default class Client extends OpenApi {
1250
1250
  [key: string]: string;
1251
1251
  }, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
1252
1252
  /**
1253
- * 查询用户
1253
+ * Queries the details of a specified user in a workspace. Returns an error if the user does not exist.
1254
1254
  *
1255
1255
  * @param request - GetUserRequest
1256
1256
  * @returns GetUserResponse
@@ -1397,7 +1397,7 @@ export default class Client extends OpenApi {
1397
1397
  */
1398
1398
  listAgentTeams(workspaceId: string, request: $_model.ListAgentTeamsRequest): Promise<$_model.ListAgentTeamsResponse>;
1399
1399
  /**
1400
- * 查询凭证列表
1400
+ * Queries credentials in a specified workspace by using paging. You can use credentialType to filter by type, nameLike to filter by credential name using fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default.
1401
1401
  *
1402
1402
  * @param request - ListCredentialsRequest
1403
1403
  * @param headers - map
@@ -1408,7 +1408,7 @@ export default class Client extends OpenApi {
1408
1408
  [key: string]: string;
1409
1409
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialsResponse>;
1410
1410
  /**
1411
- * 查询凭证列表
1411
+ * Queries credentials in a specified workspace by using paging. You can use credentialType to filter by type, nameLike to filter by credential name using fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default.
1412
1412
  *
1413
1413
  * @param request - ListCredentialsRequest
1414
1414
  * @returns ListCredentialsResponse
@@ -1507,11 +1507,11 @@ export default class Client extends OpenApi {
1507
1507
  */
1508
1508
  listMcpTools(workspaceId: string, mcpServerId: string, request: $_model.ListMcpToolsRequest): Promise<$_model.ListMcpToolsResponse>;
1509
1509
  /**
1510
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1510
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1511
1511
  *
1512
1512
  * @remarks
1513
1513
  * ## Operation description
1514
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1514
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1515
1515
  *
1516
1516
  * @param request - ListMcpsRequest
1517
1517
  * @param headers - map
@@ -1522,18 +1522,21 @@ export default class Client extends OpenApi {
1522
1522
  [key: string]: string;
1523
1523
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListMcpsResponse>;
1524
1524
  /**
1525
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1525
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1526
1526
  *
1527
1527
  * @remarks
1528
1528
  * ## Operation description
1529
- * Queries MCP services and their configurations and statuses in a specified workspace by using paging.
1529
+ * Queries MCP services and their configurations and statuses in a specified workspace by page.
1530
1530
  *
1531
1531
  * @param request - ListMcpsRequest
1532
1532
  * @returns ListMcpsResponse
1533
1533
  */
1534
1534
  listMcps(workspaceId: string, request: $_model.ListMcpsRequest): Promise<$_model.ListMcpsResponse>;
1535
1535
  /**
1536
- * 查询模型连接列表
1536
+ * Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
1537
+ *
1538
+ * @remarks
1539
+ * Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
1537
1540
  *
1538
1541
  * @param request - ListModelConnectionsRequest
1539
1542
  * @param headers - map
@@ -1544,7 +1547,10 @@ export default class Client extends OpenApi {
1544
1547
  [key: string]: string;
1545
1548
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelConnectionsResponse>;
1546
1549
  /**
1547
- * 查询模型连接列表
1550
+ * Queries model connections in a specified workspace with paging. Supports filtering by name, provider type, and invoke protocol.
1551
+ *
1552
+ * @remarks
1553
+ * Queries model connections in a specified AgentCore workspace. Supports filtering by name through `Name` and selecting exact match or fuzzy match through `SearchType`. Also supports filtering by model provider type and invoke protocol, and supports paging.
1548
1554
  *
1549
1555
  * @param request - ListModelConnectionsRequest
1550
1556
  * @returns ListModelConnectionsResponse
@@ -1655,7 +1661,7 @@ export default class Client extends OpenApi {
1655
1661
  */
1656
1662
  listSkills(workspaceId: string, request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
1657
1663
  /**
1658
- * 查询团队列表
1664
+ * Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
1659
1665
  *
1660
1666
  * @param request - ListTeamsRequest
1661
1667
  * @param headers - map
@@ -1666,7 +1672,7 @@ export default class Client extends OpenApi {
1666
1672
  [key: string]: string;
1667
1673
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ListTeamsResponse>;
1668
1674
  /**
1669
- * 查询团队列表
1675
+ * Queries teams in a specified workspace by paging. Use nameLike to filter by team name with fuzzy match, maxResults to specify the maximum number of records per page, and nextToken to retrieve the next page. If maxResults is not specified, the server returns 10 records by default. Member information in the list includes only the member identity, name, and team role.
1670
1676
  *
1671
1677
  * @param request - ListTeamsRequest
1672
1678
  * @returns ListTeamsResponse
@@ -1845,7 +1851,7 @@ export default class Client extends OpenApi {
1845
1851
  */
1846
1852
  redraftSkillVersion(workspaceId: string, skillName: string, skillVersion: string, request: $_model.RedraftSkillVersionRequest): Promise<$_model.RedraftSkillVersionResponse>;
1847
1853
  /**
1848
- * 重置用户密码
1854
+ * Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
1849
1855
  *
1850
1856
  * @param tmpReq - ResetUserPasswordRequest
1851
1857
  * @param headers - map
@@ -1856,7 +1862,7 @@ export default class Client extends OpenApi {
1856
1862
  [key: string]: string;
1857
1863
  }, runtime: $dara.RuntimeOptions): Promise<$_model.ResetUserPasswordResponse>;
1858
1864
  /**
1859
- * 重置用户密码
1865
+ * Resets the logon password of a specified user. Specify the user by agentCoreUserId or username. At least one of the two parameters must be specified. Only users who use workspace local password authentication can be reset. If password is not specified, the server generates a random password and returns it in the response.
1860
1866
  *
1861
1867
  * @param request - ResetUserPasswordRequest
1862
1868
  * @returns ResetUserPasswordResponse
@@ -1989,7 +1995,7 @@ export default class Client extends OpenApi {
1989
1995
  */
1990
1996
  updateAgentSpec(workspaceId: string, agentSpecName: string, request: $_model.UpdateAgentSpecRequest): Promise<$_model.UpdateAgentSpecResponse>;
1991
1997
  /**
1992
- * 更新凭证
1998
+ * Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
1993
1999
  *
1994
2000
  * @param tmpReq - UpdateCredentialRequest
1995
2001
  * @param headers - map
@@ -2000,7 +2006,7 @@ export default class Client extends OpenApi {
2000
2006
  [key: string]: string;
2001
2007
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCredentialResponse>;
2002
2008
  /**
2003
- * 更新凭证
2009
+ * Updates the content or description of a specified credential. At least one of credentialMetadata and description must be specified. Unspecified properties remain unchanged. The credential name and credential type cannot be modified after creation.
2004
2010
  *
2005
2011
  * @param request - UpdateCredentialRequest
2006
2012
  * @returns UpdateCredentialResponse
@@ -2093,7 +2099,12 @@ export default class Client extends OpenApi {
2093
2099
  */
2094
2100
  updateMcp(workspaceId: string, mcpServerId: string, request: $_model.UpdateMcpRequest): Promise<$_model.UpdateMcpResponse>;
2095
2101
  /**
2096
- * Updates the description of a specified model. Other model configurations cannot be modified through this operation.
2102
+ * Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
2103
+ *
2104
+ * @remarks
2105
+ * This operation updates description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
2106
+ * Modifying only description does not refresh the model configuration of associated agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed agents that reference the model within the same workspace, as well as external agents whose model source is PLATFORM. External agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
2107
+ * A successful response indicates that the model configuration has been saved. It does not indicate that associated agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
2097
2108
  *
2098
2109
  * @param tmpReq - UpdateModelRequest
2099
2110
  * @param headers - map
@@ -2104,7 +2115,12 @@ export default class Client extends OpenApi {
2104
2115
  [key: string]: string;
2105
2116
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateModelResponse>;
2106
2117
  /**
2107
- * Updates the description of a specified model. Other model configurations cannot be modified through this operation.
2118
+ * Updates the description, context token limit, maximum output token count, or capability configuration of a specified model.
2119
+ *
2120
+ * @remarks
2121
+ * This operation updates description, contextSize, maxTokens, and capabilities. At least one non-null parameter must be provided. Parameters that are not provided or set to null retain their original values. The capabilities object is replaced as a whole. Capability fields not included in the object are treated as false.
2122
+ * Modifying only description does not refresh the model configuration of associated agents. When contextSize, maxTokens, or capabilities actually change, the system asynchronously refreshes managed agents that reference the model within the same workspace, as well as external agents whose model source is PLATFORM. External agents whose model source is RUNTIME are not affected. Submitting the same configuration repeatedly does not trigger a new model configuration refresh.
2123
+ * A successful response indicates that the model configuration has been saved. It does not indicate that associated agents have completed the configuration refresh or that the runtime has loaded the new configuration. Call GetModel to query the saved model configuration.
2108
2124
  *
2109
2125
  * @param request - UpdateModelRequest
2110
2126
  * @returns UpdateModelResponse
@@ -2207,7 +2223,7 @@ export default class Client extends OpenApi {
2207
2223
  */
2208
2224
  updateSkillScope(workspaceId: string, skillName: string, request: $_model.UpdateSkillScopeRequest): Promise<$_model.UpdateSkillScopeResponse>;
2209
2225
  /**
2210
- * 更新团队
2226
+ * Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
2211
2227
  *
2212
2228
  * @param tmpReq - UpdateTeamRequest
2213
2229
  * @param headers - map
@@ -2218,14 +2234,14 @@ export default class Client extends OpenApi {
2218
2234
  [key: string]: string;
2219
2235
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTeamResponse>;
2220
2236
  /**
2221
- * 更新团队
2237
+ * Updates the description and members of a specified team. When users or agents are passed in, the corresponding member list is replaced using full overwrite semantics. Member lists that are not passed in remain unchanged. The team name cannot be modified after creation.
2222
2238
  *
2223
2239
  * @param request - UpdateTeamRequest
2224
2240
  * @returns UpdateTeamResponse
2225
2241
  */
2226
2242
  updateTeam(workspaceId: string, teamId: string, request: $_model.UpdateTeamRequest): Promise<$_model.UpdateTeamResponse>;
2227
2243
  /**
2228
- * 更新用户
2244
+ * Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
2229
2245
  *
2230
2246
  * @param tmpReq - UpdateUserRequest
2231
2247
  * @param headers - map
@@ -2236,7 +2252,7 @@ export default class Client extends OpenApi {
2236
2252
  [key: string]: string;
2237
2253
  }, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateUserResponse>;
2238
2254
  /**
2239
- * 更新用户
2255
+ * Updates the display name, email address, or note of a specified user. At least one of displayName, email, and note must be specified. Unspecified properties remain unchanged. The username cannot be modified after creation.
2240
2256
  *
2241
2257
  * @param request - UpdateUserRequest
2242
2258
  * @returns UpdateUserResponse