@aws-sdk/client-bedrock-agentcore-control 3.1054.0 → 3.1056.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/index.js +11 -0
- package/dist-cjs/schemas/schemas_0.js +58 -24
- package/dist-es/models/enums.js +9 -0
- package/dist-es/schemas/schemas_0.js +47 -13
- package/dist-types/commands/CreateHarnessCommand.d.ts +48 -0
- package/dist-types/commands/DeleteHarnessCommand.d.ts +24 -0
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +2 -1
- package/dist-types/commands/GetHarnessCommand.d.ts +24 -0
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +1 -2
- package/dist-types/commands/UpdateHarnessCommand.d.ts +48 -0
- package/dist-types/models/enums.d.ts +40 -0
- package/dist-types/models/models_0.d.ts +160 -68
- package/dist-types/models/models_1.d.ts +65 -61
- package/dist-types/models/models_2.d.ts +60 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -16
- package/dist-types/ts3.4/models/models_1.d.ts +16 -19
- package/dist-types/ts3.4/models/models_2.d.ts +15 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -2682,6 +2682,15 @@ const KeyType = {
|
|
|
2682
2682
|
CustomerManagedKey: "CustomerManagedKey",
|
|
2683
2683
|
ServiceManagedKey: "ServiceManagedKey",
|
|
2684
2684
|
};
|
|
2685
|
+
const HarnessBedrockApiFormat = {
|
|
2686
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
2687
|
+
CONVERSE_STREAM: "converse_stream",
|
|
2688
|
+
RESPONSES: "responses",
|
|
2689
|
+
};
|
|
2690
|
+
const HarnessOpenAiApiFormat = {
|
|
2691
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
2692
|
+
RESPONSES: "responses",
|
|
2693
|
+
};
|
|
2685
2694
|
const HarnessToolType = {
|
|
2686
2695
|
AGENTCORE_BROWSER: "agentcore_browser",
|
|
2687
2696
|
AGENTCORE_CODE_INTERPRETER: "agentcore_code_interpreter",
|
|
@@ -3044,6 +3053,8 @@ exports.GetRegistryRecordCommand = GetRegistryRecordCommand;
|
|
|
3044
3053
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
3045
3054
|
exports.GetTokenVaultCommand = GetTokenVaultCommand;
|
|
3046
3055
|
exports.GetWorkloadIdentityCommand = GetWorkloadIdentityCommand;
|
|
3056
|
+
exports.HarnessBedrockApiFormat = HarnessBedrockApiFormat;
|
|
3057
|
+
exports.HarnessOpenAiApiFormat = HarnessOpenAiApiFormat;
|
|
3047
3058
|
exports.HarnessStatus = HarnessStatus;
|
|
3048
3059
|
exports.HarnessToolType = HarnessToolType;
|
|
3049
3060
|
exports.HarnessTruncationStrategy = HarnessTruncationStrategy;
|
|
@@ -5,17 +5,17 @@ exports.CreateRegistryRecordRequest$ = exports.CreatePolicyResponse$ = exports.C
|
|
|
5
5
|
exports.DeletePaymentConnectorRequest$ = exports.DeleteOnlineEvaluationConfigResponse$ = exports.DeleteOnlineEvaluationConfigRequest$ = exports.DeleteOauth2CredentialProviderResponse$ = exports.DeleteOauth2CredentialProviderRequest$ = exports.DeleteMemoryStrategyInput$ = exports.DeleteMemoryOutput$ = exports.DeleteMemoryInput$ = exports.DeleteHarnessResponse$ = exports.DeleteHarnessRequest$ = exports.DeleteGatewayTargetResponse$ = exports.DeleteGatewayTargetRequest$ = exports.DeleteGatewayRuleResponse$ = exports.DeleteGatewayRuleRequest$ = exports.DeleteGatewayResponse$ = exports.DeleteGatewayRequest$ = exports.DeleteEvaluatorResponse$ = exports.DeleteEvaluatorRequest$ = exports.DeleteDatasetResponse$ = exports.DeleteDatasetRequest$ = exports.DeleteDatasetExamplesResponse$ = exports.DeleteDatasetExamplesRequest$ = exports.DeleteConfigurationBundleResponse$ = exports.DeleteConfigurationBundleRequest$ = exports.DeleteCodeInterpreterResponse$ = exports.DeleteCodeInterpreterRequest$ = exports.DeleteBrowserResponse$ = exports.DeleteBrowserRequest$ = exports.DeleteBrowserProfileResponse$ = exports.DeleteBrowserProfileRequest$ = exports.DeleteApiKeyCredentialProviderResponse$ = exports.DeleteApiKeyCredentialProviderRequest$ = exports.DeleteAgentRuntimeResponse$ = exports.DeleteAgentRuntimeRequest$ = exports.DeleteAgentRuntimeEndpointResponse$ = exports.DeleteAgentRuntimeEndpointRequest$ = exports.DatasetVersionSummary$ = exports.DatasetSummary$ = exports.CustomOauth2ProviderConfigOutput$ = exports.CustomOauth2ProviderConfigInput$ = exports.CustomMemoryStrategyInput$ = exports.CustomJWTAuthorizerConfiguration$ = exports.CustomDescriptor$ = exports.CustomClaimValidationType$ = exports.CredentialProviderConfiguration$ = exports.CreateWorkloadIdentityResponse$ = exports.CreateWorkloadIdentityRequest$ = exports.CreateRegistryResponse$ = exports.CreateRegistryRequest$ = exports.CreateRegistryRecordResponse$ = void 0;
|
|
6
6
|
exports.GetCodeInterpreterRequest$ = exports.GetBrowserResponse$ = exports.GetBrowserRequest$ = exports.GetBrowserProfileResponse$ = exports.GetBrowserProfileRequest$ = exports.GetApiKeyCredentialProviderResponse$ = exports.GetApiKeyCredentialProviderRequest$ = exports.GetAgentRuntimeResponse$ = exports.GetAgentRuntimeRequest$ = exports.GetAgentRuntimeEndpointResponse$ = exports.GetAgentRuntimeEndpointRequest$ = exports.GatewayTarget$ = exports.GatewaySummary$ = exports.GatewayRuleDetail$ = exports.GatewayPolicyEngineConfiguration$ = exports.GatewayInterceptorConfiguration$ = exports.GatewayApiKeyCredentialProvider$ = exports.FromUrlSynchronizationConfiguration$ = exports.Finding$ = exports.Filter$ = exports.EvaluatorSummary$ = exports.EpisodicReflectionOverride$ = exports.EpisodicReflectionConfigurationInput$ = exports.EpisodicReflectionConfiguration$ = exports.EpisodicOverrideReflectionConfigurationInput$ = exports.EpisodicOverrideExtractionConfigurationInput$ = exports.EpisodicOverrideConsolidationConfigurationInput$ = exports.EpisodicOverrideConfigurationInput$ = exports.EpisodicMemoryStrategyInput$ = exports.EpisodicExtractionOverride$ = exports.EpisodicConsolidationOverride$ = exports.EfsAccessPointConfiguration$ = exports.Descriptors$ = exports.DeleteWorkloadIdentityResponse$ = exports.DeleteWorkloadIdentityRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteRegistryResponse$ = exports.DeleteRegistryRequest$ = exports.DeleteRegistryRecordResponse$ = exports.DeleteRegistryRecordRequest$ = exports.DeletePolicyResponse$ = exports.DeletePolicyRequest$ = exports.DeletePolicyEngineResponse$ = exports.DeletePolicyEngineRequest$ = exports.DeletePaymentManagerResponse$ = exports.DeletePaymentManagerRequest$ = exports.DeletePaymentCredentialProviderResponse$ = exports.DeletePaymentCredentialProviderRequest$ = exports.DeletePaymentConnectorResponse$ = void 0;
|
|
7
7
|
exports.GetWorkloadIdentityRequest$ = exports.GetTokenVaultResponse$ = exports.GetTokenVaultRequest$ = exports.GetResourcePolicyResponse$ = exports.GetResourcePolicyRequest$ = exports.GetRegistryResponse$ = exports.GetRegistryRequest$ = exports.GetRegistryRecordResponse$ = exports.GetRegistryRecordRequest$ = exports.GetPolicySummaryResponse$ = exports.GetPolicySummaryRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetPolicyGenerationSummaryResponse$ = exports.GetPolicyGenerationSummaryRequest$ = exports.GetPolicyGenerationResponse$ = exports.GetPolicyGenerationRequest$ = exports.GetPolicyEngineSummaryResponse$ = exports.GetPolicyEngineSummaryRequest$ = exports.GetPolicyEngineResponse$ = exports.GetPolicyEngineRequest$ = exports.GetPaymentManagerResponse$ = exports.GetPaymentManagerRequest$ = exports.GetPaymentCredentialProviderResponse$ = exports.GetPaymentCredentialProviderRequest$ = exports.GetPaymentConnectorResponse$ = exports.GetPaymentConnectorRequest$ = exports.GetOnlineEvaluationConfigResponse$ = exports.GetOnlineEvaluationConfigRequest$ = exports.GetOauth2CredentialProviderResponse$ = exports.GetOauth2CredentialProviderRequest$ = exports.GetMemoryOutput$ = exports.GetMemoryInput$ = exports.GetHarnessResponse$ = exports.GetHarnessRequest$ = exports.GetGatewayTargetResponse$ = exports.GetGatewayTargetRequest$ = exports.GetGatewayRuleResponse$ = exports.GetGatewayRuleRequest$ = exports.GetGatewayResponse$ = exports.GetGatewayRequest$ = exports.GetEvaluatorResponse$ = exports.GetEvaluatorRequest$ = exports.GetDatasetResponse$ = exports.GetDatasetRequest$ = exports.GetConfigurationBundleVersionResponse$ = exports.GetConfigurationBundleVersionRequest$ = exports.GetConfigurationBundleResponse$ = exports.GetConfigurationBundleRequest$ = exports.GetCodeInterpreterResponse$ = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdatePaymentManager$ = exports.UpdatePaymentCredentialProvider$ = exports.UpdatePaymentConnector$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = exports.UpdateGatewayTarget$ = exports.UpdateGatewayRule$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateDatasetExamples$ = exports.UpdateDataset$ = exports.UpdateConfigurationBundle$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = exports.SynchronizeGatewayTargets$ = exports.SubmitRegistryRecordForApproval$ = exports.StartPolicyGeneration$ = exports.SetTokenVaultCMK$ = exports.PutResourcePolicy$ = void 0;
|
|
8
|
+
exports.ListAgentRuntimeVersionsResponse$ = exports.ListAgentRuntimeVersionsRequest$ = exports.ListAgentRuntimesResponse$ = exports.ListAgentRuntimesRequest$ = exports.ListAgentRuntimeEndpointsResponse$ = exports.ListAgentRuntimeEndpointsRequest$ = exports.LinkedinOauth2ProviderConfigOutput$ = exports.LinkedinOauth2ProviderConfigInput$ = exports.LifecycleConfiguration$ = exports.LambdaInterceptorConfiguration$ = exports.LambdaEvaluatorConfig$ = exports.KmsConfiguration$ = exports.KinesisResource$ = exports.InvocationConfigurationInput$ = exports.InvocationConfiguration$ = exports.InterceptorInputConfiguration$ = exports.InlineExamplesSource$ = exports.InferenceConfiguration$ = exports.IndexedKey$ = exports.IncludedOauth2ProviderConfigOutput$ = exports.IncludedOauth2ProviderConfigInput$ = exports.IamPrincipal$ = exports.IamCredentialProvider$ = exports.HarnessTruncationConfiguration$ = exports.HarnessTool$ = exports.HarnessSummary$ = exports.HarnessSummarizationConfiguration$ = exports.HarnessSlidingWindowConfiguration$ = exports.HarnessSkillS3Source$ = exports.HarnessSkillGitSource$ = exports.HarnessSkillGitAuth$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessOpenAiModelConfig$ = exports.HarnessLiteLlmModelConfig$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreRuntimeEnvironmentRequest$ = exports.HarnessAgentCoreRuntimeEnvironment$ = exports.HarnessAgentCoreMemoryRetrievalConfig$ = exports.HarnessAgentCoreMemoryConfiguration$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.Harness$ = exports.GoogleOauth2ProviderConfigOutput$ = exports.GoogleOauth2ProviderConfigInput$ = exports.GithubOauth2ProviderConfigOutput$ = exports.GithubOauth2ProviderConfigInput$ = exports.GetWorkloadIdentityResponse$ = void 0;
|
|
9
|
+
exports.ListPolicyGenerationsResponse$ = exports.ListPolicyGenerationsRequest$ = exports.ListPolicyGenerationAssetsResponse$ = exports.ListPolicyGenerationAssetsRequest$ = exports.ListPolicyEngineSummariesResponse$ = exports.ListPolicyEngineSummariesRequest$ = exports.ListPolicyEnginesResponse$ = exports.ListPolicyEnginesRequest$ = exports.ListPoliciesResponse$ = exports.ListPoliciesRequest$ = exports.ListPaymentManagersResponse$ = exports.ListPaymentManagersRequest$ = exports.ListPaymentCredentialProvidersResponse$ = exports.ListPaymentCredentialProvidersRequest$ = exports.ListPaymentConnectorsResponse$ = exports.ListPaymentConnectorsRequest$ = exports.ListOnlineEvaluationConfigsResponse$ = exports.ListOnlineEvaluationConfigsRequest$ = exports.ListOauth2CredentialProvidersResponse$ = exports.ListOauth2CredentialProvidersRequest$ = exports.ListMemoriesOutput$ = exports.ListMemoriesInput$ = exports.ListHarnessesResponse$ = exports.ListHarnessesRequest$ = exports.ListGatewayTargetsResponse$ = exports.ListGatewayTargetsRequest$ = exports.ListGatewaysResponse$ = exports.ListGatewaysRequest$ = exports.ListGatewayRulesResponse$ = exports.ListGatewayRulesRequest$ = exports.ListEvaluatorsResponse$ = exports.ListEvaluatorsRequest$ = exports.ListDatasetVersionsResponse$ = exports.ListDatasetVersionsRequest$ = exports.ListDatasetsResponse$ = exports.ListDatasetsRequest$ = exports.ListDatasetExamplesResponse$ = exports.ListDatasetExamplesRequest$ = exports.ListConfigurationBundleVersionsResponse$ = exports.ListConfigurationBundleVersionsRequest$ = exports.ListConfigurationBundlesResponse$ = exports.ListConfigurationBundlesRequest$ = exports.ListCodeInterpretersResponse$ = exports.ListCodeInterpretersRequest$ = exports.ListBrowsersResponse$ = exports.ListBrowsersRequest$ = exports.ListBrowserProfilesResponse$ = exports.ListBrowserProfilesRequest$ = exports.ListApiKeyCredentialProvidersResponse$ = exports.ListApiKeyCredentialProvidersRequest$ = void 0;
|
|
10
|
+
exports.PaymentCredentialProviderItem$ = exports.PaymentCredentialProviderConfiguration$ = exports.PaymentConnectorSummary$ = exports.OutputConfig$ = exports.OnlineEvaluationConfigSummary$ = exports.OnBehalfOfTokenExchangeConfigType$ = exports.OAuthCredentialProvider$ = exports.Oauth2CredentialProviderItem$ = exports.Oauth2AuthorizationServerMetadata$ = exports.OAuth2AuthorizationData$ = exports.NumericalScaleDefinition$ = exports.NumberValidation$ = exports.NetworkConfiguration$ = exports.ModifyStrategyConfiguration$ = exports.ModifySelfManagedConfiguration$ = exports.ModifyMemoryStrategyInput$ = exports.ModifyMemoryStrategies$ = exports.ModifyInvocationConfigurationInput$ = exports.MicrosoftOauth2ProviderConfigOutput$ = exports.MicrosoftOauth2ProviderConfigInput$ = exports.MetadataSchemaEntry$ = exports.MetadataConfiguration$ = exports.MessageBasedTriggerInput$ = exports.MessageBasedTrigger$ = exports.MemorySummary$ = exports.MemoryStrategy$ = exports.MemoryRecordSchema$ = exports.Memory$ = exports.McpServerTargetConfiguration$ = exports.McpLambdaTargetConfiguration$ = exports.MCPGatewayConfiguration$ = exports.McpDescriptor$ = exports.MatchPrincipals$ = exports.MatchPaths$ = exports.ManagedVpcResource$ = exports.ManagedResourceDetails$ = exports.LlmExtractionConfig$ = exports.LlmAsAJudgeEvaluatorConfig$ = exports.ListWorkloadIdentitiesResponse$ = exports.ListWorkloadIdentitiesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRegistryRecordsResponse$ = exports.ListRegistryRecordsRequest$ = exports.ListRegistriesResponse$ = exports.ListRegistriesRequest$ = exports.ListPolicySummariesResponse$ = exports.ListPolicySummariesRequest$ = exports.ListPolicyGenerationSummariesResponse$ = exports.ListPolicyGenerationSummariesRequest$ = void 0;
|
|
11
|
+
exports.SlackOauth2ProviderConfigOutput$ = exports.SlackOauth2ProviderConfigInput$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SetTokenVaultCMKResponse$ = exports.SetTokenVaultCMKRequest$ = exports.SessionStorageConfiguration$ = exports.SessionConfiguration$ = exports.SessionConfig$ = exports.ServerDefinition$ = exports.SemanticOverrideExtractionConfigurationInput$ = exports.SemanticOverrideConsolidationConfigurationInput$ = exports.SemanticOverrideConfigurationInput$ = exports.SemanticMemoryStrategyInput$ = exports.SemanticExtractionOverride$ = exports.SemanticConsolidationOverride$ = exports.SelfManagedConfigurationInput$ = exports.SelfManagedConfiguration$ = exports.SecretsManagerLocation$ = exports.Secret$ = exports.SchemaDefinition$ = exports.SamplingConfig$ = exports.SalesforceOauth2ProviderConfigOutput$ = exports.SalesforceOauth2ProviderConfigInput$ = exports.S3Source$ = exports.S3Location$ = exports.S3FilesAccessPointConfiguration$ = exports.S3Configuration$ = exports.RuntimeTargetConfiguration$ = exports.RuntimeMetadataConfiguration$ = exports.Rule$ = exports.RegistrySummary$ = exports.RegistryRecordSummary$ = exports.RegistryRecordOAuthCredentialProvider$ = exports.RegistryRecordIamCredentialProvider$ = exports.RegistryRecordCredentialProviderConfiguration$ = exports.RecordingConfig$ = exports.PutResourcePolicyResponse$ = exports.PutResourcePolicyRequest$ = exports.ProtocolConfiguration$ = exports.PrivateEndpointOverride$ = exports.PolicySummary$ = exports.PolicyGenerationSummary$ = exports.PolicyGenerationDetails$ = exports.PolicyGenerationAsset$ = exports.PolicyGeneration$ = exports.PolicyEngineSummary$ = exports.PolicyEngine$ = exports.Policy$ = exports.PaymentManagerSummary$ = void 0;
|
|
12
|
+
exports.UpdateDatasetRequest$ = exports.UpdateDatasetExamplesResponse$ = exports.UpdateDatasetExamplesRequest$ = exports.UpdatedApprovalConfiguration$ = exports.UpdatedAgentSkillsDescriptorFields$ = exports.UpdatedAgentSkillsDescriptor$ = exports.UpdatedA2aDescriptor$ = exports.UpdateConfigurationBundleResponse$ = exports.UpdateConfigurationBundleRequest$ = exports.UpdateApiKeyCredentialProviderResponse$ = exports.UpdateApiKeyCredentialProviderRequest$ = exports.UpdateAgentRuntimeResponse$ = exports.UpdateAgentRuntimeRequest$ = exports.UpdateAgentRuntimeEndpointResponse$ = exports.UpdateAgentRuntimeEndpointRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrafficSplitEntry$ = exports.ToolsDefinition$ = exports.ToolDefinition$ = exports.TokenExchangeGrantTypeConfigType$ = exports.TokenBasedTriggerInput$ = exports.TokenBasedTrigger$ = exports.TimeBasedTriggerInput$ = exports.TimeBasedTrigger$ = exports.TargetTrafficSplitEntry$ = exports.TargetSummary$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SystemManagedBlock$ = exports.SynchronizeGatewayTargetsResponse$ = exports.SynchronizeGatewayTargetsRequest$ = exports.SynchronizationConfiguration$ = exports.SummaryOverrideConsolidationConfigurationInput$ = exports.SummaryOverrideConfigurationInput$ = exports.SummaryMemoryStrategyInput$ = exports.SummaryConsolidationOverride$ = exports.SubmitRegistryRecordForApprovalResponse$ = exports.SubmitRegistryRecordForApprovalRequest$ = exports.StripePrivyConfigurationOutput$ = exports.StripePrivyConfigurationInput$ = exports.StringValidation$ = exports.StringListValidation$ = exports.StreamingConfiguration$ = exports.StreamDeliveryResources$ = exports.StrategyConfiguration$ = exports.StaticRoute$ = exports.StaticOverride$ = exports.StartPolicyGenerationResponse$ = exports.StartPolicyGenerationRequest$ = void 0;
|
|
13
|
+
exports.UpdateWorkloadIdentityResponse$ = exports.UpdateWorkloadIdentityRequest$ = exports.UpdateRegistryResponse$ = exports.UpdateRegistryRequest$ = exports.UpdateRegistryRecordStatusResponse$ = exports.UpdateRegistryRecordStatusRequest$ = exports.UpdateRegistryRecordResponse$ = exports.UpdateRegistryRecordRequest$ = exports.UpdatePolicyResponse$ = exports.UpdatePolicyRequest$ = exports.UpdatePolicyEngineResponse$ = exports.UpdatePolicyEngineRequest$ = exports.UpdatePaymentManagerResponse$ = exports.UpdatePaymentManagerRequest$ = exports.UpdatePaymentCredentialProviderResponse$ = exports.UpdatePaymentCredentialProviderRequest$ = exports.UpdatePaymentConnectorResponse$ = exports.UpdatePaymentConnectorRequest$ = exports.UpdateOnlineEvaluationConfigResponse$ = exports.UpdateOnlineEvaluationConfigRequest$ = exports.UpdateOauth2CredentialProviderResponse$ = exports.UpdateOauth2CredentialProviderRequest$ = exports.UpdateMemoryOutput$ = exports.UpdateMemoryInput$ = exports.UpdateHarnessResponse$ = exports.UpdateHarnessRequest$ = exports.UpdateGatewayTargetResponse$ = exports.UpdateGatewayTargetRequest$ = exports.UpdateGatewayRuleResponse$ = exports.UpdateGatewayRuleRequest$ = exports.UpdateGatewayResponse$ = exports.UpdateGatewayRequest$ = exports.UpdateEvaluatorResponse$ = exports.UpdateEvaluatorRequest$ = exports.UpdatedToolsDefinition$ = exports.UpdatedSynchronizationType$ = exports.UpdatedSynchronizationConfiguration$ = exports.UpdatedSkillMdDefinition$ = exports.UpdatedSkillDefinition$ = exports.UpdatedServerDefinition$ = exports.UpdatedMcpDescriptorFields$ = exports.UpdatedMcpDescriptor$ = exports.UpdatedHarnessMemoryConfiguration$ = exports.UpdatedHarnessEnvironmentArtifact$ = exports.UpdatedDescriptorsUnion$ = exports.UpdatedDescriptors$ = exports.UpdatedDescription$ = exports.UpdatedCustomDescriptor$ = exports.UpdatedAuthorizerConfiguration$ = exports.UpdateDatasetResponse$ = void 0;
|
|
14
|
+
exports.HarnessEnvironmentProviderRequest$ = exports.HarnessEnvironmentProvider$ = exports.HarnessEnvironmentArtifact$ = exports.GatewayProtocolConfiguration$ = exports.FilterValue$ = exports.FilesystemConfiguration$ = exports.ExtractionConfiguration$ = exports.ExtractionConfig$ = exports.EvaluatorReference$ = exports.EvaluatorModelConfig$ = exports.EvaluatorConfig$ = exports.DataSourceType$ = exports.DataSourceConfig$ = exports.CustomReflectionConfigurationInput$ = exports.CustomReflectionConfiguration$ = exports.CustomExtractionConfigurationInput$ = exports.CustomExtractionConfiguration$ = exports.CustomConsolidationConfigurationInput$ = exports.CustomConsolidationConfiguration$ = exports.CustomConfigurationInput$ = exports.CredentialsProviderConfiguration$ = exports.CredentialProvider$ = exports.Content$ = exports.ConsolidationConfiguration$ = exports.ConfigurationBundleAction$ = exports.Condition$ = exports.CodeBasedEvaluatorConfig$ = exports.Code$ = exports.ClaimMatchValueType$ = exports.CertificateLocation$ = exports.AuthorizerConfiguration$ = exports.AuthorizationData$ = exports.ApiSchemaConfiguration$ = exports.AgentRuntimeArtifact$ = exports.Action$ = exports.WorkloadIdentityType$ = exports.WorkloadIdentityDetails$ = exports.WeightedRoute$ = exports.WeightedOverride$ = exports.VpcConfig$ = exports.VersionLineageMetadata$ = exports.VersionFilter$ = exports.VersionCreatedBySource$ = exports.ValidationExceptionField$ = exports.UserPreferenceOverrideExtractionConfigurationInput$ = exports.UserPreferenceOverrideConsolidationConfigurationInput$ = exports.UserPreferenceOverrideConfigurationInput$ = exports.UserPreferenceMemoryStrategyInput$ = exports.UserPreferenceExtractionOverride$ = exports.UserPreferenceConsolidationOverride$ = void 0;
|
|
15
|
+
exports.CreateGatewayRule$ = exports.CreateGateway$ = exports.CreateEvaluator$ = exports.CreateDatasetVersion$ = exports.CreateDataset$ = exports.CreateConfigurationBundle$ = exports.CreateCodeInterpreter$ = exports.CreateBrowserProfile$ = exports.CreateBrowser$ = exports.CreateApiKeyCredentialProvider$ = exports.CreateAgentRuntimeEndpoint$ = exports.CreateAgentRuntime$ = exports.AddDatasetExamples$ = exports.Validation$ = exports.TriggerConditionInput$ = exports.TriggerCondition$ = exports.ToolSchema$ = exports.TargetConfiguration$ = exports.StreamDeliveryResource$ = exports.SelfManagedLatticeResource$ = exports.RouteToTargetAction$ = exports.ResourceLocation$ = exports.Resource$ = exports.RequestHeaderConfiguration$ = exports.RegistryRecordCredentialProviderUnion$ = exports.ReflectionConfiguration$ = exports.RatingScale$ = exports.PrivateEndpoint$ = exports.PolicyDefinition$ = exports.PaymentProviderConfigurationOutput$ = exports.PaymentProviderConfigurationInput$ = exports.Oauth2ProviderConfigOutput$ = exports.Oauth2ProviderConfigInput$ = exports.Oauth2Discovery$ = exports.ModifyReflectionConfiguration$ = exports.ModifyExtractionConfiguration$ = exports.ModifyConsolidationConfiguration$ = exports.MemoryStrategyInput$ = exports.McpToolSchemaConfiguration$ = exports.McpTargetConfiguration$ = exports.MatchPrincipalEntry$ = exports.InterceptorConfiguration$ = exports.HttpTargetConfiguration$ = exports.HarnessTruncationStrategyConfiguration$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessModelConfiguration$ = exports.HarnessMemoryConfiguration$ = exports.HarnessGatewayOutboundAuth$ = void 0;
|
|
16
|
+
exports.GetGateway$ = exports.GetEvaluator$ = exports.GetDataset$ = exports.GetConfigurationBundleVersion$ = exports.GetConfigurationBundle$ = exports.GetCodeInterpreter$ = exports.GetBrowserProfile$ = exports.GetBrowser$ = exports.GetApiKeyCredentialProvider$ = exports.GetAgentRuntimeEndpoint$ = exports.GetAgentRuntime$ = exports.DeleteWorkloadIdentity$ = exports.DeleteResourcePolicy$ = exports.DeleteRegistryRecord$ = exports.DeleteRegistry$ = exports.DeletePolicyEngine$ = exports.DeletePolicy$ = exports.DeletePaymentManager$ = exports.DeletePaymentCredentialProvider$ = exports.DeletePaymentConnector$ = exports.DeleteOnlineEvaluationConfig$ = exports.DeleteOauth2CredentialProvider$ = exports.DeleteMemory$ = exports.DeleteHarness$ = exports.DeleteGatewayTarget$ = exports.DeleteGatewayRule$ = exports.DeleteGateway$ = exports.DeleteEvaluator$ = exports.DeleteDatasetExamples$ = exports.DeleteDataset$ = exports.DeleteConfigurationBundle$ = exports.DeleteCodeInterpreter$ = exports.DeleteBrowserProfile$ = exports.DeleteBrowser$ = exports.DeleteApiKeyCredentialProvider$ = exports.DeleteAgentRuntimeEndpoint$ = exports.DeleteAgentRuntime$ = exports.CreateWorkloadIdentity$ = exports.CreateRegistryRecord$ = exports.CreateRegistry$ = exports.CreatePolicyEngine$ = exports.CreatePolicy$ = exports.CreatePaymentManager$ = exports.CreatePaymentCredentialProvider$ = exports.CreatePaymentConnector$ = exports.CreateOnlineEvaluationConfig$ = exports.CreateOauth2CredentialProvider$ = exports.CreateMemory$ = exports.CreateHarness$ = exports.CreateGatewayTarget$ = void 0;
|
|
17
|
+
exports.ListPolicySummaries$ = exports.ListPolicyGenerationSummaries$ = exports.ListPolicyGenerations$ = exports.ListPolicyGenerationAssets$ = exports.ListPolicyEngineSummaries$ = exports.ListPolicyEngines$ = exports.ListPolicies$ = exports.ListPaymentManagers$ = exports.ListPaymentCredentialProviders$ = exports.ListPaymentConnectors$ = exports.ListOnlineEvaluationConfigs$ = exports.ListOauth2CredentialProviders$ = exports.ListMemories$ = exports.ListHarnesses$ = exports.ListGatewayTargets$ = exports.ListGateways$ = exports.ListGatewayRules$ = exports.ListEvaluators$ = exports.ListDatasetVersions$ = exports.ListDatasets$ = exports.ListDatasetExamples$ = exports.ListConfigurationBundleVersions$ = exports.ListConfigurationBundles$ = exports.ListCodeInterpreters$ = exports.ListBrowsers$ = exports.ListBrowserProfiles$ = exports.ListApiKeyCredentialProviders$ = exports.ListAgentRuntimeVersions$ = exports.ListAgentRuntimes$ = exports.ListAgentRuntimeEndpoints$ = exports.GetWorkloadIdentity$ = exports.GetTokenVault$ = exports.GetResourcePolicy$ = exports.GetRegistryRecord$ = exports.GetRegistry$ = exports.GetPolicySummary$ = exports.GetPolicyGenerationSummary$ = exports.GetPolicyGeneration$ = exports.GetPolicyEngineSummary$ = exports.GetPolicyEngine$ = exports.GetPolicy$ = exports.GetPaymentManager$ = exports.GetPaymentCredentialProvider$ = exports.GetPaymentConnector$ = exports.GetOnlineEvaluationConfig$ = exports.GetOauth2CredentialProvider$ = exports.GetMemory$ = exports.GetHarness$ = exports.GetGatewayTarget$ = exports.GetGatewayRule$ = void 0;
|
|
18
|
+
exports.UpdateWorkloadIdentity$ = exports.UpdateRegistryRecordStatus$ = exports.UpdateRegistryRecord$ = exports.UpdateRegistry$ = exports.UpdatePolicyEngine$ = exports.UpdatePolicy$ = exports.UpdatePaymentManager$ = exports.UpdatePaymentCredentialProvider$ = exports.UpdatePaymentConnector$ = exports.UpdateOnlineEvaluationConfig$ = exports.UpdateOauth2CredentialProvider$ = exports.UpdateMemory$ = exports.UpdateHarness$ = exports.UpdateGatewayTarget$ = exports.UpdateGatewayRule$ = exports.UpdateGateway$ = exports.UpdateEvaluator$ = exports.UpdateDatasetExamples$ = exports.UpdateDataset$ = exports.UpdateConfigurationBundle$ = exports.UpdateApiKeyCredentialProvider$ = exports.UpdateAgentRuntimeEndpoint$ = exports.UpdateAgentRuntime$ = exports.UntagResource$ = exports.TagResource$ = exports.SynchronizeGatewayTargets$ = exports.SubmitRegistryRecordForApproval$ = exports.StartPolicyGeneration$ = exports.SetTokenVaultCMK$ = exports.PutResourcePolicy$ = exports.ListWorkloadIdentities$ = exports.ListTagsForResource$ = exports.ListRegistryRecords$ = exports.ListRegistries$ = void 0;
|
|
19
19
|
const _A = "Actions";
|
|
20
20
|
const _AC = "ApprovalConfiguration";
|
|
21
21
|
const _ACD = "AgentCardDefinition";
|
|
@@ -442,6 +442,8 @@ const _HGOA = "HarnessGatewayOutboundAuth";
|
|
|
442
442
|
const _HHM = "HttpHeadersMap";
|
|
443
443
|
const _HIFC = "HarnessInlineFunctionConfig";
|
|
444
444
|
const _HIFD = "HarnessInlineFunctionDescription";
|
|
445
|
+
const _HLLAB = "HarnessLiteLlmApiBase";
|
|
446
|
+
const _HLLMC = "HarnessLiteLlmModelConfig";
|
|
445
447
|
const _HMC = "HarnessMemoryConfiguration";
|
|
446
448
|
const _HMCa = "HarnessModelConfiguration";
|
|
447
449
|
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
@@ -450,7 +452,10 @@ const _HRMU = "HarnessRemoteMcpUrl";
|
|
|
450
452
|
const _HS = "HarnessSummary";
|
|
451
453
|
const _HSC = "HarnessSummarizationConfiguration";
|
|
452
454
|
const _HSCB = "HarnessSystemContentBlock";
|
|
455
|
+
const _HSGA = "HarnessSkillGitAuth";
|
|
456
|
+
const _HSGS = "HarnessSkillGitSource";
|
|
453
457
|
const _HSP = "HarnessSystemPrompt";
|
|
458
|
+
const _HSSS = "HarnessSkillS3Source";
|
|
454
459
|
const _HSWC = "HarnessSlidingWindowConfiguration";
|
|
455
460
|
const _HSa = "HarnessSkills";
|
|
456
461
|
const _HSar = "HarnessSummaries";
|
|
@@ -900,6 +905,7 @@ const _WR = "WeightedRoute";
|
|
|
900
905
|
const _a = "actions";
|
|
901
906
|
const _aA = "autoApproval";
|
|
902
907
|
const _aAl = "allowedAudience";
|
|
908
|
+
const _aB = "apiBase";
|
|
903
909
|
const _aC = "agentCard";
|
|
904
910
|
const _aCB = "agentCoreBrowser";
|
|
905
911
|
const _aCCI = "agentCoreCodeInterpreter";
|
|
@@ -913,6 +919,7 @@ const _aCp = "approvalConfiguration";
|
|
|
913
919
|
const _aCu = "authorizerConfiguration";
|
|
914
920
|
const _aD = "authorizationData";
|
|
915
921
|
const _aE = "authorizationEndpoint";
|
|
922
|
+
const _aF = "apiFormat";
|
|
916
923
|
const _aG = "apiGateway";
|
|
917
924
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
918
925
|
const _aI = "actorId";
|
|
@@ -930,6 +937,7 @@ const _aMRF = "additionalModelRequestFields";
|
|
|
930
937
|
const _aMS = "addMemoryStrategies";
|
|
931
938
|
const _aO = "anyOf";
|
|
932
939
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
940
|
+
const _aP = "additionalParams";
|
|
933
941
|
const _aPA = "accessPointArn";
|
|
934
942
|
const _aPK = "authorizationPrivateKey";
|
|
935
943
|
const _aPKA = "authorizationPrivateKeyArn";
|
|
@@ -959,6 +967,7 @@ const _aU = "authorizationUrl";
|
|
|
959
967
|
const _aV = "allowedValues";
|
|
960
968
|
const _aa = "a2a";
|
|
961
969
|
const _ar = "arn";
|
|
970
|
+
const _au = "auth";
|
|
962
971
|
const _b = "bundles";
|
|
963
972
|
const _bA = "browserArn";
|
|
964
973
|
const _bAu = "bundleArn";
|
|
@@ -977,6 +986,7 @@ const _bu = "bucket";
|
|
|
977
986
|
const _c = "client";
|
|
978
987
|
const _cA = "createdAt";
|
|
979
988
|
const _cAM = "clientAuthenticationMethod";
|
|
989
|
+
const _cAr = "credentialArn";
|
|
980
990
|
const _cB = "createdBy";
|
|
981
991
|
const _cBN = "createdByName";
|
|
982
992
|
const _cBo = "configurationBundle";
|
|
@@ -1093,6 +1103,7 @@ const _fR = "failureReason";
|
|
|
1093
1103
|
const _fU = "fromUrl";
|
|
1094
1104
|
const _fi = "filter";
|
|
1095
1105
|
const _fil = "filters";
|
|
1106
|
+
const _g = "git";
|
|
1096
1107
|
const _gA = "gatewayArn";
|
|
1097
1108
|
const _gI = "gatewayId";
|
|
1098
1109
|
const _gIa = "gatewayIdentifier";
|
|
@@ -1151,6 +1162,7 @@ const _lEI = "llmExtractionInstruction";
|
|
|
1151
1162
|
const _lFM = "lockedForModification";
|
|
1152
1163
|
const _lGN = "logGroupNames";
|
|
1153
1164
|
const _lGNo = "logGroupName";
|
|
1165
|
+
const _lLMC = "liteLlmModelConfig";
|
|
1154
1166
|
const _lM = "lineageMetadata";
|
|
1155
1167
|
const _lMD = "lastModifiedDate";
|
|
1156
1168
|
const _lMi = "listingMode";
|
|
@@ -1424,6 +1436,7 @@ const _uPEO = "userPreferenceExtractionOverride";
|
|
|
1424
1436
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
1425
1437
|
const _uPO = "userPreferenceOverride";
|
|
1426
1438
|
const _ur = "uri";
|
|
1439
|
+
const _us = "username";
|
|
1427
1440
|
const _v = "value";
|
|
1428
1441
|
const _vC = "vpcConfig";
|
|
1429
1442
|
const _vCA = "versionCreatedAt";
|
|
@@ -1554,6 +1567,7 @@ var EvaluatorInstructions = [0, n0, _EI, 8, 0];
|
|
|
1554
1567
|
var GatewayDescription = [0, n0, _GD, 8, 0];
|
|
1555
1568
|
var GatewayName = [0, n0, _GN, 8, 0];
|
|
1556
1569
|
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
1570
|
+
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1557
1571
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1558
1572
|
var InlinePayload = [0, n0, _IP, 8, 0];
|
|
1559
1573
|
var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
|
|
@@ -1742,8 +1756,8 @@ exports.ConfigurationBundleReference$ = [3, n0, _CBR,
|
|
|
1742
1756
|
];
|
|
1743
1757
|
exports.ConfigurationBundleSummary$ = [3, n0, _CBS,
|
|
1744
1758
|
0,
|
|
1745
|
-
[_bAu, _bIu, _bN, _d],
|
|
1746
|
-
[0, 0, 0, [() => ConfigurationBundleDescription, 0]], 3
|
|
1759
|
+
[_bAu, _bIu, _bN, _d, _cA],
|
|
1760
|
+
[0, 0, 0, [() => ConfigurationBundleDescription, 0], 4], 3
|
|
1747
1761
|
];
|
|
1748
1762
|
exports.ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
|
|
1749
1763
|
0,
|
|
@@ -1893,7 +1907,7 @@ exports.CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1893
1907
|
exports.CreateHarnessRequest$ = [3, n0, _CHR,
|
|
1894
1908
|
0,
|
|
1895
1909
|
[_hN, _eRA, _cT, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS, _ta],
|
|
1896
|
-
[0, 0, [0, 4], () => exports.HarnessEnvironmentProviderRequest$, () => exports.HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.AuthorizerConfiguration$, () => exports.HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.HarnessMemoryConfiguration$, () => exports.HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1910
|
+
[0, 0, [0, 4], () => exports.HarnessEnvironmentProviderRequest$, () => exports.HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.AuthorizerConfiguration$, [() => exports.HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.HarnessMemoryConfiguration$, () => exports.HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1897
1911
|
];
|
|
1898
1912
|
exports.CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
1899
1913
|
0,
|
|
@@ -2763,7 +2777,7 @@ exports.GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
2763
2777
|
exports.Harness$ = [3, n0, _H,
|
|
2764
2778
|
0,
|
|
2765
2779
|
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2766
|
-
[0, 0, 0, 0, 0, 5, 5, () => exports.HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.HarnessTruncationConfiguration$, () => exports.HarnessEnvironmentProvider$, () => exports.HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.AuthorizerConfiguration$, () => exports.HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2780
|
+
[0, 0, 0, 0, 0, 5, 5, [() => exports.HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.HarnessTruncationConfiguration$, () => exports.HarnessEnvironmentProvider$, () => exports.HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.AuthorizerConfiguration$, () => exports.HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2767
2781
|
];
|
|
2768
2782
|
exports.HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
2769
2783
|
0,
|
|
@@ -2802,8 +2816,8 @@ exports.HarnessAgentCoreRuntimeEnvironmentRequest$ = [3, n0, _HACRER,
|
|
|
2802
2816
|
];
|
|
2803
2817
|
exports.HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
2804
2818
|
0,
|
|
2805
|
-
[_mI, _mT, _te, _tP],
|
|
2806
|
-
[0, 1, 1, 1], 1
|
|
2819
|
+
[_mI, _mT, _te, _tP, _aF, _aP],
|
|
2820
|
+
[0, 1, 1, 1, 0, 15], 1
|
|
2807
2821
|
];
|
|
2808
2822
|
exports.HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
2809
2823
|
0,
|
|
@@ -2815,16 +2829,36 @@ exports.HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
|
2815
2829
|
[_d, _iS],
|
|
2816
2830
|
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
2817
2831
|
];
|
|
2832
|
+
exports.HarnessLiteLlmModelConfig$ = [3, n0, _HLLMC,
|
|
2833
|
+
0,
|
|
2834
|
+
[_mI, _aKA, _aB, _mT, _te, _tP, _aP],
|
|
2835
|
+
[0, 0, [() => HarnessLiteLlmApiBase, 0], 1, 1, 1, 15], 1
|
|
2836
|
+
];
|
|
2818
2837
|
exports.HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
2819
2838
|
0,
|
|
2820
|
-
[_mI, _aKA, _mT, _te, _tP],
|
|
2821
|
-
[0, 0, 1, 1, 1], 2
|
|
2839
|
+
[_mI, _aKA, _mT, _te, _tP, _aF, _aP],
|
|
2840
|
+
[0, 0, 1, 1, 1, 0, 15], 2
|
|
2822
2841
|
];
|
|
2823
2842
|
exports.HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
2824
2843
|
0,
|
|
2825
2844
|
[_u, _he],
|
|
2826
2845
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2827
2846
|
];
|
|
2847
|
+
exports.HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
2848
|
+
0,
|
|
2849
|
+
[_cAr, _us],
|
|
2850
|
+
[0, 0], 1
|
|
2851
|
+
];
|
|
2852
|
+
exports.HarnessSkillGitSource$ = [3, n0, _HSGS,
|
|
2853
|
+
0,
|
|
2854
|
+
[_u, _p, _au],
|
|
2855
|
+
[0, 0, () => exports.HarnessSkillGitAuth$], 1
|
|
2856
|
+
];
|
|
2857
|
+
exports.HarnessSkillS3Source$ = [3, n0, _HSSS,
|
|
2858
|
+
0,
|
|
2859
|
+
[_ur],
|
|
2860
|
+
[0], 1
|
|
2861
|
+
];
|
|
2828
2862
|
exports.HarnessSlidingWindowConfiguration$ = [3, n0, _HSWC,
|
|
2829
2863
|
0,
|
|
2830
2864
|
[_mCe],
|
|
@@ -4088,7 +4122,7 @@ exports.UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
4088
4122
|
exports.UpdateHarnessRequest$ = [3, n0, _UHR,
|
|
4089
4123
|
0,
|
|
4090
4124
|
[_hI, _cT, _eRA, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS],
|
|
4091
|
-
[[0, 1], [0, 4], 0, () => exports.HarnessEnvironmentProviderRequest$, () => exports.UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.UpdatedAuthorizerConfiguration$, () => exports.HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.UpdatedHarnessMemoryConfiguration$, () => exports.HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4125
|
+
[[0, 1], [0, 4], 0, () => exports.HarnessEnvironmentProviderRequest$, () => exports.UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => exports.UpdatedAuthorizerConfiguration$, [() => exports.HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => exports.UpdatedHarnessMemoryConfiguration$, () => exports.HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4092
4126
|
];
|
|
4093
4127
|
exports.UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
4094
4128
|
0,
|
|
@@ -4778,13 +4812,13 @@ exports.HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
|
4778
4812
|
];
|
|
4779
4813
|
exports.HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
4780
4814
|
0,
|
|
4781
|
-
[_bMC, _oAMC, _gMC],
|
|
4782
|
-
[() => exports.HarnessBedrockModelConfig$, () => exports.HarnessOpenAiModelConfig$, () => exports.HarnessGeminiModelConfig
|
|
4815
|
+
[_bMC, _oAMC, _gMC, _lLMC],
|
|
4816
|
+
[() => exports.HarnessBedrockModelConfig$, () => exports.HarnessOpenAiModelConfig$, () => exports.HarnessGeminiModelConfig$, [() => exports.HarnessLiteLlmModelConfig$, 0]]
|
|
4783
4817
|
];
|
|
4784
4818
|
exports.HarnessSkill$ = [4, n0, _HSarn,
|
|
4785
4819
|
0,
|
|
4786
|
-
[_p],
|
|
4787
|
-
[0]
|
|
4820
|
+
[_p, _s_, _g],
|
|
4821
|
+
[0, () => exports.HarnessSkillS3Source$, () => exports.HarnessSkillGitSource$]
|
|
4788
4822
|
];
|
|
4789
4823
|
exports.HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
4790
4824
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -243,6 +243,15 @@ export const KeyType = {
|
|
|
243
243
|
CustomerManagedKey: "CustomerManagedKey",
|
|
244
244
|
ServiceManagedKey: "ServiceManagedKey",
|
|
245
245
|
};
|
|
246
|
+
export const HarnessBedrockApiFormat = {
|
|
247
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
248
|
+
CONVERSE_STREAM: "converse_stream",
|
|
249
|
+
RESPONSES: "responses",
|
|
250
|
+
};
|
|
251
|
+
export const HarnessOpenAiApiFormat = {
|
|
252
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
253
|
+
RESPONSES: "responses",
|
|
254
|
+
};
|
|
246
255
|
export const HarnessToolType = {
|
|
247
256
|
AGENTCORE_BROWSER: "agentcore_browser",
|
|
248
257
|
AGENTCORE_CODE_INTERPRETER: "agentcore_code_interpreter",
|
|
@@ -424,6 +424,8 @@ const _HGOA = "HarnessGatewayOutboundAuth";
|
|
|
424
424
|
const _HHM = "HttpHeadersMap";
|
|
425
425
|
const _HIFC = "HarnessInlineFunctionConfig";
|
|
426
426
|
const _HIFD = "HarnessInlineFunctionDescription";
|
|
427
|
+
const _HLLAB = "HarnessLiteLlmApiBase";
|
|
428
|
+
const _HLLMC = "HarnessLiteLlmModelConfig";
|
|
427
429
|
const _HMC = "HarnessMemoryConfiguration";
|
|
428
430
|
const _HMCa = "HarnessModelConfiguration";
|
|
429
431
|
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
@@ -432,7 +434,10 @@ const _HRMU = "HarnessRemoteMcpUrl";
|
|
|
432
434
|
const _HS = "HarnessSummary";
|
|
433
435
|
const _HSC = "HarnessSummarizationConfiguration";
|
|
434
436
|
const _HSCB = "HarnessSystemContentBlock";
|
|
437
|
+
const _HSGA = "HarnessSkillGitAuth";
|
|
438
|
+
const _HSGS = "HarnessSkillGitSource";
|
|
435
439
|
const _HSP = "HarnessSystemPrompt";
|
|
440
|
+
const _HSSS = "HarnessSkillS3Source";
|
|
436
441
|
const _HSWC = "HarnessSlidingWindowConfiguration";
|
|
437
442
|
const _HSa = "HarnessSkills";
|
|
438
443
|
const _HSar = "HarnessSummaries";
|
|
@@ -882,6 +887,7 @@ const _WR = "WeightedRoute";
|
|
|
882
887
|
const _a = "actions";
|
|
883
888
|
const _aA = "autoApproval";
|
|
884
889
|
const _aAl = "allowedAudience";
|
|
890
|
+
const _aB = "apiBase";
|
|
885
891
|
const _aC = "agentCard";
|
|
886
892
|
const _aCB = "agentCoreBrowser";
|
|
887
893
|
const _aCCI = "agentCoreCodeInterpreter";
|
|
@@ -895,6 +901,7 @@ const _aCp = "approvalConfiguration";
|
|
|
895
901
|
const _aCu = "authorizerConfiguration";
|
|
896
902
|
const _aD = "authorizationData";
|
|
897
903
|
const _aE = "authorizationEndpoint";
|
|
904
|
+
const _aF = "apiFormat";
|
|
898
905
|
const _aG = "apiGateway";
|
|
899
906
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
900
907
|
const _aI = "actorId";
|
|
@@ -912,6 +919,7 @@ const _aMRF = "additionalModelRequestFields";
|
|
|
912
919
|
const _aMS = "addMemoryStrategies";
|
|
913
920
|
const _aO = "anyOf";
|
|
914
921
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
922
|
+
const _aP = "additionalParams";
|
|
915
923
|
const _aPA = "accessPointArn";
|
|
916
924
|
const _aPK = "authorizationPrivateKey";
|
|
917
925
|
const _aPKA = "authorizationPrivateKeyArn";
|
|
@@ -941,6 +949,7 @@ const _aU = "authorizationUrl";
|
|
|
941
949
|
const _aV = "allowedValues";
|
|
942
950
|
const _aa = "a2a";
|
|
943
951
|
const _ar = "arn";
|
|
952
|
+
const _au = "auth";
|
|
944
953
|
const _b = "bundles";
|
|
945
954
|
const _bA = "browserArn";
|
|
946
955
|
const _bAu = "bundleArn";
|
|
@@ -959,6 +968,7 @@ const _bu = "bucket";
|
|
|
959
968
|
const _c = "client";
|
|
960
969
|
const _cA = "createdAt";
|
|
961
970
|
const _cAM = "clientAuthenticationMethod";
|
|
971
|
+
const _cAr = "credentialArn";
|
|
962
972
|
const _cB = "createdBy";
|
|
963
973
|
const _cBN = "createdByName";
|
|
964
974
|
const _cBo = "configurationBundle";
|
|
@@ -1075,6 +1085,7 @@ const _fR = "failureReason";
|
|
|
1075
1085
|
const _fU = "fromUrl";
|
|
1076
1086
|
const _fi = "filter";
|
|
1077
1087
|
const _fil = "filters";
|
|
1088
|
+
const _g = "git";
|
|
1078
1089
|
const _gA = "gatewayArn";
|
|
1079
1090
|
const _gI = "gatewayId";
|
|
1080
1091
|
const _gIa = "gatewayIdentifier";
|
|
@@ -1133,6 +1144,7 @@ const _lEI = "llmExtractionInstruction";
|
|
|
1133
1144
|
const _lFM = "lockedForModification";
|
|
1134
1145
|
const _lGN = "logGroupNames";
|
|
1135
1146
|
const _lGNo = "logGroupName";
|
|
1147
|
+
const _lLMC = "liteLlmModelConfig";
|
|
1136
1148
|
const _lM = "lineageMetadata";
|
|
1137
1149
|
const _lMD = "lastModifiedDate";
|
|
1138
1150
|
const _lMi = "listingMode";
|
|
@@ -1406,6 +1418,7 @@ const _uPEO = "userPreferenceExtractionOverride";
|
|
|
1406
1418
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
1407
1419
|
const _uPO = "userPreferenceOverride";
|
|
1408
1420
|
const _ur = "uri";
|
|
1421
|
+
const _us = "username";
|
|
1409
1422
|
const _v = "value";
|
|
1410
1423
|
const _vC = "vpcConfig";
|
|
1411
1424
|
const _vCA = "versionCreatedAt";
|
|
@@ -1536,6 +1549,7 @@ var EvaluatorInstructions = [0, n0, _EI, 8, 0];
|
|
|
1536
1549
|
var GatewayDescription = [0, n0, _GD, 8, 0];
|
|
1537
1550
|
var GatewayName = [0, n0, _GN, 8, 0];
|
|
1538
1551
|
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
1552
|
+
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1539
1553
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1540
1554
|
var InlinePayload = [0, n0, _IP, 8, 0];
|
|
1541
1555
|
var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
|
|
@@ -1724,8 +1738,8 @@ export var ConfigurationBundleReference$ = [3, n0, _CBR,
|
|
|
1724
1738
|
];
|
|
1725
1739
|
export var ConfigurationBundleSummary$ = [3, n0, _CBS,
|
|
1726
1740
|
0,
|
|
1727
|
-
[_bAu, _bIu, _bN, _d],
|
|
1728
|
-
[0, 0, 0, [() => ConfigurationBundleDescription, 0]], 3
|
|
1741
|
+
[_bAu, _bIu, _bN, _d, _cA],
|
|
1742
|
+
[0, 0, 0, [() => ConfigurationBundleDescription, 0], 4], 3
|
|
1729
1743
|
];
|
|
1730
1744
|
export var ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
|
|
1731
1745
|
0,
|
|
@@ -1875,7 +1889,7 @@ export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1875
1889
|
export var CreateHarnessRequest$ = [3, n0, _CHR,
|
|
1876
1890
|
0,
|
|
1877
1891
|
[_hN, _eRA, _cT, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS, _ta],
|
|
1878
|
-
[0, 0, [0, 4], () => HarnessEnvironmentProviderRequest$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1892
|
+
[0, 0, [0, 4], () => HarnessEnvironmentProviderRequest$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1879
1893
|
];
|
|
1880
1894
|
export var CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
1881
1895
|
0,
|
|
@@ -2745,7 +2759,7 @@ export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
2745
2759
|
export var Harness$ = [3, n0, _H,
|
|
2746
2760
|
0,
|
|
2747
2761
|
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2748
|
-
[0, 0, 0, 0, 0, 5, 5, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessTruncationConfiguration$, () => HarnessEnvironmentProvider$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2762
|
+
[0, 0, 0, 0, 0, 5, 5, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessTruncationConfiguration$, () => HarnessEnvironmentProvider$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2749
2763
|
];
|
|
2750
2764
|
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
2751
2765
|
0,
|
|
@@ -2784,8 +2798,8 @@ export var HarnessAgentCoreRuntimeEnvironmentRequest$ = [3, n0, _HACRER,
|
|
|
2784
2798
|
];
|
|
2785
2799
|
export var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
2786
2800
|
0,
|
|
2787
|
-
[_mI, _mT, _te, _tP],
|
|
2788
|
-
[0, 1, 1, 1], 1
|
|
2801
|
+
[_mI, _mT, _te, _tP, _aF, _aP],
|
|
2802
|
+
[0, 1, 1, 1, 0, 15], 1
|
|
2789
2803
|
];
|
|
2790
2804
|
export var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
2791
2805
|
0,
|
|
@@ -2797,16 +2811,36 @@ export var HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
|
2797
2811
|
[_d, _iS],
|
|
2798
2812
|
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
2799
2813
|
];
|
|
2814
|
+
export var HarnessLiteLlmModelConfig$ = [3, n0, _HLLMC,
|
|
2815
|
+
0,
|
|
2816
|
+
[_mI, _aKA, _aB, _mT, _te, _tP, _aP],
|
|
2817
|
+
[0, 0, [() => HarnessLiteLlmApiBase, 0], 1, 1, 1, 15], 1
|
|
2818
|
+
];
|
|
2800
2819
|
export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
2801
2820
|
0,
|
|
2802
|
-
[_mI, _aKA, _mT, _te, _tP],
|
|
2803
|
-
[0, 0, 1, 1, 1], 2
|
|
2821
|
+
[_mI, _aKA, _mT, _te, _tP, _aF, _aP],
|
|
2822
|
+
[0, 0, 1, 1, 1, 0, 15], 2
|
|
2804
2823
|
];
|
|
2805
2824
|
export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
2806
2825
|
0,
|
|
2807
2826
|
[_u, _he],
|
|
2808
2827
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2809
2828
|
];
|
|
2829
|
+
export var HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
2830
|
+
0,
|
|
2831
|
+
[_cAr, _us],
|
|
2832
|
+
[0, 0], 1
|
|
2833
|
+
];
|
|
2834
|
+
export var HarnessSkillGitSource$ = [3, n0, _HSGS,
|
|
2835
|
+
0,
|
|
2836
|
+
[_u, _p, _au],
|
|
2837
|
+
[0, 0, () => HarnessSkillGitAuth$], 1
|
|
2838
|
+
];
|
|
2839
|
+
export var HarnessSkillS3Source$ = [3, n0, _HSSS,
|
|
2840
|
+
0,
|
|
2841
|
+
[_ur],
|
|
2842
|
+
[0], 1
|
|
2843
|
+
];
|
|
2810
2844
|
export var HarnessSlidingWindowConfiguration$ = [3, n0, _HSWC,
|
|
2811
2845
|
0,
|
|
2812
2846
|
[_mCe],
|
|
@@ -4070,7 +4104,7 @@ export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
4070
4104
|
export var UpdateHarnessRequest$ = [3, n0, _UHR,
|
|
4071
4105
|
0,
|
|
4072
4106
|
[_hI, _cT, _eRA, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS],
|
|
4073
|
-
[[0, 1], [0, 4], 0, () => HarnessEnvironmentProviderRequest$, () => UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => UpdatedAuthorizerConfiguration$, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => UpdatedHarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4107
|
+
[[0, 1], [0, 4], 0, () => HarnessEnvironmentProviderRequest$, () => UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => UpdatedAuthorizerConfiguration$, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => UpdatedHarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4074
4108
|
];
|
|
4075
4109
|
export var UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
4076
4110
|
0,
|
|
@@ -4760,13 +4794,13 @@ export var HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
|
4760
4794
|
];
|
|
4761
4795
|
export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
4762
4796
|
0,
|
|
4763
|
-
[_bMC, _oAMC, _gMC],
|
|
4764
|
-
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig
|
|
4797
|
+
[_bMC, _oAMC, _gMC, _lLMC],
|
|
4798
|
+
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig$, [() => HarnessLiteLlmModelConfig$, 0]]
|
|
4765
4799
|
];
|
|
4766
4800
|
export var HarnessSkill$ = [4, n0, _HSarn,
|
|
4767
4801
|
0,
|
|
4768
|
-
[_p],
|
|
4769
|
-
[0]
|
|
4802
|
+
[_p, _s_, _g],
|
|
4803
|
+
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$]
|
|
4770
4804
|
];
|
|
4771
4805
|
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
4772
4806
|
0,
|
|
@@ -163,6 +163,8 @@ declare const CreateHarnessCommand_base: {
|
|
|
163
163
|
* maxTokens: Number("int"),
|
|
164
164
|
* temperature: Number("float"),
|
|
165
165
|
* topP: Number("float"),
|
|
166
|
+
* apiFormat: "converse_stream" || "responses" || "chat_completions",
|
|
167
|
+
* additionalParams: "DOCUMENT_VALUE",
|
|
166
168
|
* },
|
|
167
169
|
* openAiModelConfig: { // HarnessOpenAiModelConfig
|
|
168
170
|
* modelId: "STRING_VALUE", // required
|
|
@@ -170,6 +172,8 @@ declare const CreateHarnessCommand_base: {
|
|
|
170
172
|
* maxTokens: Number("int"),
|
|
171
173
|
* temperature: Number("float"),
|
|
172
174
|
* topP: Number("float"),
|
|
175
|
+
* apiFormat: "chat_completions" || "responses",
|
|
176
|
+
* additionalParams: "DOCUMENT_VALUE",
|
|
173
177
|
* },
|
|
174
178
|
* geminiModelConfig: { // HarnessGeminiModelConfig
|
|
175
179
|
* modelId: "STRING_VALUE", // required
|
|
@@ -179,6 +183,15 @@ declare const CreateHarnessCommand_base: {
|
|
|
179
183
|
* topP: Number("float"),
|
|
180
184
|
* topK: Number("int"),
|
|
181
185
|
* },
|
|
186
|
+
* liteLlmModelConfig: { // HarnessLiteLlmModelConfig
|
|
187
|
+
* modelId: "STRING_VALUE", // required
|
|
188
|
+
* apiKeyArn: "STRING_VALUE",
|
|
189
|
+
* apiBase: "STRING_VALUE",
|
|
190
|
+
* maxTokens: Number("int"),
|
|
191
|
+
* temperature: Number("float"),
|
|
192
|
+
* topP: Number("float"),
|
|
193
|
+
* additionalParams: "DOCUMENT_VALUE",
|
|
194
|
+
* },
|
|
182
195
|
* },
|
|
183
196
|
* systemPrompt: [ // HarnessSystemPrompt
|
|
184
197
|
* { // HarnessSystemContentBlock Union: only one key present
|
|
@@ -230,6 +243,17 @@ declare const CreateHarnessCommand_base: {
|
|
|
230
243
|
* skills: [ // HarnessSkills
|
|
231
244
|
* { // HarnessSkill Union: only one key present
|
|
232
245
|
* path: "STRING_VALUE",
|
|
246
|
+
* s3: { // HarnessSkillS3Source
|
|
247
|
+
* uri: "STRING_VALUE", // required
|
|
248
|
+
* },
|
|
249
|
+
* git: { // HarnessSkillGitSource
|
|
250
|
+
* url: "STRING_VALUE", // required
|
|
251
|
+
* path: "STRING_VALUE",
|
|
252
|
+
* auth: { // HarnessSkillGitAuth
|
|
253
|
+
* credentialArn: "STRING_VALUE", // required
|
|
254
|
+
* username: "STRING_VALUE",
|
|
255
|
+
* },
|
|
256
|
+
* },
|
|
233
257
|
* },
|
|
234
258
|
* ],
|
|
235
259
|
* allowedTools: [ // HarnessAllowedTools
|
|
@@ -284,6 +308,8 @@ declare const CreateHarnessCommand_base: {
|
|
|
284
308
|
* // maxTokens: Number("int"),
|
|
285
309
|
* // temperature: Number("float"),
|
|
286
310
|
* // topP: Number("float"),
|
|
311
|
+
* // apiFormat: "converse_stream" || "responses" || "chat_completions",
|
|
312
|
+
* // additionalParams: "DOCUMENT_VALUE",
|
|
287
313
|
* // },
|
|
288
314
|
* // openAiModelConfig: { // HarnessOpenAiModelConfig
|
|
289
315
|
* // modelId: "STRING_VALUE", // required
|
|
@@ -291,6 +317,8 @@ declare const CreateHarnessCommand_base: {
|
|
|
291
317
|
* // maxTokens: Number("int"),
|
|
292
318
|
* // temperature: Number("float"),
|
|
293
319
|
* // topP: Number("float"),
|
|
320
|
+
* // apiFormat: "chat_completions" || "responses",
|
|
321
|
+
* // additionalParams: "DOCUMENT_VALUE",
|
|
294
322
|
* // },
|
|
295
323
|
* // geminiModelConfig: { // HarnessGeminiModelConfig
|
|
296
324
|
* // modelId: "STRING_VALUE", // required
|
|
@@ -300,6 +328,15 @@ declare const CreateHarnessCommand_base: {
|
|
|
300
328
|
* // topP: Number("float"),
|
|
301
329
|
* // topK: Number("int"),
|
|
302
330
|
* // },
|
|
331
|
+
* // liteLlmModelConfig: { // HarnessLiteLlmModelConfig
|
|
332
|
+
* // modelId: "STRING_VALUE", // required
|
|
333
|
+
* // apiKeyArn: "STRING_VALUE",
|
|
334
|
+
* // apiBase: "STRING_VALUE",
|
|
335
|
+
* // maxTokens: Number("int"),
|
|
336
|
+
* // temperature: Number("float"),
|
|
337
|
+
* // topP: Number("float"),
|
|
338
|
+
* // additionalParams: "DOCUMENT_VALUE",
|
|
339
|
+
* // },
|
|
303
340
|
* // },
|
|
304
341
|
* // systemPrompt: [ // HarnessSystemPrompt // required
|
|
305
342
|
* // { // HarnessSystemContentBlock Union: only one key present
|
|
@@ -351,6 +388,17 @@ declare const CreateHarnessCommand_base: {
|
|
|
351
388
|
* // skills: [ // HarnessSkills // required
|
|
352
389
|
* // { // HarnessSkill Union: only one key present
|
|
353
390
|
* // path: "STRING_VALUE",
|
|
391
|
+
* // s3: { // HarnessSkillS3Source
|
|
392
|
+
* // uri: "STRING_VALUE", // required
|
|
393
|
+
* // },
|
|
394
|
+
* // git: { // HarnessSkillGitSource
|
|
395
|
+
* // url: "STRING_VALUE", // required
|
|
396
|
+
* // path: "STRING_VALUE",
|
|
397
|
+
* // auth: { // HarnessSkillGitAuth
|
|
398
|
+
* // credentialArn: "STRING_VALUE", // required
|
|
399
|
+
* // username: "STRING_VALUE",
|
|
400
|
+
* // },
|
|
401
|
+
* // },
|
|
354
402
|
* // },
|
|
355
403
|
* // ],
|
|
356
404
|
* // allowedTools: [ // HarnessAllowedTools // required
|