@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
|
@@ -6,10 +6,14 @@ import { type BatchUpdateMemoryRecordsCommandInput, type BatchUpdateMemoryRecord
|
|
|
6
6
|
import { type CompleteResourceTokenAuthCommandInput, type CompleteResourceTokenAuthCommandOutput } from "./commands/CompleteResourceTokenAuthCommand";
|
|
7
7
|
import { type CreateABTestCommandInput, type CreateABTestCommandOutput } from "./commands/CreateABTestCommand";
|
|
8
8
|
import { type CreateEventCommandInput, type CreateEventCommandOutput } from "./commands/CreateEventCommand";
|
|
9
|
+
import { type CreatePaymentInstrumentCommandInput, type CreatePaymentInstrumentCommandOutput } from "./commands/CreatePaymentInstrumentCommand";
|
|
10
|
+
import { type CreatePaymentSessionCommandInput, type CreatePaymentSessionCommandOutput } from "./commands/CreatePaymentSessionCommand";
|
|
9
11
|
import { type DeleteABTestCommandInput, type DeleteABTestCommandOutput } from "./commands/DeleteABTestCommand";
|
|
10
12
|
import { type DeleteBatchEvaluationCommandInput, type DeleteBatchEvaluationCommandOutput } from "./commands/DeleteBatchEvaluationCommand";
|
|
11
13
|
import { type DeleteEventCommandInput, type DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
12
14
|
import { type DeleteMemoryRecordCommandInput, type DeleteMemoryRecordCommandOutput } from "./commands/DeleteMemoryRecordCommand";
|
|
15
|
+
import { type DeletePaymentInstrumentCommandInput, type DeletePaymentInstrumentCommandOutput } from "./commands/DeletePaymentInstrumentCommand";
|
|
16
|
+
import { type DeletePaymentSessionCommandInput, type DeletePaymentSessionCommandOutput } from "./commands/DeletePaymentSessionCommand";
|
|
13
17
|
import { type DeleteRecommendationCommandInput, type DeleteRecommendationCommandOutput } from "./commands/DeleteRecommendationCommand";
|
|
14
18
|
import { type EvaluateCommandInput, type EvaluateCommandOutput } from "./commands/EvaluateCommand";
|
|
15
19
|
import { type GetABTestCommandInput, type GetABTestCommandOutput } from "./commands/GetABTestCommand";
|
|
@@ -19,9 +23,13 @@ import { type GetBrowserSessionCommandInput, type GetBrowserSessionCommandOutput
|
|
|
19
23
|
import { type GetCodeInterpreterSessionCommandInput, type GetCodeInterpreterSessionCommandOutput } from "./commands/GetCodeInterpreterSessionCommand";
|
|
20
24
|
import { type GetEventCommandInput, type GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
21
25
|
import { type GetMemoryRecordCommandInput, type GetMemoryRecordCommandOutput } from "./commands/GetMemoryRecordCommand";
|
|
26
|
+
import { type GetPaymentInstrumentBalanceCommandInput, type GetPaymentInstrumentBalanceCommandOutput } from "./commands/GetPaymentInstrumentBalanceCommand";
|
|
27
|
+
import { type GetPaymentInstrumentCommandInput, type GetPaymentInstrumentCommandOutput } from "./commands/GetPaymentInstrumentCommand";
|
|
28
|
+
import { type GetPaymentSessionCommandInput, type GetPaymentSessionCommandOutput } from "./commands/GetPaymentSessionCommand";
|
|
22
29
|
import { type GetRecommendationCommandInput, type GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
23
30
|
import { type GetResourceApiKeyCommandInput, type GetResourceApiKeyCommandOutput } from "./commands/GetResourceApiKeyCommand";
|
|
24
31
|
import { type GetResourceOauth2TokenCommandInput, type GetResourceOauth2TokenCommandOutput } from "./commands/GetResourceOauth2TokenCommand";
|
|
32
|
+
import { type GetResourcePaymentTokenCommandInput, type GetResourcePaymentTokenCommandOutput } from "./commands/GetResourcePaymentTokenCommand";
|
|
25
33
|
import { type GetWorkloadAccessTokenCommandInput, type GetWorkloadAccessTokenCommandOutput } from "./commands/GetWorkloadAccessTokenCommand";
|
|
26
34
|
import { type GetWorkloadAccessTokenForJWTCommandInput, type GetWorkloadAccessTokenForJWTCommandOutput } from "./commands/GetWorkloadAccessTokenForJWTCommand";
|
|
27
35
|
import { type GetWorkloadAccessTokenForUserIdCommandInput, type GetWorkloadAccessTokenForUserIdCommandOutput } from "./commands/GetWorkloadAccessTokenForUserIdCommand";
|
|
@@ -38,8 +46,11 @@ import { type ListCodeInterpreterSessionsCommandInput, type ListCodeInterpreterS
|
|
|
38
46
|
import { type ListEventsCommandInput, type ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
39
47
|
import { type ListMemoryExtractionJobsCommandInput, type ListMemoryExtractionJobsCommandOutput } from "./commands/ListMemoryExtractionJobsCommand";
|
|
40
48
|
import { type ListMemoryRecordsCommandInput, type ListMemoryRecordsCommandOutput } from "./commands/ListMemoryRecordsCommand";
|
|
49
|
+
import { type ListPaymentInstrumentsCommandInput, type ListPaymentInstrumentsCommandOutput } from "./commands/ListPaymentInstrumentsCommand";
|
|
50
|
+
import { type ListPaymentSessionsCommandInput, type ListPaymentSessionsCommandOutput } from "./commands/ListPaymentSessionsCommand";
|
|
41
51
|
import { type ListRecommendationsCommandInput, type ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
42
52
|
import { type ListSessionsCommandInput, type ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
53
|
+
import { type ProcessPaymentCommandInput, type ProcessPaymentCommandOutput } from "./commands/ProcessPaymentCommand";
|
|
43
54
|
import { type RetrieveMemoryRecordsCommandInput, type RetrieveMemoryRecordsCommandOutput } from "./commands/RetrieveMemoryRecordsCommand";
|
|
44
55
|
import { type SaveBrowserSessionProfileCommandInput, type SaveBrowserSessionProfileCommandOutput } from "./commands/SaveBrowserSessionProfileCommand";
|
|
45
56
|
import { type SearchRegistryRecordsCommandInput, type SearchRegistryRecordsCommandOutput } from "./commands/SearchRegistryRecordsCommand";
|
|
@@ -91,6 +102,18 @@ export interface BedrockAgentCore {
|
|
|
91
102
|
createEvent(args: CreateEventCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventCommandOutput>;
|
|
92
103
|
createEvent(args: CreateEventCommandInput, cb: (err: any, data?: CreateEventCommandOutput) => void): void;
|
|
93
104
|
createEvent(args: CreateEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventCommandOutput) => void): void;
|
|
105
|
+
/**
|
|
106
|
+
* @see {@link CreatePaymentInstrumentCommand}
|
|
107
|
+
*/
|
|
108
|
+
createPaymentInstrument(args: CreatePaymentInstrumentCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentInstrumentCommandOutput>;
|
|
109
|
+
createPaymentInstrument(args: CreatePaymentInstrumentCommandInput, cb: (err: any, data?: CreatePaymentInstrumentCommandOutput) => void): void;
|
|
110
|
+
createPaymentInstrument(args: CreatePaymentInstrumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentInstrumentCommandOutput) => void): void;
|
|
111
|
+
/**
|
|
112
|
+
* @see {@link CreatePaymentSessionCommand}
|
|
113
|
+
*/
|
|
114
|
+
createPaymentSession(args: CreatePaymentSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentSessionCommandOutput>;
|
|
115
|
+
createPaymentSession(args: CreatePaymentSessionCommandInput, cb: (err: any, data?: CreatePaymentSessionCommandOutput) => void): void;
|
|
116
|
+
createPaymentSession(args: CreatePaymentSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentSessionCommandOutput) => void): void;
|
|
94
117
|
/**
|
|
95
118
|
* @see {@link DeleteABTestCommand}
|
|
96
119
|
*/
|
|
@@ -115,6 +138,18 @@ export interface BedrockAgentCore {
|
|
|
115
138
|
deleteMemoryRecord(args: DeleteMemoryRecordCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMemoryRecordCommandOutput>;
|
|
116
139
|
deleteMemoryRecord(args: DeleteMemoryRecordCommandInput, cb: (err: any, data?: DeleteMemoryRecordCommandOutput) => void): void;
|
|
117
140
|
deleteMemoryRecord(args: DeleteMemoryRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMemoryRecordCommandOutput) => void): void;
|
|
141
|
+
/**
|
|
142
|
+
* @see {@link DeletePaymentInstrumentCommand}
|
|
143
|
+
*/
|
|
144
|
+
deletePaymentInstrument(args: DeletePaymentInstrumentCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentInstrumentCommandOutput>;
|
|
145
|
+
deletePaymentInstrument(args: DeletePaymentInstrumentCommandInput, cb: (err: any, data?: DeletePaymentInstrumentCommandOutput) => void): void;
|
|
146
|
+
deletePaymentInstrument(args: DeletePaymentInstrumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentInstrumentCommandOutput) => void): void;
|
|
147
|
+
/**
|
|
148
|
+
* @see {@link DeletePaymentSessionCommand}
|
|
149
|
+
*/
|
|
150
|
+
deletePaymentSession(args: DeletePaymentSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentSessionCommandOutput>;
|
|
151
|
+
deletePaymentSession(args: DeletePaymentSessionCommandInput, cb: (err: any, data?: DeletePaymentSessionCommandOutput) => void): void;
|
|
152
|
+
deletePaymentSession(args: DeletePaymentSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentSessionCommandOutput) => void): void;
|
|
118
153
|
/**
|
|
119
154
|
* @see {@link DeleteRecommendationCommand}
|
|
120
155
|
*/
|
|
@@ -169,6 +204,24 @@ export interface BedrockAgentCore {
|
|
|
169
204
|
getMemoryRecord(args: GetMemoryRecordCommandInput, options?: __HttpHandlerOptions): Promise<GetMemoryRecordCommandOutput>;
|
|
170
205
|
getMemoryRecord(args: GetMemoryRecordCommandInput, cb: (err: any, data?: GetMemoryRecordCommandOutput) => void): void;
|
|
171
206
|
getMemoryRecord(args: GetMemoryRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemoryRecordCommandOutput) => void): void;
|
|
207
|
+
/**
|
|
208
|
+
* @see {@link GetPaymentInstrumentCommand}
|
|
209
|
+
*/
|
|
210
|
+
getPaymentInstrument(args: GetPaymentInstrumentCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentInstrumentCommandOutput>;
|
|
211
|
+
getPaymentInstrument(args: GetPaymentInstrumentCommandInput, cb: (err: any, data?: GetPaymentInstrumentCommandOutput) => void): void;
|
|
212
|
+
getPaymentInstrument(args: GetPaymentInstrumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentInstrumentCommandOutput) => void): void;
|
|
213
|
+
/**
|
|
214
|
+
* @see {@link GetPaymentInstrumentBalanceCommand}
|
|
215
|
+
*/
|
|
216
|
+
getPaymentInstrumentBalance(args: GetPaymentInstrumentBalanceCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentInstrumentBalanceCommandOutput>;
|
|
217
|
+
getPaymentInstrumentBalance(args: GetPaymentInstrumentBalanceCommandInput, cb: (err: any, data?: GetPaymentInstrumentBalanceCommandOutput) => void): void;
|
|
218
|
+
getPaymentInstrumentBalance(args: GetPaymentInstrumentBalanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentInstrumentBalanceCommandOutput) => void): void;
|
|
219
|
+
/**
|
|
220
|
+
* @see {@link GetPaymentSessionCommand}
|
|
221
|
+
*/
|
|
222
|
+
getPaymentSession(args: GetPaymentSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentSessionCommandOutput>;
|
|
223
|
+
getPaymentSession(args: GetPaymentSessionCommandInput, cb: (err: any, data?: GetPaymentSessionCommandOutput) => void): void;
|
|
224
|
+
getPaymentSession(args: GetPaymentSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentSessionCommandOutput) => void): void;
|
|
172
225
|
/**
|
|
173
226
|
* @see {@link GetRecommendationCommand}
|
|
174
227
|
*/
|
|
@@ -187,6 +240,12 @@ export interface BedrockAgentCore {
|
|
|
187
240
|
getResourceOauth2Token(args: GetResourceOauth2TokenCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceOauth2TokenCommandOutput>;
|
|
188
241
|
getResourceOauth2Token(args: GetResourceOauth2TokenCommandInput, cb: (err: any, data?: GetResourceOauth2TokenCommandOutput) => void): void;
|
|
189
242
|
getResourceOauth2Token(args: GetResourceOauth2TokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceOauth2TokenCommandOutput) => void): void;
|
|
243
|
+
/**
|
|
244
|
+
* @see {@link GetResourcePaymentTokenCommand}
|
|
245
|
+
*/
|
|
246
|
+
getResourcePaymentToken(args: GetResourcePaymentTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePaymentTokenCommandOutput>;
|
|
247
|
+
getResourcePaymentToken(args: GetResourcePaymentTokenCommandInput, cb: (err: any, data?: GetResourcePaymentTokenCommandOutput) => void): void;
|
|
248
|
+
getResourcePaymentToken(args: GetResourcePaymentTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePaymentTokenCommandOutput) => void): void;
|
|
190
249
|
/**
|
|
191
250
|
* @see {@link GetWorkloadAccessTokenCommand}
|
|
192
251
|
*/
|
|
@@ -285,6 +344,18 @@ export interface BedrockAgentCore {
|
|
|
285
344
|
listMemoryRecords(args: ListMemoryRecordsCommandInput, options?: __HttpHandlerOptions): Promise<ListMemoryRecordsCommandOutput>;
|
|
286
345
|
listMemoryRecords(args: ListMemoryRecordsCommandInput, cb: (err: any, data?: ListMemoryRecordsCommandOutput) => void): void;
|
|
287
346
|
listMemoryRecords(args: ListMemoryRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMemoryRecordsCommandOutput) => void): void;
|
|
347
|
+
/**
|
|
348
|
+
* @see {@link ListPaymentInstrumentsCommand}
|
|
349
|
+
*/
|
|
350
|
+
listPaymentInstruments(args: ListPaymentInstrumentsCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentInstrumentsCommandOutput>;
|
|
351
|
+
listPaymentInstruments(args: ListPaymentInstrumentsCommandInput, cb: (err: any, data?: ListPaymentInstrumentsCommandOutput) => void): void;
|
|
352
|
+
listPaymentInstruments(args: ListPaymentInstrumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentInstrumentsCommandOutput) => void): void;
|
|
353
|
+
/**
|
|
354
|
+
* @see {@link ListPaymentSessionsCommand}
|
|
355
|
+
*/
|
|
356
|
+
listPaymentSessions(args: ListPaymentSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentSessionsCommandOutput>;
|
|
357
|
+
listPaymentSessions(args: ListPaymentSessionsCommandInput, cb: (err: any, data?: ListPaymentSessionsCommandOutput) => void): void;
|
|
358
|
+
listPaymentSessions(args: ListPaymentSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentSessionsCommandOutput) => void): void;
|
|
288
359
|
/**
|
|
289
360
|
* @see {@link ListRecommendationsCommand}
|
|
290
361
|
*/
|
|
@@ -298,6 +369,12 @@ export interface BedrockAgentCore {
|
|
|
298
369
|
listSessions(args: ListSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSessionsCommandOutput>;
|
|
299
370
|
listSessions(args: ListSessionsCommandInput, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
|
|
300
371
|
listSessions(args: ListSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSessionsCommandOutput) => void): void;
|
|
372
|
+
/**
|
|
373
|
+
* @see {@link ProcessPaymentCommand}
|
|
374
|
+
*/
|
|
375
|
+
processPayment(args: ProcessPaymentCommandInput, options?: __HttpHandlerOptions): Promise<ProcessPaymentCommandOutput>;
|
|
376
|
+
processPayment(args: ProcessPaymentCommandInput, cb: (err: any, data?: ProcessPaymentCommandOutput) => void): void;
|
|
377
|
+
processPayment(args: ProcessPaymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProcessPaymentCommandOutput) => void): void;
|
|
301
378
|
/**
|
|
302
379
|
* @see {@link RetrieveMemoryRecordsCommand}
|
|
303
380
|
*/
|
|
@@ -424,6 +501,20 @@ export interface BedrockAgentCore {
|
|
|
424
501
|
* @returns AsyncIterable of {@link ListMemoryRecordsCommandOutput}.
|
|
425
502
|
*/
|
|
426
503
|
paginateListMemoryRecords(args: ListMemoryRecordsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMemoryRecordsCommandOutput>;
|
|
504
|
+
/**
|
|
505
|
+
* @see {@link ListPaymentInstrumentsCommand}
|
|
506
|
+
* @param args - command input.
|
|
507
|
+
* @param paginationConfig - optional pagination config.
|
|
508
|
+
* @returns AsyncIterable of {@link ListPaymentInstrumentsCommandOutput}.
|
|
509
|
+
*/
|
|
510
|
+
paginateListPaymentInstruments(args: ListPaymentInstrumentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentInstrumentsCommandOutput>;
|
|
511
|
+
/**
|
|
512
|
+
* @see {@link ListPaymentSessionsCommand}
|
|
513
|
+
* @param args - command input.
|
|
514
|
+
* @param paginationConfig - optional pagination config.
|
|
515
|
+
* @returns AsyncIterable of {@link ListPaymentSessionsCommandOutput}.
|
|
516
|
+
*/
|
|
517
|
+
paginateListPaymentSessions(args: ListPaymentSessionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentSessionsCommandOutput>;
|
|
427
518
|
/**
|
|
428
519
|
* @see {@link ListRecommendationsCommand}
|
|
429
520
|
* @param args - command input.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/
|
|
6
|
-
import { type
|
|
7
|
-
import type
|
|
8
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/core/event-streams";
|
|
7
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
8
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
9
9
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
10
10
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
11
|
import type { BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput } from "./commands/BatchCreateMemoryRecordsCommand";
|
|
@@ -14,10 +14,14 @@ import type { BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsComm
|
|
|
14
14
|
import type { CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput } from "./commands/CompleteResourceTokenAuthCommand";
|
|
15
15
|
import type { CreateABTestCommandInput, CreateABTestCommandOutput } from "./commands/CreateABTestCommand";
|
|
16
16
|
import type { CreateEventCommandInput, CreateEventCommandOutput } from "./commands/CreateEventCommand";
|
|
17
|
+
import type { CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput } from "./commands/CreatePaymentInstrumentCommand";
|
|
18
|
+
import type { CreatePaymentSessionCommandInput, CreatePaymentSessionCommandOutput } from "./commands/CreatePaymentSessionCommand";
|
|
17
19
|
import type { DeleteABTestCommandInput, DeleteABTestCommandOutput } from "./commands/DeleteABTestCommand";
|
|
18
20
|
import type { DeleteBatchEvaluationCommandInput, DeleteBatchEvaluationCommandOutput } from "./commands/DeleteBatchEvaluationCommand";
|
|
19
21
|
import type { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
20
22
|
import type { DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput } from "./commands/DeleteMemoryRecordCommand";
|
|
23
|
+
import type { DeletePaymentInstrumentCommandInput, DeletePaymentInstrumentCommandOutput } from "./commands/DeletePaymentInstrumentCommand";
|
|
24
|
+
import type { DeletePaymentSessionCommandInput, DeletePaymentSessionCommandOutput } from "./commands/DeletePaymentSessionCommand";
|
|
21
25
|
import type { DeleteRecommendationCommandInput, DeleteRecommendationCommandOutput } from "./commands/DeleteRecommendationCommand";
|
|
22
26
|
import type { EvaluateCommandInput, EvaluateCommandOutput } from "./commands/EvaluateCommand";
|
|
23
27
|
import type { GetABTestCommandInput, GetABTestCommandOutput } from "./commands/GetABTestCommand";
|
|
@@ -27,9 +31,13 @@ import type { GetBrowserSessionCommandInput, GetBrowserSessionCommandOutput } fr
|
|
|
27
31
|
import type { GetCodeInterpreterSessionCommandInput, GetCodeInterpreterSessionCommandOutput } from "./commands/GetCodeInterpreterSessionCommand";
|
|
28
32
|
import type { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
29
33
|
import type { GetMemoryRecordCommandInput, GetMemoryRecordCommandOutput } from "./commands/GetMemoryRecordCommand";
|
|
34
|
+
import type { GetPaymentInstrumentBalanceCommandInput, GetPaymentInstrumentBalanceCommandOutput } from "./commands/GetPaymentInstrumentBalanceCommand";
|
|
35
|
+
import type { GetPaymentInstrumentCommandInput, GetPaymentInstrumentCommandOutput } from "./commands/GetPaymentInstrumentCommand";
|
|
36
|
+
import type { GetPaymentSessionCommandInput, GetPaymentSessionCommandOutput } from "./commands/GetPaymentSessionCommand";
|
|
30
37
|
import type { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
31
38
|
import type { GetResourceApiKeyCommandInput, GetResourceApiKeyCommandOutput } from "./commands/GetResourceApiKeyCommand";
|
|
32
39
|
import type { GetResourceOauth2TokenCommandInput, GetResourceOauth2TokenCommandOutput } from "./commands/GetResourceOauth2TokenCommand";
|
|
40
|
+
import type { GetResourcePaymentTokenCommandInput, GetResourcePaymentTokenCommandOutput } from "./commands/GetResourcePaymentTokenCommand";
|
|
33
41
|
import type { GetWorkloadAccessTokenCommandInput, GetWorkloadAccessTokenCommandOutput } from "./commands/GetWorkloadAccessTokenCommand";
|
|
34
42
|
import type { GetWorkloadAccessTokenForJWTCommandInput, GetWorkloadAccessTokenForJWTCommandOutput } from "./commands/GetWorkloadAccessTokenForJWTCommand";
|
|
35
43
|
import type { GetWorkloadAccessTokenForUserIdCommandInput, GetWorkloadAccessTokenForUserIdCommandOutput } from "./commands/GetWorkloadAccessTokenForUserIdCommand";
|
|
@@ -46,8 +54,11 @@ import type { ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessio
|
|
|
46
54
|
import type { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
47
55
|
import type { ListMemoryExtractionJobsCommandInput, ListMemoryExtractionJobsCommandOutput } from "./commands/ListMemoryExtractionJobsCommand";
|
|
48
56
|
import type { ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput } from "./commands/ListMemoryRecordsCommand";
|
|
57
|
+
import type { ListPaymentInstrumentsCommandInput, ListPaymentInstrumentsCommandOutput } from "./commands/ListPaymentInstrumentsCommand";
|
|
58
|
+
import type { ListPaymentSessionsCommandInput, ListPaymentSessionsCommandOutput } from "./commands/ListPaymentSessionsCommand";
|
|
49
59
|
import type { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
50
60
|
import type { ListSessionsCommandInput, ListSessionsCommandOutput } from "./commands/ListSessionsCommand";
|
|
61
|
+
import type { ProcessPaymentCommandInput, ProcessPaymentCommandOutput } from "./commands/ProcessPaymentCommand";
|
|
51
62
|
import type { RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput } from "./commands/RetrieveMemoryRecordsCommand";
|
|
52
63
|
import type { SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput } from "./commands/SaveBrowserSessionProfileCommand";
|
|
53
64
|
import type { SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput } from "./commands/SearchRegistryRecordsCommand";
|
|
@@ -68,11 +79,11 @@ export { __Client };
|
|
|
68
79
|
/**
|
|
69
80
|
* @public
|
|
70
81
|
*/
|
|
71
|
-
export type ServiceInputTypes = BatchCreateMemoryRecordsCommandInput | BatchDeleteMemoryRecordsCommandInput | BatchUpdateMemoryRecordsCommandInput | CompleteResourceTokenAuthCommandInput | CreateABTestCommandInput | CreateEventCommandInput | DeleteABTestCommandInput | DeleteBatchEvaluationCommandInput | DeleteEventCommandInput | DeleteMemoryRecordCommandInput | DeleteRecommendationCommandInput | EvaluateCommandInput | GetABTestCommandInput | GetAgentCardCommandInput | GetBatchEvaluationCommandInput | GetBrowserSessionCommandInput | GetCodeInterpreterSessionCommandInput | GetEventCommandInput | GetMemoryRecordCommandInput | GetRecommendationCommandInput | GetResourceApiKeyCommandInput | GetResourceOauth2TokenCommandInput | GetWorkloadAccessTokenCommandInput | GetWorkloadAccessTokenForJWTCommandInput | GetWorkloadAccessTokenForUserIdCommandInput | InvokeAgentRuntimeCommandCommandInput | InvokeAgentRuntimeCommandInput | InvokeBrowserCommandInput | InvokeCodeInterpreterCommandInput | InvokeHarnessCommandInput | ListABTestsCommandInput | ListActorsCommandInput | ListBatchEvaluationsCommandInput | ListBrowserSessionsCommandInput | ListCodeInterpreterSessionsCommandInput | ListEventsCommandInput | ListMemoryExtractionJobsCommandInput | ListMemoryRecordsCommandInput | ListRecommendationsCommandInput | ListSessionsCommandInput | RetrieveMemoryRecordsCommandInput | SaveBrowserSessionProfileCommandInput | SearchRegistryRecordsCommandInput | StartBatchEvaluationCommandInput | StartBrowserSessionCommandInput | StartCodeInterpreterSessionCommandInput | StartMemoryExtractionJobCommandInput | StartRecommendationCommandInput | StopBatchEvaluationCommandInput | StopBrowserSessionCommandInput | StopCodeInterpreterSessionCommandInput | StopRuntimeSessionCommandInput | UpdateABTestCommandInput | UpdateBrowserStreamCommandInput;
|
|
82
|
+
export type ServiceInputTypes = BatchCreateMemoryRecordsCommandInput | BatchDeleteMemoryRecordsCommandInput | BatchUpdateMemoryRecordsCommandInput | CompleteResourceTokenAuthCommandInput | CreateABTestCommandInput | CreateEventCommandInput | CreatePaymentInstrumentCommandInput | CreatePaymentSessionCommandInput | DeleteABTestCommandInput | DeleteBatchEvaluationCommandInput | DeleteEventCommandInput | DeleteMemoryRecordCommandInput | DeletePaymentInstrumentCommandInput | DeletePaymentSessionCommandInput | DeleteRecommendationCommandInput | EvaluateCommandInput | GetABTestCommandInput | GetAgentCardCommandInput | GetBatchEvaluationCommandInput | GetBrowserSessionCommandInput | GetCodeInterpreterSessionCommandInput | GetEventCommandInput | GetMemoryRecordCommandInput | GetPaymentInstrumentBalanceCommandInput | GetPaymentInstrumentCommandInput | GetPaymentSessionCommandInput | GetRecommendationCommandInput | GetResourceApiKeyCommandInput | GetResourceOauth2TokenCommandInput | GetResourcePaymentTokenCommandInput | GetWorkloadAccessTokenCommandInput | GetWorkloadAccessTokenForJWTCommandInput | GetWorkloadAccessTokenForUserIdCommandInput | InvokeAgentRuntimeCommandCommandInput | InvokeAgentRuntimeCommandInput | InvokeBrowserCommandInput | InvokeCodeInterpreterCommandInput | InvokeHarnessCommandInput | ListABTestsCommandInput | ListActorsCommandInput | ListBatchEvaluationsCommandInput | ListBrowserSessionsCommandInput | ListCodeInterpreterSessionsCommandInput | ListEventsCommandInput | ListMemoryExtractionJobsCommandInput | ListMemoryRecordsCommandInput | ListPaymentInstrumentsCommandInput | ListPaymentSessionsCommandInput | ListRecommendationsCommandInput | ListSessionsCommandInput | ProcessPaymentCommandInput | RetrieveMemoryRecordsCommandInput | SaveBrowserSessionProfileCommandInput | SearchRegistryRecordsCommandInput | StartBatchEvaluationCommandInput | StartBrowserSessionCommandInput | StartCodeInterpreterSessionCommandInput | StartMemoryExtractionJobCommandInput | StartRecommendationCommandInput | StopBatchEvaluationCommandInput | StopBrowserSessionCommandInput | StopCodeInterpreterSessionCommandInput | StopRuntimeSessionCommandInput | UpdateABTestCommandInput | UpdateBrowserStreamCommandInput;
|
|
72
83
|
/**
|
|
73
84
|
* @public
|
|
74
85
|
*/
|
|
75
|
-
export type ServiceOutputTypes = BatchCreateMemoryRecordsCommandOutput | BatchDeleteMemoryRecordsCommandOutput | BatchUpdateMemoryRecordsCommandOutput | CompleteResourceTokenAuthCommandOutput | CreateABTestCommandOutput | CreateEventCommandOutput | DeleteABTestCommandOutput | DeleteBatchEvaluationCommandOutput | DeleteEventCommandOutput | DeleteMemoryRecordCommandOutput | DeleteRecommendationCommandOutput | EvaluateCommandOutput | GetABTestCommandOutput | GetAgentCardCommandOutput | GetBatchEvaluationCommandOutput | GetBrowserSessionCommandOutput | GetCodeInterpreterSessionCommandOutput | GetEventCommandOutput | GetMemoryRecordCommandOutput | GetRecommendationCommandOutput | GetResourceApiKeyCommandOutput | GetResourceOauth2TokenCommandOutput | GetWorkloadAccessTokenCommandOutput | GetWorkloadAccessTokenForJWTCommandOutput | GetWorkloadAccessTokenForUserIdCommandOutput | InvokeAgentRuntimeCommandCommandOutput | InvokeAgentRuntimeCommandOutput | InvokeBrowserCommandOutput | InvokeCodeInterpreterCommandOutput | InvokeHarnessCommandOutput | ListABTestsCommandOutput | ListActorsCommandOutput | ListBatchEvaluationsCommandOutput | ListBrowserSessionsCommandOutput | ListCodeInterpreterSessionsCommandOutput | ListEventsCommandOutput | ListMemoryExtractionJobsCommandOutput | ListMemoryRecordsCommandOutput | ListRecommendationsCommandOutput | ListSessionsCommandOutput | RetrieveMemoryRecordsCommandOutput | SaveBrowserSessionProfileCommandOutput | SearchRegistryRecordsCommandOutput | StartBatchEvaluationCommandOutput | StartBrowserSessionCommandOutput | StartCodeInterpreterSessionCommandOutput | StartMemoryExtractionJobCommandOutput | StartRecommendationCommandOutput | StopBatchEvaluationCommandOutput | StopBrowserSessionCommandOutput | StopCodeInterpreterSessionCommandOutput | StopRuntimeSessionCommandOutput | UpdateABTestCommandOutput | UpdateBrowserStreamCommandOutput;
|
|
86
|
+
export type ServiceOutputTypes = BatchCreateMemoryRecordsCommandOutput | BatchDeleteMemoryRecordsCommandOutput | BatchUpdateMemoryRecordsCommandOutput | CompleteResourceTokenAuthCommandOutput | CreateABTestCommandOutput | CreateEventCommandOutput | CreatePaymentInstrumentCommandOutput | CreatePaymentSessionCommandOutput | DeleteABTestCommandOutput | DeleteBatchEvaluationCommandOutput | DeleteEventCommandOutput | DeleteMemoryRecordCommandOutput | DeletePaymentInstrumentCommandOutput | DeletePaymentSessionCommandOutput | DeleteRecommendationCommandOutput | EvaluateCommandOutput | GetABTestCommandOutput | GetAgentCardCommandOutput | GetBatchEvaluationCommandOutput | GetBrowserSessionCommandOutput | GetCodeInterpreterSessionCommandOutput | GetEventCommandOutput | GetMemoryRecordCommandOutput | GetPaymentInstrumentBalanceCommandOutput | GetPaymentInstrumentCommandOutput | GetPaymentSessionCommandOutput | GetRecommendationCommandOutput | GetResourceApiKeyCommandOutput | GetResourceOauth2TokenCommandOutput | GetResourcePaymentTokenCommandOutput | GetWorkloadAccessTokenCommandOutput | GetWorkloadAccessTokenForJWTCommandOutput | GetWorkloadAccessTokenForUserIdCommandOutput | InvokeAgentRuntimeCommandCommandOutput | InvokeAgentRuntimeCommandOutput | InvokeBrowserCommandOutput | InvokeCodeInterpreterCommandOutput | InvokeHarnessCommandOutput | ListABTestsCommandOutput | ListActorsCommandOutput | ListBatchEvaluationsCommandOutput | ListBrowserSessionsCommandOutput | ListCodeInterpreterSessionsCommandOutput | ListEventsCommandOutput | ListMemoryExtractionJobsCommandOutput | ListMemoryRecordsCommandOutput | ListPaymentInstrumentsCommandOutput | ListPaymentSessionsCommandOutput | ListRecommendationsCommandOutput | ListSessionsCommandOutput | ProcessPaymentCommandOutput | RetrieveMemoryRecordsCommandOutput | SaveBrowserSessionProfileCommandOutput | SearchRegistryRecordsCommandOutput | StartBatchEvaluationCommandOutput | StartBrowserSessionCommandOutput | StartCodeInterpreterSessionCommandOutput | StartMemoryExtractionJobCommandOutput | StartRecommendationCommandOutput | StopBatchEvaluationCommandOutput | StopBrowserSessionCommandOutput | StopCodeInterpreterSessionCommandOutput | StopRuntimeSessionCommandOutput | UpdateABTestCommandOutput | UpdateBrowserStreamCommandOutput;
|
|
76
87
|
/**
|
|
77
88
|
* @public
|
|
78
89
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { BatchCreateMemoryRecordsInput, BatchCreateMemoryRecordsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchCreateMemoryRecordsCommandInput extends BatchCreateMemoryR
|
|
|
22
22
|
export interface BatchCreateMemoryRecordsCommandOutput extends BatchCreateMemoryRecordsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchCreateMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates multiple memory records in a single batch operation for the specified memory with custom content.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { BatchDeleteMemoryRecordsInput, BatchDeleteMemoryRecordsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteMemoryRecordsCommandInput extends BatchDeleteMemoryR
|
|
|
22
22
|
export interface BatchDeleteMemoryRecordsCommandOutput extends BatchDeleteMemoryRecordsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes multiple memory records in a single batch operation from the specified memory.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { BatchUpdateMemoryRecordsInput, BatchUpdateMemoryRecordsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchUpdateMemoryRecordsCommandInput extends BatchUpdateMemoryR
|
|
|
22
22
|
export interface BatchUpdateMemoryRecordsCommandOutput extends BatchUpdateMemoryRecordsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates multiple memory records with custom content in a single batch operation within the specified memory.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { CompleteResourceTokenAuthRequest, CompleteResourceTokenAuthResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CompleteResourceTokenAuthCommandInput extends CompleteResourceT
|
|
|
22
22
|
export interface CompleteResourceTokenAuthCommandOutput extends CompleteResourceTokenAuthResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CompleteResourceTokenAuthCommand_base: {
|
|
25
|
-
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/
|
|
26
|
-
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Confirms the user authentication session for obtaining OAuth2.0 tokens for a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { CreateABTestRequest, CreateABTestResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateABTestCommandInput extends CreateABTestRequest {
|
|
|
22
22
|
export interface CreateABTestCommandOutput extends CreateABTestResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateABTestCommand_base: {
|
|
25
|
-
new (input: CreateABTestCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateABTestCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an A/B test for comparing agent configurations. A/B tests split traffic between a control variant and a treatment variant through a gateway, then evaluate performance using online evaluation configurations to determine which variant performs better.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
4
|
import type { CreateEventInput, CreateEventOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEventCommandInput extends CreateEventInput {
|
|
|
22
22
|
export interface CreateEventCommandOutput extends CreateEventOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEventCommand_base: {
|
|
25
|
-
new (input: CreateEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an event in an AgentCore Memory resource. Events represent interactions or activities that occur within a session and are associated with specific actors.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</p>
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
|
+
import type { CreatePaymentInstrumentRequest, CreatePaymentInstrumentResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreatePaymentInstrumentCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreatePaymentInstrumentCommandInput extends CreatePaymentInstrumentRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreatePaymentInstrumentCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePaymentInstrumentCommandOutput extends CreatePaymentInstrumentResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreatePaymentInstrumentCommand_base: {
|
|
25
|
+
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Create a new payment instrument for a connector
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreClient, CreatePaymentInstrumentCommand } from "@aws-sdk/client-bedrock-agentcore"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreClient, CreatePaymentInstrumentCommand } = require("@aws-sdk/client-bedrock-agentcore"); // CommonJS import
|
|
38
|
+
* // import type { BedrockAgentCoreClientConfig } from "@aws-sdk/client-bedrock-agentcore";
|
|
39
|
+
* const config = {}; // type is BedrockAgentCoreClientConfig
|
|
40
|
+
* const client = new BedrockAgentCoreClient(config);
|
|
41
|
+
* const input = { // CreatePaymentInstrumentRequest
|
|
42
|
+
* userId: "STRING_VALUE",
|
|
43
|
+
* agentName: "STRING_VALUE",
|
|
44
|
+
* paymentManagerArn: "STRING_VALUE", // required
|
|
45
|
+
* paymentConnectorId: "STRING_VALUE", // required
|
|
46
|
+
* paymentInstrumentType: "EMBEDDED_CRYPTO_WALLET", // required
|
|
47
|
+
* paymentInstrumentDetails: { // PaymentInstrumentDetails Union: only one key present
|
|
48
|
+
* embeddedCryptoWallet: { // EmbeddedCryptoWallet
|
|
49
|
+
* network: "ETHEREUM" || "SOLANA", // required
|
|
50
|
+
* linkedAccounts: [ // LinkedAccountList // required
|
|
51
|
+
* { // LinkedAccount Union: only one key present
|
|
52
|
+
* email: { // LinkedAccountEmail
|
|
53
|
+
* emailAddress: "STRING_VALUE", // required
|
|
54
|
+
* },
|
|
55
|
+
* sms: { // LinkedAccountSms
|
|
56
|
+
* phoneNumber: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* developerJwt: { // LinkedAccountDeveloperJwt
|
|
59
|
+
* kid: "STRING_VALUE", // required
|
|
60
|
+
* sub: "STRING_VALUE", // required
|
|
61
|
+
* },
|
|
62
|
+
* oAuth2: { // LinkedAccountOAuth2 Union: only one key present
|
|
63
|
+
* google: { // OAuth2Authentication
|
|
64
|
+
* sub: "STRING_VALUE", // required
|
|
65
|
+
* emailAddress: "STRING_VALUE",
|
|
66
|
+
* name: "STRING_VALUE",
|
|
67
|
+
* username: "STRING_VALUE",
|
|
68
|
+
* },
|
|
69
|
+
* apple: {
|
|
70
|
+
* sub: "STRING_VALUE", // required
|
|
71
|
+
* emailAddress: "STRING_VALUE",
|
|
72
|
+
* name: "STRING_VALUE",
|
|
73
|
+
* username: "STRING_VALUE",
|
|
74
|
+
* },
|
|
75
|
+
* x: {
|
|
76
|
+
* sub: "STRING_VALUE", // required
|
|
77
|
+
* emailAddress: "STRING_VALUE",
|
|
78
|
+
* name: "STRING_VALUE",
|
|
79
|
+
* username: "STRING_VALUE",
|
|
80
|
+
* },
|
|
81
|
+
* telegram: {
|
|
82
|
+
* sub: "STRING_VALUE", // required
|
|
83
|
+
* emailAddress: "STRING_VALUE",
|
|
84
|
+
* name: "STRING_VALUE",
|
|
85
|
+
* username: "STRING_VALUE",
|
|
86
|
+
* },
|
|
87
|
+
* github: {
|
|
88
|
+
* sub: "STRING_VALUE", // required
|
|
89
|
+
* emailAddress: "STRING_VALUE",
|
|
90
|
+
* name: "STRING_VALUE",
|
|
91
|
+
* username: "STRING_VALUE",
|
|
92
|
+
* },
|
|
93
|
+
* },
|
|
94
|
+
* },
|
|
95
|
+
* ],
|
|
96
|
+
* walletAddress: "STRING_VALUE",
|
|
97
|
+
* redirectUrl: "STRING_VALUE",
|
|
98
|
+
* },
|
|
99
|
+
* },
|
|
100
|
+
* clientToken: "STRING_VALUE",
|
|
101
|
+
* };
|
|
102
|
+
* const command = new CreatePaymentInstrumentCommand(input);
|
|
103
|
+
* const response = await client.send(command);
|
|
104
|
+
* // { // CreatePaymentInstrumentResponse
|
|
105
|
+
* // paymentInstrument: { // PaymentInstrument
|
|
106
|
+
* // paymentInstrumentId: "STRING_VALUE", // required
|
|
107
|
+
* // paymentManagerArn: "STRING_VALUE", // required
|
|
108
|
+
* // paymentConnectorId: "STRING_VALUE", // required
|
|
109
|
+
* // userId: "STRING_VALUE", // required
|
|
110
|
+
* // paymentInstrumentType: "EMBEDDED_CRYPTO_WALLET", // required
|
|
111
|
+
* // paymentInstrumentDetails: { // PaymentInstrumentDetails Union: only one key present
|
|
112
|
+
* // embeddedCryptoWallet: { // EmbeddedCryptoWallet
|
|
113
|
+
* // network: "ETHEREUM" || "SOLANA", // required
|
|
114
|
+
* // linkedAccounts: [ // LinkedAccountList // required
|
|
115
|
+
* // { // LinkedAccount Union: only one key present
|
|
116
|
+
* // email: { // LinkedAccountEmail
|
|
117
|
+
* // emailAddress: "STRING_VALUE", // required
|
|
118
|
+
* // },
|
|
119
|
+
* // sms: { // LinkedAccountSms
|
|
120
|
+
* // phoneNumber: "STRING_VALUE", // required
|
|
121
|
+
* // },
|
|
122
|
+
* // developerJwt: { // LinkedAccountDeveloperJwt
|
|
123
|
+
* // kid: "STRING_VALUE", // required
|
|
124
|
+
* // sub: "STRING_VALUE", // required
|
|
125
|
+
* // },
|
|
126
|
+
* // oAuth2: { // LinkedAccountOAuth2 Union: only one key present
|
|
127
|
+
* // google: { // OAuth2Authentication
|
|
128
|
+
* // sub: "STRING_VALUE", // required
|
|
129
|
+
* // emailAddress: "STRING_VALUE",
|
|
130
|
+
* // name: "STRING_VALUE",
|
|
131
|
+
* // username: "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // apple: {
|
|
134
|
+
* // sub: "STRING_VALUE", // required
|
|
135
|
+
* // emailAddress: "STRING_VALUE",
|
|
136
|
+
* // name: "STRING_VALUE",
|
|
137
|
+
* // username: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // x: {
|
|
140
|
+
* // sub: "STRING_VALUE", // required
|
|
141
|
+
* // emailAddress: "STRING_VALUE",
|
|
142
|
+
* // name: "STRING_VALUE",
|
|
143
|
+
* // username: "STRING_VALUE",
|
|
144
|
+
* // },
|
|
145
|
+
* // telegram: {
|
|
146
|
+
* // sub: "STRING_VALUE", // required
|
|
147
|
+
* // emailAddress: "STRING_VALUE",
|
|
148
|
+
* // name: "STRING_VALUE",
|
|
149
|
+
* // username: "STRING_VALUE",
|
|
150
|
+
* // },
|
|
151
|
+
* // github: {
|
|
152
|
+
* // sub: "STRING_VALUE", // required
|
|
153
|
+
* // emailAddress: "STRING_VALUE",
|
|
154
|
+
* // name: "STRING_VALUE",
|
|
155
|
+
* // username: "STRING_VALUE",
|
|
156
|
+
* // },
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // ],
|
|
160
|
+
* // walletAddress: "STRING_VALUE",
|
|
161
|
+
* // redirectUrl: "STRING_VALUE",
|
|
162
|
+
* // },
|
|
163
|
+
* // },
|
|
164
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
165
|
+
* // status: "INITIATED" || "ACTIVE" || "FAILED" || "DELETED", // required
|
|
166
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
167
|
+
* // },
|
|
168
|
+
* // };
|
|
169
|
+
*
|
|
170
|
+
* ```
|
|
171
|
+
*
|
|
172
|
+
* @param CreatePaymentInstrumentCommandInput - {@link CreatePaymentInstrumentCommandInput}
|
|
173
|
+
* @returns {@link CreatePaymentInstrumentCommandOutput}
|
|
174
|
+
* @see {@link CreatePaymentInstrumentCommandInput} for command's `input` shape.
|
|
175
|
+
* @see {@link CreatePaymentInstrumentCommandOutput} for command's `response` shape.
|
|
176
|
+
* @see {@link BedrockAgentCoreClientResolvedConfig | config} for BedrockAgentCoreClient's `config` shape.
|
|
177
|
+
*
|
|
178
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
179
|
+
* <p>The exception that occurs when you do not have sufficient permissions to perform an action. Verify that your IAM policy includes the necessary permissions for the operation you are trying to perform.</p>
|
|
180
|
+
*
|
|
181
|
+
* @throws {@link ConflictException} (client fault)
|
|
182
|
+
* <p>The exception that occurs when the request conflicts with the current state of the resource. This can happen when trying to modify a resource that is currently being modified by another request, or when trying to create a resource that already exists.</p>
|
|
183
|
+
*
|
|
184
|
+
* @throws {@link InternalServerException} (server fault)
|
|
185
|
+
* <p>The exception that occurs when the service encounters an unexpected internal error. This is a temporary condition that will resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.</p>
|
|
186
|
+
*
|
|
187
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
188
|
+
* <p>The exception that occurs when the request would cause a service quota to be exceeded. Review your service quotas and either reduce your request rate or request a quota increase.</p>
|
|
189
|
+
*
|
|
190
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
191
|
+
* <p>The exception that occurs when the request was denied due to request throttling. This happens when you exceed the allowed request rate for an operation. Reduce the frequency of requests or implement exponential backoff retry logic in your application.</p>
|
|
192
|
+
*
|
|
193
|
+
* @throws {@link ValidationException} (client fault)
|
|
194
|
+
* <p>The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your request.</p>
|
|
195
|
+
*
|
|
196
|
+
* @throws {@link BedrockAgentCoreServiceException}
|
|
197
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCore service.</p>
|
|
198
|
+
*
|
|
199
|
+
*
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export declare class CreatePaymentInstrumentCommand extends CreatePaymentInstrumentCommand_base {
|
|
203
|
+
/** @internal type navigation helper, not in runtime. */
|
|
204
|
+
protected static __types: {
|
|
205
|
+
api: {
|
|
206
|
+
input: CreatePaymentInstrumentRequest;
|
|
207
|
+
output: CreatePaymentInstrumentResponse;
|
|
208
|
+
};
|
|
209
|
+
sdk: {
|
|
210
|
+
input: CreatePaymentInstrumentCommandInput;
|
|
211
|
+
output: CreatePaymentInstrumentCommandOutput;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
}
|