@aws-sdk/client-bedrock-agentcore 3.1044.0 → 3.1046.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/README.md +77 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +343 -127
- package/dist-cjs/models/BedrockAgentCoreServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-cjs/schemas/schemas_0.js +458 -33
- package/dist-es/BedrockAgentCore.js +27 -1
- package/dist-es/BedrockAgentCoreClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -2
- package/dist-es/commands/CreateABTestCommand.js +2 -2
- package/dist-es/commands/CreateEventCommand.js +2 -2
- package/dist-es/commands/CreatePaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/CreatePaymentSessionCommand.js +16 -0
- package/dist-es/commands/DeleteABTestCommand.js +2 -2
- package/dist-es/commands/DeleteBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/DeleteEventCommand.js +2 -2
- package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -2
- package/dist-es/commands/DeletePaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/DeletePaymentSessionCommand.js +16 -0
- package/dist-es/commands/DeleteRecommendationCommand.js +2 -2
- package/dist-es/commands/EvaluateCommand.js +2 -2
- package/dist-es/commands/GetABTestCommand.js +2 -2
- package/dist-es/commands/GetAgentCardCommand.js +2 -2
- package/dist-es/commands/GetBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/GetBrowserSessionCommand.js +2 -2
- package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetMemoryRecordCommand.js +2 -2
- package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +16 -0
- package/dist-es/commands/GetPaymentInstrumentCommand.js +16 -0
- package/dist-es/commands/GetPaymentSessionCommand.js +16 -0
- package/dist-es/commands/GetRecommendationCommand.js +2 -2
- package/dist-es/commands/GetResourceApiKeyCommand.js +2 -2
- package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -2
- package/dist-es/commands/GetResourcePaymentTokenCommand.js +16 -0
- package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -2
- package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -2
- package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -2
- package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/InvokeAgentRuntimeCommandCommand.js +2 -2
- package/dist-es/commands/InvokeBrowserCommand.js +2 -2
- package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/InvokeHarnessCommand.js +2 -2
- package/dist-es/commands/ListABTestsCommand.js +2 -2
- package/dist-es/commands/ListActorsCommand.js +2 -2
- package/dist-es/commands/ListBatchEvaluationsCommand.js +2 -2
- package/dist-es/commands/ListBrowserSessionsCommand.js +2 -2
- package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -2
- package/dist-es/commands/ListEventsCommand.js +2 -2
- package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -2
- package/dist-es/commands/ListMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/ListPaymentInstrumentsCommand.js +16 -0
- package/dist-es/commands/ListPaymentSessionsCommand.js +16 -0
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ProcessPaymentCommand.js +16 -0
- package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/SaveBrowserSessionProfileCommand.js +2 -2
- package/dist-es/commands/SearchRegistryRecordsCommand.js +2 -2
- package/dist-es/commands/StartBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/StartBrowserSessionCommand.js +2 -2
- package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -2
- package/dist-es/commands/StartRecommendationCommand.js +2 -2
- package/dist-es/commands/StopBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/StopBrowserSessionCommand.js +2 -2
- package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/StopRuntimeSessionCommand.js +2 -2
- package/dist-es/commands/UpdateABTestCommand.js +2 -2
- package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -2
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockAgentCoreServiceException.js +1 -1
- package/dist-es/models/enums.js +45 -0
- package/dist-es/pagination/ListPaymentInstrumentsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +449 -25
- package/dist-types/BedrockAgentCore.d.ts +91 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +19 -8
- package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
- package/dist-types/commands/CreateABTestCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +214 -0
- package/dist-types/commands/CreatePaymentSessionCommand.d.ts +124 -0
- package/dist-types/commands/DeleteABTestCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +112 -0
- package/dist-types/commands/DeletePaymentSessionCommand.d.ts +107 -0
- package/dist-types/commands/DeleteRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateCommand.d.ts +6 -4
- package/dist-types/commands/GetABTestCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentCardCommand.d.ts +6 -4
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetEventCommand.d.ts +6 -4
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +104 -0
- package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +157 -0
- package/dist-types/commands/GetPaymentSessionCommand.d.ts +114 -0
- package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceApiKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +121 -0
- package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
- package/dist-types/commands/InvokeBrowserCommand.d.ts +6 -4
- package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/commands/InvokeHarnessCommand.d.ts +7 -5
- package/dist-types/commands/ListABTestsCommand.d.ts +6 -4
- package/dist-types/commands/ListActorsCommand.d.ts +6 -4
- package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowserSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +105 -0
- package/dist-types/commands/ListPaymentSessionsCommand.d.ts +102 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ProcessPaymentCommand.d.ts +119 -0
- package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +7 -5
- package/dist-types/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
- package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +7 -6
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +7 -5
- package/dist-types/commands/StartRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/StopBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StopBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopRuntimeSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateABTestCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +140 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +222 -154
- package/dist-types/models/models_1.d.ts +1321 -2
- package/dist-types/pagination/ListPaymentInstrumentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +59 -0
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +201 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +78 -18
- package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +10 -6
- package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +62 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +84 -38
- package/dist-types/ts3.4/models/models_1.d.ts +423 -2
- package/dist-types/ts3.4/pagination/ListPaymentInstrumentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
- package/package.json +13 -38
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
|
|
3
|
+
exports.CodeInterpreterSessionSummary$ = exports.CodeInterpreterResult$ = exports.CloudWatchOutputConfig$ = exports.CloudWatchLogsTraceConfig$ = exports.CloudWatchLogsSource$ = exports.CloudWatchLogsRule$ = exports.CloudWatchLogsFilter$ = exports.CloudWatchFilterConfig$ = exports.Certificate$ = exports.BrowserSessionSummary$ = exports.BrowserSessionStream$ = exports.BrowserProfileConfiguration$ = exports.BrowserExtension$ = exports.BrowserEnterprisePolicy$ = exports.BranchFilter$ = exports.Branch$ = exports.BatchUpdateMemoryRecordsOutput$ = exports.BatchUpdateMemoryRecordsInput$ = exports.BatchEvaluationSummary$ = exports.BatchDeleteMemoryRecordsOutput$ = exports.BatchDeleteMemoryRecordsInput$ = exports.BatchCreateMemoryRecordsOutput$ = exports.BatchCreateMemoryRecordsInput$ = exports.BasicAuth$ = exports.AvailableLimits$ = exports.AutomationStreamUpdate$ = exports.AutomationStream$ = exports.Amount$ = exports.AgentSkillsDescriptor$ = exports.AgentCardDefinition$ = exports.ActorSummary$ = exports.ABTestSummary$ = exports.ABTestResults$ = exports.A2aDescriptor$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ThrottledException$ = exports.ServiceQuotaExceededException$ = exports.ServiceException$ = exports.RuntimeClientError$ = exports.RetryableConflictException$ = exports.ResourceNotFoundException$ = exports.InvalidInputException$ = exports.InternalServerException$ = exports.DuplicateIdException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BedrockAgentCoreServiceException$ = void 0;
|
|
4
|
+
exports.EvaluatorSummary$ = exports.EvaluatorStatistics$ = exports.EvaluatorMetric$ = exports.Evaluator$ = exports.EvaluationResultContent$ = exports.EvaluationReferenceInput$ = exports.EvaluationJobResults$ = exports.EvaluationExpectedTrajectory$ = exports.EvaluateResponse$ = exports.EvaluateRequest$ = exports.EmbeddedCryptoWallet$ = exports.Descriptors$ = exports.DeleteRecommendationResponse$ = exports.DeleteRecommendationRequest$ = exports.DeletePaymentSessionResponse$ = exports.DeletePaymentSessionRequest$ = exports.DeletePaymentInstrumentResponse$ = exports.DeletePaymentInstrumentRequest$ = exports.DeleteMemoryRecordOutput$ = exports.DeleteMemoryRecordInput$ = exports.DeleteEventOutput$ = exports.DeleteEventInput$ = exports.DeleteBatchEvaluationResponse$ = exports.DeleteBatchEvaluationRequest$ = exports.DeleteABTestResponse$ = exports.DeleteABTestRequest$ = exports.CustomDescriptor$ = exports.CryptoX402PaymentOutput$ = exports.CryptoX402PaymentInput$ = exports.CreatePaymentSessionResponse$ = exports.CreatePaymentSessionRequest$ = exports.CreatePaymentInstrumentResponse$ = exports.CreatePaymentInstrumentRequest$ = exports.CreateEventOutput$ = exports.CreateEventInput$ = exports.CreateABTestResponse$ = exports.CreateABTestRequest$ = exports.Conversational$ = exports.ControlStats$ = exports.ContentStopEvent$ = exports.ContentStartEvent$ = exports.ContentDeltaEvent$ = exports.ContentBlock$ = exports.ConfigurationBundleToolEntry$ = exports.ConfigurationBundleRef$ = exports.ConfidenceInterval$ = exports.CompleteResourceTokenAuthResponse$ = exports.CompleteResourceTokenAuthRequest$ = exports.CoinbaseCdpTokenResponseOutput$ = exports.CoinbaseCdpTokenRequestInput$ = void 0;
|
|
5
|
+
exports.HarnessContentBlockStopEvent$ = exports.HarnessContentBlockStartEvent$ = exports.HarnessContentBlockDeltaEvent$ = exports.HarnessBedrockModelConfig$ = exports.HarnessAgentCoreGatewayConfig$ = exports.HarnessAgentCoreCodeInterpreterConfig$ = exports.HarnessAgentCoreBrowserConfig$ = exports.GroundTruthTurn$ = exports.GetWorkloadAccessTokenResponse$ = exports.GetWorkloadAccessTokenRequest$ = exports.GetWorkloadAccessTokenForUserIdResponse$ = exports.GetWorkloadAccessTokenForUserIdRequest$ = exports.GetWorkloadAccessTokenForJWTResponse$ = exports.GetWorkloadAccessTokenForJWTRequest$ = exports.GetResourcePaymentTokenResponse$ = exports.GetResourcePaymentTokenRequest$ = exports.GetResourceOauth2TokenResponse$ = exports.GetResourceOauth2TokenRequest$ = exports.GetResourceApiKeyResponse$ = exports.GetResourceApiKeyRequest$ = exports.GetRecommendationResponse$ = exports.GetRecommendationRequest$ = exports.GetPaymentSessionResponse$ = exports.GetPaymentSessionRequest$ = exports.GetPaymentInstrumentResponse$ = exports.GetPaymentInstrumentRequest$ = exports.GetPaymentInstrumentBalanceResponse$ = exports.GetPaymentInstrumentBalanceRequest$ = exports.GetMemoryRecordOutput$ = exports.GetMemoryRecordInput$ = exports.GetEventOutput$ = exports.GetEventInput$ = exports.GetCodeInterpreterSessionResponse$ = exports.GetCodeInterpreterSessionRequest$ = exports.GetBrowserSessionResponse$ = exports.GetBrowserSessionRequest$ = exports.GetBatchEvaluationResponse$ = exports.GetBatchEvaluationRequest$ = exports.GetAgentCardResponse$ = exports.GetAgentCardRequest$ = exports.GetABTestResponse$ = exports.GetABTestRequest$ = exports.GatewayFilter$ = exports.FilterInput$ = exports.ExtractionJobMetadata$ = exports.ExtractionJobFilterInput$ = exports.ExtractionJob$ = exports.ExternalProxy$ = exports.EventMetadataFilterExpression$ = exports.Event$ = void 0;
|
|
6
|
+
exports.ListEventsInput$ = exports.ListCodeInterpreterSessionsResponse$ = exports.ListCodeInterpreterSessionsRequest$ = exports.ListBrowserSessionsResponse$ = exports.ListBrowserSessionsRequest$ = exports.ListBatchEvaluationsResponse$ = exports.ListBatchEvaluationsRequest$ = exports.ListActorsOutput$ = exports.ListActorsInput$ = exports.ListABTestsResponse$ = exports.ListABTestsRequest$ = exports.LinkedAccountSms$ = exports.LinkedAccountEmail$ = exports.LinkedAccountDeveloperJwt$ = exports.KeyTypeResult$ = exports.KeyTypeArguments$ = exports.KeyShortcutResult$ = exports.KeyShortcutArguments$ = exports.KeyPressResult$ = exports.KeyPressArguments$ = exports.InvokeHarnessResponse$ = exports.InvokeHarnessRequest$ = exports.InvokeCodeInterpreterResponse$ = exports.InvokeCodeInterpreterRequest$ = exports.InvokeBrowserResponse$ = exports.InvokeBrowserRequest$ = exports.InvokeAgentRuntimeResponse$ = exports.InvokeAgentRuntimeRequest$ = exports.InvokeAgentRuntimeCommandResponse$ = exports.InvokeAgentRuntimeCommandRequestBody$ = exports.InvokeAgentRuntimeCommandRequest$ = exports.InputContentBlock$ = exports.InlineGroundTruth$ = exports.HarnessToolUseBlockStart$ = exports.HarnessToolUseBlockDelta$ = exports.HarnessToolUseBlock$ = exports.HarnessToolResultBlockStart$ = exports.HarnessToolResultBlock$ = exports.HarnessTool$ = exports.HarnessTokenUsage$ = exports.HarnessStreamMetrics$ = exports.HarnessRemoteMcpConfig$ = exports.HarnessReasoningTextBlock$ = exports.HarnessOpenAiModelConfig$ = exports.HarnessMetadataEvent$ = exports.HarnessMessageStopEvent$ = exports.HarnessMessageStartEvent$ = exports.HarnessMessage$ = exports.HarnessInlineFunctionConfig$ = exports.HarnessGeminiModelConfig$ = void 0;
|
|
7
|
+
exports.RetrieveMemoryRecordsInput$ = exports.ResponseChunk$ = exports.ResourceContent$ = exports.RegistryRecordSummary$ = exports.RecommendationSummary$ = exports.RecommendationResultConfigurationBundle$ = exports.RecommendationEvaluatorReference$ = exports.RecommendationEvaluationConfig$ = exports.ProxyConfiguration$ = exports.ProxyBypass$ = exports.ProcessPaymentResponse$ = exports.ProcessPaymentRequest$ = exports.PerVariantOnlineEvaluationConfig$ = exports.PaymentSessionSummary$ = exports.PaymentSession$ = exports.PaymentInstrumentSummary$ = exports.PaymentInstrument$ = exports.OAuthCredentialProvider$ = exports.OAuth2Authentication$ = exports.MouseScrollResult$ = exports.MouseScrollArguments$ = exports.MouseMoveResult$ = exports.MouseMoveArguments$ = exports.MouseDragResult$ = exports.MouseDragArguments$ = exports.MouseClickResult$ = exports.MouseClickArguments$ = exports.MessageMetadata$ = exports.MemoryRecordUpdateInput$ = exports.MemoryRecordSummary$ = exports.MemoryRecordOutput$ = exports.MemoryRecordDeleteInput$ = exports.MemoryRecordCreateInput$ = exports.MemoryRecord$ = exports.MemoryMetadataFilterExpression$ = exports.McpDescriptor$ = exports.LiveViewStream$ = exports.ListSessionsOutput$ = exports.ListSessionsInput$ = exports.ListRecommendationsResponse$ = exports.ListRecommendationsRequest$ = exports.ListPaymentSessionsResponse$ = exports.ListPaymentSessionsRequest$ = exports.ListPaymentInstrumentsResponse$ = exports.ListPaymentInstrumentsRequest$ = exports.ListMemoryRecordsOutput$ = exports.ListMemoryRecordsInput$ = exports.ListMemoryExtractionJobsOutput$ = exports.ListMemoryExtractionJobsInput$ = exports.ListEventsOutput$ = void 0;
|
|
8
|
+
exports.ToolDescriptionRecommendationConfig$ = exports.ToolDescriptionOutput$ = exports.ToolDescriptionInput$ = exports.ToolDescriptionConfigurationBundle$ = exports.ToolArguments$ = exports.TokenUsage$ = exports.TokenBalance$ = exports.TargetRef$ = exports.SystemPromptRecommendationResult$ = exports.SystemPromptRecommendationConfig$ = exports.SystemPromptConfigurationBundle$ = exports.StripePrivyTokenResponseOutput$ = exports.StripePrivyTokenRequestInput$ = exports.StopRuntimeSessionResponse$ = exports.StopRuntimeSessionRequest$ = exports.StopCodeInterpreterSessionResponse$ = exports.StopCodeInterpreterSessionRequest$ = exports.StopBrowserSessionResponse$ = exports.StopBrowserSessionRequest$ = exports.StopBatchEvaluationResponse$ = exports.StopBatchEvaluationRequest$ = exports.StartRecommendationResponse$ = exports.StartRecommendationRequest$ = exports.StartMemoryExtractionJobOutput$ = exports.StartMemoryExtractionJobInput$ = exports.StartCodeInterpreterSessionResponse$ = exports.StartCodeInterpreterSessionRequest$ = exports.StartBrowserSessionResponse$ = exports.StartBrowserSessionRequest$ = exports.StartBatchEvaluationResponse$ = exports.StartBatchEvaluationRequest$ = exports.SpanContext$ = exports.SkillMdDefinition$ = exports.SkillDefinition$ = exports.SessionSummary$ = exports.SessionMetadataShape$ = exports.SessionLimits$ = exports.SessionFilterConfig$ = exports.SessionFilter$ = exports.ServerDefinition$ = exports.SecretsManagerLocation$ = exports.SearchRegistryRecordsResponse$ = exports.SearchRegistryRecordsRequest$ = exports.SearchCriteria$ = exports.ScreenshotResult$ = exports.ScreenshotArguments$ = exports.SaveBrowserSessionProfileResponse$ = exports.SaveBrowserSessionProfileRequest$ = exports.S3Location$ = exports.RetrieveMemoryRecordsOutput$ = void 0;
|
|
9
|
+
exports.MemoryRecordMetadataValue$ = exports.MemoryRecordLeftExpression$ = exports.MemoryContent$ = exports.LinkedAccountOAuth2$ = exports.LinkedAccount$ = exports.LeftExpression$ = exports.InvokeHarnessStreamOutput$ = exports.InvokeAgentRuntimeCommandStreamOutput$ = exports.HarnessToolResultContentBlock$ = exports.HarnessToolResultBlockDelta$ = exports.HarnessToolConfiguration$ = exports.HarnessSystemContentBlock$ = exports.HarnessSkill$ = exports.HarnessReasoningContentBlockDelta$ = exports.HarnessReasoningContentBlock$ = exports.HarnessModelConfiguration$ = exports.HarnessGatewayOutboundAuth$ = exports.HarnessContentBlockStart$ = exports.HarnessContentBlockDelta$ = exports.HarnessContentBlock$ = exports.GroundTruthTurnInput$ = exports.GroundTruthSource$ = exports.FilterValue$ = exports.ExtractionJobMessages$ = exports.EvaluationTarget$ = exports.EvaluationMetadata$ = exports.EvaluationInput$ = exports.EvaluationContent$ = exports.DataSourceConfig$ = exports.Context$ = exports.Content$ = exports.CodeInterpreterStreamOutput$ = exports.CertificateLocation$ = exports.BrowserActionResult$ = exports.BrowserAction$ = exports.AgentTracesConfig$ = exports.ABTestEvaluationConfig$ = exports.ViewPort$ = exports.VariantResult$ = exports.VariantConfiguration$ = exports.Variant$ = exports.ValidationExceptionField$ = exports.UpdateBrowserStreamResponse$ = exports.UpdateBrowserStreamRequest$ = exports.UpdateABTestResponse$ = exports.UpdateABTestRequest$ = exports.ToolsDefinition$ = exports.ToolResultStructuredContent$ = exports.ToolDescriptionTextInput$ = exports.ToolDescriptionRecommendationResult$ = void 0;
|
|
10
|
+
exports.GetResourcePaymentToken$ = exports.GetResourceOauth2Token$ = exports.GetResourceApiKey$ = exports.GetRecommendation$ = exports.GetPaymentSession$ = exports.GetPaymentInstrumentBalance$ = exports.GetPaymentInstrument$ = exports.GetMemoryRecord$ = exports.GetEvent$ = exports.GetCodeInterpreterSession$ = exports.GetBrowserSession$ = exports.GetBatchEvaluation$ = exports.GetAgentCard$ = exports.GetABTest$ = exports.Evaluate$ = exports.DeleteRecommendation$ = exports.DeletePaymentSession$ = exports.DeletePaymentInstrument$ = exports.DeleteMemoryRecord$ = exports.DeleteEvent$ = exports.DeleteBatchEvaluation$ = exports.DeleteABTest$ = exports.CreatePaymentSession$ = exports.CreatePaymentInstrument$ = exports.CreateEvent$ = exports.CreateABTest$ = exports.CompleteResourceTokenAuth$ = exports.BatchUpdateMemoryRecords$ = exports.BatchDeleteMemoryRecords$ = exports.BatchCreateMemoryRecords$ = exports.UserIdentifier$ = exports.ToolDescriptionSource$ = exports.ToolDescriptionConfig$ = exports.SystemPromptConfig$ = exports.StreamUpdate$ = exports.RightExpression$ = exports.ResourceLocation$ = exports.RecommendationResult$ = exports.RecommendationConfig$ = exports.ProxyCredentials$ = exports.Proxy$ = exports.PaymentTokenResponseOutput$ = exports.PaymentTokenRequestInput$ = exports.PaymentOutput$ = exports.PaymentInstrumentDetails$ = exports.PaymentInput$ = exports.PayloadType$ = exports.OutputConfig$ = exports.MetadataValue$ = exports.MemoryRecordRightExpression$ = void 0;
|
|
11
|
+
exports.UpdateBrowserStream$ = exports.UpdateABTest$ = exports.StopRuntimeSession$ = exports.StopCodeInterpreterSession$ = exports.StopBrowserSession$ = exports.StopBatchEvaluation$ = exports.StartRecommendation$ = exports.StartMemoryExtractionJob$ = exports.StartCodeInterpreterSession$ = exports.StartBrowserSession$ = exports.StartBatchEvaluation$ = exports.SearchRegistryRecords$ = exports.SaveBrowserSessionProfile$ = exports.RetrieveMemoryRecords$ = exports.ProcessPayment$ = exports.ListSessions$ = exports.ListRecommendations$ = exports.ListPaymentSessions$ = exports.ListPaymentInstruments$ = exports.ListMemoryRecords$ = exports.ListMemoryExtractionJobs$ = exports.ListEvents$ = exports.ListCodeInterpreterSessions$ = exports.ListBrowserSessions$ = exports.ListBatchEvaluations$ = exports.ListActors$ = exports.ListABTests$ = exports.InvokeHarness$ = exports.InvokeCodeInterpreter$ = exports.InvokeBrowser$ = exports.InvokeAgentRuntimeCommand$ = exports.InvokeAgentRuntime$ = exports.GetWorkloadAccessTokenForUserId$ = exports.GetWorkloadAccessTokenForJWT$ = exports.GetWorkloadAccessToken$ = void 0;
|
|
12
|
+
const _A = "Amount";
|
|
12
13
|
const _ABTEC = "ABTestEvaluationConfig";
|
|
13
14
|
const _ABTR = "ABTestResults";
|
|
14
15
|
const _ABTS = "ABTestSummary";
|
|
@@ -17,6 +18,7 @@ const _ACD = "AgentCardDefinition";
|
|
|
17
18
|
const _AD = "A2aDescriptor";
|
|
18
19
|
const _ADE = "AccessDeniedException";
|
|
19
20
|
const _AKT = "ApiKeyType";
|
|
21
|
+
const _AL = "AvailableLimits";
|
|
20
22
|
const _AS = "ActorSummary";
|
|
21
23
|
const _ASD = "AgentSkillsDescriptor";
|
|
22
24
|
const _ASL = "ActorSummaryList";
|
|
@@ -25,6 +27,7 @@ const _ASu = "AutomationStream";
|
|
|
25
27
|
const _ATC = "AgentTracesConfig";
|
|
26
28
|
const _ATT = "AccessTokenType";
|
|
27
29
|
const _AUT = "AuthorizationUrlType";
|
|
30
|
+
const _Ac = "Accept";
|
|
28
31
|
const _B = "Body";
|
|
29
32
|
const _BA = "BasicAuth";
|
|
30
33
|
const _BAR = "BrowserActionResult";
|
|
@@ -59,6 +62,9 @@ const _CBL = "ContentBlockList";
|
|
|
59
62
|
const _CBR = "ConfigurationBundleRef";
|
|
60
63
|
const _CBTE = "ConfigurationBundleToolEntry";
|
|
61
64
|
const _CBTEL = "ConfigurationBundleToolEntryList";
|
|
65
|
+
const _CCPJTT = "CoinbaseCdpPaymentJwtTokenType";
|
|
66
|
+
const _CCTRI = "CoinbaseCdpTokenRequestInput";
|
|
67
|
+
const _CCTRO = "CoinbaseCdpTokenResponseOutput";
|
|
62
68
|
const _CD = "CustomDescriptor";
|
|
63
69
|
const _CDE = "ContentDeltaEvent";
|
|
64
70
|
const _CE = "ConflictException";
|
|
@@ -71,6 +77,12 @@ const _CISO = "CodeInterpreterStreamOutput";
|
|
|
71
77
|
const _CISS = "CodeInterpreterSessionSummary";
|
|
72
78
|
const _CISSo = "CodeInterpreterSessionSummaries";
|
|
73
79
|
const _CL = "CertificateLocation";
|
|
80
|
+
const _CPI = "CreatePaymentInstrument";
|
|
81
|
+
const _CPIR = "CreatePaymentInstrumentRequest";
|
|
82
|
+
const _CPIRr = "CreatePaymentInstrumentResponse";
|
|
83
|
+
const _CPS = "CreatePaymentSession";
|
|
84
|
+
const _CPSR = "CreatePaymentSessionRequest";
|
|
85
|
+
const _CPSRr = "CreatePaymentSessionResponse";
|
|
74
86
|
const _CRPT = "CustomRequestParametersType";
|
|
75
87
|
const _CRTA = "CompleteResourceTokenAuth";
|
|
76
88
|
const _CRTAR = "CompleteResourceTokenAuthRequest";
|
|
@@ -87,6 +99,8 @@ const _CWLR = "CloudWatchLogsRule";
|
|
|
87
99
|
const _CWLS = "CloudWatchLogsSource";
|
|
88
100
|
const _CWLTC = "CloudWatchLogsTraceConfig";
|
|
89
101
|
const _CWOC = "CloudWatchOutputConfig";
|
|
102
|
+
const _CXPI = "CryptoX402PaymentInput";
|
|
103
|
+
const _CXPO = "CryptoX402PaymentOutput";
|
|
90
104
|
const _Ce = "Certificates";
|
|
91
105
|
const _Co = "Conversational";
|
|
92
106
|
const _Con = "Content";
|
|
@@ -105,15 +119,22 @@ const _DIE = "DuplicateIdException";
|
|
|
105
119
|
const _DMR = "DeleteMemoryRecord";
|
|
106
120
|
const _DMRI = "DeleteMemoryRecordInput";
|
|
107
121
|
const _DMRO = "DeleteMemoryRecordOutput";
|
|
122
|
+
const _DPI = "DeletePaymentInstrument";
|
|
123
|
+
const _DPIR = "DeletePaymentInstrumentRequest";
|
|
124
|
+
const _DPIRe = "DeletePaymentInstrumentResponse";
|
|
125
|
+
const _DPS = "DeletePaymentSession";
|
|
126
|
+
const _DPSR = "DeletePaymentSessionRequest";
|
|
127
|
+
const _DPSRe = "DeletePaymentSessionResponse";
|
|
108
128
|
const _DR = "DeleteRecommendation";
|
|
109
129
|
const _DRR = "DeleteRecommendationRequest";
|
|
110
130
|
const _DRRe = "DeleteRecommendationResponse";
|
|
111
131
|
const _DSC = "DataSourceConfig";
|
|
112
132
|
const _De = "Descriptors";
|
|
113
133
|
const _Do = "Document";
|
|
114
|
-
const _E = "
|
|
134
|
+
const _E = "Email";
|
|
115
135
|
const _EC = "EvaluationContent";
|
|
116
136
|
const _ECL = "EvaluationContentList";
|
|
137
|
+
const _ECW = "EmbeddedCryptoWallet";
|
|
117
138
|
const _EE = "EvaluationExplanation";
|
|
118
139
|
const _EET = "EvaluationExpectedTrajectory";
|
|
119
140
|
const _EI = "EvaluationInput";
|
|
@@ -141,8 +162,9 @@ const _ES = "EvaluatorStatistics";
|
|
|
141
162
|
const _ESL = "EvaluatorSummaryList";
|
|
142
163
|
const _ESv = "EvaluatorSummary";
|
|
143
164
|
const _ET = "EvaluationTarget";
|
|
144
|
-
const _Ev = "
|
|
165
|
+
const _Ev = "Evaluator";
|
|
145
166
|
const _Eva = "Evaluate";
|
|
167
|
+
const _Eve = "Event";
|
|
146
168
|
const _FI = "FilterInput";
|
|
147
169
|
const _FV = "FilterValue";
|
|
148
170
|
const _GABT = "GetABTest";
|
|
@@ -167,6 +189,15 @@ const _GF = "GatewayFilter";
|
|
|
167
189
|
const _GMR = "GetMemoryRecord";
|
|
168
190
|
const _GMRI = "GetMemoryRecordInput";
|
|
169
191
|
const _GMRO = "GetMemoryRecordOutput";
|
|
192
|
+
const _GPI = "GetPaymentInstrument";
|
|
193
|
+
const _GPIB = "GetPaymentInstrumentBalance";
|
|
194
|
+
const _GPIBR = "GetPaymentInstrumentBalanceRequest";
|
|
195
|
+
const _GPIBRe = "GetPaymentInstrumentBalanceResponse";
|
|
196
|
+
const _GPIR = "GetPaymentInstrumentRequest";
|
|
197
|
+
const _GPIRe = "GetPaymentInstrumentResponse";
|
|
198
|
+
const _GPS = "GetPaymentSession";
|
|
199
|
+
const _GPSR = "GetPaymentSessionRequest";
|
|
200
|
+
const _GPSRe = "GetPaymentSessionResponse";
|
|
170
201
|
const _GR = "GetRecommendation";
|
|
171
202
|
const _GRAK = "GetResourceApiKey";
|
|
172
203
|
const _GRAKR = "GetResourceApiKeyRequest";
|
|
@@ -174,6 +205,9 @@ const _GRAKRe = "GetResourceApiKeyResponse";
|
|
|
174
205
|
const _GROT = "GetResourceOauth2Token";
|
|
175
206
|
const _GROTR = "GetResourceOauth2TokenRequest";
|
|
176
207
|
const _GROTRe = "GetResourceOauth2TokenResponse";
|
|
208
|
+
const _GRPT = "GetResourcePaymentToken";
|
|
209
|
+
const _GRPTR = "GetResourcePaymentTokenRequest";
|
|
210
|
+
const _GRPTRe = "GetResourcePaymentTokenResponse";
|
|
177
211
|
const _GRR = "GetRecommendationRequest";
|
|
178
212
|
const _GRRe = "GetRecommendationResponse";
|
|
179
213
|
const _GTS = "GroundTruthSource";
|
|
@@ -264,12 +298,18 @@ const _KSA = "KeyShortcutArguments";
|
|
|
264
298
|
const _KSR = "KeyShortcutResult";
|
|
265
299
|
const _KTA = "KeyTypeArguments";
|
|
266
300
|
const _KTR = "KeyTypeResult";
|
|
267
|
-
const _LA = "
|
|
301
|
+
const _LA = "LinkedAccount";
|
|
268
302
|
const _LABT = "ListABTests";
|
|
269
303
|
const _LABTR = "ListABTestsRequest";
|
|
270
304
|
const _LABTRi = "ListABTestsResponse";
|
|
305
|
+
const _LADJ = "LinkedAccountDeveloperJwt";
|
|
306
|
+
const _LAE = "LinkedAccountEmail";
|
|
271
307
|
const _LAI = "ListActorsInput";
|
|
308
|
+
const _LAL = "LinkedAccountList";
|
|
272
309
|
const _LAO = "ListActorsOutput";
|
|
310
|
+
const _LAOA = "LinkedAccountOAuth2";
|
|
311
|
+
const _LAS = "LinkedAccountSms";
|
|
312
|
+
const _LAi = "ListActors";
|
|
273
313
|
const _LBE = "ListBatchEvaluations";
|
|
274
314
|
const _LBER = "ListBatchEvaluationsRequest";
|
|
275
315
|
const _LBERi = "ListBatchEvaluationsResponse";
|
|
@@ -289,6 +329,12 @@ const _LMEJO = "ListMemoryExtractionJobsOutput";
|
|
|
289
329
|
const _LMR = "ListMemoryRecords";
|
|
290
330
|
const _LMRI = "ListMemoryRecordsInput";
|
|
291
331
|
const _LMRO = "ListMemoryRecordsOutput";
|
|
332
|
+
const _LPI = "ListPaymentInstruments";
|
|
333
|
+
const _LPIR = "ListPaymentInstrumentsRequest";
|
|
334
|
+
const _LPIRi = "ListPaymentInstrumentsResponse";
|
|
335
|
+
const _LPS = "ListPaymentSessions";
|
|
336
|
+
const _LPSR = "ListPaymentSessionsRequest";
|
|
337
|
+
const _LPSRi = "ListPaymentSessionsResponse";
|
|
292
338
|
const _LR = "ListRecommendations";
|
|
293
339
|
const _LRR = "ListRecommendationsRequest";
|
|
294
340
|
const _LRRi = "ListRecommendationsResponse";
|
|
@@ -329,6 +375,7 @@ const _MSA = "MouseScrollArguments";
|
|
|
329
375
|
const _MSI = "Mcp-Session-Id";
|
|
330
376
|
const _MSR = "MouseScrollResult";
|
|
331
377
|
const _MV = "MetadataValue";
|
|
378
|
+
const _OAA = "OAuth2Authentication";
|
|
332
379
|
const _OACP = "OAuthCredentialProvider";
|
|
333
380
|
const _OACPV = "OAuthCustomParametersValue";
|
|
334
381
|
const _OACPu = "OAuthCustomParameters";
|
|
@@ -337,8 +384,24 @@ const _P = "Proxies";
|
|
|
337
384
|
const _PB = "ProxyBypass";
|
|
338
385
|
const _PC = "ProxyConfiguration";
|
|
339
386
|
const _PCr = "ProxyCredentials";
|
|
387
|
+
const _PD = "PaymentDocument";
|
|
388
|
+
const _PI = "PaymentInstrument";
|
|
389
|
+
const _PID = "PaymentInstrumentDetails";
|
|
390
|
+
const _PIS = "PaymentInstrumentSummary";
|
|
391
|
+
const _PISL = "PaymentInstrumentSummaryList";
|
|
392
|
+
const _PIa = "PaymentInput";
|
|
393
|
+
const _PN = "PhoneNumber";
|
|
394
|
+
const _PO = "PaymentOutput";
|
|
395
|
+
const _PP = "ProcessPayment";
|
|
396
|
+
const _PPR = "ProcessPaymentRequest";
|
|
397
|
+
const _PPRr = "ProcessPaymentResponse";
|
|
398
|
+
const _PS = "PaymentSession";
|
|
399
|
+
const _PSS = "PaymentSessionSummary";
|
|
400
|
+
const _PSSL = "PaymentSessionSummaryList";
|
|
340
401
|
const _PT = "PayloadType";
|
|
341
402
|
const _PTL = "PayloadTypeList";
|
|
403
|
+
const _PTRI = "PaymentTokenRequestInput";
|
|
404
|
+
const _PTRO = "PaymentTokenResponseOutput";
|
|
342
405
|
const _PVOEC = "PerVariantOnlineEvaluationConfig";
|
|
343
406
|
const _PVOECL = "PerVariantOnlineEvaluationConfigList";
|
|
344
407
|
const _Pr = "Proxy";
|
|
@@ -395,6 +458,7 @@ const _SF = "SessionFilter";
|
|
|
395
458
|
const _SFC = "SessionFilterConfig";
|
|
396
459
|
const _SJ = "SensitiveJson";
|
|
397
460
|
const _SL = "S3Location";
|
|
461
|
+
const _SLe = "SessionLimits";
|
|
398
462
|
const _SMD = "SkillMdDefinition";
|
|
399
463
|
const _SMEJ = "StartMemoryExtractionJob";
|
|
400
464
|
const _SMEJI = "StartMemoryExtractionJobInput";
|
|
@@ -402,11 +466,16 @@ const _SMEJO = "StartMemoryExtractionJobOutput";
|
|
|
402
466
|
const _SML = "SecretsManagerLocation";
|
|
403
467
|
const _SMLe = "SessionMetadataList";
|
|
404
468
|
const _SMS = "SessionMetadataShape";
|
|
469
|
+
const _SPAST = "StripePrivyAuthorizationSignatureType";
|
|
470
|
+
const _SPBATT = "StripePrivyBasicAuthTokenType";
|
|
405
471
|
const _SPC = "SystemPromptConfig";
|
|
406
472
|
const _SPCB = "SystemPromptConfigurationBundle";
|
|
473
|
+
const _SPRBT = "StripePrivyRequestBodyType";
|
|
407
474
|
const _SPRC = "SystemPromptRecommendationConfig";
|
|
408
475
|
const _SPRR = "SystemPromptRecommendationResult";
|
|
409
476
|
const _SPT = "SystemPromptText";
|
|
477
|
+
const _SPTRI = "StripePrivyTokenRequestInput";
|
|
478
|
+
const _SPTRO = "StripePrivyTokenResponseOutput";
|
|
410
479
|
const _SQEE = "ServiceQuotaExceededException";
|
|
411
480
|
const _SR = "ScreenshotResult";
|
|
412
481
|
const _SRR = "StartRecommendationRequest";
|
|
@@ -425,6 +494,7 @@ const _ST = "SensitiveText";
|
|
|
425
494
|
const _SU = "StreamUpdate";
|
|
426
495
|
const _Sp = "Spans";
|
|
427
496
|
const _TA = "ToolArguments";
|
|
497
|
+
const _TB = "TokenBalance";
|
|
428
498
|
const _TD = "ToolsDefinition";
|
|
429
499
|
const _TDC = "ToolDescriptionConfig";
|
|
430
500
|
const _TDCB = "ToolDescriptionConfigurationBundle";
|
|
@@ -461,6 +531,8 @@ const _VP = "ViewPort";
|
|
|
461
531
|
const _VR = "VariantResult";
|
|
462
532
|
const _VRL = "VariantResultList";
|
|
463
533
|
const _WITT = "WorkloadIdentityTokenType";
|
|
534
|
+
const _XABAPAN = "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name";
|
|
535
|
+
const _XABAPUI = "X-Amzn-Bedrock-AgentCore-Payments-User-Id";
|
|
464
536
|
const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
|
|
465
537
|
const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
|
|
466
538
|
const _XATI = "X-Amzn-Trace-Id";
|
|
@@ -473,14 +545,19 @@ const _aCb = "absoluteChange";
|
|
|
473
545
|
const _aDE = "accessDeniedException";
|
|
474
546
|
const _aI = "actorId";
|
|
475
547
|
const _aIc = "accountId";
|
|
548
|
+
const _aIp = "appId";
|
|
476
549
|
const _aIw = "awsIam";
|
|
477
550
|
const _aK = "apiKey";
|
|
478
551
|
const _aKA = "apiKeyArn";
|
|
552
|
+
const _aL = "availableLimits";
|
|
553
|
+
const _aN = "agentName";
|
|
479
554
|
const _aRA = "agentRuntimeArn";
|
|
480
555
|
const _aS = "automationStream";
|
|
556
|
+
const _aSA = "availableSpendAmount";
|
|
481
557
|
const _aSU = "automationStreamUpdate";
|
|
482
558
|
const _aSc = "actorSummaries";
|
|
483
559
|
const _aSg = "agentSkills";
|
|
560
|
+
const _aSu = "authorizationSignature";
|
|
484
561
|
const _aSv = "averageScore";
|
|
485
562
|
const _aT = "analysisTimestamp";
|
|
486
563
|
const _aTA = "abTestArn";
|
|
@@ -492,11 +569,14 @@ const _aTl = "allowedTools";
|
|
|
492
569
|
const _aU = "authorizationUrl";
|
|
493
570
|
const _ac = "accept";
|
|
494
571
|
const _act = "action";
|
|
572
|
+
const _am = "amount";
|
|
573
|
+
const _ap = "apple";
|
|
495
574
|
const _ar = "arguments";
|
|
496
575
|
const _as = "assertions";
|
|
497
576
|
const _au = "audiences";
|
|
498
577
|
const _b = "branch";
|
|
499
578
|
const _bA = "bundleArn";
|
|
579
|
+
const _bAT = "basicAuthToken";
|
|
500
580
|
const _bAa = "basicAuth";
|
|
501
581
|
const _bAr = "browserArn";
|
|
502
582
|
const _bE = "batchEvaluations";
|
|
@@ -505,6 +585,7 @@ const _bEI = "batchEvaluationId";
|
|
|
505
585
|
const _bEN = "batchEvaluationName";
|
|
506
586
|
const _bI = "browserIdentifier";
|
|
507
587
|
const _bMC = "bedrockModelConfig";
|
|
588
|
+
const _bT = "bearerToken";
|
|
508
589
|
const _bV = "bundleVersion";
|
|
509
590
|
const _bVo = "booleanValue";
|
|
510
591
|
const _ba = "baggage";
|
|
@@ -521,6 +602,8 @@ const _cBI = "contentBlockIndex";
|
|
|
521
602
|
const _cBS = "contentBlockStart";
|
|
522
603
|
const _cBSo = "contentBlockStop";
|
|
523
604
|
const _cC = "clickCount";
|
|
605
|
+
const _cCTR = "coinbaseCdpTokenRequest";
|
|
606
|
+
const _cCTRo = "coinbaseCdpTokenResponse";
|
|
524
607
|
const _cCl = "clearContext";
|
|
525
608
|
const _cD = "contentDelta";
|
|
526
609
|
const _cE = "conflictException";
|
|
@@ -540,8 +623,10 @@ const _cTo = "contentType";
|
|
|
540
623
|
const _cWC = "cloudWatchConfig";
|
|
541
624
|
const _cWIT = "cacheWriteInputTokens";
|
|
542
625
|
const _cWL = "cloudWatchLogs";
|
|
626
|
+
const _cX = "cryptoX402";
|
|
543
627
|
const _ce = "certificates";
|
|
544
|
-
const _ch = "
|
|
628
|
+
const _ch = "chain";
|
|
629
|
+
const _chu = "chunk";
|
|
545
630
|
const _co = "content";
|
|
546
631
|
const _cod = "code";
|
|
547
632
|
const _com = "command";
|
|
@@ -549,8 +634,10 @@ const _con = "context";
|
|
|
549
634
|
const _conf = "config";
|
|
550
635
|
const _conv = "conversational";
|
|
551
636
|
const _cr = "credentials";
|
|
552
|
-
const _cu = "
|
|
637
|
+
const _cu = "currency";
|
|
638
|
+
const _cus = "custom";
|
|
553
639
|
const _d = "description";
|
|
640
|
+
const _dJ = "developerJwt";
|
|
554
641
|
const _dP = "domainPatterns";
|
|
555
642
|
const _dPi = "directoryPath";
|
|
556
643
|
const _dRU = "defaultReturnUrl";
|
|
@@ -562,10 +649,13 @@ const _dX = "deltaX";
|
|
|
562
649
|
const _dY = "deltaY";
|
|
563
650
|
const _da = "data";
|
|
564
651
|
const _de = "delta";
|
|
652
|
+
const _dec = "decimals";
|
|
565
653
|
const _des = "descriptors";
|
|
566
654
|
const _e = "error";
|
|
567
655
|
const _eA = "evaluatorArn";
|
|
656
|
+
const _eAm = "emailAddress";
|
|
568
657
|
const _eC = "exitCode";
|
|
658
|
+
const _eCW = "embeddedCryptoWallet";
|
|
569
659
|
const _eCr = "errorCode";
|
|
570
660
|
const _eCv = "evaluationConfig";
|
|
571
661
|
const _eD = "errorDetails";
|
|
@@ -588,12 +678,14 @@ const _eRx = "expectedResponse";
|
|
|
588
678
|
const _eS = "executionStatus";
|
|
589
679
|
const _eSv = "evaluatorSummaries";
|
|
590
680
|
const _eT = "endTime";
|
|
681
|
+
const _eTIM = "expiryTimeInMinutes";
|
|
591
682
|
const _eTv = "eventTimestamp";
|
|
592
683
|
const _eTva = "evaluationTarget";
|
|
593
684
|
const _eTx = "expectedTrajectory";
|
|
594
685
|
const _eTxe = "executionTime";
|
|
595
686
|
const _eX = "endX";
|
|
596
687
|
const _eY = "endY";
|
|
688
|
+
const _em = "email";
|
|
597
689
|
const _ev = "evaluators";
|
|
598
690
|
const _eve = "event";
|
|
599
691
|
const _even = "events";
|
|
@@ -607,11 +699,13 @@ const _fR = "failedRecords";
|
|
|
607
699
|
const _fRa = "failureReason";
|
|
608
700
|
const _fi = "filter";
|
|
609
701
|
const _fo = "format";
|
|
702
|
+
const _g = "google";
|
|
610
703
|
const _gA = "gatewayArn";
|
|
611
704
|
const _gF = "gatewayFilter";
|
|
612
705
|
const _gMC = "geminiModelConfig";
|
|
613
706
|
const _gT = "grantType";
|
|
614
707
|
const _gTr = "groundTruth";
|
|
708
|
+
const _gi = "github";
|
|
615
709
|
const _h = "headers";
|
|
616
710
|
const _hA = "harnessArn";
|
|
617
711
|
const _hE = "httpError";
|
|
@@ -620,6 +714,7 @@ const _hQ = "httpQuery";
|
|
|
620
714
|
const _he = "height";
|
|
621
715
|
const _ht = "http";
|
|
622
716
|
const _i = "input";
|
|
717
|
+
const _iAS = "includeAuthorizationSignature";
|
|
623
718
|
const _iC = "inlineContent";
|
|
624
719
|
const _iE = "isError";
|
|
625
720
|
const _iF = "inlineFunction";
|
|
@@ -631,6 +726,7 @@ const _iSE = "internalServerException";
|
|
|
631
726
|
const _iSs = "isSignificant";
|
|
632
727
|
const _iT = "idempotencyToken";
|
|
633
728
|
const _iTn = "inputTokens";
|
|
729
|
+
const _iWAT = "includeWalletAuthToken";
|
|
634
730
|
const _in = "inline";
|
|
635
731
|
const _it = "items";
|
|
636
732
|
const _j = "jobs";
|
|
@@ -642,7 +738,9 @@ const _kP = "keyPress";
|
|
|
642
738
|
const _kS = "keyShortcut";
|
|
643
739
|
const _kT = "keyType";
|
|
644
740
|
const _ke = "keys";
|
|
741
|
+
const _ki = "kid";
|
|
645
742
|
const _l = "location";
|
|
743
|
+
const _lA = "linkedAccounts";
|
|
646
744
|
const _lGA = "logGroupArns";
|
|
647
745
|
const _lGN = "logGroupNames";
|
|
648
746
|
const _lGNo = "logGroupName";
|
|
@@ -653,6 +751,7 @@ const _lVS = "liveViewStream";
|
|
|
653
751
|
const _la = "label";
|
|
654
752
|
const _lan = "language";
|
|
655
753
|
const _le = "left";
|
|
754
|
+
const _li = "limits";
|
|
656
755
|
const _lo = "lower";
|
|
657
756
|
const _m = "message";
|
|
658
757
|
const _mC = "mouseClick";
|
|
@@ -672,6 +771,7 @@ const _mRI = "memoryRecordId";
|
|
|
672
771
|
const _mRS = "memoryRecordSummaries";
|
|
673
772
|
const _mRa = "maxResults";
|
|
674
773
|
const _mS = "mouseScroll";
|
|
774
|
+
const _mSA = "maxSpendAmount";
|
|
675
775
|
const _mSI = "mcpSessionId";
|
|
676
776
|
const _mSIe = "memoryStrategyId";
|
|
677
777
|
const _mSe = "messageStart";
|
|
@@ -695,10 +795,12 @@ const _nT = "nextToken";
|
|
|
695
795
|
const _nV = "numberValue";
|
|
696
796
|
const _na = "namespace";
|
|
697
797
|
const _nam = "namespaces";
|
|
798
|
+
const _ne = "network";
|
|
698
799
|
const _no = "none";
|
|
699
800
|
const _o = "operator";
|
|
700
801
|
const _oA = "outboundAuth";
|
|
701
802
|
const _oAMC = "openAiModelConfig";
|
|
803
|
+
const _oAu = "oAuth2";
|
|
702
804
|
const _oC = "outputConfig";
|
|
703
805
|
const _oECA = "onlineEvaluationConfigArn";
|
|
704
806
|
const _oF = "oauth2Flow";
|
|
@@ -707,9 +809,26 @@ const _oa = "oauth";
|
|
|
707
809
|
const _p = "payload";
|
|
708
810
|
const _pA = "providerArn";
|
|
709
811
|
const _pC = "profileConfiguration";
|
|
812
|
+
const _pCI = "paymentConnectorId";
|
|
710
813
|
const _pCe = "percentChange";
|
|
711
814
|
const _pCr = "proxyConfiguration";
|
|
712
815
|
const _pI = "profileIdentifier";
|
|
816
|
+
const _pID = "paymentInstrumentDetails";
|
|
817
|
+
const _pII = "paymentInstrumentId";
|
|
818
|
+
const _pIT = "paymentInstrumentType";
|
|
819
|
+
const _pIa = "paymentInstrument";
|
|
820
|
+
const _pIay = "paymentInstruments";
|
|
821
|
+
const _pIaym = "paymentInput";
|
|
822
|
+
const _pMA = "paymentManagerArn";
|
|
823
|
+
const _pN = "phoneNumber";
|
|
824
|
+
const _pO = "paymentOutput";
|
|
825
|
+
const _pPI = "processPaymentId";
|
|
826
|
+
const _pS = "paymentSession";
|
|
827
|
+
const _pSI = "paymentSessionId";
|
|
828
|
+
const _pSa = "paymentSessions";
|
|
829
|
+
const _pT = "paymentType";
|
|
830
|
+
const _pTR = "paymentTokenRequest";
|
|
831
|
+
const _pTRa = "paymentTokenResponse";
|
|
713
832
|
const _pV = "protocolVersion";
|
|
714
833
|
const _pVOEC = "perVariantOnlineEvaluationConfig";
|
|
715
834
|
const _pVa = "pValue";
|
|
@@ -726,19 +845,24 @@ const _rA = "roleArn";
|
|
|
726
845
|
const _rAe = "recommendationArn";
|
|
727
846
|
const _rAec = "recordArn";
|
|
728
847
|
const _rAeg = "registryArn";
|
|
848
|
+
const _rB = "requestBody";
|
|
729
849
|
const _rC = "recommendationConfig";
|
|
730
850
|
const _rCE = "runtimeClientError";
|
|
731
851
|
const _rCPN = "resourceCredentialProviderName";
|
|
732
852
|
const _rCe = "reasoningContent";
|
|
733
853
|
const _rCed = "redactedContent";
|
|
854
|
+
const _rE = "requestExpiry";
|
|
734
855
|
const _rEI = "rootEventId";
|
|
856
|
+
const _rH = "requestHost";
|
|
735
857
|
const _rI = "recommendationId";
|
|
736
858
|
const _rIe = "requestIdentifier";
|
|
737
859
|
const _rIec = "recordId";
|
|
738
860
|
const _rIeg = "registryIds";
|
|
739
|
-
const _rM = "
|
|
861
|
+
const _rM = "requestMethod";
|
|
862
|
+
const _rMe = "remoteMcp";
|
|
740
863
|
const _rNFE = "resourceNotFoundException";
|
|
741
864
|
const _rORU = "resourceOauth2ReturnUrl";
|
|
865
|
+
const _rP = "requestPath";
|
|
742
866
|
const _rR = "recommendationResult";
|
|
743
867
|
const _rRe = "registryRecords";
|
|
744
868
|
const _rS = "recommendationSummaries";
|
|
@@ -746,6 +870,7 @@ const _rSI = "runtimeSessionId";
|
|
|
746
870
|
const _rSP = "recommendedSystemPrompt";
|
|
747
871
|
const _rT = "reasoningText";
|
|
748
872
|
const _rTD = "recommendedToolDescription";
|
|
873
|
+
const _rU = "redirectUrl";
|
|
749
874
|
const _rUI = "runtimeUserId";
|
|
750
875
|
const _re = "records";
|
|
751
876
|
const _res = "resource";
|
|
@@ -783,6 +908,8 @@ const _sP = "systemPrompt";
|
|
|
783
908
|
const _sPJP = "systemPromptJsonPath";
|
|
784
909
|
const _sPRC = "systemPromptRecommendationConfig";
|
|
785
910
|
const _sPRR = "systemPromptRecommendationResult";
|
|
911
|
+
const _sPTR = "stripePrivyTokenRequest";
|
|
912
|
+
const _sPTRt = "stripePrivyTokenResponse";
|
|
786
913
|
const _sQ = "searchQuery";
|
|
787
914
|
const _sQEE = "serviceQuotaExceededException";
|
|
788
915
|
const _sR = "successfulRecords";
|
|
@@ -810,6 +937,7 @@ const _sen = "sensitive";
|
|
|
810
937
|
const _si = "size";
|
|
811
938
|
const _sig = "signature";
|
|
812
939
|
const _sk = "skills";
|
|
940
|
+
const _sm = "sms";
|
|
813
941
|
const _st = "streaming";
|
|
814
942
|
const _sta = "status";
|
|
815
943
|
const _star = "start";
|
|
@@ -818,7 +946,9 @@ const _std = "stdout";
|
|
|
818
946
|
const _stde = "stderr";
|
|
819
947
|
const _str = "streams";
|
|
820
948
|
const _stre = "stream";
|
|
949
|
+
const _su = "sub";
|
|
821
950
|
const _t = "type";
|
|
951
|
+
const _tB = "tokenBalance";
|
|
822
952
|
const _tD = "toolDescription";
|
|
823
953
|
const _tDJP = "toolDescriptionJsonPath";
|
|
824
954
|
const _tDRC = "toolDescriptionRecommendationConfig";
|
|
@@ -849,10 +979,12 @@ const _tUI = "toolUseId";
|
|
|
849
979
|
const _tUo = "toolUse";
|
|
850
980
|
const _ta = "target";
|
|
851
981
|
const _te = "text";
|
|
982
|
+
const _tel = "telegram";
|
|
852
983
|
const _tem = "temperature";
|
|
853
984
|
const _ti = "timeout";
|
|
854
985
|
const _tim = "timestamp";
|
|
855
|
-
const _to = "
|
|
986
|
+
const _to = "token";
|
|
987
|
+
const _too = "tools";
|
|
856
988
|
const _tr = "traceparent";
|
|
857
989
|
const _tra = "tracestate";
|
|
858
990
|
const _tu = "turns";
|
|
@@ -864,6 +996,7 @@ const _uT = "userToken";
|
|
|
864
996
|
const _ur = "uri";
|
|
865
997
|
const _url = "url";
|
|
866
998
|
const _us = "usage";
|
|
999
|
+
const _use = "username";
|
|
867
1000
|
const _v = "value";
|
|
868
1001
|
const _vC = "variantConfiguration";
|
|
869
1002
|
const _vE = "validationException";
|
|
@@ -874,7 +1007,9 @@ const _vR = "variantResults";
|
|
|
874
1007
|
const _va = "variants";
|
|
875
1008
|
const _ve = "version";
|
|
876
1009
|
const _w = "weight";
|
|
877
|
-
const
|
|
1010
|
+
const _wA = "walletAddress";
|
|
1011
|
+
const _wAT = "walletAuthToken";
|
|
1012
|
+
const _wATo = "workloadAccessToken";
|
|
878
1013
|
const _wIT = "workloadIdentityToken";
|
|
879
1014
|
const _wN = "workloadName";
|
|
880
1015
|
const _wi = "width";
|
|
@@ -982,18 +1117,25 @@ var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
|
982
1117
|
var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
983
1118
|
var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
|
|
984
1119
|
var Body = [0, n0, _B, 8, 21];
|
|
1120
|
+
var CoinbaseCdpPaymentJwtTokenType = [0, n0, _CCPJTT, 8, 0];
|
|
985
1121
|
var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
|
|
986
1122
|
var Description = [0, n0, _D, 8, 0];
|
|
987
1123
|
var Document = [0, n0, _Do, 8, 15];
|
|
1124
|
+
var Email = [0, n0, _E, 8, 0];
|
|
988
1125
|
var EvaluationExplanation = [0, n0, _EE, 8, 0];
|
|
989
1126
|
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
990
1127
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
991
1128
|
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
1129
|
+
var PaymentDocument = [0, n0, _PD, 8, 15];
|
|
1130
|
+
var PhoneNumber = [0, n0, _PN, 8, 0];
|
|
992
1131
|
var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
|
|
993
1132
|
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
994
1133
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
995
1134
|
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
996
1135
|
var State = [0, n0, _S, 8, 0];
|
|
1136
|
+
var StripePrivyAuthorizationSignatureType = [0, n0, _SPAST, 8, 0];
|
|
1137
|
+
var StripePrivyBasicAuthTokenType = [0, n0, _SPBATT, 8, 0];
|
|
1138
|
+
var StripePrivyRequestBodyType = [0, n0, _SPRBT, 8, 0];
|
|
997
1139
|
var SystemPromptText = [0, n0, _SPT, 8, 0];
|
|
998
1140
|
var ToolDescriptionText = [0, n0, _TDT, 8, 0];
|
|
999
1141
|
var UserTokenType = [0, n0, _UTT, 8, 0];
|
|
@@ -1028,6 +1170,11 @@ exports.AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
|
1028
1170
|
[_sM, _sD],
|
|
1029
1171
|
[() => exports.SkillMdDefinition$, () => exports.SkillDefinition$], 1
|
|
1030
1172
|
];
|
|
1173
|
+
exports.Amount$ = [3, n0, _A,
|
|
1174
|
+
0,
|
|
1175
|
+
[_v, _cu],
|
|
1176
|
+
[0, 0], 2
|
|
1177
|
+
];
|
|
1031
1178
|
exports.AutomationStream$ = [3, n0, _ASu,
|
|
1032
1179
|
0,
|
|
1033
1180
|
[_sE, _sS],
|
|
@@ -1038,6 +1185,11 @@ exports.AutomationStreamUpdate$ = [3, n0, _ASU,
|
|
|
1038
1185
|
[_sS],
|
|
1039
1186
|
[0]
|
|
1040
1187
|
];
|
|
1188
|
+
exports.AvailableLimits$ = [3, n0, _AL,
|
|
1189
|
+
0,
|
|
1190
|
+
[_aSA, _uA],
|
|
1191
|
+
[() => exports.Amount$, 5]
|
|
1192
|
+
];
|
|
1041
1193
|
exports.BasicAuth$ = [3, n0, _BA,
|
|
1042
1194
|
0,
|
|
1043
1195
|
[_sA],
|
|
@@ -1158,6 +1310,16 @@ exports.CodeInterpreterSessionSummary$ = [3, n0, _CISS,
|
|
|
1158
1310
|
[_cII, _sI, _sta, _cA, _n, _lUA],
|
|
1159
1311
|
[0, 0, 0, 5, 0, 5], 4
|
|
1160
1312
|
];
|
|
1313
|
+
exports.CoinbaseCdpTokenRequestInput$ = [3, n0, _CCTRI,
|
|
1314
|
+
0,
|
|
1315
|
+
[_rM, _rP, _rH, _iWAT, _rB],
|
|
1316
|
+
[0, 0, 0, 2, 0], 2
|
|
1317
|
+
];
|
|
1318
|
+
exports.CoinbaseCdpTokenResponseOutput$ = [3, n0, _CCTRO,
|
|
1319
|
+
0,
|
|
1320
|
+
[_bT, _wAT],
|
|
1321
|
+
[[() => CoinbaseCdpPaymentJwtTokenType, 0], [() => CoinbaseCdpPaymentJwtTokenType, 0]], 1
|
|
1322
|
+
];
|
|
1161
1323
|
exports.CompleteResourceTokenAuthRequest$ = [3, n0, _CRTAR,
|
|
1162
1324
|
0,
|
|
1163
1325
|
[_uI, _sU],
|
|
@@ -1233,6 +1395,36 @@ exports.CreateEventOutput$ = [3, n0, _CEO,
|
|
|
1233
1395
|
[_eve],
|
|
1234
1396
|
[[() => exports.Event$, 0]], 1
|
|
1235
1397
|
];
|
|
1398
|
+
exports.CreatePaymentInstrumentRequest$ = [3, n0, _CPIR,
|
|
1399
|
+
0,
|
|
1400
|
+
[_pMA, _pCI, _pIT, _pID, _uIs, _aN, _cT],
|
|
1401
|
+
[0, 0, 0, [() => exports.PaymentInstrumentDetails$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 4
|
|
1402
|
+
];
|
|
1403
|
+
exports.CreatePaymentInstrumentResponse$ = [3, n0, _CPIRr,
|
|
1404
|
+
0,
|
|
1405
|
+
[_pIa],
|
|
1406
|
+
[[() => exports.PaymentInstrument$, 0]], 1
|
|
1407
|
+
];
|
|
1408
|
+
exports.CreatePaymentSessionRequest$ = [3, n0, _CPSR,
|
|
1409
|
+
0,
|
|
1410
|
+
[_pMA, _eTIM, _uIs, _aN, _li, _cT],
|
|
1411
|
+
[0, 1, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], () => exports.SessionLimits$, [0, 4]], 2
|
|
1412
|
+
];
|
|
1413
|
+
exports.CreatePaymentSessionResponse$ = [3, n0, _CPSRr,
|
|
1414
|
+
0,
|
|
1415
|
+
[_pS],
|
|
1416
|
+
[() => exports.PaymentSession$], 1
|
|
1417
|
+
];
|
|
1418
|
+
exports.CryptoX402PaymentInput$ = [3, n0, _CXPI,
|
|
1419
|
+
0,
|
|
1420
|
+
[_ve, _p],
|
|
1421
|
+
[0, [() => PaymentDocument, 0]], 2
|
|
1422
|
+
];
|
|
1423
|
+
exports.CryptoX402PaymentOutput$ = [3, n0, _CXPO,
|
|
1424
|
+
0,
|
|
1425
|
+
[_ve, _p],
|
|
1426
|
+
[0, [() => PaymentDocument, 0]], 2
|
|
1427
|
+
];
|
|
1236
1428
|
exports.CustomDescriptor$ = [3, n0, _CD,
|
|
1237
1429
|
0,
|
|
1238
1430
|
[_iC],
|
|
@@ -1278,6 +1470,26 @@ exports.DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
|
|
|
1278
1470
|
[_mRI],
|
|
1279
1471
|
[0], 1
|
|
1280
1472
|
];
|
|
1473
|
+
exports.DeletePaymentInstrumentRequest$ = [3, n0, _DPIR,
|
|
1474
|
+
0,
|
|
1475
|
+
[_pMA, _pCI, _pII, _uIs],
|
|
1476
|
+
[0, 0, 0, [0, { [_hH]: _XABAPUI }]], 3
|
|
1477
|
+
];
|
|
1478
|
+
exports.DeletePaymentInstrumentResponse$ = [3, n0, _DPIRe,
|
|
1479
|
+
0,
|
|
1480
|
+
[_sta],
|
|
1481
|
+
[0], 1
|
|
1482
|
+
];
|
|
1483
|
+
exports.DeletePaymentSessionRequest$ = [3, n0, _DPSR,
|
|
1484
|
+
0,
|
|
1485
|
+
[_pMA, _pSI, _uIs],
|
|
1486
|
+
[0, 0, [0, { [_hH]: _XABAPUI }]], 2
|
|
1487
|
+
];
|
|
1488
|
+
exports.DeletePaymentSessionResponse$ = [3, n0, _DPSRe,
|
|
1489
|
+
0,
|
|
1490
|
+
[_sta],
|
|
1491
|
+
[0], 1
|
|
1492
|
+
];
|
|
1281
1493
|
exports.DeleteRecommendationRequest$ = [3, n0, _DRR,
|
|
1282
1494
|
0,
|
|
1283
1495
|
[_rI],
|
|
@@ -1290,9 +1502,14 @@ exports.DeleteRecommendationResponse$ = [3, n0, _DRRe,
|
|
|
1290
1502
|
];
|
|
1291
1503
|
exports.Descriptors$ = [3, n0, _De,
|
|
1292
1504
|
0,
|
|
1293
|
-
[_mc, _a,
|
|
1505
|
+
[_mc, _a, _cus, _aSg],
|
|
1294
1506
|
[() => exports.McpDescriptor$, () => exports.A2aDescriptor$, () => exports.CustomDescriptor$, () => exports.AgentSkillsDescriptor$]
|
|
1295
1507
|
];
|
|
1508
|
+
exports.EmbeddedCryptoWallet$ = [3, n0, _ECW,
|
|
1509
|
+
0,
|
|
1510
|
+
[_ne, _lA, _wA, _rU],
|
|
1511
|
+
[0, [() => LinkedAccountList, 0], 0, 0], 2
|
|
1512
|
+
];
|
|
1296
1513
|
exports.EvaluateRequest$ = [3, n0, _ER,
|
|
1297
1514
|
0,
|
|
1298
1515
|
[_eIv, _eIva, _eTva, _eRI],
|
|
@@ -1323,7 +1540,7 @@ exports.EvaluationResultContent$ = [3, n0, _ERC,
|
|
|
1323
1540
|
[_eA, _eIv, _eN, _con, _ex, _v, _la, _tU, _eMr, _eCr, _iRIF],
|
|
1324
1541
|
[0, 0, 0, () => exports.Context$, [() => EvaluationExplanation, 0], 1, 0, () => exports.TokenUsage$, 0, 0, 64 | 0], 4
|
|
1325
1542
|
];
|
|
1326
|
-
exports.Evaluator$ = [3, n0,
|
|
1543
|
+
exports.Evaluator$ = [3, n0, _Ev,
|
|
1327
1544
|
0,
|
|
1328
1545
|
[_eIv],
|
|
1329
1546
|
[0], 1
|
|
@@ -1343,7 +1560,7 @@ exports.EvaluatorSummary$ = [3, n0, _ESv,
|
|
|
1343
1560
|
[_eIv, _stat, _tE, _tF],
|
|
1344
1561
|
[0, () => exports.EvaluatorStatistics$, 1, 1]
|
|
1345
1562
|
];
|
|
1346
|
-
exports.Event$ = [3, n0,
|
|
1563
|
+
exports.Event$ = [3, n0, _Eve,
|
|
1347
1564
|
0,
|
|
1348
1565
|
[_mI, _aI, _sI, _eI, _eTv, _p, _b, _met],
|
|
1349
1566
|
[0, 0, 0, 0, 4, [() => PayloadTypeList, 0], () => exports.Branch$, () => MetadataMap], 6
|
|
@@ -1453,6 +1670,36 @@ exports.GetMemoryRecordOutput$ = [3, n0, _GMRO,
|
|
|
1453
1670
|
[_mR],
|
|
1454
1671
|
[[() => exports.MemoryRecord$, 0]], 1
|
|
1455
1672
|
];
|
|
1673
|
+
exports.GetPaymentInstrumentBalanceRequest$ = [3, n0, _GPIBR,
|
|
1674
|
+
0,
|
|
1675
|
+
[_pMA, _pCI, _pII, _ch, _to, _uIs, _aN],
|
|
1676
|
+
[0, 0, 0, 0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 5
|
|
1677
|
+
];
|
|
1678
|
+
exports.GetPaymentInstrumentBalanceResponse$ = [3, n0, _GPIBRe,
|
|
1679
|
+
0,
|
|
1680
|
+
[_pII, _tB],
|
|
1681
|
+
[0, () => exports.TokenBalance$], 2
|
|
1682
|
+
];
|
|
1683
|
+
exports.GetPaymentInstrumentRequest$ = [3, n0, _GPIR,
|
|
1684
|
+
0,
|
|
1685
|
+
[_pMA, _pII, _uIs, _aN, _pCI],
|
|
1686
|
+
[0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0], 2
|
|
1687
|
+
];
|
|
1688
|
+
exports.GetPaymentInstrumentResponse$ = [3, n0, _GPIRe,
|
|
1689
|
+
0,
|
|
1690
|
+
[_pIa],
|
|
1691
|
+
[[() => exports.PaymentInstrument$, 0]], 1
|
|
1692
|
+
];
|
|
1693
|
+
exports.GetPaymentSessionRequest$ = [3, n0, _GPSR,
|
|
1694
|
+
0,
|
|
1695
|
+
[_pMA, _pSI, _uIs, _aN],
|
|
1696
|
+
[0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 2
|
|
1697
|
+
];
|
|
1698
|
+
exports.GetPaymentSessionResponse$ = [3, n0, _GPSRe,
|
|
1699
|
+
0,
|
|
1700
|
+
[_pS],
|
|
1701
|
+
[() => exports.PaymentSession$], 1
|
|
1702
|
+
];
|
|
1456
1703
|
exports.GetRecommendationRequest$ = [3, n0, _GRR,
|
|
1457
1704
|
0,
|
|
1458
1705
|
[_rI],
|
|
@@ -1483,6 +1730,16 @@ exports.GetResourceOauth2TokenResponse$ = [3, n0, _GROTRe,
|
|
|
1483
1730
|
[_aU, _aTc, _sU, _sSe],
|
|
1484
1731
|
[[() => AuthorizationUrlType, 0], [() => AccessTokenType, 0], 0, 0]
|
|
1485
1732
|
];
|
|
1733
|
+
exports.GetResourcePaymentTokenRequest$ = [3, n0, _GRPTR,
|
|
1734
|
+
0,
|
|
1735
|
+
[_wIT, _rCPN, _pTR],
|
|
1736
|
+
[[() => WorkloadIdentityTokenType, 0], 0, [() => exports.PaymentTokenRequestInput$, 0]], 3
|
|
1737
|
+
];
|
|
1738
|
+
exports.GetResourcePaymentTokenResponse$ = [3, n0, _GRPTRe,
|
|
1739
|
+
0,
|
|
1740
|
+
[_pTRa],
|
|
1741
|
+
[[() => exports.PaymentTokenResponseOutput$, 0]], 1
|
|
1742
|
+
];
|
|
1486
1743
|
exports.GetWorkloadAccessTokenForJWTRequest$ = [3, n0, _GWATFJWTR,
|
|
1487
1744
|
0,
|
|
1488
1745
|
[_wN, _uT],
|
|
@@ -1490,7 +1747,7 @@ exports.GetWorkloadAccessTokenForJWTRequest$ = [3, n0, _GWATFJWTR,
|
|
|
1490
1747
|
];
|
|
1491
1748
|
exports.GetWorkloadAccessTokenForJWTResponse$ = [3, n0, _GWATFJWTRe,
|
|
1492
1749
|
0,
|
|
1493
|
-
[
|
|
1750
|
+
[_wATo],
|
|
1494
1751
|
[[() => WorkloadIdentityTokenType, 0]], 1
|
|
1495
1752
|
];
|
|
1496
1753
|
exports.GetWorkloadAccessTokenForUserIdRequest$ = [3, n0, _GWATFUIR,
|
|
@@ -1500,7 +1757,7 @@ exports.GetWorkloadAccessTokenForUserIdRequest$ = [3, n0, _GWATFUIR,
|
|
|
1500
1757
|
];
|
|
1501
1758
|
exports.GetWorkloadAccessTokenForUserIdResponse$ = [3, n0, _GWATFUIRe,
|
|
1502
1759
|
0,
|
|
1503
|
-
[
|
|
1760
|
+
[_wATo],
|
|
1504
1761
|
[[() => WorkloadIdentityTokenType, 0]], 1
|
|
1505
1762
|
];
|
|
1506
1763
|
exports.GetWorkloadAccessTokenRequest$ = [3, n0, _GWATR,
|
|
@@ -1510,7 +1767,7 @@ exports.GetWorkloadAccessTokenRequest$ = [3, n0, _GWATR,
|
|
|
1510
1767
|
];
|
|
1511
1768
|
exports.GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
|
|
1512
1769
|
0,
|
|
1513
|
-
[
|
|
1770
|
+
[_wATo],
|
|
1514
1771
|
[[() => WorkloadIdentityTokenType, 0]], 1
|
|
1515
1772
|
];
|
|
1516
1773
|
exports.GroundTruthTurn$ = [3, n0, _GTT,
|
|
@@ -1651,7 +1908,7 @@ exports.InputContentBlock$ = [3, n0, _ICB,
|
|
|
1651
1908
|
exports.InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
|
|
1652
1909
|
0,
|
|
1653
1910
|
[_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1654
|
-
[[0, 1], [() => exports.InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]:
|
|
1911
|
+
[[0, 1], [() => exports.InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
|
|
1655
1912
|
];
|
|
1656
1913
|
exports.InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
|
|
1657
1914
|
0,
|
|
@@ -1666,7 +1923,7 @@ exports.InvokeAgentRuntimeCommandResponse$ = [3, n0, _IARCRn,
|
|
|
1666
1923
|
exports.InvokeAgentRuntimeRequest$ = [3, n0, _IARR,
|
|
1667
1924
|
0,
|
|
1668
1925
|
[_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI, _tPr, _tS, _ba, _q, _aIc],
|
|
1669
|
-
[[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]:
|
|
1926
|
+
[[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _MSI }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XABARUI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
|
|
1670
1927
|
];
|
|
1671
1928
|
exports.InvokeAgentRuntimeResponse$ = [3, n0, _IARRn,
|
|
1672
1929
|
0,
|
|
@@ -1695,7 +1952,7 @@ exports.InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
|
|
|
1695
1952
|
];
|
|
1696
1953
|
exports.InvokeHarnessRequest$ = [3, n0, _IHR,
|
|
1697
1954
|
0,
|
|
1698
|
-
[_hA, _rSI, _mes, _mo, _sP,
|
|
1955
|
+
[_hA, _rSI, _mes, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
|
|
1699
1956
|
[[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], () => exports.HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
|
|
1700
1957
|
];
|
|
1701
1958
|
exports.InvokeHarnessResponse$ = [3, n0, _IHRn,
|
|
@@ -1733,6 +1990,21 @@ exports.KeyTypeResult$ = [3, n0, _KTR,
|
|
|
1733
1990
|
[_sta, _e],
|
|
1734
1991
|
[0, 0], 1
|
|
1735
1992
|
];
|
|
1993
|
+
exports.LinkedAccountDeveloperJwt$ = [3, n0, _LADJ,
|
|
1994
|
+
0,
|
|
1995
|
+
[_ki, _su],
|
|
1996
|
+
[0, 0], 2
|
|
1997
|
+
];
|
|
1998
|
+
exports.LinkedAccountEmail$ = [3, n0, _LAE,
|
|
1999
|
+
8,
|
|
2000
|
+
[_eAm],
|
|
2001
|
+
[[() => Email, 0]], 1
|
|
2002
|
+
];
|
|
2003
|
+
exports.LinkedAccountSms$ = [3, n0, _LAS,
|
|
2004
|
+
8,
|
|
2005
|
+
[_pN],
|
|
2006
|
+
[[() => PhoneNumber, 0]], 1
|
|
2007
|
+
];
|
|
1736
2008
|
exports.ListABTestsRequest$ = [3, n0, _LABTR,
|
|
1737
2009
|
0,
|
|
1738
2010
|
[_mRa, _nT],
|
|
@@ -1813,6 +2085,26 @@ exports.ListMemoryRecordsOutput$ = [3, n0, _LMRO,
|
|
|
1813
2085
|
[_mRS, _nT],
|
|
1814
2086
|
[[() => MemoryRecordSummaryList, 0], 0], 1
|
|
1815
2087
|
];
|
|
2088
|
+
exports.ListPaymentInstrumentsRequest$ = [3, n0, _LPIR,
|
|
2089
|
+
0,
|
|
2090
|
+
[_pMA, _uIs, _aN, _pCI, _nT, _mRa],
|
|
2091
|
+
[0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 0, 1], 1
|
|
2092
|
+
];
|
|
2093
|
+
exports.ListPaymentInstrumentsResponse$ = [3, n0, _LPIRi,
|
|
2094
|
+
0,
|
|
2095
|
+
[_pIay, _nT],
|
|
2096
|
+
[() => PaymentInstrumentSummaryList, 0], 1
|
|
2097
|
+
];
|
|
2098
|
+
exports.ListPaymentSessionsRequest$ = [3, n0, _LPSR,
|
|
2099
|
+
0,
|
|
2100
|
+
[_pMA, _uIs, _aN, _nT, _mRa],
|
|
2101
|
+
[0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 1], 1
|
|
2102
|
+
];
|
|
2103
|
+
exports.ListPaymentSessionsResponse$ = [3, n0, _LPSRi,
|
|
2104
|
+
0,
|
|
2105
|
+
[_pSa, _nT],
|
|
2106
|
+
[() => PaymentSessionSummaryList, 0], 1
|
|
2107
|
+
];
|
|
1816
2108
|
exports.ListRecommendationsRequest$ = [3, n0, _LRR,
|
|
1817
2109
|
0,
|
|
1818
2110
|
[_mRa, _nT, _sF],
|
|
@@ -1840,7 +2132,7 @@ exports.LiveViewStream$ = [3, n0, _LVS,
|
|
|
1840
2132
|
];
|
|
1841
2133
|
exports.McpDescriptor$ = [3, n0, _MD,
|
|
1842
2134
|
0,
|
|
1843
|
-
[_se,
|
|
2135
|
+
[_se, _too],
|
|
1844
2136
|
[() => exports.ServerDefinition$, () => exports.ToolsDefinition$], 2
|
|
1845
2137
|
];
|
|
1846
2138
|
exports.MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
|
|
@@ -1923,16 +2215,51 @@ exports.MouseScrollResult$ = [3, n0, _MSR,
|
|
|
1923
2215
|
[_sta, _e],
|
|
1924
2216
|
[0, 0], 1
|
|
1925
2217
|
];
|
|
2218
|
+
exports.OAuth2Authentication$ = [3, n0, _OAA,
|
|
2219
|
+
8,
|
|
2220
|
+
[_su, _eAm, _n, _use],
|
|
2221
|
+
[0, [() => Email, 0], 0, 0], 1
|
|
2222
|
+
];
|
|
1926
2223
|
exports.OAuthCredentialProvider$ = [3, n0, _OACP,
|
|
1927
2224
|
0,
|
|
1928
2225
|
[_pA, _sc, _cP, _gT, _dRU],
|
|
1929
2226
|
[0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
|
|
1930
2227
|
];
|
|
2228
|
+
exports.PaymentInstrument$ = [3, n0, _PI,
|
|
2229
|
+
0,
|
|
2230
|
+
[_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
|
|
2231
|
+
[0, 0, 0, 0, 0, [() => exports.PaymentInstrumentDetails$, 0], 5, 0, 5], 9
|
|
2232
|
+
];
|
|
2233
|
+
exports.PaymentInstrumentSummary$ = [3, n0, _PIS,
|
|
2234
|
+
0,
|
|
2235
|
+
[_pII, _pMA, _pCI, _uIs, _pIT, _sta, _cA, _uA],
|
|
2236
|
+
[0, 0, 0, 0, 0, 0, 5, 5], 8
|
|
2237
|
+
];
|
|
2238
|
+
exports.PaymentSession$ = [3, n0, _PS,
|
|
2239
|
+
0,
|
|
2240
|
+
[_pSI, _pMA, _uIs, _eTIM, _cA, _uA, _li, _aL],
|
|
2241
|
+
[0, 0, 0, 1, 5, 5, () => exports.SessionLimits$, () => exports.AvailableLimits$], 6
|
|
2242
|
+
];
|
|
2243
|
+
exports.PaymentSessionSummary$ = [3, n0, _PSS,
|
|
2244
|
+
0,
|
|
2245
|
+
[_pSI, _pMA, _uIs, _eTIM, _cA, _uA],
|
|
2246
|
+
[0, 0, 0, 1, 5, 5], 6
|
|
2247
|
+
];
|
|
1931
2248
|
exports.PerVariantOnlineEvaluationConfig$ = [3, n0, _PVOEC,
|
|
1932
2249
|
0,
|
|
1933
2250
|
[_n, _oECA],
|
|
1934
2251
|
[0, 0], 2
|
|
1935
2252
|
];
|
|
2253
|
+
exports.ProcessPaymentRequest$ = [3, n0, _PPR,
|
|
2254
|
+
0,
|
|
2255
|
+
[_pMA, _pSI, _pII, _pT, _pIaym, _uIs, _aN, _cT],
|
|
2256
|
+
[0, 0, 0, 0, [() => exports.PaymentInput$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 5
|
|
2257
|
+
];
|
|
2258
|
+
exports.ProcessPaymentResponse$ = [3, n0, _PPRr,
|
|
2259
|
+
0,
|
|
2260
|
+
[_pPI, _pMA, _pSI, _pII, _pT, _sta, _pO, _cA, _uA],
|
|
2261
|
+
[0, 0, 0, 0, 0, 0, [() => exports.PaymentOutput$, 0], 5, 5], 9
|
|
2262
|
+
];
|
|
1936
2263
|
exports.ProxyBypass$ = [3, n0, _PB,
|
|
1937
2264
|
0,
|
|
1938
2265
|
[_dP],
|
|
@@ -2048,6 +2375,11 @@ exports.SessionFilterConfig$ = [3, n0, _SFC,
|
|
|
2048
2375
|
[_sT, _eT],
|
|
2049
2376
|
[5, 5]
|
|
2050
2377
|
];
|
|
2378
|
+
exports.SessionLimits$ = [3, n0, _SLe,
|
|
2379
|
+
0,
|
|
2380
|
+
[_mSA],
|
|
2381
|
+
[() => exports.Amount$], 1
|
|
2382
|
+
];
|
|
2051
2383
|
exports.SessionMetadataShape$ = [3, n0, _SMS,
|
|
2052
2384
|
0,
|
|
2053
2385
|
[_sI, _tSI, _gTr, _met],
|
|
@@ -2163,6 +2495,16 @@ exports.StopRuntimeSessionResponse$ = [3, n0, _SRSRt,
|
|
|
2163
2495
|
[_rSI, _sCt],
|
|
2164
2496
|
[[0, { [_hH]: _XABARSI }], [1, 32]]
|
|
2165
2497
|
];
|
|
2498
|
+
exports.StripePrivyTokenRequestInput$ = [3, n0, _SPTRI,
|
|
2499
|
+
0,
|
|
2500
|
+
[_rP, _rB, _rH, _iAS],
|
|
2501
|
+
[0, [() => StripePrivyRequestBodyType, 0], 0, 2], 2
|
|
2502
|
+
];
|
|
2503
|
+
exports.StripePrivyTokenResponseOutput$ = [3, n0, _SPTRO,
|
|
2504
|
+
0,
|
|
2505
|
+
[_aIp, _bAT, _aSu, _rE],
|
|
2506
|
+
[0, [() => StripePrivyBasicAuthTokenType, 0], [() => StripePrivyAuthorizationSignatureType, 0], 1], 2
|
|
2507
|
+
];
|
|
2166
2508
|
exports.SystemPromptConfigurationBundle$ = [3, n0, _SPCB,
|
|
2167
2509
|
0,
|
|
2168
2510
|
[_bA, _vI, _sPJP],
|
|
@@ -2183,6 +2525,11 @@ exports.TargetRef$ = [3, n0, _TR,
|
|
|
2183
2525
|
[_n],
|
|
2184
2526
|
[0], 1
|
|
2185
2527
|
];
|
|
2528
|
+
exports.TokenBalance$ = [3, n0, _TB,
|
|
2529
|
+
0,
|
|
2530
|
+
[_am, _dec, _to, _ne, _ch],
|
|
2531
|
+
[0, 1, 0, 0, 0], 5
|
|
2532
|
+
];
|
|
2186
2533
|
exports.TokenUsage$ = [3, n0, _TU,
|
|
2187
2534
|
0,
|
|
2188
2535
|
[_iTn, _oT, _tT],
|
|
@@ -2195,7 +2542,7 @@ exports.ToolArguments$ = [3, n0, _TA,
|
|
|
2195
2542
|
];
|
|
2196
2543
|
exports.ToolDescriptionConfigurationBundle$ = [3, n0, _TDCB,
|
|
2197
2544
|
0,
|
|
2198
|
-
[_bA, _vI,
|
|
2545
|
+
[_bA, _vI, _too],
|
|
2199
2546
|
[0, 0, () => ConfigurationBundleToolEntryList], 3
|
|
2200
2547
|
];
|
|
2201
2548
|
exports.ToolDescriptionInput$ = [3, n0, _TDI,
|
|
@@ -2215,12 +2562,12 @@ exports.ToolDescriptionRecommendationConfig$ = [3, n0, _TDRC,
|
|
|
2215
2562
|
];
|
|
2216
2563
|
exports.ToolDescriptionRecommendationResult$ = [3, n0, _TDRR,
|
|
2217
2564
|
0,
|
|
2218
|
-
[
|
|
2565
|
+
[_too, _cB, _eCr, _eMr],
|
|
2219
2566
|
[[() => ToolDescriptionResultList, 0], () => exports.RecommendationResultConfigurationBundle$, 0, 0]
|
|
2220
2567
|
];
|
|
2221
2568
|
exports.ToolDescriptionTextInput$ = [3, n0, _TDTI,
|
|
2222
2569
|
0,
|
|
2223
|
-
[
|
|
2570
|
+
[_too],
|
|
2224
2571
|
[[() => ToolDescriptionList, 0]], 1
|
|
2225
2572
|
];
|
|
2226
2573
|
exports.ToolResultStructuredContent$ = [3, n0, _TRSC,
|
|
@@ -2383,6 +2730,10 @@ var InputContentBlockList = [1, n0, _ICBL,
|
|
|
2383
2730
|
0]
|
|
2384
2731
|
];
|
|
2385
2732
|
var KeyList = 64 | 0;
|
|
2733
|
+
var LinkedAccountList = [1, n0, _LAL,
|
|
2734
|
+
0, [() => exports.LinkedAccount$,
|
|
2735
|
+
0]
|
|
2736
|
+
];
|
|
2386
2737
|
var LogGroupArnList = 64 | 0;
|
|
2387
2738
|
var MemoryMetadataFilterList = [1, n0, _MMFL,
|
|
2388
2739
|
0, () => exports.MemoryMetadataFilterExpression$
|
|
@@ -2414,6 +2765,12 @@ var PayloadTypeList = [1, n0, _PTL,
|
|
|
2414
2765
|
0, [() => exports.PayloadType$,
|
|
2415
2766
|
0]
|
|
2416
2767
|
];
|
|
2768
|
+
var PaymentInstrumentSummaryList = [1, n0, _PISL,
|
|
2769
|
+
0, () => exports.PaymentInstrumentSummary$
|
|
2770
|
+
];
|
|
2771
|
+
var PaymentSessionSummaryList = [1, n0, _PSSL,
|
|
2772
|
+
0, () => exports.PaymentSessionSummary$
|
|
2773
|
+
];
|
|
2417
2774
|
var PerVariantOnlineEvaluationConfigList = [1, n0, _PVOECL,
|
|
2418
2775
|
0, () => exports.PerVariantOnlineEvaluationConfig$
|
|
2419
2776
|
];
|
|
@@ -2619,7 +2976,7 @@ exports.HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
|
2619
2976
|
];
|
|
2620
2977
|
exports.HarnessToolConfiguration$ = [4, n0, _HTC,
|
|
2621
2978
|
0,
|
|
2622
|
-
[
|
|
2979
|
+
[_rMe, _aCB, _aCG, _iF, _aCCI],
|
|
2623
2980
|
[[() => exports.HarnessRemoteMcpConfig$, 0], () => exports.HarnessAgentCoreBrowserConfig$, [() => exports.HarnessAgentCoreGatewayConfig$, 0], [() => exports.HarnessInlineFunctionConfig$, 0], () => exports.HarnessAgentCoreCodeInterpreterConfig$]
|
|
2624
2981
|
];
|
|
2625
2982
|
exports.HarnessToolResultBlockDelta$ = [4, n0, _HTRBDa,
|
|
@@ -2634,7 +2991,7 @@ exports.HarnessToolResultContentBlock$ = [4, n0, _HTRCBa,
|
|
|
2634
2991
|
];
|
|
2635
2992
|
exports.InvokeAgentRuntimeCommandStreamOutput$ = [4, n0, _IARCSO,
|
|
2636
2993
|
{ [_st]: 1 },
|
|
2637
|
-
[
|
|
2994
|
+
[_chu, _aDE, _iSE, _rNFE, _sQEE, _tEh, _vE, _rCE],
|
|
2638
2995
|
[() => exports.ResponseChunk$, [() => exports.AccessDeniedException$, 0], [() => exports.InternalServerException$, 0], [() => exports.ResourceNotFoundException$, 0], [() => exports.ServiceQuotaExceededException$, 0], [() => exports.ThrottlingException$, 0], [() => exports.ValidationException$, 0], [() => exports.RuntimeClientError$, 0]]
|
|
2639
2996
|
];
|
|
2640
2997
|
exports.InvokeHarnessStreamOutput$ = [4, n0, _IHSO,
|
|
@@ -2647,6 +3004,16 @@ exports.LeftExpression$ = [4, n0, _LE,
|
|
|
2647
3004
|
[_mK],
|
|
2648
3005
|
[0]
|
|
2649
3006
|
];
|
|
3007
|
+
exports.LinkedAccount$ = [4, n0, _LA,
|
|
3008
|
+
8,
|
|
3009
|
+
[_em, _sm, _dJ, _oAu],
|
|
3010
|
+
[[() => exports.LinkedAccountEmail$, 0], [() => exports.LinkedAccountSms$, 0], () => exports.LinkedAccountDeveloperJwt$, [() => exports.LinkedAccountOAuth2$, 0]]
|
|
3011
|
+
];
|
|
3012
|
+
exports.LinkedAccountOAuth2$ = [4, n0, _LAOA,
|
|
3013
|
+
0,
|
|
3014
|
+
[_g, _ap, _x, _tel, _gi],
|
|
3015
|
+
[[() => exports.OAuth2Authentication$, 0], [() => exports.OAuth2Authentication$, 0], [() => exports.OAuth2Authentication$, 0], [() => exports.OAuth2Authentication$, 0], [() => exports.OAuth2Authentication$, 0]]
|
|
3016
|
+
];
|
|
2650
3017
|
exports.MemoryContent$ = [4, n0, _MC,
|
|
2651
3018
|
0,
|
|
2652
3019
|
[_te],
|
|
@@ -2682,6 +3049,31 @@ exports.PayloadType$ = [4, n0, _PT,
|
|
|
2682
3049
|
[_conv, _bl],
|
|
2683
3050
|
[[() => exports.Conversational$, 0], [() => Document, 0]]
|
|
2684
3051
|
];
|
|
3052
|
+
exports.PaymentInput$ = [4, n0, _PIa,
|
|
3053
|
+
0,
|
|
3054
|
+
[_cX],
|
|
3055
|
+
[[() => exports.CryptoX402PaymentInput$, 0]]
|
|
3056
|
+
];
|
|
3057
|
+
exports.PaymentInstrumentDetails$ = [4, n0, _PID,
|
|
3058
|
+
0,
|
|
3059
|
+
[_eCW],
|
|
3060
|
+
[[() => exports.EmbeddedCryptoWallet$, 0]]
|
|
3061
|
+
];
|
|
3062
|
+
exports.PaymentOutput$ = [4, n0, _PO,
|
|
3063
|
+
0,
|
|
3064
|
+
[_cX],
|
|
3065
|
+
[[() => exports.CryptoX402PaymentOutput$, 0]]
|
|
3066
|
+
];
|
|
3067
|
+
exports.PaymentTokenRequestInput$ = [4, n0, _PTRI,
|
|
3068
|
+
0,
|
|
3069
|
+
[_cCTR, _sPTR],
|
|
3070
|
+
[() => exports.CoinbaseCdpTokenRequestInput$, [() => exports.StripePrivyTokenRequestInput$, 0]]
|
|
3071
|
+
];
|
|
3072
|
+
exports.PaymentTokenResponseOutput$ = [4, n0, _PTRO,
|
|
3073
|
+
0,
|
|
3074
|
+
[_cCTRo, _sPTRt],
|
|
3075
|
+
[[() => exports.CoinbaseCdpTokenResponseOutput$, 0], [() => exports.StripePrivyTokenResponseOutput$, 0]]
|
|
3076
|
+
];
|
|
2685
3077
|
exports.Proxy$ = [4, n0, _Pr,
|
|
2686
3078
|
0,
|
|
2687
3079
|
[_ePx],
|
|
@@ -2755,6 +3147,12 @@ exports.CreateABTest$ = [9, n0, _CABT,
|
|
|
2755
3147
|
exports.CreateEvent$ = [9, n0, _CEr,
|
|
2756
3148
|
{ [_ht]: ["POST", "/memories/{memoryId}/events", 201] }, () => exports.CreateEventInput$, () => exports.CreateEventOutput$
|
|
2757
3149
|
];
|
|
3150
|
+
exports.CreatePaymentInstrument$ = [9, n0, _CPI,
|
|
3151
|
+
{ [_ht]: ["POST", "/payments/createPaymentInstrument", 201] }, () => exports.CreatePaymentInstrumentRequest$, () => exports.CreatePaymentInstrumentResponse$
|
|
3152
|
+
];
|
|
3153
|
+
exports.CreatePaymentSession$ = [9, n0, _CPS,
|
|
3154
|
+
{ [_ht]: ["POST", "/payments/createPaymentSession", 201] }, () => exports.CreatePaymentSessionRequest$, () => exports.CreatePaymentSessionResponse$
|
|
3155
|
+
];
|
|
2758
3156
|
exports.DeleteABTest$ = [9, n0, _DABT,
|
|
2759
3157
|
{ [_ht]: ["DELETE", "/ab-tests/{abTestId}", 202] }, () => exports.DeleteABTestRequest$, () => exports.DeleteABTestResponse$
|
|
2760
3158
|
];
|
|
@@ -2767,6 +3165,12 @@ exports.DeleteEvent$ = [9, n0, _DE,
|
|
|
2767
3165
|
exports.DeleteMemoryRecord$ = [9, n0, _DMR,
|
|
2768
3166
|
{ [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200] }, () => exports.DeleteMemoryRecordInput$, () => exports.DeleteMemoryRecordOutput$
|
|
2769
3167
|
];
|
|
3168
|
+
exports.DeletePaymentInstrument$ = [9, n0, _DPI,
|
|
3169
|
+
{ [_ht]: ["POST", "/payments/deletePaymentInstrument", 200] }, () => exports.DeletePaymentInstrumentRequest$, () => exports.DeletePaymentInstrumentResponse$
|
|
3170
|
+
];
|
|
3171
|
+
exports.DeletePaymentSession$ = [9, n0, _DPS,
|
|
3172
|
+
{ [_ht]: ["POST", "/payments/deletePaymentSession", 200] }, () => exports.DeletePaymentSessionRequest$, () => exports.DeletePaymentSessionResponse$
|
|
3173
|
+
];
|
|
2770
3174
|
exports.DeleteRecommendation$ = [9, n0, _DR,
|
|
2771
3175
|
{ [_ht]: ["DELETE", "/recommendations/{recommendationId}", 202] }, () => exports.DeleteRecommendationRequest$, () => exports.DeleteRecommendationResponse$
|
|
2772
3176
|
];
|
|
@@ -2794,6 +3198,15 @@ exports.GetEvent$ = [9, n0, _GE,
|
|
|
2794
3198
|
exports.GetMemoryRecord$ = [9, n0, _GMR,
|
|
2795
3199
|
{ [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200] }, () => exports.GetMemoryRecordInput$, () => exports.GetMemoryRecordOutput$
|
|
2796
3200
|
];
|
|
3201
|
+
exports.GetPaymentInstrument$ = [9, n0, _GPI,
|
|
3202
|
+
{ [_ht]: ["POST", "/payments/getPaymentInstrument", 200] }, () => exports.GetPaymentInstrumentRequest$, () => exports.GetPaymentInstrumentResponse$
|
|
3203
|
+
];
|
|
3204
|
+
exports.GetPaymentInstrumentBalance$ = [9, n0, _GPIB,
|
|
3205
|
+
{ [_ht]: ["POST", "/payments/getPaymentInstrumentBalance", 200] }, () => exports.GetPaymentInstrumentBalanceRequest$, () => exports.GetPaymentInstrumentBalanceResponse$
|
|
3206
|
+
];
|
|
3207
|
+
exports.GetPaymentSession$ = [9, n0, _GPS,
|
|
3208
|
+
{ [_ht]: ["POST", "/payments/getPaymentSession", 200] }, () => exports.GetPaymentSessionRequest$, () => exports.GetPaymentSessionResponse$
|
|
3209
|
+
];
|
|
2797
3210
|
exports.GetRecommendation$ = [9, n0, _GR,
|
|
2798
3211
|
{ [_ht]: ["GET", "/recommendations/{recommendationId}", 200] }, () => exports.GetRecommendationRequest$, () => exports.GetRecommendationResponse$
|
|
2799
3212
|
];
|
|
@@ -2803,6 +3216,9 @@ exports.GetResourceApiKey$ = [9, n0, _GRAK,
|
|
|
2803
3216
|
exports.GetResourceOauth2Token$ = [9, n0, _GROT,
|
|
2804
3217
|
{ [_ht]: ["POST", "/identities/oauth2/token", 200] }, () => exports.GetResourceOauth2TokenRequest$, () => exports.GetResourceOauth2TokenResponse$
|
|
2805
3218
|
];
|
|
3219
|
+
exports.GetResourcePaymentToken$ = [9, n0, _GRPT,
|
|
3220
|
+
{ [_ht]: ["POST", "/identities/payment/token", 200] }, () => exports.GetResourcePaymentTokenRequest$, () => exports.GetResourcePaymentTokenResponse$
|
|
3221
|
+
];
|
|
2806
3222
|
exports.GetWorkloadAccessToken$ = [9, n0, _GWAT,
|
|
2807
3223
|
{ [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200] }, () => exports.GetWorkloadAccessTokenRequest$, () => exports.GetWorkloadAccessTokenResponse$
|
|
2808
3224
|
];
|
|
@@ -2830,7 +3246,7 @@ exports.InvokeHarness$ = [9, n0, _IH,
|
|
|
2830
3246
|
exports.ListABTests$ = [9, n0, _LABT,
|
|
2831
3247
|
{ [_ht]: ["GET", "/ab-tests", 200] }, () => exports.ListABTestsRequest$, () => exports.ListABTestsResponse$
|
|
2832
3248
|
];
|
|
2833
|
-
exports.ListActors$ = [9, n0,
|
|
3249
|
+
exports.ListActors$ = [9, n0, _LAi,
|
|
2834
3250
|
{ [_ht]: ["POST", "/memories/{memoryId}/actors", 200] }, () => exports.ListActorsInput$, () => exports.ListActorsOutput$
|
|
2835
3251
|
];
|
|
2836
3252
|
exports.ListBatchEvaluations$ = [9, n0, _LBE,
|
|
@@ -2851,12 +3267,21 @@ exports.ListMemoryExtractionJobs$ = [9, n0, _LMEJ,
|
|
|
2851
3267
|
exports.ListMemoryRecords$ = [9, n0, _LMR,
|
|
2852
3268
|
{ [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200] }, () => exports.ListMemoryRecordsInput$, () => exports.ListMemoryRecordsOutput$
|
|
2853
3269
|
];
|
|
3270
|
+
exports.ListPaymentInstruments$ = [9, n0, _LPI,
|
|
3271
|
+
{ [_ht]: ["POST", "/payments/listPaymentInstruments", 200] }, () => exports.ListPaymentInstrumentsRequest$, () => exports.ListPaymentInstrumentsResponse$
|
|
3272
|
+
];
|
|
3273
|
+
exports.ListPaymentSessions$ = [9, n0, _LPS,
|
|
3274
|
+
{ [_ht]: ["POST", "/payments/listPaymentSessions", 200] }, () => exports.ListPaymentSessionsRequest$, () => exports.ListPaymentSessionsResponse$
|
|
3275
|
+
];
|
|
2854
3276
|
exports.ListRecommendations$ = [9, n0, _LR,
|
|
2855
3277
|
{ [_ht]: ["GET", "/recommendations", 200] }, () => exports.ListRecommendationsRequest$, () => exports.ListRecommendationsResponse$
|
|
2856
3278
|
];
|
|
2857
3279
|
exports.ListSessions$ = [9, n0, _LS,
|
|
2858
3280
|
{ [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200] }, () => exports.ListSessionsInput$, () => exports.ListSessionsOutput$
|
|
2859
3281
|
];
|
|
3282
|
+
exports.ProcessPayment$ = [9, n0, _PP,
|
|
3283
|
+
{ [_ht]: ["POST", "/payments/processPayment", 200] }, () => exports.ProcessPaymentRequest$, () => exports.ProcessPaymentResponse$
|
|
3284
|
+
];
|
|
2860
3285
|
exports.RetrieveMemoryRecords$ = [9, n0, _RMR,
|
|
2861
3286
|
{ [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200] }, () => exports.RetrieveMemoryRecordsInput$, () => exports.RetrieveMemoryRecordsOutput$
|
|
2862
3287
|
];
|