@aws-sdk/client-bedrock-agentcore 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +215 -247
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +13 -47
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +6 -12
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +24 -48
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +17 -52
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListABTestsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListActorsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39