@alicloud/agentcore20260804 1.2.2 → 2.0.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.
- package/dist/client.d.ts +416 -50
- package/dist/client.js +867 -95
- package/dist/client.js.map +1 -1
- package/dist/models/ConvertMcpToFreeEditRequest.d.ts +21 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js +58 -0
- package/dist/models/ConvertMcpToFreeEditRequest.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponse.d.ts +19 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js +69 -0
- package/dist/models/ConvertMcpToFreeEditResponse.js.map +1 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.d.ts +966 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js +688 -0
- package/dist/models/ConvertMcpToFreeEditResponseBody.js.map +1 -0
- package/dist/models/CreateAgentSpecResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialRequest.d.ts +51 -2
- package/dist/models/CreateCredentialRequest.js +31 -1
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateCredentialResponseBody.d.ts +52 -3
- package/dist/models/CreateCredentialResponseBody.js +31 -1
- package/dist/models/CreateCredentialResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentRequest.d.ts +6 -4
- package/dist/models/CreateExternalAgentRequest.js.map +1 -1
- package/dist/models/CreateExternalAgentResponseBody.d.ts +20 -91
- package/dist/models/CreateExternalAgentResponseBody.js +1 -37
- package/dist/models/CreateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/CreateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/CreateManagedAgentRequest.d.ts +145 -12
- package/dist/models/CreateManagedAgentRequest.js +113 -1
- package/dist/models/CreateManagedAgentRequest.js.map +1 -1
- package/dist/models/CreateManagedAgentResponseBody.d.ts +158 -18
- package/dist/models/CreateManagedAgentResponseBody.js +118 -1
- package/dist/models/CreateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/CreateMcpRequest.d.ts +782 -9
- package/dist/models/CreateMcpRequest.js +546 -1
- package/dist/models/CreateMcpRequest.js.map +1 -1
- package/dist/models/CreateMcpResponseBody.d.ts +906 -31
- package/dist/models/CreateMcpResponseBody.js +608 -1
- package/dist/models/CreateMcpResponseBody.js.map +1 -1
- package/dist/models/CreateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/CreateTeamRequest.d.ts +4 -10
- package/dist/models/CreateTeamRequest.js.map +1 -1
- package/dist/models/CreateTeamResponseBody.d.ts +7 -21
- package/dist/models/CreateTeamResponseBody.js.map +1 -1
- package/dist/models/CreateWorkspaceRequest.d.ts +2 -1
- package/dist/models/CreateWorkspaceRequest.js +2 -0
- package/dist/models/CreateWorkspaceRequest.js.map +1 -1
- package/dist/models/CreateWorkspaceResponseBody.d.ts +110 -2
- package/dist/models/CreateWorkspaceResponseBody.js +43 -1
- package/dist/models/CreateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/DeleteAgentSpecVersionResponseBody.d.ts +1 -1
- package/dist/models/DeleteCredentialResponseBody.d.ts +1 -1
- package/dist/models/DeleteExternalAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteExternalAgentResponseBody.js +0 -2
- package/dist/models/DeleteExternalAgentResponseBody.js.map +1 -1
- package/dist/models/DeleteIdentityProviderResponseBody.d.ts +9 -5
- package/dist/models/DeleteIdentityProviderResponseBody.js.map +1 -1
- package/dist/models/DeleteManagedAgentResponseBody.d.ts +4 -12
- package/dist/models/DeleteManagedAgentResponseBody.js +0 -2
- package/dist/models/DeleteManagedAgentResponseBody.js.map +1 -1
- package/dist/models/DisableConnectorRequest.d.ts +13 -0
- package/dist/models/DisableConnectorRequest.js +54 -0
- package/dist/models/DisableConnectorRequest.js.map +1 -0
- package/dist/models/DisableConnectorResponse.d.ts +19 -0
- package/dist/models/DisableConnectorResponse.js +69 -0
- package/dist/models/DisableConnectorResponse.js.map +1 -0
- package/dist/models/DisableConnectorResponseBody.d.ts +110 -0
- package/dist/models/DisableConnectorResponseBody.js +98 -0
- package/dist/models/DisableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorRequest.d.ts +42 -0
- package/dist/models/EnableConnectorRequest.js +80 -0
- package/dist/models/EnableConnectorRequest.js.map +1 -0
- package/dist/models/EnableConnectorResponse.d.ts +19 -0
- package/dist/models/EnableConnectorResponse.js +69 -0
- package/dist/models/EnableConnectorResponse.js.map +1 -0
- package/dist/models/EnableConnectorResponseBody.d.ts +110 -0
- package/dist/models/EnableConnectorResponseBody.js +98 -0
- package/dist/models/EnableConnectorResponseBody.js.map +1 -0
- package/dist/models/EnableConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/EnableConnectorShrinkRequest.js +58 -0
- package/dist/models/EnableConnectorShrinkRequest.js.map +1 -0
- package/dist/models/GetAgentImchannelResponseBody.d.ts +11 -11
- package/dist/models/GetAgentSpecImportFileUrlResponseBody.d.ts +1 -1
- package/dist/models/GetAgentSpecVersionResponseBody.d.ts +2 -2
- package/dist/models/GetCredentialResponseBody.d.ts +56 -7
- package/dist/models/GetCredentialResponseBody.js +31 -1
- package/dist/models/GetCredentialResponseBody.js.map +1 -1
- package/dist/models/GetExternalAgentBootstrapOptionsResponseBody.d.ts +3 -3
- package/dist/models/GetExternalAgentResponseBody.d.ts +27 -98
- package/dist/models/GetExternalAgentResponseBody.js +1 -37
- package/dist/models/GetExternalAgentResponseBody.js.map +1 -1
- package/dist/models/GetIdentityProviderResponseBody.d.ts +4 -4
- package/dist/models/GetManagedAgentResponseBody.d.ts +152 -12
- package/dist/models/GetManagedAgentResponseBody.js +118 -1
- package/dist/models/GetManagedAgentResponseBody.js.map +1 -1
- package/dist/models/GetMcpMarketItemRequest.d.ts +13 -0
- package/dist/models/GetMcpMarketItemRequest.js +54 -0
- package/dist/models/GetMcpMarketItemRequest.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/GetMcpMarketItemResponse.js +69 -0
- package/dist/models/GetMcpMarketItemResponse.js.map +1 -0
- package/dist/models/GetMcpMarketItemResponseBody.d.ts +178 -0
- package/dist/models/GetMcpMarketItemResponseBody.js +119 -0
- package/dist/models/GetMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/GetMcpResponseBody.d.ts +922 -35
- package/dist/models/GetMcpResponseBody.js +612 -1
- package/dist/models/GetMcpResponseBody.js.map +1 -1
- package/dist/models/GetTeamResponseBody.d.ts +12 -20
- package/dist/models/GetTeamResponseBody.js +0 -2
- package/dist/models/GetTeamResponseBody.js.map +1 -1
- package/dist/models/GetWorkspaceResponseBody.d.ts +33 -5
- package/dist/models/GetWorkspaceResponseBody.js +8 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -1
- package/dist/models/InstallMcpMarketItemRequest.d.ts +941 -0
- package/dist/models/InstallMcpMarketItemRequest.js +693 -0
- package/dist/models/InstallMcpMarketItemRequest.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponse.d.ts +19 -0
- package/dist/models/InstallMcpMarketItemResponse.js +69 -0
- package/dist/models/InstallMcpMarketItemResponse.js.map +1 -0
- package/dist/models/InstallMcpMarketItemResponseBody.d.ts +969 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js +688 -0
- package/dist/models/InstallMcpMarketItemResponseBody.js.map +1 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.d.ts +36 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js +62 -0
- package/dist/models/InstallMcpMarketItemShrinkRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsRequest.d.ts +37 -0
- package/dist/models/ListConnectorModelsRequest.js +62 -0
- package/dist/models/ListConnectorModelsRequest.js.map +1 -0
- package/dist/models/ListConnectorModelsResponse.d.ts +19 -0
- package/dist/models/ListConnectorModelsResponse.js +69 -0
- package/dist/models/ListConnectorModelsResponse.js.map +1 -0
- package/dist/models/ListConnectorModelsResponseBody.d.ts +144 -0
- package/dist/models/ListConnectorModelsResponseBody.js +106 -0
- package/dist/models/ListConnectorModelsResponseBody.js.map +1 -0
- package/dist/models/ListConnectorsRequest.d.ts +29 -0
- package/dist/models/ListConnectorsRequest.js +60 -0
- package/dist/models/ListConnectorsRequest.js.map +1 -0
- package/dist/models/ListConnectorsResponse.d.ts +19 -0
- package/dist/models/ListConnectorsResponse.js +69 -0
- package/dist/models/ListConnectorsResponse.js.map +1 -0
- package/dist/models/ListConnectorsResponseBody.d.ts +134 -0
- package/dist/models/ListConnectorsResponseBody.js +104 -0
- package/dist/models/ListConnectorsResponseBody.js.map +1 -0
- package/dist/models/ListCredentialsRequest.d.ts +2 -2
- package/dist/models/ListCredentialsResponseBody.d.ts +53 -4
- package/dist/models/ListCredentialsResponseBody.js +31 -1
- package/dist/models/ListCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListExternalAgentsResponseBody.d.ts +7 -15
- package/dist/models/ListExternalAgentsResponseBody.js +0 -2
- package/dist/models/ListExternalAgentsResponseBody.js.map +1 -1
- package/dist/models/ListManagedAgentsResponseBody.d.ts +65 -9
- package/dist/models/ListManagedAgentsResponseBody.js +51 -3
- package/dist/models/ListManagedAgentsResponseBody.js.map +1 -1
- package/dist/models/ListMcpMarketItemsRequest.d.ts +53 -0
- package/dist/models/ListMcpMarketItemsRequest.js +66 -0
- package/dist/models/ListMcpMarketItemsRequest.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponse.d.ts +19 -0
- package/dist/models/ListMcpMarketItemsResponse.js +69 -0
- package/dist/models/ListMcpMarketItemsResponse.js.map +1 -0
- package/dist/models/ListMcpMarketItemsResponseBody.d.ts +202 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js +125 -0
- package/dist/models/ListMcpMarketItemsResponseBody.js.map +1 -0
- package/dist/models/ListMcpsRequest.d.ts +15 -2
- package/dist/models/ListMcpsRequest.js +4 -0
- package/dist/models/ListMcpsRequest.js.map +1 -1
- package/dist/models/ListMcpsResponseBody.d.ts +864 -31
- package/dist/models/ListMcpsResponseBody.js +580 -1
- package/dist/models/ListMcpsResponseBody.js.map +1 -1
- package/dist/models/ListSandboxSessionsRequest.d.ts +26 -0
- package/dist/models/ListSandboxSessionsRequest.js +60 -0
- package/dist/models/ListSandboxSessionsRequest.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponse.d.ts +19 -0
- package/dist/models/ListSandboxSessionsResponse.js +69 -0
- package/dist/models/ListSandboxSessionsResponse.js.map +1 -0
- package/dist/models/ListSandboxSessionsResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxSessionsResponseBody.js +100 -0
- package/dist/models/ListSandboxSessionsResponseBody.js.map +1 -0
- package/dist/models/ListSandboxesRequest.d.ts +42 -0
- package/dist/models/ListSandboxesRequest.js +64 -0
- package/dist/models/ListSandboxesRequest.js.map +1 -0
- package/dist/models/ListSandboxesResponse.d.ts +19 -0
- package/dist/models/ListSandboxesResponse.js +69 -0
- package/dist/models/ListSandboxesResponse.js.map +1 -0
- package/dist/models/ListSandboxesResponseBody.d.ts +41 -0
- package/dist/models/ListSandboxesResponseBody.js +108 -0
- package/dist/models/ListSandboxesResponseBody.js.map +1 -0
- package/dist/models/ListWorkspacesResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelCredentialRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelCredentialResponseBody.d.ts +2 -2
- package/dist/models/UpdateAgentImchannelCredentialShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateAgentImchannelRequest.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelResponseBody.d.ts +4 -4
- package/dist/models/UpdateAgentImchannelShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateConnectorRequest.d.ts +42 -0
- package/dist/models/UpdateConnectorRequest.js +80 -0
- package/dist/models/UpdateConnectorRequest.js.map +1 -0
- package/dist/models/UpdateConnectorResponse.d.ts +19 -0
- package/dist/models/UpdateConnectorResponse.js +69 -0
- package/dist/models/UpdateConnectorResponse.js.map +1 -0
- package/dist/models/UpdateConnectorResponseBody.d.ts +110 -0
- package/dist/models/UpdateConnectorResponseBody.js +98 -0
- package/dist/models/UpdateConnectorResponseBody.js.map +1 -0
- package/dist/models/UpdateConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/UpdateConnectorShrinkRequest.js +58 -0
- package/dist/models/UpdateConnectorShrinkRequest.js.map +1 -0
- package/dist/models/UpdateCredentialRequest.d.ts +50 -1
- package/dist/models/UpdateCredentialRequest.js +31 -1
- package/dist/models/UpdateCredentialRequest.js.map +1 -1
- package/dist/models/UpdateCredentialResponseBody.d.ts +53 -4
- package/dist/models/UpdateCredentialResponseBody.js +31 -1
- package/dist/models/UpdateCredentialResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentRequest.d.ts +6 -6
- package/dist/models/UpdateExternalAgentRequest.js.map +1 -1
- package/dist/models/UpdateExternalAgentResponseBody.d.ts +18 -91
- package/dist/models/UpdateExternalAgentResponseBody.js +1 -37
- package/dist/models/UpdateExternalAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateExternalAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateIdentityProviderRequest.d.ts +3 -3
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +2 -2
- package/dist/models/UpdateManagedAgentRequest.d.ts +146 -13
- package/dist/models/UpdateManagedAgentRequest.js +113 -1
- package/dist/models/UpdateManagedAgentRequest.js.map +1 -1
- package/dist/models/UpdateManagedAgentResponseBody.d.ts +160 -20
- package/dist/models/UpdateManagedAgentResponseBody.js +118 -1
- package/dist/models/UpdateManagedAgentResponseBody.js.map +1 -1
- package/dist/models/UpdateManagedAgentShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpRequest.d.ts +775 -8
- package/dist/models/UpdateMcpRequest.js +544 -1
- package/dist/models/UpdateMcpRequest.js.map +1 -1
- package/dist/models/UpdateMcpResponseBody.d.ts +1 -1
- package/dist/models/UpdateMcpShrinkRequest.d.ts +1 -1
- package/dist/models/UpdateMcpTemplateConfigRequest.d.ts +908 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js +685 -0
- package/dist/models/UpdateMcpTemplateConfigRequest.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.d.ts +19 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js +69 -0
- package/dist/models/UpdateMcpTemplateConfigResponse.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.d.ts +971 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js +688 -0
- package/dist/models/UpdateMcpTemplateConfigResponseBody.js.map +1 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js +62 -0
- package/dist/models/UpdateMcpTemplateConfigShrinkRequest.js.map +1 -0
- package/dist/models/UpdateModelRequest.d.ts +75 -4
- package/dist/models/UpdateModelRequest.js +43 -1
- package/dist/models/UpdateModelRequest.js.map +1 -1
- package/dist/models/UpdateModelResponseBody.d.ts +8 -8
- package/dist/models/UpdateModelShrinkRequest.d.ts +2 -2
- package/dist/models/UpdateTeamRequest.d.ts +12 -6
- package/dist/models/UpdateTeamRequest.js.map +1 -1
- package/dist/models/UpdateTeamResponseBody.d.ts +23 -9
- package/dist/models/UpdateTeamResponseBody.js.map +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +4 -4
- package/dist/models/UpdateWorkspaceResponseBody.d.ts +18 -3
- package/dist/models/UpdateWorkspaceResponseBody.js +6 -0
- package/dist/models/UpdateWorkspaceResponseBody.js.map +1 -1
- package/dist/models/UploadAgentSpecViaOssRequest.d.ts +2 -2
- package/dist/models/UploadAgentSpecViaOssResponseBody.d.ts +1 -1
- package/dist/models/VerifyConnectorRequest.d.ts +42 -0
- package/dist/models/VerifyConnectorRequest.js +80 -0
- package/dist/models/VerifyConnectorRequest.js.map +1 -0
- package/dist/models/VerifyConnectorResponse.d.ts +19 -0
- package/dist/models/VerifyConnectorResponse.js +69 -0
- package/dist/models/VerifyConnectorResponse.js.map +1 -0
- package/dist/models/VerifyConnectorResponseBody.d.ts +86 -0
- package/dist/models/VerifyConnectorResponseBody.js +95 -0
- package/dist/models/VerifyConnectorResponseBody.js.map +1 -0
- package/dist/models/VerifyConnectorShrinkRequest.d.ts +20 -0
- package/dist/models/VerifyConnectorShrinkRequest.js +58 -0
- package/dist/models/VerifyConnectorShrinkRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.d.ts +18 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js +58 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationRequest.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.d.ts +19 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js +69 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponse.js.map +1 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.d.ts +60 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js +90 -0
- package/dist/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +288 -3
- package/dist/models/model.js +755 -179
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +924 -90
- package/src/models/ConvertMcpToFreeEditRequest.ts +34 -0
- package/src/models/ConvertMcpToFreeEditResponse.ts +40 -0
- package/src/models/ConvertMcpToFreeEditResponseBody.ts +1425 -0
- package/src/models/CreateAgentSpecResponseBody.ts +1 -1
- package/src/models/CreateCredentialRequest.ts +72 -2
- package/src/models/CreateCredentialResponseBody.ts +73 -3
- package/src/models/CreateExternalAgentRequest.ts +6 -4
- package/src/models/CreateExternalAgentResponseBody.ts +20 -118
- package/src/models/CreateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/CreateManagedAgentRequest.ts +221 -12
- package/src/models/CreateManagedAgentResponseBody.ts +237 -18
- package/src/models/CreateMcpRequest.ts +1193 -41
- package/src/models/CreateMcpResponseBody.ts +1353 -55
- package/src/models/CreateMcpShrinkRequest.ts +1 -1
- package/src/models/CreateTeamRequest.ts +4 -10
- package/src/models/CreateTeamResponseBody.ts +7 -21
- package/src/models/CreateWorkspaceRequest.ts +4 -1
- package/src/models/CreateWorkspaceResponseBody.ts +143 -2
- package/src/models/DeleteAgentSpecVersionResponseBody.ts +1 -1
- package/src/models/DeleteCredentialResponseBody.ts +1 -1
- package/src/models/DeleteExternalAgentResponseBody.ts +4 -14
- package/src/models/DeleteIdentityProviderResponseBody.ts +9 -5
- package/src/models/DeleteManagedAgentResponseBody.ts +4 -14
- package/src/models/DisableConnectorRequest.ts +24 -0
- package/src/models/DisableConnectorResponse.ts +40 -0
- package/src/models/DisableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorRequest.ts +68 -0
- package/src/models/EnableConnectorResponse.ts +40 -0
- package/src/models/EnableConnectorResponseBody.ts +154 -0
- package/src/models/EnableConnectorShrinkRequest.ts +33 -0
- package/src/models/GetAgentImchannelResponseBody.ts +11 -11
- package/src/models/GetAgentSpecImportFileUrlResponseBody.ts +1 -1
- package/src/models/GetAgentSpecVersionResponseBody.ts +2 -2
- package/src/models/GetCredentialResponseBody.ts +77 -7
- package/src/models/GetExternalAgentBootstrapOptionsResponseBody.ts +3 -3
- package/src/models/GetExternalAgentResponseBody.ts +27 -125
- package/src/models/GetIdentityProviderResponseBody.ts +4 -4
- package/src/models/GetManagedAgentResponseBody.ts +231 -12
- package/src/models/GetMcpMarketItemRequest.ts +24 -0
- package/src/models/GetMcpMarketItemResponse.ts +40 -0
- package/src/models/GetMcpMarketItemResponseBody.ts +241 -0
- package/src/models/GetMcpResponseBody.ts +1373 -59
- package/src/models/GetTeamResponseBody.ts +12 -22
- package/src/models/GetWorkspaceResponseBody.ts +41 -5
- package/src/models/InstallMcpMarketItemRequest.ts +1396 -0
- package/src/models/InstallMcpMarketItemResponse.ts +40 -0
- package/src/models/InstallMcpMarketItemResponseBody.ts +1428 -0
- package/src/models/InstallMcpMarketItemShrinkRequest.ts +53 -0
- package/src/models/ListConnectorModelsRequest.ts +54 -0
- package/src/models/ListConnectorModelsResponse.ts +40 -0
- package/src/models/ListConnectorModelsResponseBody.ts +196 -0
- package/src/models/ListConnectorsRequest.ts +44 -0
- package/src/models/ListConnectorsResponse.ts +40 -0
- package/src/models/ListConnectorsResponseBody.ts +184 -0
- package/src/models/ListCredentialsRequest.ts +2 -2
- package/src/models/ListCredentialsResponseBody.ts +74 -4
- package/src/models/ListExternalAgentsResponseBody.ts +7 -17
- package/src/models/ListManagedAgentsResponseBody.ts +97 -11
- package/src/models/ListMcpMarketItemsRequest.ts +74 -0
- package/src/models/ListMcpMarketItemsResponse.ts +40 -0
- package/src/models/ListMcpMarketItemsResponseBody.ts +271 -0
- package/src/models/ListMcpsRequest.ts +19 -2
- package/src/models/ListMcpsResponseBody.ts +1292 -55
- package/src/models/ListSandboxSessionsRequest.ts +41 -0
- package/src/models/ListSandboxSessionsResponse.ts +40 -0
- package/src/models/ListSandboxSessionsResponseBody.ts +87 -0
- package/src/models/ListSandboxesRequest.ts +61 -0
- package/src/models/ListSandboxesResponse.ts +40 -0
- package/src/models/ListSandboxesResponseBody.ts +95 -0
- package/src/models/ListWorkspacesResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelCredentialRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelCredentialResponseBody.ts +2 -2
- package/src/models/UpdateAgentImchannelCredentialShrinkRequest.ts +1 -1
- package/src/models/UpdateAgentImchannelRequest.ts +4 -4
- package/src/models/UpdateAgentImchannelResponseBody.ts +4 -4
- package/src/models/UpdateAgentImchannelShrinkRequest.ts +1 -1
- package/src/models/UpdateConnectorRequest.ts +68 -0
- package/src/models/UpdateConnectorResponse.ts +40 -0
- package/src/models/UpdateConnectorResponseBody.ts +154 -0
- package/src/models/UpdateConnectorShrinkRequest.ts +33 -0
- package/src/models/UpdateCredentialRequest.ts +71 -1
- package/src/models/UpdateCredentialResponseBody.ts +74 -4
- package/src/models/UpdateExternalAgentRequest.ts +6 -6
- package/src/models/UpdateExternalAgentResponseBody.ts +18 -118
- package/src/models/UpdateExternalAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateIdentityProviderRequest.ts +3 -3
- package/src/models/UpdateIdentityProviderResponseBody.ts +2 -2
- package/src/models/UpdateManagedAgentRequest.ts +222 -13
- package/src/models/UpdateManagedAgentResponseBody.ts +239 -20
- package/src/models/UpdateManagedAgentShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpRequest.ts +1166 -22
- package/src/models/UpdateMcpResponseBody.ts +1 -1
- package/src/models/UpdateMcpShrinkRequest.ts +1 -1
- package/src/models/UpdateMcpTemplateConfigRequest.ts +1355 -0
- package/src/models/UpdateMcpTemplateConfigResponse.ts +40 -0
- package/src/models/UpdateMcpTemplateConfigResponseBody.ts +1430 -0
- package/src/models/UpdateMcpTemplateConfigShrinkRequest.ts +53 -0
- package/src/models/UpdateModelRequest.ts +108 -4
- package/src/models/UpdateModelResponseBody.ts +8 -8
- package/src/models/UpdateModelShrinkRequest.ts +2 -2
- package/src/models/UpdateTeamRequest.ts +12 -6
- package/src/models/UpdateTeamResponseBody.ts +23 -9
- package/src/models/UpdateWorkspaceRequest.ts +4 -4
- package/src/models/UpdateWorkspaceResponseBody.ts +24 -3
- package/src/models/UploadAgentSpecViaOssRequest.ts +2 -2
- package/src/models/UploadAgentSpecViaOssResponseBody.ts +1 -1
- package/src/models/VerifyConnectorRequest.ts +68 -0
- package/src/models/VerifyConnectorResponse.ts +40 -0
- package/src/models/VerifyConnectorResponseBody.ts +127 -0
- package/src/models/VerifyConnectorShrinkRequest.ts +33 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationRequest.ts +31 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponse.ts +40 -0
- package/src/models/VerifyWorkspaceOssMountRamAuthorizationResponseBody.ts +96 -0
- package/src/models/model.ts +288 -3
|
@@ -2,6 +2,46 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class ListMcpsResponseBodyItemsAuthCodePackage extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The API Key used to verify MCP callers.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* example-api-key
|
|
12
|
+
*/
|
|
13
|
+
apiKey?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The name of the request header that carries the API Key.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* X-API-Key
|
|
20
|
+
*/
|
|
21
|
+
headerName?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
apiKey: 'apiKey',
|
|
25
|
+
headerName: 'headerName',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
apiKey: 'string',
|
|
32
|
+
headerName: 'string',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
5
45
|
export class ListMcpsResponseBodyItemsAuthDirectProxy extends $dara.Model {
|
|
6
46
|
/**
|
|
7
47
|
* @remarks
|
|
@@ -115,12 +155,17 @@ export class ListMcpsResponseBodyItemsAuthHttpToMcp extends $dara.Model {
|
|
|
115
155
|
export class ListMcpsResponseBodyItemsAuth extends $dara.Model {
|
|
116
156
|
/**
|
|
117
157
|
* @remarks
|
|
118
|
-
* The
|
|
158
|
+
* The caller API Key authentication configuration for code-deployed MCP.
|
|
159
|
+
*/
|
|
160
|
+
codePackage?: ListMcpsResponseBodyItemsAuthCodePackage;
|
|
161
|
+
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The authentication configuration for direct proxy.
|
|
119
164
|
*/
|
|
120
165
|
directProxy?: ListMcpsResponseBodyItemsAuthDirectProxy;
|
|
121
166
|
/**
|
|
122
167
|
* @remarks
|
|
123
|
-
* Indicates whether
|
|
168
|
+
* Indicates whether the configuration is enabled.
|
|
124
169
|
*/
|
|
125
170
|
enabled?: boolean;
|
|
126
171
|
/**
|
|
@@ -130,6 +175,7 @@ export class ListMcpsResponseBodyItemsAuth extends $dara.Model {
|
|
|
130
175
|
httpToMcp?: ListMcpsResponseBodyItemsAuthHttpToMcp[];
|
|
131
176
|
static names(): { [key: string]: string } {
|
|
132
177
|
return {
|
|
178
|
+
codePackage: 'codePackage',
|
|
133
179
|
directProxy: 'directProxy',
|
|
134
180
|
enabled: 'enabled',
|
|
135
181
|
httpToMcp: 'httpToMcp',
|
|
@@ -138,6 +184,7 @@ export class ListMcpsResponseBodyItemsAuth extends $dara.Model {
|
|
|
138
184
|
|
|
139
185
|
static types(): { [key: string]: any } {
|
|
140
186
|
return {
|
|
187
|
+
codePackage: ListMcpsResponseBodyItemsAuthCodePackage,
|
|
141
188
|
directProxy: ListMcpsResponseBodyItemsAuthDirectProxy,
|
|
142
189
|
enabled: 'boolean',
|
|
143
190
|
httpToMcp: { 'type': 'array', 'itemType': ListMcpsResponseBodyItemsAuthHttpToMcp },
|
|
@@ -145,6 +192,9 @@ export class ListMcpsResponseBodyItemsAuth extends $dara.Model {
|
|
|
145
192
|
}
|
|
146
193
|
|
|
147
194
|
validate() {
|
|
195
|
+
if(this.codePackage && typeof (this.codePackage as any).validate === 'function') {
|
|
196
|
+
(this.codePackage as any).validate();
|
|
197
|
+
}
|
|
148
198
|
if(this.directProxy && typeof (this.directProxy as any).validate === 'function') {
|
|
149
199
|
(this.directProxy as any).validate();
|
|
150
200
|
}
|
|
@@ -159,117 +209,1304 @@ export class ListMcpsResponseBodyItemsAuth extends $dara.Model {
|
|
|
159
209
|
}
|
|
160
210
|
}
|
|
161
211
|
|
|
162
|
-
export class
|
|
212
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigAccessControl extends $dara.Model {
|
|
163
213
|
/**
|
|
164
214
|
* @remarks
|
|
165
|
-
*
|
|
215
|
+
* References an AgentCore Credential when mode is set to CREDENTIAL.
|
|
216
|
+
*
|
|
217
|
+
* @example
|
|
218
|
+
* credential-id
|
|
166
219
|
*/
|
|
167
|
-
|
|
220
|
+
credentialId?: string;
|
|
168
221
|
/**
|
|
169
222
|
* @remarks
|
|
170
|
-
*
|
|
223
|
+
* Indicates whether ingress access control is enabled.
|
|
171
224
|
*/
|
|
172
|
-
|
|
225
|
+
enabled?: boolean;
|
|
173
226
|
/**
|
|
174
227
|
* @remarks
|
|
175
|
-
*
|
|
228
|
+
* ANONYMOUS indicates anonymous access. CREDENTIAL indicates using an AgentCore access credential.
|
|
176
229
|
*
|
|
177
230
|
* @example
|
|
178
|
-
*
|
|
231
|
+
* CREDENTIAL
|
|
179
232
|
*/
|
|
180
|
-
|
|
233
|
+
mode?: string;
|
|
234
|
+
static names(): { [key: string]: string } {
|
|
235
|
+
return {
|
|
236
|
+
credentialId: 'credentialId',
|
|
237
|
+
enabled: 'enabled',
|
|
238
|
+
mode: 'mode',
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
static types(): { [key: string]: any } {
|
|
243
|
+
return {
|
|
244
|
+
credentialId: 'string',
|
|
245
|
+
enabled: 'boolean',
|
|
246
|
+
mode: 'string',
|
|
247
|
+
};
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
validate() {
|
|
251
|
+
super.validate();
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
constructor(map?: { [key: string]: any }) {
|
|
255
|
+
super(map);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigAgentIdentityConfiguration extends $dara.Model {
|
|
181
260
|
/**
|
|
182
261
|
* @remarks
|
|
183
|
-
*
|
|
262
|
+
* Indicates whether authorization is enabled.
|
|
263
|
+
*/
|
|
264
|
+
authorizationEnabled?: boolean;
|
|
265
|
+
/**
|
|
266
|
+
* @remarks
|
|
267
|
+
* The credential provider ARN.
|
|
184
268
|
*
|
|
185
269
|
* @example
|
|
186
|
-
*
|
|
270
|
+
* acs:agentidentity:cn-hangzhou:1234567890123456:provider/example
|
|
187
271
|
*/
|
|
188
|
-
|
|
272
|
+
credentialProviderArn?: string;
|
|
189
273
|
/**
|
|
190
274
|
* @remarks
|
|
191
|
-
* The
|
|
275
|
+
* The credential provider type.
|
|
192
276
|
*
|
|
193
277
|
* @example
|
|
194
|
-
*
|
|
278
|
+
* oauth2
|
|
195
279
|
*/
|
|
196
|
-
|
|
280
|
+
credentialProviderType?: string;
|
|
197
281
|
/**
|
|
198
282
|
* @remarks
|
|
199
|
-
*
|
|
283
|
+
* Indicates whether Agent Identity is enabled.
|
|
284
|
+
*/
|
|
285
|
+
enabled?: boolean;
|
|
286
|
+
static names(): { [key: string]: string } {
|
|
287
|
+
return {
|
|
288
|
+
authorizationEnabled: 'authorizationEnabled',
|
|
289
|
+
credentialProviderArn: 'credentialProviderArn',
|
|
290
|
+
credentialProviderType: 'credentialProviderType',
|
|
291
|
+
enabled: 'enabled',
|
|
292
|
+
};
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
static types(): { [key: string]: any } {
|
|
296
|
+
return {
|
|
297
|
+
authorizationEnabled: 'boolean',
|
|
298
|
+
credentialProviderArn: 'string',
|
|
299
|
+
credentialProviderType: 'string',
|
|
300
|
+
enabled: 'boolean',
|
|
301
|
+
};
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
validate() {
|
|
305
|
+
super.validate();
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
constructor(map?: { [key: string]: any }) {
|
|
309
|
+
super(map);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigCodeConfiguration extends $dara.Model {
|
|
314
|
+
/**
|
|
315
|
+
* @remarks
|
|
316
|
+
* The temporary code package token returned by GetMcpCodePackageUploadUrl. Use this token to create or update a code deployment after completing the pre-signed upload.
|
|
200
317
|
*
|
|
201
318
|
* @example
|
|
202
|
-
*
|
|
319
|
+
* upload-token
|
|
203
320
|
*/
|
|
204
|
-
|
|
321
|
+
codePackageToken?: string;
|
|
205
322
|
/**
|
|
206
323
|
* @remarks
|
|
207
|
-
* The
|
|
324
|
+
* The full startup command, with arguments passed in order by parameter boundary. For example, when using supergateway to start a stdio MCP, pass supergateway, --stdio, the full subcommand, and remaining arguments.
|
|
325
|
+
*/
|
|
326
|
+
command?: string[];
|
|
327
|
+
/**
|
|
328
|
+
* @remarks
|
|
329
|
+
* The code package runtime: python3.13, nodejs22, or java17.
|
|
208
330
|
*
|
|
209
331
|
* @example
|
|
210
|
-
*
|
|
332
|
+
* python3.13
|
|
211
333
|
*/
|
|
212
|
-
|
|
334
|
+
language?: string;
|
|
335
|
+
static names(): { [key: string]: string } {
|
|
336
|
+
return {
|
|
337
|
+
codePackageToken: 'codePackageToken',
|
|
338
|
+
command: 'command',
|
|
339
|
+
language: 'language',
|
|
340
|
+
};
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
static types(): { [key: string]: any } {
|
|
344
|
+
return {
|
|
345
|
+
codePackageToken: 'string',
|
|
346
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
347
|
+
language: 'string',
|
|
348
|
+
};
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
validate() {
|
|
352
|
+
if(Array.isArray(this.command)) {
|
|
353
|
+
$dara.Model.validateArray(this.command);
|
|
354
|
+
}
|
|
355
|
+
super.validate();
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
constructor(map?: { [key: string]: any }) {
|
|
359
|
+
super(map);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigContainerConfiguration extends $dara.Model {
|
|
213
364
|
/**
|
|
214
365
|
* @remarks
|
|
215
|
-
* The
|
|
366
|
+
* The ACR instance ID.
|
|
216
367
|
*
|
|
217
368
|
* @example
|
|
218
|
-
*
|
|
369
|
+
* cri-example
|
|
219
370
|
*/
|
|
220
|
-
|
|
371
|
+
acrInstanceId?: string;
|
|
221
372
|
/**
|
|
222
373
|
* @remarks
|
|
223
|
-
* The
|
|
374
|
+
* The startup command.
|
|
375
|
+
*/
|
|
376
|
+
command?: string[];
|
|
377
|
+
/**
|
|
378
|
+
* @remarks
|
|
379
|
+
* The container entrypoint parameters.
|
|
380
|
+
*/
|
|
381
|
+
entrypoint?: string[];
|
|
382
|
+
/**
|
|
383
|
+
* @remarks
|
|
384
|
+
* The container image address.
|
|
224
385
|
*
|
|
225
386
|
* @example
|
|
226
|
-
*
|
|
387
|
+
* registry.cn-hangzhou.aliyuncs.com/example/mcp:1.0.0
|
|
227
388
|
*/
|
|
228
|
-
|
|
389
|
+
image?: string;
|
|
229
390
|
/**
|
|
230
391
|
* @remarks
|
|
231
|
-
* The type.
|
|
392
|
+
* The image registry type.
|
|
232
393
|
*
|
|
233
394
|
* @example
|
|
234
|
-
*
|
|
395
|
+
* ACR
|
|
235
396
|
*/
|
|
236
|
-
|
|
397
|
+
imageRegistryType?: string;
|
|
398
|
+
/**
|
|
399
|
+
* @remarks
|
|
400
|
+
* The custom container must expose a standard MCP endpoint on its own. The value is SELF_HOSTED.
|
|
401
|
+
*
|
|
402
|
+
* @example
|
|
403
|
+
* SELF_HOSTED
|
|
404
|
+
*/
|
|
405
|
+
mcpRuntimeMode?: string;
|
|
406
|
+
/**
|
|
407
|
+
* @remarks
|
|
408
|
+
* The value is fixed to CONTAINER_IMAGE.
|
|
409
|
+
*
|
|
410
|
+
* @example
|
|
411
|
+
* CONTAINER_IMAGE
|
|
412
|
+
*/
|
|
413
|
+
sourceType?: string;
|
|
237
414
|
static names(): { [key: string]: string } {
|
|
238
415
|
return {
|
|
239
|
-
|
|
240
|
-
|
|
416
|
+
acrInstanceId: 'acrInstanceId',
|
|
417
|
+
command: 'command',
|
|
418
|
+
entrypoint: 'entrypoint',
|
|
419
|
+
image: 'image',
|
|
420
|
+
imageRegistryType: 'imageRegistryType',
|
|
421
|
+
mcpRuntimeMode: 'mcpRuntimeMode',
|
|
422
|
+
sourceType: 'sourceType',
|
|
423
|
+
};
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
static types(): { [key: string]: any } {
|
|
427
|
+
return {
|
|
428
|
+
acrInstanceId: 'string',
|
|
429
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
430
|
+
entrypoint: { 'type': 'array', 'itemType': 'string' },
|
|
431
|
+
image: 'string',
|
|
432
|
+
imageRegistryType: 'string',
|
|
433
|
+
mcpRuntimeMode: 'string',
|
|
434
|
+
sourceType: 'string',
|
|
435
|
+
};
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
validate() {
|
|
439
|
+
if(Array.isArray(this.command)) {
|
|
440
|
+
$dara.Model.validateArray(this.command);
|
|
441
|
+
}
|
|
442
|
+
if(Array.isArray(this.entrypoint)) {
|
|
443
|
+
$dara.Model.validateArray(this.entrypoint);
|
|
444
|
+
}
|
|
445
|
+
super.validate();
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
constructor(map?: { [key: string]: any }) {
|
|
449
|
+
super(map);
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigHookConfigurationHooks extends $dara.Model {
|
|
454
|
+
/**
|
|
455
|
+
* @remarks
|
|
456
|
+
* The hook API version.
|
|
457
|
+
*
|
|
458
|
+
* @example
|
|
459
|
+
* 1.0
|
|
460
|
+
*/
|
|
461
|
+
apiVersion?: string;
|
|
462
|
+
/**
|
|
463
|
+
* @remarks
|
|
464
|
+
* The hook description.
|
|
465
|
+
*
|
|
466
|
+
* @example
|
|
467
|
+
* Record MCP tool invocations
|
|
468
|
+
*/
|
|
469
|
+
description?: string;
|
|
470
|
+
/**
|
|
471
|
+
* @remarks
|
|
472
|
+
* Indicates whether the hook is enabled.
|
|
473
|
+
*/
|
|
474
|
+
enabled?: boolean;
|
|
475
|
+
/**
|
|
476
|
+
* @remarks
|
|
477
|
+
* The hook event.
|
|
478
|
+
*
|
|
479
|
+
* @example
|
|
480
|
+
* PRE_CALL_TOOL
|
|
481
|
+
*/
|
|
482
|
+
event?: string;
|
|
483
|
+
/**
|
|
484
|
+
* @remarks
|
|
485
|
+
* The hook request headers.
|
|
486
|
+
*/
|
|
487
|
+
headers?: { [key: string]: string };
|
|
488
|
+
/**
|
|
489
|
+
* @remarks
|
|
490
|
+
* The timeout period. Unit: milliseconds.
|
|
491
|
+
*
|
|
492
|
+
* @example
|
|
493
|
+
* 3000
|
|
494
|
+
*/
|
|
495
|
+
timeout?: number;
|
|
496
|
+
/**
|
|
497
|
+
* @remarks
|
|
498
|
+
* The hook callback URL.
|
|
499
|
+
*
|
|
500
|
+
* @example
|
|
501
|
+
* https://example.com/mcp-hook
|
|
502
|
+
*/
|
|
503
|
+
url?: string;
|
|
504
|
+
static names(): { [key: string]: string } {
|
|
505
|
+
return {
|
|
506
|
+
apiVersion: 'apiVersion',
|
|
241
507
|
description: 'description',
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
swaggerConfig: 'swaggerConfig',
|
|
248
|
-
type: 'type',
|
|
508
|
+
enabled: 'enabled',
|
|
509
|
+
event: 'event',
|
|
510
|
+
headers: 'headers',
|
|
511
|
+
timeout: 'timeout',
|
|
512
|
+
url: 'url',
|
|
249
513
|
};
|
|
250
514
|
}
|
|
251
515
|
|
|
252
516
|
static types(): { [key: string]: any } {
|
|
253
517
|
return {
|
|
254
|
-
|
|
255
|
-
auth: ListMcpsResponseBodyItemsAuth,
|
|
518
|
+
apiVersion: 'string',
|
|
256
519
|
description: 'string',
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
swaggerConfig: 'string',
|
|
263
|
-
type: 'string',
|
|
520
|
+
enabled: 'boolean',
|
|
521
|
+
event: 'string',
|
|
522
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
523
|
+
timeout: 'number',
|
|
524
|
+
url: 'string',
|
|
264
525
|
};
|
|
265
526
|
}
|
|
266
527
|
|
|
267
528
|
validate() {
|
|
268
|
-
if(
|
|
269
|
-
$dara.Model.
|
|
529
|
+
if(this.headers) {
|
|
530
|
+
$dara.Model.validateMap(this.headers);
|
|
270
531
|
}
|
|
271
|
-
|
|
272
|
-
|
|
532
|
+
super.validate();
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
constructor(map?: { [key: string]: any }) {
|
|
536
|
+
super(map);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigHookConfiguration extends $dara.Model {
|
|
541
|
+
/**
|
|
542
|
+
* @remarks
|
|
543
|
+
* The PRE_LIST_TOOLS, PRE_CALL_TOOL, POST_LIST_TOOLS, and POST_CALL_TOOL hooks are executed in array order.
|
|
544
|
+
*/
|
|
545
|
+
hooks?: ListMcpsResponseBodyItemsDeploymentConfigHookConfigurationHooks[];
|
|
546
|
+
static names(): { [key: string]: string } {
|
|
547
|
+
return {
|
|
548
|
+
hooks: 'hooks',
|
|
549
|
+
};
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
static types(): { [key: string]: any } {
|
|
553
|
+
return {
|
|
554
|
+
hooks: { 'type': 'array', 'itemType': ListMcpsResponseBodyItemsDeploymentConfigHookConfigurationHooks },
|
|
555
|
+
};
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
validate() {
|
|
559
|
+
if(Array.isArray(this.hooks)) {
|
|
560
|
+
$dara.Model.validateArray(this.hooks);
|
|
561
|
+
}
|
|
562
|
+
super.validate();
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
constructor(map?: { [key: string]: any }) {
|
|
566
|
+
super(map);
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigLogConfiguration extends $dara.Model {
|
|
571
|
+
/**
|
|
572
|
+
* @remarks
|
|
573
|
+
* Indicates whether instance metrics collection is enabled.
|
|
574
|
+
*/
|
|
575
|
+
enableInstanceMetrics?: boolean;
|
|
576
|
+
/**
|
|
577
|
+
* @remarks
|
|
578
|
+
* Indicates whether request metrics collection is enabled.
|
|
579
|
+
*/
|
|
580
|
+
enableRequestMetrics?: boolean;
|
|
581
|
+
/**
|
|
582
|
+
* @remarks
|
|
583
|
+
* The log splitting begin rule for Function Compute (FC).
|
|
584
|
+
*
|
|
585
|
+
* @example
|
|
586
|
+
* DefaultRegex
|
|
587
|
+
*/
|
|
588
|
+
logBeginRule?: string;
|
|
589
|
+
/**
|
|
590
|
+
* @remarks
|
|
591
|
+
* The Logstore name.
|
|
592
|
+
*
|
|
593
|
+
* @example
|
|
594
|
+
* mcp-logs
|
|
595
|
+
*/
|
|
596
|
+
logstore?: string;
|
|
597
|
+
/**
|
|
598
|
+
* @remarks
|
|
599
|
+
* The Simple Log Service project name.
|
|
600
|
+
*
|
|
601
|
+
* @example
|
|
602
|
+
* agentcore-mcp-logs
|
|
603
|
+
*/
|
|
604
|
+
project?: string;
|
|
605
|
+
static names(): { [key: string]: string } {
|
|
606
|
+
return {
|
|
607
|
+
enableInstanceMetrics: 'enableInstanceMetrics',
|
|
608
|
+
enableRequestMetrics: 'enableRequestMetrics',
|
|
609
|
+
logBeginRule: 'logBeginRule',
|
|
610
|
+
logstore: 'logstore',
|
|
611
|
+
project: 'project',
|
|
612
|
+
};
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
static types(): { [key: string]: any } {
|
|
616
|
+
return {
|
|
617
|
+
enableInstanceMetrics: 'boolean',
|
|
618
|
+
enableRequestMetrics: 'boolean',
|
|
619
|
+
logBeginRule: 'string',
|
|
620
|
+
logstore: 'string',
|
|
621
|
+
project: 'string',
|
|
622
|
+
};
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
validate() {
|
|
626
|
+
super.validate();
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
constructor(map?: { [key: string]: any }) {
|
|
630
|
+
super(map);
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigMcpConfiguration extends $dara.Model {
|
|
635
|
+
/**
|
|
636
|
+
* @remarks
|
|
637
|
+
* The MCP endpoint path. For example, /mcp or /sse.
|
|
638
|
+
*
|
|
639
|
+
* @example
|
|
640
|
+
* /mcp
|
|
641
|
+
*/
|
|
642
|
+
endpointPath?: string;
|
|
643
|
+
/**
|
|
644
|
+
* @remarks
|
|
645
|
+
* The value is fixed to 1.
|
|
646
|
+
*
|
|
647
|
+
* @example
|
|
648
|
+
* 1
|
|
649
|
+
*/
|
|
650
|
+
sessionConcurrencyPerInstance?: number;
|
|
651
|
+
/**
|
|
652
|
+
* @remarks
|
|
653
|
+
* The session idle timeout period. Unit: seconds. Default value: 1800.
|
|
654
|
+
*
|
|
655
|
+
* @example
|
|
656
|
+
* 1800
|
|
657
|
+
*/
|
|
658
|
+
sessionIdleTimeoutSeconds?: number;
|
|
659
|
+
/**
|
|
660
|
+
* @remarks
|
|
661
|
+
* The maximum session lifetime. Unit: seconds. Default value: 21600.
|
|
662
|
+
*
|
|
663
|
+
* @example
|
|
664
|
+
* 21600
|
|
665
|
+
*/
|
|
666
|
+
sessionMaxLifetimeSeconds?: number;
|
|
667
|
+
static names(): { [key: string]: string } {
|
|
668
|
+
return {
|
|
669
|
+
endpointPath: 'endpointPath',
|
|
670
|
+
sessionConcurrencyPerInstance: 'sessionConcurrencyPerInstance',
|
|
671
|
+
sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
|
|
672
|
+
sessionMaxLifetimeSeconds: 'sessionMaxLifetimeSeconds',
|
|
673
|
+
};
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
static types(): { [key: string]: any } {
|
|
677
|
+
return {
|
|
678
|
+
endpointPath: 'string',
|
|
679
|
+
sessionConcurrencyPerInstance: 'number',
|
|
680
|
+
sessionIdleTimeoutSeconds: 'number',
|
|
681
|
+
sessionMaxLifetimeSeconds: 'number',
|
|
682
|
+
};
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
validate() {
|
|
686
|
+
super.validate();
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
constructor(map?: { [key: string]: any }) {
|
|
690
|
+
super(map);
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigNasConfigurationMountPoints extends $dara.Model {
|
|
695
|
+
/**
|
|
696
|
+
* @remarks
|
|
697
|
+
* Indicates whether TLS is enabled.
|
|
698
|
+
*/
|
|
699
|
+
enableTls?: boolean;
|
|
700
|
+
/**
|
|
701
|
+
* @remarks
|
|
702
|
+
* The local mount directory.
|
|
703
|
+
*
|
|
704
|
+
* @example
|
|
705
|
+
* /mnt/data
|
|
706
|
+
*/
|
|
707
|
+
mountDir?: string;
|
|
708
|
+
/**
|
|
709
|
+
* @remarks
|
|
710
|
+
* The NAS server address.
|
|
711
|
+
*
|
|
712
|
+
* @example
|
|
713
|
+
* example.cn-hangzhou.nas.aliyuncs.com
|
|
714
|
+
*/
|
|
715
|
+
serverAddr?: string;
|
|
716
|
+
static names(): { [key: string]: string } {
|
|
717
|
+
return {
|
|
718
|
+
enableTls: 'enableTls',
|
|
719
|
+
mountDir: 'mountDir',
|
|
720
|
+
serverAddr: 'serverAddr',
|
|
721
|
+
};
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
static types(): { [key: string]: any } {
|
|
725
|
+
return {
|
|
726
|
+
enableTls: 'boolean',
|
|
727
|
+
mountDir: 'string',
|
|
728
|
+
serverAddr: 'string',
|
|
729
|
+
};
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
validate() {
|
|
733
|
+
super.validate();
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
constructor(map?: { [key: string]: any }) {
|
|
737
|
+
super(map);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigNasConfiguration extends $dara.Model {
|
|
742
|
+
/**
|
|
743
|
+
* @remarks
|
|
744
|
+
* The runtime user group ID.
|
|
745
|
+
*
|
|
746
|
+
* @example
|
|
747
|
+
* 1000
|
|
748
|
+
*/
|
|
749
|
+
groupId?: number;
|
|
750
|
+
/**
|
|
751
|
+
* @remarks
|
|
752
|
+
* The list of NAS mount points.
|
|
753
|
+
*/
|
|
754
|
+
mountPoints?: ListMcpsResponseBodyItemsDeploymentConfigNasConfigurationMountPoints[];
|
|
755
|
+
/**
|
|
756
|
+
* @remarks
|
|
757
|
+
* The runtime user ID.
|
|
758
|
+
*
|
|
759
|
+
* @example
|
|
760
|
+
* 1000
|
|
761
|
+
*/
|
|
762
|
+
userId?: number;
|
|
763
|
+
static names(): { [key: string]: string } {
|
|
764
|
+
return {
|
|
765
|
+
groupId: 'groupId',
|
|
766
|
+
mountPoints: 'mountPoints',
|
|
767
|
+
userId: 'userId',
|
|
768
|
+
};
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
static types(): { [key: string]: any } {
|
|
772
|
+
return {
|
|
773
|
+
groupId: 'number',
|
|
774
|
+
mountPoints: { 'type': 'array', 'itemType': ListMcpsResponseBodyItemsDeploymentConfigNasConfigurationMountPoints },
|
|
775
|
+
userId: 'number',
|
|
776
|
+
};
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
validate() {
|
|
780
|
+
if(Array.isArray(this.mountPoints)) {
|
|
781
|
+
$dara.Model.validateArray(this.mountPoints);
|
|
782
|
+
}
|
|
783
|
+
super.validate();
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
constructor(map?: { [key: string]: any }) {
|
|
787
|
+
super(map);
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigNetworkConfiguration extends $dara.Model {
|
|
792
|
+
/**
|
|
793
|
+
* @remarks
|
|
794
|
+
* The network mode.
|
|
795
|
+
*
|
|
796
|
+
* @example
|
|
797
|
+
* PUBLIC
|
|
798
|
+
*/
|
|
799
|
+
networkMode?: string;
|
|
800
|
+
/**
|
|
801
|
+
* @remarks
|
|
802
|
+
* The security group ID.
|
|
803
|
+
*
|
|
804
|
+
* @example
|
|
805
|
+
* sg-example
|
|
806
|
+
*/
|
|
807
|
+
securityGroupId?: string;
|
|
808
|
+
/**
|
|
809
|
+
* @remarks
|
|
810
|
+
* The list of vSwitch IDs.
|
|
811
|
+
*/
|
|
812
|
+
vSwitchIds?: string[];
|
|
813
|
+
/**
|
|
814
|
+
* @remarks
|
|
815
|
+
* The virtual private cloud (VPC) ID.
|
|
816
|
+
*
|
|
817
|
+
* @example
|
|
818
|
+
* vpc-example
|
|
819
|
+
*/
|
|
820
|
+
vpcId?: string;
|
|
821
|
+
static names(): { [key: string]: string } {
|
|
822
|
+
return {
|
|
823
|
+
networkMode: 'networkMode',
|
|
824
|
+
securityGroupId: 'securityGroupId',
|
|
825
|
+
vSwitchIds: 'vSwitchIds',
|
|
826
|
+
vpcId: 'vpcId',
|
|
827
|
+
};
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
static types(): { [key: string]: any } {
|
|
831
|
+
return {
|
|
832
|
+
networkMode: 'string',
|
|
833
|
+
securityGroupId: 'string',
|
|
834
|
+
vSwitchIds: { 'type': 'array', 'itemType': 'string' },
|
|
835
|
+
vpcId: 'string',
|
|
836
|
+
};
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
validate() {
|
|
840
|
+
if(Array.isArray(this.vSwitchIds)) {
|
|
841
|
+
$dara.Model.validateArray(this.vSwitchIds);
|
|
842
|
+
}
|
|
843
|
+
super.validate();
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
constructor(map?: { [key: string]: any }) {
|
|
847
|
+
super(map);
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigOssMountConfigurationMountPoints extends $dara.Model {
|
|
852
|
+
/**
|
|
853
|
+
* @remarks
|
|
854
|
+
* The OSS bucket name.
|
|
855
|
+
*
|
|
856
|
+
* @example
|
|
857
|
+
* example-bucket
|
|
858
|
+
*/
|
|
859
|
+
bucketName?: string;
|
|
860
|
+
/**
|
|
861
|
+
* @remarks
|
|
862
|
+
* The OSS bucket path.
|
|
863
|
+
*
|
|
864
|
+
* @example
|
|
865
|
+
* /data
|
|
866
|
+
*/
|
|
867
|
+
bucketPath?: string;
|
|
868
|
+
/**
|
|
869
|
+
* @remarks
|
|
870
|
+
* The OSS service endpoint.
|
|
871
|
+
*
|
|
872
|
+
* @example
|
|
873
|
+
* https://oss-cn-hangzhou.aliyuncs.com
|
|
874
|
+
*/
|
|
875
|
+
endpoint?: string;
|
|
876
|
+
/**
|
|
877
|
+
* @remarks
|
|
878
|
+
* The local mount directory.
|
|
879
|
+
*
|
|
880
|
+
* @example
|
|
881
|
+
* /mnt/data
|
|
882
|
+
*/
|
|
883
|
+
mountDir?: string;
|
|
884
|
+
/**
|
|
885
|
+
* @remarks
|
|
886
|
+
* Indicates whether the mount point is read-only.
|
|
887
|
+
*/
|
|
888
|
+
readOnly?: boolean;
|
|
889
|
+
static names(): { [key: string]: string } {
|
|
890
|
+
return {
|
|
891
|
+
bucketName: 'bucketName',
|
|
892
|
+
bucketPath: 'bucketPath',
|
|
893
|
+
endpoint: 'endpoint',
|
|
894
|
+
mountDir: 'mountDir',
|
|
895
|
+
readOnly: 'readOnly',
|
|
896
|
+
};
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
static types(): { [key: string]: any } {
|
|
900
|
+
return {
|
|
901
|
+
bucketName: 'string',
|
|
902
|
+
bucketPath: 'string',
|
|
903
|
+
endpoint: 'string',
|
|
904
|
+
mountDir: 'string',
|
|
905
|
+
readOnly: 'boolean',
|
|
906
|
+
};
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
validate() {
|
|
910
|
+
super.validate();
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
constructor(map?: { [key: string]: any }) {
|
|
914
|
+
super(map);
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigOssMountConfiguration extends $dara.Model {
|
|
919
|
+
/**
|
|
920
|
+
* @remarks
|
|
921
|
+
* The list of OSS mount points.
|
|
922
|
+
*/
|
|
923
|
+
mountPoints?: ListMcpsResponseBodyItemsDeploymentConfigOssMountConfigurationMountPoints[];
|
|
924
|
+
static names(): { [key: string]: string } {
|
|
925
|
+
return {
|
|
926
|
+
mountPoints: 'mountPoints',
|
|
927
|
+
};
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
static types(): { [key: string]: any } {
|
|
931
|
+
return {
|
|
932
|
+
mountPoints: { 'type': 'array', 'itemType': ListMcpsResponseBodyItemsDeploymentConfigOssMountConfigurationMountPoints },
|
|
933
|
+
};
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
validate() {
|
|
937
|
+
if(Array.isArray(this.mountPoints)) {
|
|
938
|
+
$dara.Model.validateArray(this.mountPoints);
|
|
939
|
+
}
|
|
940
|
+
super.validate();
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
constructor(map?: { [key: string]: any }) {
|
|
944
|
+
super(map);
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigParameterTransformConfiguration extends $dara.Model {
|
|
949
|
+
/**
|
|
950
|
+
* @remarks
|
|
951
|
+
* Indicates whether parameter transformation and result enhancement is enabled.
|
|
952
|
+
*/
|
|
953
|
+
enabled?: boolean;
|
|
954
|
+
/**
|
|
955
|
+
* @remarks
|
|
956
|
+
* The reserved reference to the parameter transformation and result enhancement rule set.
|
|
957
|
+
*
|
|
958
|
+
* @example
|
|
959
|
+
* rules-1
|
|
960
|
+
*/
|
|
961
|
+
ruleSetId?: string;
|
|
962
|
+
/**
|
|
963
|
+
* @remarks
|
|
964
|
+
* The transformation rule version.
|
|
965
|
+
*
|
|
966
|
+
* @example
|
|
967
|
+
* 1.0
|
|
968
|
+
*/
|
|
969
|
+
version?: string;
|
|
970
|
+
static names(): { [key: string]: string } {
|
|
971
|
+
return {
|
|
972
|
+
enabled: 'enabled',
|
|
973
|
+
ruleSetId: 'ruleSetId',
|
|
974
|
+
version: 'version',
|
|
975
|
+
};
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
static types(): { [key: string]: any } {
|
|
979
|
+
return {
|
|
980
|
+
enabled: 'boolean',
|
|
981
|
+
ruleSetId: 'string',
|
|
982
|
+
version: 'string',
|
|
983
|
+
};
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
validate() {
|
|
987
|
+
super.validate();
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
constructor(map?: { [key: string]: any }) {
|
|
991
|
+
super(map);
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigProxyConfiguration extends $dara.Model {
|
|
996
|
+
/**
|
|
997
|
+
* @remarks
|
|
998
|
+
* Indicates whether the MCP proxy is enabled.
|
|
999
|
+
*/
|
|
1000
|
+
enabled?: boolean;
|
|
1001
|
+
static names(): { [key: string]: string } {
|
|
1002
|
+
return {
|
|
1003
|
+
enabled: 'enabled',
|
|
1004
|
+
};
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
static types(): { [key: string]: any } {
|
|
1008
|
+
return {
|
|
1009
|
+
enabled: 'boolean',
|
|
1010
|
+
};
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
validate() {
|
|
1014
|
+
super.validate();
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
constructor(map?: { [key: string]: any }) {
|
|
1018
|
+
super(map);
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
export class ListMcpsResponseBodyItemsDeploymentConfigRuntimeConfiguration extends $dara.Model {
|
|
1023
|
+
/**
|
|
1024
|
+
* @remarks
|
|
1025
|
+
* The number of vCPUs. Default value: 0.25.
|
|
1026
|
+
*
|
|
1027
|
+
* @example
|
|
1028
|
+
* 0.25
|
|
1029
|
+
*/
|
|
1030
|
+
cpu?: number;
|
|
1031
|
+
/**
|
|
1032
|
+
* @remarks
|
|
1033
|
+
* The ephemeral disk size. Unit: MB. Valid values: 512 and 10240.
|
|
1034
|
+
*
|
|
1035
|
+
* @example
|
|
1036
|
+
* 512
|
|
1037
|
+
*/
|
|
1038
|
+
diskSize?: number;
|
|
1039
|
+
/**
|
|
1040
|
+
* @remarks
|
|
1041
|
+
* The environment variables.
|
|
1042
|
+
*/
|
|
1043
|
+
environmentVariables?: { [key: string]: string };
|
|
1044
|
+
/**
|
|
1045
|
+
* @remarks
|
|
1046
|
+
* The Alibaba Cloud Resource Name (ARN) of the RAM role used by user code to access downstream Alibaba Cloud resources.
|
|
1047
|
+
*
|
|
1048
|
+
* @example
|
|
1049
|
+
* acs:ram::1234567890123456:role/agentcore-mcp-execution
|
|
1050
|
+
*/
|
|
1051
|
+
executionRoleArn?: string;
|
|
1052
|
+
/**
|
|
1053
|
+
* @remarks
|
|
1054
|
+
* The number of concurrent requests per instance. Default value: 200.
|
|
1055
|
+
*
|
|
1056
|
+
* @example
|
|
1057
|
+
* 200
|
|
1058
|
+
*/
|
|
1059
|
+
instanceConcurrency?: number;
|
|
1060
|
+
/**
|
|
1061
|
+
* @remarks
|
|
1062
|
+
* The memory size. Unit: MB. Default value: 512.
|
|
1063
|
+
*
|
|
1064
|
+
* @example
|
|
1065
|
+
* 512
|
|
1066
|
+
*/
|
|
1067
|
+
memory?: number;
|
|
1068
|
+
/**
|
|
1069
|
+
* @remarks
|
|
1070
|
+
* The service port. Default value: 9000.
|
|
1071
|
+
*
|
|
1072
|
+
* @example
|
|
1073
|
+
* 9000
|
|
1074
|
+
*/
|
|
1075
|
+
port?: number;
|
|
1076
|
+
/**
|
|
1077
|
+
* @remarks
|
|
1078
|
+
* The function timeout period. Unit: seconds. Default value: 300.
|
|
1079
|
+
*
|
|
1080
|
+
* @example
|
|
1081
|
+
* 300
|
|
1082
|
+
*/
|
|
1083
|
+
timeout?: number;
|
|
1084
|
+
static names(): { [key: string]: string } {
|
|
1085
|
+
return {
|
|
1086
|
+
cpu: 'cpu',
|
|
1087
|
+
diskSize: 'diskSize',
|
|
1088
|
+
environmentVariables: 'environmentVariables',
|
|
1089
|
+
executionRoleArn: 'executionRoleArn',
|
|
1090
|
+
instanceConcurrency: 'instanceConcurrency',
|
|
1091
|
+
memory: 'memory',
|
|
1092
|
+
port: 'port',
|
|
1093
|
+
timeout: 'timeout',
|
|
1094
|
+
};
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
static types(): { [key: string]: any } {
|
|
1098
|
+
return {
|
|
1099
|
+
cpu: 'number',
|
|
1100
|
+
diskSize: 'number',
|
|
1101
|
+
environmentVariables: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1102
|
+
executionRoleArn: 'string',
|
|
1103
|
+
instanceConcurrency: 'number',
|
|
1104
|
+
memory: 'number',
|
|
1105
|
+
port: 'number',
|
|
1106
|
+
timeout: 'number',
|
|
1107
|
+
};
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
validate() {
|
|
1111
|
+
if(this.environmentVariables) {
|
|
1112
|
+
$dara.Model.validateMap(this.environmentVariables);
|
|
1113
|
+
}
|
|
1114
|
+
super.validate();
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
constructor(map?: { [key: string]: any }) {
|
|
1118
|
+
super(map);
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export class ListMcpsResponseBodyItemsDeploymentConfig extends $dara.Model {
|
|
1123
|
+
/**
|
|
1124
|
+
* @remarks
|
|
1125
|
+
* The MCP ingress access control.
|
|
1126
|
+
*/
|
|
1127
|
+
accessControl?: ListMcpsResponseBodyItemsDeploymentConfigAccessControl;
|
|
1128
|
+
/**
|
|
1129
|
+
* @remarks
|
|
1130
|
+
* The Agent Identity configuration.
|
|
1131
|
+
*/
|
|
1132
|
+
agentIdentityConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigAgentIdentityConfiguration;
|
|
1133
|
+
/**
|
|
1134
|
+
* @remarks
|
|
1135
|
+
* Code indicates a ZIP code package. Container indicates a custom container.
|
|
1136
|
+
*
|
|
1137
|
+
* @example
|
|
1138
|
+
* Code
|
|
1139
|
+
*/
|
|
1140
|
+
artifactType?: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* @remarks
|
|
1143
|
+
* The code package configuration.
|
|
1144
|
+
*/
|
|
1145
|
+
codeConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigCodeConfiguration;
|
|
1146
|
+
/**
|
|
1147
|
+
* @remarks
|
|
1148
|
+
* The custom container configuration.
|
|
1149
|
+
*/
|
|
1150
|
+
containerConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigContainerConfiguration;
|
|
1151
|
+
/**
|
|
1152
|
+
* @remarks
|
|
1153
|
+
* The hook configuration.
|
|
1154
|
+
*/
|
|
1155
|
+
hookConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigHookConfiguration;
|
|
1156
|
+
/**
|
|
1157
|
+
* @remarks
|
|
1158
|
+
* The log configuration.
|
|
1159
|
+
*/
|
|
1160
|
+
logConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigLogConfiguration;
|
|
1161
|
+
/**
|
|
1162
|
+
* @remarks
|
|
1163
|
+
* The MCP session configuration.
|
|
1164
|
+
*/
|
|
1165
|
+
mcpConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigMcpConfiguration;
|
|
1166
|
+
/**
|
|
1167
|
+
* @remarks
|
|
1168
|
+
* The NAS storage configuration.
|
|
1169
|
+
*/
|
|
1170
|
+
nasConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigNasConfiguration;
|
|
1171
|
+
/**
|
|
1172
|
+
* @remarks
|
|
1173
|
+
* The network configuration.
|
|
1174
|
+
*/
|
|
1175
|
+
networkConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigNetworkConfiguration;
|
|
1176
|
+
/**
|
|
1177
|
+
* @remarks
|
|
1178
|
+
* The OSS mount configuration.
|
|
1179
|
+
*/
|
|
1180
|
+
ossMountConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigOssMountConfiguration;
|
|
1181
|
+
/**
|
|
1182
|
+
* @remarks
|
|
1183
|
+
* The parameter transformation and result enhancement configuration.
|
|
1184
|
+
*/
|
|
1185
|
+
parameterTransformConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigParameterTransformConfiguration;
|
|
1186
|
+
/**
|
|
1187
|
+
* @remarks
|
|
1188
|
+
* The MCP proxy configuration.
|
|
1189
|
+
*/
|
|
1190
|
+
proxyConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigProxyConfiguration;
|
|
1191
|
+
/**
|
|
1192
|
+
* @remarks
|
|
1193
|
+
* The runtime and resource configuration.
|
|
1194
|
+
*/
|
|
1195
|
+
runtimeConfiguration?: ListMcpsResponseBodyItemsDeploymentConfigRuntimeConfiguration;
|
|
1196
|
+
static names(): { [key: string]: string } {
|
|
1197
|
+
return {
|
|
1198
|
+
accessControl: 'accessControl',
|
|
1199
|
+
agentIdentityConfiguration: 'agentIdentityConfiguration',
|
|
1200
|
+
artifactType: 'artifactType',
|
|
1201
|
+
codeConfiguration: 'codeConfiguration',
|
|
1202
|
+
containerConfiguration: 'containerConfiguration',
|
|
1203
|
+
hookConfiguration: 'hookConfiguration',
|
|
1204
|
+
logConfiguration: 'logConfiguration',
|
|
1205
|
+
mcpConfiguration: 'mcpConfiguration',
|
|
1206
|
+
nasConfiguration: 'nasConfiguration',
|
|
1207
|
+
networkConfiguration: 'networkConfiguration',
|
|
1208
|
+
ossMountConfiguration: 'ossMountConfiguration',
|
|
1209
|
+
parameterTransformConfiguration: 'parameterTransformConfiguration',
|
|
1210
|
+
proxyConfiguration: 'proxyConfiguration',
|
|
1211
|
+
runtimeConfiguration: 'runtimeConfiguration',
|
|
1212
|
+
};
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
static types(): { [key: string]: any } {
|
|
1216
|
+
return {
|
|
1217
|
+
accessControl: ListMcpsResponseBodyItemsDeploymentConfigAccessControl,
|
|
1218
|
+
agentIdentityConfiguration: ListMcpsResponseBodyItemsDeploymentConfigAgentIdentityConfiguration,
|
|
1219
|
+
artifactType: 'string',
|
|
1220
|
+
codeConfiguration: ListMcpsResponseBodyItemsDeploymentConfigCodeConfiguration,
|
|
1221
|
+
containerConfiguration: ListMcpsResponseBodyItemsDeploymentConfigContainerConfiguration,
|
|
1222
|
+
hookConfiguration: ListMcpsResponseBodyItemsDeploymentConfigHookConfiguration,
|
|
1223
|
+
logConfiguration: ListMcpsResponseBodyItemsDeploymentConfigLogConfiguration,
|
|
1224
|
+
mcpConfiguration: ListMcpsResponseBodyItemsDeploymentConfigMcpConfiguration,
|
|
1225
|
+
nasConfiguration: ListMcpsResponseBodyItemsDeploymentConfigNasConfiguration,
|
|
1226
|
+
networkConfiguration: ListMcpsResponseBodyItemsDeploymentConfigNetworkConfiguration,
|
|
1227
|
+
ossMountConfiguration: ListMcpsResponseBodyItemsDeploymentConfigOssMountConfiguration,
|
|
1228
|
+
parameterTransformConfiguration: ListMcpsResponseBodyItemsDeploymentConfigParameterTransformConfiguration,
|
|
1229
|
+
proxyConfiguration: ListMcpsResponseBodyItemsDeploymentConfigProxyConfiguration,
|
|
1230
|
+
runtimeConfiguration: ListMcpsResponseBodyItemsDeploymentConfigRuntimeConfiguration,
|
|
1231
|
+
};
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
validate() {
|
|
1235
|
+
if(this.accessControl && typeof (this.accessControl as any).validate === 'function') {
|
|
1236
|
+
(this.accessControl as any).validate();
|
|
1237
|
+
}
|
|
1238
|
+
if(this.agentIdentityConfiguration && typeof (this.agentIdentityConfiguration as any).validate === 'function') {
|
|
1239
|
+
(this.agentIdentityConfiguration as any).validate();
|
|
1240
|
+
}
|
|
1241
|
+
if(this.codeConfiguration && typeof (this.codeConfiguration as any).validate === 'function') {
|
|
1242
|
+
(this.codeConfiguration as any).validate();
|
|
1243
|
+
}
|
|
1244
|
+
if(this.containerConfiguration && typeof (this.containerConfiguration as any).validate === 'function') {
|
|
1245
|
+
(this.containerConfiguration as any).validate();
|
|
1246
|
+
}
|
|
1247
|
+
if(this.hookConfiguration && typeof (this.hookConfiguration as any).validate === 'function') {
|
|
1248
|
+
(this.hookConfiguration as any).validate();
|
|
1249
|
+
}
|
|
1250
|
+
if(this.logConfiguration && typeof (this.logConfiguration as any).validate === 'function') {
|
|
1251
|
+
(this.logConfiguration as any).validate();
|
|
1252
|
+
}
|
|
1253
|
+
if(this.mcpConfiguration && typeof (this.mcpConfiguration as any).validate === 'function') {
|
|
1254
|
+
(this.mcpConfiguration as any).validate();
|
|
1255
|
+
}
|
|
1256
|
+
if(this.nasConfiguration && typeof (this.nasConfiguration as any).validate === 'function') {
|
|
1257
|
+
(this.nasConfiguration as any).validate();
|
|
1258
|
+
}
|
|
1259
|
+
if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
|
|
1260
|
+
(this.networkConfiguration as any).validate();
|
|
1261
|
+
}
|
|
1262
|
+
if(this.ossMountConfiguration && typeof (this.ossMountConfiguration as any).validate === 'function') {
|
|
1263
|
+
(this.ossMountConfiguration as any).validate();
|
|
1264
|
+
}
|
|
1265
|
+
if(this.parameterTransformConfiguration && typeof (this.parameterTransformConfiguration as any).validate === 'function') {
|
|
1266
|
+
(this.parameterTransformConfiguration as any).validate();
|
|
1267
|
+
}
|
|
1268
|
+
if(this.proxyConfiguration && typeof (this.proxyConfiguration as any).validate === 'function') {
|
|
1269
|
+
(this.proxyConfiguration as any).validate();
|
|
1270
|
+
}
|
|
1271
|
+
if(this.runtimeConfiguration && typeof (this.runtimeConfiguration as any).validate === 'function') {
|
|
1272
|
+
(this.runtimeConfiguration as any).validate();
|
|
1273
|
+
}
|
|
1274
|
+
super.validate();
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
constructor(map?: { [key: string]: any }) {
|
|
1278
|
+
super(map);
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
export class ListMcpsResponseBodyItemsMarketSource extends $dara.Model {
|
|
1283
|
+
/**
|
|
1284
|
+
* @remarks
|
|
1285
|
+
* The MCP marketplace template ID.
|
|
1286
|
+
*
|
|
1287
|
+
* @example
|
|
1288
|
+
* market-1
|
|
1289
|
+
*/
|
|
1290
|
+
marketItemId?: string;
|
|
1291
|
+
static names(): { [key: string]: string } {
|
|
1292
|
+
return {
|
|
1293
|
+
marketItemId: 'marketItemId',
|
|
1294
|
+
};
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
static types(): { [key: string]: any } {
|
|
1298
|
+
return {
|
|
1299
|
+
marketItemId: 'string',
|
|
1300
|
+
};
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
validate() {
|
|
1304
|
+
super.validate();
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
constructor(map?: { [key: string]: any }) {
|
|
1308
|
+
super(map);
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
export class ListMcpsResponseBodyItems extends $dara.Model {
|
|
1313
|
+
/**
|
|
1314
|
+
* @remarks
|
|
1315
|
+
* The list of MCP service addresses.
|
|
1316
|
+
*/
|
|
1317
|
+
addresses?: string[];
|
|
1318
|
+
/**
|
|
1319
|
+
* @remarks
|
|
1320
|
+
* The backend authentication configuration. enabled indicates whether it is enabled. directProxy specifies custom authentication headers for direct proxy. httpToMcp specifies the OpenAPI credential list for HTTP_TO_MCP.
|
|
1321
|
+
*/
|
|
1322
|
+
auth?: ListMcpsResponseBodyItemsAuth;
|
|
1323
|
+
/**
|
|
1324
|
+
* @remarks
|
|
1325
|
+
* The MCP creation time in ISO 8601 UTC format.
|
|
1326
|
+
*
|
|
1327
|
+
* @example
|
|
1328
|
+
* 2026-08-23T00:00:00Z
|
|
1329
|
+
*/
|
|
1330
|
+
createdAt?: string;
|
|
1331
|
+
/**
|
|
1332
|
+
* @remarks
|
|
1333
|
+
* The custom tags. Multiple tags are supported.
|
|
1334
|
+
*/
|
|
1335
|
+
customTags?: string[];
|
|
1336
|
+
/**
|
|
1337
|
+
* @remarks
|
|
1338
|
+
* The deployment configuration for code-deployed MCP.
|
|
1339
|
+
*/
|
|
1340
|
+
deploymentConfig?: ListMcpsResponseBodyItemsDeploymentConfig;
|
|
1341
|
+
/**
|
|
1342
|
+
* @remarks
|
|
1343
|
+
* The description.
|
|
1344
|
+
*
|
|
1345
|
+
* @example
|
|
1346
|
+
* A sample description that explains the purpose of the resource
|
|
1347
|
+
*/
|
|
1348
|
+
description?: string;
|
|
1349
|
+
/**
|
|
1350
|
+
* @remarks
|
|
1351
|
+
* The MCP endpoint available for users or agents to call. This value is empty before deployment is complete.
|
|
1352
|
+
*
|
|
1353
|
+
* @example
|
|
1354
|
+
* https://example.com/mcp
|
|
1355
|
+
*/
|
|
1356
|
+
endpoint?: string;
|
|
1357
|
+
/**
|
|
1358
|
+
* @remarks
|
|
1359
|
+
* The Function Compute function name corresponding to the CODE_PACKAGE MCP. This value is empty before deployment is complete or for other types.
|
|
1360
|
+
*
|
|
1361
|
+
* @example
|
|
1362
|
+
* agentcore-mcp-example
|
|
1363
|
+
*/
|
|
1364
|
+
functionName?: string;
|
|
1365
|
+
/**
|
|
1366
|
+
* @remarks
|
|
1367
|
+
* The MCP marketplace source template.
|
|
1368
|
+
*/
|
|
1369
|
+
marketSource?: ListMcpsResponseBodyItemsMarketSource;
|
|
1370
|
+
/**
|
|
1371
|
+
* @remarks
|
|
1372
|
+
* The MCP service ID.
|
|
1373
|
+
*
|
|
1374
|
+
* @example
|
|
1375
|
+
* mcp-1234567890abcdef
|
|
1376
|
+
*/
|
|
1377
|
+
mcpServerId?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* @remarks
|
|
1380
|
+
* The name.
|
|
1381
|
+
*
|
|
1382
|
+
* @example
|
|
1383
|
+
* mcp-example
|
|
1384
|
+
*/
|
|
1385
|
+
name?: string;
|
|
1386
|
+
/**
|
|
1387
|
+
* @remarks
|
|
1388
|
+
* The official tag managed by the server.
|
|
1389
|
+
*
|
|
1390
|
+
* @example
|
|
1391
|
+
* KNOWLEDGE_BASE
|
|
1392
|
+
*/
|
|
1393
|
+
officialTag?: string;
|
|
1394
|
+
/**
|
|
1395
|
+
* @remarks
|
|
1396
|
+
* The MCP protocol.
|
|
1397
|
+
*
|
|
1398
|
+
* @example
|
|
1399
|
+
* SSE
|
|
1400
|
+
*/
|
|
1401
|
+
protocol?: string;
|
|
1402
|
+
/**
|
|
1403
|
+
* @remarks
|
|
1404
|
+
* The status.
|
|
1405
|
+
*
|
|
1406
|
+
* @example
|
|
1407
|
+
* CREATING
|
|
1408
|
+
*/
|
|
1409
|
+
status?: string;
|
|
1410
|
+
/**
|
|
1411
|
+
* @remarks
|
|
1412
|
+
* The status reason.
|
|
1413
|
+
*
|
|
1414
|
+
* @example
|
|
1415
|
+
* Resource processing completed
|
|
1416
|
+
*/
|
|
1417
|
+
statusReason?: string;
|
|
1418
|
+
/**
|
|
1419
|
+
* @remarks
|
|
1420
|
+
* The Swagger configuration.
|
|
1421
|
+
*
|
|
1422
|
+
* @example
|
|
1423
|
+
* {"type":"object"}
|
|
1424
|
+
*/
|
|
1425
|
+
swaggerConfig?: string;
|
|
1426
|
+
/**
|
|
1427
|
+
* @remarks
|
|
1428
|
+
* The type.
|
|
1429
|
+
*
|
|
1430
|
+
* @example
|
|
1431
|
+
* file
|
|
1432
|
+
*/
|
|
1433
|
+
type?: string;
|
|
1434
|
+
/**
|
|
1435
|
+
* @remarks
|
|
1436
|
+
* The time when the MCP was last updated, in ISO 8601 UTC format.
|
|
1437
|
+
*
|
|
1438
|
+
* @example
|
|
1439
|
+
* 2026-08-23T01:00:00Z
|
|
1440
|
+
*/
|
|
1441
|
+
updatedAt?: string;
|
|
1442
|
+
/**
|
|
1443
|
+
* @remarks
|
|
1444
|
+
* Indicates whether the MCP is still subject to the usage constraints of the official template.
|
|
1445
|
+
*/
|
|
1446
|
+
usageActive?: boolean;
|
|
1447
|
+
static names(): { [key: string]: string } {
|
|
1448
|
+
return {
|
|
1449
|
+
addresses: 'addresses',
|
|
1450
|
+
auth: 'auth',
|
|
1451
|
+
createdAt: 'createdAt',
|
|
1452
|
+
customTags: 'customTags',
|
|
1453
|
+
deploymentConfig: 'deploymentConfig',
|
|
1454
|
+
description: 'description',
|
|
1455
|
+
endpoint: 'endpoint',
|
|
1456
|
+
functionName: 'functionName',
|
|
1457
|
+
marketSource: 'marketSource',
|
|
1458
|
+
mcpServerId: 'mcpServerId',
|
|
1459
|
+
name: 'name',
|
|
1460
|
+
officialTag: 'officialTag',
|
|
1461
|
+
protocol: 'protocol',
|
|
1462
|
+
status: 'status',
|
|
1463
|
+
statusReason: 'statusReason',
|
|
1464
|
+
swaggerConfig: 'swaggerConfig',
|
|
1465
|
+
type: 'type',
|
|
1466
|
+
updatedAt: 'updatedAt',
|
|
1467
|
+
usageActive: 'usageActive',
|
|
1468
|
+
};
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
static types(): { [key: string]: any } {
|
|
1472
|
+
return {
|
|
1473
|
+
addresses: { 'type': 'array', 'itemType': 'string' },
|
|
1474
|
+
auth: ListMcpsResponseBodyItemsAuth,
|
|
1475
|
+
createdAt: 'string',
|
|
1476
|
+
customTags: { 'type': 'array', 'itemType': 'string' },
|
|
1477
|
+
deploymentConfig: ListMcpsResponseBodyItemsDeploymentConfig,
|
|
1478
|
+
description: 'string',
|
|
1479
|
+
endpoint: 'string',
|
|
1480
|
+
functionName: 'string',
|
|
1481
|
+
marketSource: ListMcpsResponseBodyItemsMarketSource,
|
|
1482
|
+
mcpServerId: 'string',
|
|
1483
|
+
name: 'string',
|
|
1484
|
+
officialTag: 'string',
|
|
1485
|
+
protocol: 'string',
|
|
1486
|
+
status: 'string',
|
|
1487
|
+
statusReason: 'string',
|
|
1488
|
+
swaggerConfig: 'string',
|
|
1489
|
+
type: 'string',
|
|
1490
|
+
updatedAt: 'string',
|
|
1491
|
+
usageActive: 'boolean',
|
|
1492
|
+
};
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
validate() {
|
|
1496
|
+
if(Array.isArray(this.addresses)) {
|
|
1497
|
+
$dara.Model.validateArray(this.addresses);
|
|
1498
|
+
}
|
|
1499
|
+
if(this.auth && typeof (this.auth as any).validate === 'function') {
|
|
1500
|
+
(this.auth as any).validate();
|
|
1501
|
+
}
|
|
1502
|
+
if(Array.isArray(this.customTags)) {
|
|
1503
|
+
$dara.Model.validateArray(this.customTags);
|
|
1504
|
+
}
|
|
1505
|
+
if(this.deploymentConfig && typeof (this.deploymentConfig as any).validate === 'function') {
|
|
1506
|
+
(this.deploymentConfig as any).validate();
|
|
1507
|
+
}
|
|
1508
|
+
if(this.marketSource && typeof (this.marketSource as any).validate === 'function') {
|
|
1509
|
+
(this.marketSource as any).validate();
|
|
273
1510
|
}
|
|
274
1511
|
super.validate();
|
|
275
1512
|
}
|
|
@@ -303,7 +1540,7 @@ export class ListMcpsResponseBody extends $dara.Model {
|
|
|
303
1540
|
items?: ListMcpsResponseBodyItems[];
|
|
304
1541
|
/**
|
|
305
1542
|
* @remarks
|
|
306
|
-
* The maximum number of
|
|
1543
|
+
* The maximum number of entries per page.
|
|
307
1544
|
*
|
|
308
1545
|
* @example
|
|
309
1546
|
* 20
|
|
@@ -314,7 +1551,7 @@ export class ListMcpsResponseBody extends $dara.Model {
|
|
|
314
1551
|
* The response message.
|
|
315
1552
|
*
|
|
316
1553
|
* @example
|
|
317
|
-
* Request
|
|
1554
|
+
* Request processing succeeded
|
|
318
1555
|
*/
|
|
319
1556
|
message?: string;
|
|
320
1557
|
/**
|