@aws-sdk/client-bedrock-agentcore-control 3.1018.0 → 3.1020.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-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +24 -9
- package/dist-es/BedrockAgentCoreControl.js +3 -3
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +17 -2
- package/dist-es/waiters/waitForMemoryCreated.js +1 -1
- package/dist-es/waiters/waitForPolicyActive.js +1 -1
- package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyGenerationCompleted.js +2 -2
- package/dist-types/BedrockAgentCoreControl.d.ts +86 -86
- package/dist-types/BedrockAgentCoreControlClient.d.ts +89 -89
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +7 -1
- package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -0
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +67 -35
- package/dist-types/models/models_1.d.ts +31 -2
- package/dist-types/pagination/ListAgentRuntimeEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentRuntimeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentRuntimesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApiKeyCredentialProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrowserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrowsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeInterpretersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEvaluatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewayTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOauth2CredentialProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOnlineEvaluationConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyEnginesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGenerationAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkloadIdentitiesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -7
- package/dist-types/ts3.4/models/models_1.d.ts +9 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/dist-types/waiters/waitForMemoryCreated.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyActive.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyEngineActive.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +3 -3
- package/package.json +14 -14
|
@@ -5,95 +5,95 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
|
|
11
|
-
import { CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
|
|
12
|
-
import { CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput } from "./commands/CreateApiKeyCredentialProviderCommand";
|
|
13
|
-
import { CreateBrowserCommandInput, CreateBrowserCommandOutput } from "./commands/CreateBrowserCommand";
|
|
14
|
-
import { CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput } from "./commands/CreateBrowserProfileCommand";
|
|
15
|
-
import { CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput } from "./commands/CreateCodeInterpreterCommand";
|
|
16
|
-
import { CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput } from "./commands/CreateEvaluatorCommand";
|
|
17
|
-
import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
|
|
18
|
-
import { CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
|
|
19
|
-
import { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
20
|
-
import { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
21
|
-
import { CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
22
|
-
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
23
|
-
import { CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
24
|
-
import { CreateWorkloadIdentityCommandInput, CreateWorkloadIdentityCommandOutput } from "./commands/CreateWorkloadIdentityCommand";
|
|
25
|
-
import { DeleteAgentRuntimeCommandInput, DeleteAgentRuntimeCommandOutput } from "./commands/DeleteAgentRuntimeCommand";
|
|
26
|
-
import { DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpointCommandOutput } from "./commands/DeleteAgentRuntimeEndpointCommand";
|
|
27
|
-
import { DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput } from "./commands/DeleteApiKeyCredentialProviderCommand";
|
|
28
|
-
import { DeleteBrowserCommandInput, DeleteBrowserCommandOutput } from "./commands/DeleteBrowserCommand";
|
|
29
|
-
import { DeleteBrowserProfileCommandInput, DeleteBrowserProfileCommandOutput } from "./commands/DeleteBrowserProfileCommand";
|
|
30
|
-
import { DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput } from "./commands/DeleteCodeInterpreterCommand";
|
|
31
|
-
import { DeleteEvaluatorCommandInput, DeleteEvaluatorCommandOutput } from "./commands/DeleteEvaluatorCommand";
|
|
32
|
-
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
33
|
-
import { DeleteGatewayTargetCommandInput, DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
|
|
34
|
-
import { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
35
|
-
import { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
36
|
-
import { DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
37
|
-
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
38
|
-
import { DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
39
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
40
|
-
import { DeleteWorkloadIdentityCommandInput, DeleteWorkloadIdentityCommandOutput } from "./commands/DeleteWorkloadIdentityCommand";
|
|
41
|
-
import { GetAgentRuntimeCommandInput, GetAgentRuntimeCommandOutput } from "./commands/GetAgentRuntimeCommand";
|
|
42
|
-
import { GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointCommandOutput } from "./commands/GetAgentRuntimeEndpointCommand";
|
|
43
|
-
import { GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput } from "./commands/GetApiKeyCredentialProviderCommand";
|
|
44
|
-
import { GetBrowserCommandInput, GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
|
|
45
|
-
import { GetBrowserProfileCommandInput, GetBrowserProfileCommandOutput } from "./commands/GetBrowserProfileCommand";
|
|
46
|
-
import { GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput } from "./commands/GetCodeInterpreterCommand";
|
|
47
|
-
import { GetEvaluatorCommandInput, GetEvaluatorCommandOutput } from "./commands/GetEvaluatorCommand";
|
|
48
|
-
import { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
|
|
49
|
-
import { GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
|
|
50
|
-
import { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
51
|
-
import { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
52
|
-
import { GetOnlineEvaluationConfigCommandInput, GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
53
|
-
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
54
|
-
import { GetPolicyEngineCommandInput, GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
55
|
-
import { GetPolicyGenerationCommandInput, GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
56
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
57
|
-
import { GetTokenVaultCommandInput, GetTokenVaultCommandOutput } from "./commands/GetTokenVaultCommand";
|
|
58
|
-
import { GetWorkloadIdentityCommandInput, GetWorkloadIdentityCommandOutput } from "./commands/GetWorkloadIdentityCommand";
|
|
59
|
-
import { ListAgentRuntimeEndpointsCommandInput, ListAgentRuntimeEndpointsCommandOutput } from "./commands/ListAgentRuntimeEndpointsCommand";
|
|
60
|
-
import { ListAgentRuntimesCommandInput, ListAgentRuntimesCommandOutput } from "./commands/ListAgentRuntimesCommand";
|
|
61
|
-
import { ListAgentRuntimeVersionsCommandInput, ListAgentRuntimeVersionsCommandOutput } from "./commands/ListAgentRuntimeVersionsCommand";
|
|
62
|
-
import { ListApiKeyCredentialProvidersCommandInput, ListApiKeyCredentialProvidersCommandOutput } from "./commands/ListApiKeyCredentialProvidersCommand";
|
|
63
|
-
import { ListBrowserProfilesCommandInput, ListBrowserProfilesCommandOutput } from "./commands/ListBrowserProfilesCommand";
|
|
64
|
-
import { ListBrowsersCommandInput, ListBrowsersCommandOutput } from "./commands/ListBrowsersCommand";
|
|
65
|
-
import { ListCodeInterpretersCommandInput, ListCodeInterpretersCommandOutput } from "./commands/ListCodeInterpretersCommand";
|
|
66
|
-
import { ListEvaluatorsCommandInput, ListEvaluatorsCommandOutput } from "./commands/ListEvaluatorsCommand";
|
|
67
|
-
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
68
|
-
import { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
|
|
69
|
-
import { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
70
|
-
import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
71
|
-
import { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
72
|
-
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
73
|
-
import { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
74
|
-
import { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
75
|
-
import { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
|
|
76
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
-
import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "./commands/ListWorkloadIdentitiesCommand";
|
|
78
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
79
|
-
import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "./commands/SetTokenVaultCMKCommand";
|
|
80
|
-
import { StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput } from "./commands/StartPolicyGenerationCommand";
|
|
81
|
-
import { SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput } from "./commands/SynchronizeGatewayTargetsCommand";
|
|
82
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
|
-
import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
|
|
85
|
-
import { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "./commands/UpdateAgentRuntimeEndpointCommand";
|
|
86
|
-
import { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "./commands/UpdateApiKeyCredentialProviderCommand";
|
|
87
|
-
import { UpdateEvaluatorCommandInput, UpdateEvaluatorCommandOutput } from "./commands/UpdateEvaluatorCommand";
|
|
88
|
-
import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
|
|
89
|
-
import { UpdateGatewayTargetCommandInput, UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
|
|
90
|
-
import { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
91
|
-
import { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
92
|
-
import { UpdateOnlineEvaluationConfigCommandInput, UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
93
|
-
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
94
|
-
import { UpdatePolicyEngineCommandInput, UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
95
|
-
import { UpdateWorkloadIdentityCommandInput, UpdateWorkloadIdentityCommandOutput } from "./commands/UpdateWorkloadIdentityCommand";
|
|
96
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "./commands/CreateAgentRuntimeCommand";
|
|
11
|
+
import type { CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput } from "./commands/CreateAgentRuntimeEndpointCommand";
|
|
12
|
+
import type { CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput } from "./commands/CreateApiKeyCredentialProviderCommand";
|
|
13
|
+
import type { CreateBrowserCommandInput, CreateBrowserCommandOutput } from "./commands/CreateBrowserCommand";
|
|
14
|
+
import type { CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput } from "./commands/CreateBrowserProfileCommand";
|
|
15
|
+
import type { CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput } from "./commands/CreateCodeInterpreterCommand";
|
|
16
|
+
import type { CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput } from "./commands/CreateEvaluatorCommand";
|
|
17
|
+
import type { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
|
|
18
|
+
import type { CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
|
|
19
|
+
import type { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
20
|
+
import type { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
21
|
+
import type { CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
22
|
+
import type { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
23
|
+
import type { CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
24
|
+
import type { CreateWorkloadIdentityCommandInput, CreateWorkloadIdentityCommandOutput } from "./commands/CreateWorkloadIdentityCommand";
|
|
25
|
+
import type { DeleteAgentRuntimeCommandInput, DeleteAgentRuntimeCommandOutput } from "./commands/DeleteAgentRuntimeCommand";
|
|
26
|
+
import type { DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpointCommandOutput } from "./commands/DeleteAgentRuntimeEndpointCommand";
|
|
27
|
+
import type { DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput } from "./commands/DeleteApiKeyCredentialProviderCommand";
|
|
28
|
+
import type { DeleteBrowserCommandInput, DeleteBrowserCommandOutput } from "./commands/DeleteBrowserCommand";
|
|
29
|
+
import type { DeleteBrowserProfileCommandInput, DeleteBrowserProfileCommandOutput } from "./commands/DeleteBrowserProfileCommand";
|
|
30
|
+
import type { DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput } from "./commands/DeleteCodeInterpreterCommand";
|
|
31
|
+
import type { DeleteEvaluatorCommandInput, DeleteEvaluatorCommandOutput } from "./commands/DeleteEvaluatorCommand";
|
|
32
|
+
import type { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
33
|
+
import type { DeleteGatewayTargetCommandInput, DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
|
|
34
|
+
import type { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
35
|
+
import type { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
36
|
+
import type { DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
37
|
+
import type { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
38
|
+
import type { DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
39
|
+
import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
40
|
+
import type { DeleteWorkloadIdentityCommandInput, DeleteWorkloadIdentityCommandOutput } from "./commands/DeleteWorkloadIdentityCommand";
|
|
41
|
+
import type { GetAgentRuntimeCommandInput, GetAgentRuntimeCommandOutput } from "./commands/GetAgentRuntimeCommand";
|
|
42
|
+
import type { GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointCommandOutput } from "./commands/GetAgentRuntimeEndpointCommand";
|
|
43
|
+
import type { GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput } from "./commands/GetApiKeyCredentialProviderCommand";
|
|
44
|
+
import type { GetBrowserCommandInput, GetBrowserCommandOutput } from "./commands/GetBrowserCommand";
|
|
45
|
+
import type { GetBrowserProfileCommandInput, GetBrowserProfileCommandOutput } from "./commands/GetBrowserProfileCommand";
|
|
46
|
+
import type { GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput } from "./commands/GetCodeInterpreterCommand";
|
|
47
|
+
import type { GetEvaluatorCommandInput, GetEvaluatorCommandOutput } from "./commands/GetEvaluatorCommand";
|
|
48
|
+
import type { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands/GetGatewayCommand";
|
|
49
|
+
import type { GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
|
|
50
|
+
import type { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
51
|
+
import type { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
52
|
+
import type { GetOnlineEvaluationConfigCommandInput, GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
53
|
+
import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
54
|
+
import type { GetPolicyEngineCommandInput, GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
55
|
+
import type { GetPolicyGenerationCommandInput, GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
56
|
+
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
57
|
+
import type { GetTokenVaultCommandInput, GetTokenVaultCommandOutput } from "./commands/GetTokenVaultCommand";
|
|
58
|
+
import type { GetWorkloadIdentityCommandInput, GetWorkloadIdentityCommandOutput } from "./commands/GetWorkloadIdentityCommand";
|
|
59
|
+
import type { ListAgentRuntimeEndpointsCommandInput, ListAgentRuntimeEndpointsCommandOutput } from "./commands/ListAgentRuntimeEndpointsCommand";
|
|
60
|
+
import type { ListAgentRuntimesCommandInput, ListAgentRuntimesCommandOutput } from "./commands/ListAgentRuntimesCommand";
|
|
61
|
+
import type { ListAgentRuntimeVersionsCommandInput, ListAgentRuntimeVersionsCommandOutput } from "./commands/ListAgentRuntimeVersionsCommand";
|
|
62
|
+
import type { ListApiKeyCredentialProvidersCommandInput, ListApiKeyCredentialProvidersCommandOutput } from "./commands/ListApiKeyCredentialProvidersCommand";
|
|
63
|
+
import type { ListBrowserProfilesCommandInput, ListBrowserProfilesCommandOutput } from "./commands/ListBrowserProfilesCommand";
|
|
64
|
+
import type { ListBrowsersCommandInput, ListBrowsersCommandOutput } from "./commands/ListBrowsersCommand";
|
|
65
|
+
import type { ListCodeInterpretersCommandInput, ListCodeInterpretersCommandOutput } from "./commands/ListCodeInterpretersCommand";
|
|
66
|
+
import type { ListEvaluatorsCommandInput, ListEvaluatorsCommandOutput } from "./commands/ListEvaluatorsCommand";
|
|
67
|
+
import type { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
68
|
+
import type { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
|
|
69
|
+
import type { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
70
|
+
import type { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
71
|
+
import type { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
72
|
+
import type { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
73
|
+
import type { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
74
|
+
import type { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
75
|
+
import type { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "./commands/ListPolicyGenerationsCommand";
|
|
76
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
+
import type { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "./commands/ListWorkloadIdentitiesCommand";
|
|
78
|
+
import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
79
|
+
import type { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "./commands/SetTokenVaultCMKCommand";
|
|
80
|
+
import type { StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput } from "./commands/StartPolicyGenerationCommand";
|
|
81
|
+
import type { SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput } from "./commands/SynchronizeGatewayTargetsCommand";
|
|
82
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
83
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
84
|
+
import type { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
|
|
85
|
+
import type { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "./commands/UpdateAgentRuntimeEndpointCommand";
|
|
86
|
+
import type { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "./commands/UpdateApiKeyCredentialProviderCommand";
|
|
87
|
+
import type { UpdateEvaluatorCommandInput, UpdateEvaluatorCommandOutput } from "./commands/UpdateEvaluatorCommand";
|
|
88
|
+
import type { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
|
|
89
|
+
import type { UpdateGatewayTargetCommandInput, UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
|
|
90
|
+
import type { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
91
|
+
import type { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
92
|
+
import type { UpdateOnlineEvaluationConfigCommandInput, UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
93
|
+
import type { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
94
|
+
import type { UpdatePolicyEngineCommandInput, UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
95
|
+
import type { UpdateWorkloadIdentityCommandInput, UpdateWorkloadIdentityCommandOutput } from "./commands/UpdateWorkloadIdentityCommand";
|
|
96
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
97
97
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
98
98
|
export { __Client };
|
|
99
99
|
/**
|
|
@@ -202,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
202
202
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
203
203
|
* @internal
|
|
204
204
|
*/
|
|
205
|
-
defaultUserAgentProvider?:
|
|
205
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
206
206
|
/**
|
|
207
207
|
* Default credentials provider; Not available in browser runtime.
|
|
208
208
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { BedrockAgentCoreControlHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
3
|
import { type BedrockAgentCoreControlClientResolvedConfig } from "../BedrockAgentCoreControlClient";
|
|
4
4
|
/**
|
|
@@ -27,7 +27,7 @@ declare const CreateEvaluatorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p> Creates a custom evaluator for agent quality assessment. Custom evaluators use LLM-as-a-Judge configurations with user-defined prompts, rating scales, and model settings to evaluate agent performance at tool call, trace, or session levels. </p>
|
|
30
|
+
* <p> Creates a custom evaluator for agent quality assessment. Custom evaluators can use either LLM-as-a-Judge configurations with user-defined prompts, rating scales, and model settings, or code-based configurations with customer-managed Lambda functions to evaluate agent performance at tool call, trace, or session levels. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -73,6 +73,12 @@ declare const CreateEvaluatorCommand_base: {
|
|
|
73
73
|
* },
|
|
74
74
|
* },
|
|
75
75
|
* },
|
|
76
|
+
* codeBased: { // CodeBasedEvaluatorConfig Union: only one key present
|
|
77
|
+
* lambdaConfig: { // LambdaEvaluatorConfig
|
|
78
|
+
* lambdaArn: "STRING_VALUE", // required
|
|
79
|
+
* lambdaTimeoutInSeconds: Number("int"),
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
76
82
|
* },
|
|
77
83
|
* level: "TOOL_CALL" || "TRACE" || "SESSION", // required
|
|
78
84
|
* tags: { // TagsMap
|
|
@@ -79,6 +79,12 @@ declare const GetEvaluatorCommand_base: {
|
|
|
79
79
|
* // },
|
|
80
80
|
* // },
|
|
81
81
|
* // },
|
|
82
|
+
* // codeBased: { // CodeBasedEvaluatorConfig Union: only one key present
|
|
83
|
+
* // lambdaConfig: { // LambdaEvaluatorConfig
|
|
84
|
+
* // lambdaArn: "STRING_VALUE", // required
|
|
85
|
+
* // lambdaTimeoutInSeconds: Number("int"),
|
|
86
|
+
* // },
|
|
87
|
+
* // },
|
|
82
88
|
* // },
|
|
83
89
|
* // level: "TOOL_CALL" || "TRACE" || "SESSION", // required
|
|
84
90
|
* // status: "ACTIVE" || "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING", // required
|
|
@@ -49,7 +49,7 @@ declare const ListEvaluatorsCommand_base: {
|
|
|
49
49
|
* // evaluatorId: "STRING_VALUE", // required
|
|
50
50
|
* // evaluatorName: "STRING_VALUE", // required
|
|
51
51
|
* // description: "STRING_VALUE",
|
|
52
|
-
* // evaluatorType: "Builtin" || "Custom", // required
|
|
52
|
+
* // evaluatorType: "Builtin" || "Custom" || "CustomCode", // required
|
|
53
53
|
* // level: "TOOL_CALL" || "TRACE" || "SESSION",
|
|
54
54
|
* // status: "ACTIVE" || "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "DELETING", // required
|
|
55
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
@@ -73,6 +73,12 @@ declare const UpdateEvaluatorCommand_base: {
|
|
|
73
73
|
* },
|
|
74
74
|
* },
|
|
75
75
|
* },
|
|
76
|
+
* codeBased: { // CodeBasedEvaluatorConfig Union: only one key present
|
|
77
|
+
* lambdaConfig: { // LambdaEvaluatorConfig
|
|
78
|
+
* lambdaArn: "STRING_VALUE", // required
|
|
79
|
+
* lambdaTimeoutInSeconds: Number("int"),
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
76
82
|
* },
|
|
77
83
|
* level: "TOOL_CALL" || "TRACE" || "SESSION",
|
|
78
84
|
* };
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { UpdatePolicyEngineRequest } from "../models/
|
|
5
|
-
import type { UpdatePolicyEngineResponse } from "../models/models_1";
|
|
4
|
+
import type { UpdatePolicyEngineRequest, UpdatePolicyEngineResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./BedrockAgentCoreControlClient";
|
|
7
7
|
export * from "./BedrockAgentCoreControl";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BedrockAgentCoreControlExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BedrockAgentCoreControlServiceException as __BaseException } from "./BedrockAgentCoreControlServiceException";
|
|
3
|
-
import { ValidationExceptionReason } from "./enums";
|
|
4
|
-
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import type { ValidationExceptionReason } from "./enums";
|
|
4
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
7
7
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserEnterprisePolicyType, BrowserNetworkMode, BrowserProfileStatus, BrowserStatus, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ContentLevel, ContentType, CredentialProviderType, CredentialProviderVendorType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, FilterOperator, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayStatus, InboundTokenClaimValueType, KeyType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, NetworkMode, OAuthGrantType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, ResourceType, RestApiMethod, SearchType, ServerProtocol, TargetStatus } from "./enums";
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserEnterprisePolicyType, BrowserNetworkMode, BrowserProfileStatus, BrowserStatus, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ContentLevel, ContentType, CredentialProviderType, CredentialProviderVendorType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, FilterOperator, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayStatus, InboundTokenClaimValueType, KeyType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, NetworkMode, OAuthGrantType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, ResourceType, RestApiMethod, SearchType, ServerProtocol, TargetStatus } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -2442,6 +2442,55 @@ export interface DeleteResourcePolicyRequest {
|
|
|
2442
2442
|
*/
|
|
2443
2443
|
export interface DeleteResourcePolicyResponse {
|
|
2444
2444
|
}
|
|
2445
|
+
/**
|
|
2446
|
+
* <p> Configuration for a Lambda function used as a code-based evaluator. </p>
|
|
2447
|
+
* @public
|
|
2448
|
+
*/
|
|
2449
|
+
export interface LambdaEvaluatorConfig {
|
|
2450
|
+
/**
|
|
2451
|
+
* <p> The Amazon Resource Name (ARN) of the Lambda function that implements the evaluation logic. </p>
|
|
2452
|
+
* @public
|
|
2453
|
+
*/
|
|
2454
|
+
lambdaArn: string | undefined;
|
|
2455
|
+
/**
|
|
2456
|
+
* <p> The timeout in seconds for the Lambda function invocation. Defaults to 60. Must be between 1 and 300. </p>
|
|
2457
|
+
* @public
|
|
2458
|
+
*/
|
|
2459
|
+
lambdaTimeoutInSeconds?: number | undefined;
|
|
2460
|
+
}
|
|
2461
|
+
/**
|
|
2462
|
+
* <p> Configuration for a code-based evaluator. Specify the Lambda function to use for evaluation. </p>
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2465
|
+
export type CodeBasedEvaluatorConfig = CodeBasedEvaluatorConfig.LambdaConfigMember | CodeBasedEvaluatorConfig.$UnknownMember;
|
|
2466
|
+
/**
|
|
2467
|
+
* @public
|
|
2468
|
+
*/
|
|
2469
|
+
export declare namespace CodeBasedEvaluatorConfig {
|
|
2470
|
+
/**
|
|
2471
|
+
* <p> The Lambda function configuration for code-based evaluation. </p>
|
|
2472
|
+
* @public
|
|
2473
|
+
*/
|
|
2474
|
+
interface LambdaConfigMember {
|
|
2475
|
+
lambdaConfig: LambdaEvaluatorConfig;
|
|
2476
|
+
$unknown?: never;
|
|
2477
|
+
}
|
|
2478
|
+
/**
|
|
2479
|
+
* @public
|
|
2480
|
+
*/
|
|
2481
|
+
interface $UnknownMember {
|
|
2482
|
+
lambdaConfig?: never;
|
|
2483
|
+
$unknown: [string, any];
|
|
2484
|
+
}
|
|
2485
|
+
/**
|
|
2486
|
+
* @deprecated unused in schema-serde mode.
|
|
2487
|
+
*
|
|
2488
|
+
*/
|
|
2489
|
+
interface Visitor<T> {
|
|
2490
|
+
lambdaConfig: (value: LambdaEvaluatorConfig) => T;
|
|
2491
|
+
_: (name: string, value: any) => T;
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2445
2494
|
/**
|
|
2446
2495
|
* <p> The configuration parameters that control how the foundation model behaves during evaluation, including response generation settings. </p>
|
|
2447
2496
|
* @public
|
|
@@ -2629,7 +2678,7 @@ export interface LlmAsAJudgeEvaluatorConfig {
|
|
|
2629
2678
|
* <p> The configuration that defines how an evaluator assesses agent performance, including the evaluation method and parameters. </p>
|
|
2630
2679
|
* @public
|
|
2631
2680
|
*/
|
|
2632
|
-
export type EvaluatorConfig = EvaluatorConfig.LlmAsAJudgeMember | EvaluatorConfig.$UnknownMember;
|
|
2681
|
+
export type EvaluatorConfig = EvaluatorConfig.CodeBasedMember | EvaluatorConfig.LlmAsAJudgeMember | EvaluatorConfig.$UnknownMember;
|
|
2633
2682
|
/**
|
|
2634
2683
|
* @public
|
|
2635
2684
|
*/
|
|
@@ -2640,6 +2689,16 @@ export declare namespace EvaluatorConfig {
|
|
|
2640
2689
|
*/
|
|
2641
2690
|
interface LlmAsAJudgeMember {
|
|
2642
2691
|
llmAsAJudge: LlmAsAJudgeEvaluatorConfig;
|
|
2692
|
+
codeBased?: never;
|
|
2693
|
+
$unknown?: never;
|
|
2694
|
+
}
|
|
2695
|
+
/**
|
|
2696
|
+
* <p> Configuration for a code-based evaluator that uses a customer-managed Lambda function to programmatically assess agent performance. </p>
|
|
2697
|
+
* @public
|
|
2698
|
+
*/
|
|
2699
|
+
interface CodeBasedMember {
|
|
2700
|
+
llmAsAJudge?: never;
|
|
2701
|
+
codeBased: CodeBasedEvaluatorConfig;
|
|
2643
2702
|
$unknown?: never;
|
|
2644
2703
|
}
|
|
2645
2704
|
/**
|
|
@@ -2647,6 +2706,7 @@ export declare namespace EvaluatorConfig {
|
|
|
2647
2706
|
*/
|
|
2648
2707
|
interface $UnknownMember {
|
|
2649
2708
|
llmAsAJudge?: never;
|
|
2709
|
+
codeBased?: never;
|
|
2650
2710
|
$unknown: [string, any];
|
|
2651
2711
|
}
|
|
2652
2712
|
/**
|
|
@@ -2655,6 +2715,7 @@ export declare namespace EvaluatorConfig {
|
|
|
2655
2715
|
*/
|
|
2656
2716
|
interface Visitor<T> {
|
|
2657
2717
|
llmAsAJudge: (value: LlmAsAJudgeEvaluatorConfig) => T;
|
|
2718
|
+
codeBased: (value: CodeBasedEvaluatorConfig) => T;
|
|
2658
2719
|
_: (name: string, value: any) => T;
|
|
2659
2720
|
}
|
|
2660
2721
|
}
|
|
@@ -2678,7 +2739,7 @@ export interface CreateEvaluatorRequest {
|
|
|
2678
2739
|
*/
|
|
2679
2740
|
description?: string | undefined;
|
|
2680
2741
|
/**
|
|
2681
|
-
* <p> The configuration for the evaluator
|
|
2742
|
+
* <p> The configuration for the evaluator. Specify either LLM-as-a-Judge settings with instructions, rating scale, and model configuration, or code-based settings with a customer-managed Lambda function. </p>
|
|
2682
2743
|
* @public
|
|
2683
2744
|
*/
|
|
2684
2745
|
evaluatorConfig: EvaluatorConfig | undefined;
|
|
@@ -2783,7 +2844,7 @@ export interface GetEvaluatorResponse {
|
|
|
2783
2844
|
*/
|
|
2784
2845
|
description?: string | undefined;
|
|
2785
2846
|
/**
|
|
2786
|
-
* <p> The configuration of the evaluator, including LLM-as-a-Judge
|
|
2847
|
+
* <p> The configuration of the evaluator, including LLM-as-a-Judge or code-based settings. </p>
|
|
2787
2848
|
* @public
|
|
2788
2849
|
*/
|
|
2789
2850
|
evaluatorConfig: EvaluatorConfig | undefined;
|
|
@@ -2919,7 +2980,7 @@ export interface UpdateEvaluatorRequest {
|
|
|
2919
2980
|
*/
|
|
2920
2981
|
description?: string | undefined;
|
|
2921
2982
|
/**
|
|
2922
|
-
* <p> The updated configuration for the evaluator
|
|
2983
|
+
* <p> The updated configuration for the evaluator. Specify either LLM-as-a-Judge settings with instructions, rating scale, and model configuration, or code-based settings with a customer-managed Lambda function. </p>
|
|
2923
2984
|
* @public
|
|
2924
2985
|
*/
|
|
2925
2986
|
evaluatorConfig?: EvaluatorConfig | undefined;
|
|
@@ -8172,32 +8233,3 @@ export interface ListPolicyEnginesResponse {
|
|
|
8172
8233
|
*/
|
|
8173
8234
|
nextToken?: string | undefined;
|
|
8174
8235
|
}
|
|
8175
|
-
/**
|
|
8176
|
-
* Wrapper for updating an optional Description field with PATCH semantics.
|
|
8177
|
-
* When present in an update request, the description is replaced with optionalValue.
|
|
8178
|
-
* When absent, the description is left unchanged.
|
|
8179
|
-
* To unset the description, include the wrapper with optionalValue set to null.
|
|
8180
|
-
* @public
|
|
8181
|
-
*/
|
|
8182
|
-
export interface UpdatedDescription {
|
|
8183
|
-
/**
|
|
8184
|
-
* <p>Represents an optional value that is used to update the human-readable description of the resource. If set to null, it will clear the current description of the resource.</p>
|
|
8185
|
-
* @public
|
|
8186
|
-
*/
|
|
8187
|
-
optionalValue?: string | undefined;
|
|
8188
|
-
}
|
|
8189
|
-
/**
|
|
8190
|
-
* @public
|
|
8191
|
-
*/
|
|
8192
|
-
export interface UpdatePolicyEngineRequest {
|
|
8193
|
-
/**
|
|
8194
|
-
* <p>The unique identifier of the policy engine to be updated.</p>
|
|
8195
|
-
* @public
|
|
8196
|
-
*/
|
|
8197
|
-
policyEngineId: string | undefined;
|
|
8198
|
-
/**
|
|
8199
|
-
* <p>The new description for the policy engine.</p>
|
|
8200
|
-
* @public
|
|
8201
|
-
*/
|
|
8202
|
-
description?: UpdatedDescription | undefined;
|
|
8203
|
-
}
|
|
@@ -1,5 +1,34 @@
|
|
|
1
|
-
import { FindingType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, SchemaType, TargetStatus } from "./enums";
|
|
2
|
-
import
|
|
1
|
+
import type { FindingType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, SchemaType, TargetStatus } from "./enums";
|
|
2
|
+
import type { ApiGatewayTargetConfiguration, ApiSchemaConfiguration, CredentialProviderConfiguration, KmsConfiguration, McpServerTargetConfiguration, MetadataConfiguration, S3Configuration } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* Wrapper for updating an optional Description field with PATCH semantics.
|
|
5
|
+
* When present in an update request, the description is replaced with optionalValue.
|
|
6
|
+
* When absent, the description is left unchanged.
|
|
7
|
+
* To unset the description, include the wrapper with optionalValue not specified.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface UpdatedDescription {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
optionalValue?: string | undefined;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface UpdatePolicyEngineRequest {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The unique identifier of the policy engine to be updated.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
policyEngineId: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The new description for the policy engine.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
description?: UpdatedDescription | undefined;
|
|
31
|
+
}
|
|
3
32
|
/**
|
|
4
33
|
* @public
|
|
5
34
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAgentRuntimeEndpointsCommandInput, ListAgentRuntimeEndpointsCommandOutput } from "../commands/ListAgentRuntimeEndpointsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAgentRuntimeVersionsCommandInput, ListAgentRuntimeVersionsCommandOutput } from "../commands/ListAgentRuntimeVersionsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAgentRuntimesCommandInput, ListAgentRuntimesCommandOutput } from "../commands/ListAgentRuntimesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListApiKeyCredentialProvidersCommandInput, ListApiKeyCredentialProvidersCommandOutput } from "../commands/ListApiKeyCredentialProvidersCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListBrowserProfilesCommandInput, ListBrowserProfilesCommandOutput } from "../commands/ListBrowserProfilesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListBrowsersCommandInput, ListBrowsersCommandOutput } from "../commands/ListBrowsersCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCodeInterpretersCommandInput, ListCodeInterpretersCommandOutput } from "../commands/ListCodeInterpretersCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEvaluatorsCommandInput, ListEvaluatorsCommandOutput } from "../commands/ListEvaluatorsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "../commands/ListGatewayTargetsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|