@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,29 +6,23 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EventStreamSerdeInputConfig,
|
|
15
|
-
EventStreamSerdeResolvedConfig,
|
|
16
|
-
} from "@smithy/eventstream-serde-config-resolver";
|
|
17
|
-
import {
|
|
18
|
-
EndpointInputConfig,
|
|
19
|
-
EndpointResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-endpoint";
|
|
21
|
-
import {
|
|
22
|
-
RetryInputConfig,
|
|
23
|
-
RetryResolvedConfig,
|
|
24
|
-
} from "@smithy/middleware-retry";
|
|
25
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
26
9
|
import {
|
|
27
10
|
DefaultsMode as __DefaultsMode,
|
|
28
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
29
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
30
13
|
Client as __Client,
|
|
31
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import {
|
|
21
|
+
EventStreamSerdeInputConfig,
|
|
22
|
+
EventStreamSerdeResolvedConfig,
|
|
23
|
+
} from "@smithy/core/event-streams";
|
|
24
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
25
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
32
26
|
import {
|
|
33
27
|
AwsCredentialIdentityProvider,
|
|
34
28
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -74,6 +68,14 @@ import {
|
|
|
74
68
|
CreateEventCommandInput,
|
|
75
69
|
CreateEventCommandOutput,
|
|
76
70
|
} from "./commands/CreateEventCommand";
|
|
71
|
+
import {
|
|
72
|
+
CreatePaymentInstrumentCommandInput,
|
|
73
|
+
CreatePaymentInstrumentCommandOutput,
|
|
74
|
+
} from "./commands/CreatePaymentInstrumentCommand";
|
|
75
|
+
import {
|
|
76
|
+
CreatePaymentSessionCommandInput,
|
|
77
|
+
CreatePaymentSessionCommandOutput,
|
|
78
|
+
} from "./commands/CreatePaymentSessionCommand";
|
|
77
79
|
import {
|
|
78
80
|
DeleteABTestCommandInput,
|
|
79
81
|
DeleteABTestCommandOutput,
|
|
@@ -90,6 +92,14 @@ import {
|
|
|
90
92
|
DeleteMemoryRecordCommandInput,
|
|
91
93
|
DeleteMemoryRecordCommandOutput,
|
|
92
94
|
} from "./commands/DeleteMemoryRecordCommand";
|
|
95
|
+
import {
|
|
96
|
+
DeletePaymentInstrumentCommandInput,
|
|
97
|
+
DeletePaymentInstrumentCommandOutput,
|
|
98
|
+
} from "./commands/DeletePaymentInstrumentCommand";
|
|
99
|
+
import {
|
|
100
|
+
DeletePaymentSessionCommandInput,
|
|
101
|
+
DeletePaymentSessionCommandOutput,
|
|
102
|
+
} from "./commands/DeletePaymentSessionCommand";
|
|
93
103
|
import {
|
|
94
104
|
DeleteRecommendationCommandInput,
|
|
95
105
|
DeleteRecommendationCommandOutput,
|
|
@@ -126,6 +136,18 @@ import {
|
|
|
126
136
|
GetMemoryRecordCommandInput,
|
|
127
137
|
GetMemoryRecordCommandOutput,
|
|
128
138
|
} from "./commands/GetMemoryRecordCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetPaymentInstrumentBalanceCommandInput,
|
|
141
|
+
GetPaymentInstrumentBalanceCommandOutput,
|
|
142
|
+
} from "./commands/GetPaymentInstrumentBalanceCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetPaymentInstrumentCommandInput,
|
|
145
|
+
GetPaymentInstrumentCommandOutput,
|
|
146
|
+
} from "./commands/GetPaymentInstrumentCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetPaymentSessionCommandInput,
|
|
149
|
+
GetPaymentSessionCommandOutput,
|
|
150
|
+
} from "./commands/GetPaymentSessionCommand";
|
|
129
151
|
import {
|
|
130
152
|
GetRecommendationCommandInput,
|
|
131
153
|
GetRecommendationCommandOutput,
|
|
@@ -138,6 +160,10 @@ import {
|
|
|
138
160
|
GetResourceOauth2TokenCommandInput,
|
|
139
161
|
GetResourceOauth2TokenCommandOutput,
|
|
140
162
|
} from "./commands/GetResourceOauth2TokenCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetResourcePaymentTokenCommandInput,
|
|
165
|
+
GetResourcePaymentTokenCommandOutput,
|
|
166
|
+
} from "./commands/GetResourcePaymentTokenCommand";
|
|
141
167
|
import {
|
|
142
168
|
GetWorkloadAccessTokenCommandInput,
|
|
143
169
|
GetWorkloadAccessTokenCommandOutput,
|
|
@@ -202,6 +228,14 @@ import {
|
|
|
202
228
|
ListMemoryRecordsCommandInput,
|
|
203
229
|
ListMemoryRecordsCommandOutput,
|
|
204
230
|
} from "./commands/ListMemoryRecordsCommand";
|
|
231
|
+
import {
|
|
232
|
+
ListPaymentInstrumentsCommandInput,
|
|
233
|
+
ListPaymentInstrumentsCommandOutput,
|
|
234
|
+
} from "./commands/ListPaymentInstrumentsCommand";
|
|
235
|
+
import {
|
|
236
|
+
ListPaymentSessionsCommandInput,
|
|
237
|
+
ListPaymentSessionsCommandOutput,
|
|
238
|
+
} from "./commands/ListPaymentSessionsCommand";
|
|
205
239
|
import {
|
|
206
240
|
ListRecommendationsCommandInput,
|
|
207
241
|
ListRecommendationsCommandOutput,
|
|
@@ -210,6 +244,10 @@ import {
|
|
|
210
244
|
ListSessionsCommandInput,
|
|
211
245
|
ListSessionsCommandOutput,
|
|
212
246
|
} from "./commands/ListSessionsCommand";
|
|
247
|
+
import {
|
|
248
|
+
ProcessPaymentCommandInput,
|
|
249
|
+
ProcessPaymentCommandOutput,
|
|
250
|
+
} from "./commands/ProcessPaymentCommand";
|
|
213
251
|
import {
|
|
214
252
|
RetrieveMemoryRecordsCommandInput,
|
|
215
253
|
RetrieveMemoryRecordsCommandOutput,
|
|
@@ -280,10 +318,14 @@ export type ServiceInputTypes =
|
|
|
280
318
|
| CompleteResourceTokenAuthCommandInput
|
|
281
319
|
| CreateABTestCommandInput
|
|
282
320
|
| CreateEventCommandInput
|
|
321
|
+
| CreatePaymentInstrumentCommandInput
|
|
322
|
+
| CreatePaymentSessionCommandInput
|
|
283
323
|
| DeleteABTestCommandInput
|
|
284
324
|
| DeleteBatchEvaluationCommandInput
|
|
285
325
|
| DeleteEventCommandInput
|
|
286
326
|
| DeleteMemoryRecordCommandInput
|
|
327
|
+
| DeletePaymentInstrumentCommandInput
|
|
328
|
+
| DeletePaymentSessionCommandInput
|
|
287
329
|
| DeleteRecommendationCommandInput
|
|
288
330
|
| EvaluateCommandInput
|
|
289
331
|
| GetABTestCommandInput
|
|
@@ -293,9 +335,13 @@ export type ServiceInputTypes =
|
|
|
293
335
|
| GetCodeInterpreterSessionCommandInput
|
|
294
336
|
| GetEventCommandInput
|
|
295
337
|
| GetMemoryRecordCommandInput
|
|
338
|
+
| GetPaymentInstrumentBalanceCommandInput
|
|
339
|
+
| GetPaymentInstrumentCommandInput
|
|
340
|
+
| GetPaymentSessionCommandInput
|
|
296
341
|
| GetRecommendationCommandInput
|
|
297
342
|
| GetResourceApiKeyCommandInput
|
|
298
343
|
| GetResourceOauth2TokenCommandInput
|
|
344
|
+
| GetResourcePaymentTokenCommandInput
|
|
299
345
|
| GetWorkloadAccessTokenCommandInput
|
|
300
346
|
| GetWorkloadAccessTokenForJWTCommandInput
|
|
301
347
|
| GetWorkloadAccessTokenForUserIdCommandInput
|
|
@@ -312,8 +358,11 @@ export type ServiceInputTypes =
|
|
|
312
358
|
| ListEventsCommandInput
|
|
313
359
|
| ListMemoryExtractionJobsCommandInput
|
|
314
360
|
| ListMemoryRecordsCommandInput
|
|
361
|
+
| ListPaymentInstrumentsCommandInput
|
|
362
|
+
| ListPaymentSessionsCommandInput
|
|
315
363
|
| ListRecommendationsCommandInput
|
|
316
364
|
| ListSessionsCommandInput
|
|
365
|
+
| ProcessPaymentCommandInput
|
|
317
366
|
| RetrieveMemoryRecordsCommandInput
|
|
318
367
|
| SaveBrowserSessionProfileCommandInput
|
|
319
368
|
| SearchRegistryRecordsCommandInput
|
|
@@ -335,10 +384,14 @@ export type ServiceOutputTypes =
|
|
|
335
384
|
| CompleteResourceTokenAuthCommandOutput
|
|
336
385
|
| CreateABTestCommandOutput
|
|
337
386
|
| CreateEventCommandOutput
|
|
387
|
+
| CreatePaymentInstrumentCommandOutput
|
|
388
|
+
| CreatePaymentSessionCommandOutput
|
|
338
389
|
| DeleteABTestCommandOutput
|
|
339
390
|
| DeleteBatchEvaluationCommandOutput
|
|
340
391
|
| DeleteEventCommandOutput
|
|
341
392
|
| DeleteMemoryRecordCommandOutput
|
|
393
|
+
| DeletePaymentInstrumentCommandOutput
|
|
394
|
+
| DeletePaymentSessionCommandOutput
|
|
342
395
|
| DeleteRecommendationCommandOutput
|
|
343
396
|
| EvaluateCommandOutput
|
|
344
397
|
| GetABTestCommandOutput
|
|
@@ -348,9 +401,13 @@ export type ServiceOutputTypes =
|
|
|
348
401
|
| GetCodeInterpreterSessionCommandOutput
|
|
349
402
|
| GetEventCommandOutput
|
|
350
403
|
| GetMemoryRecordCommandOutput
|
|
404
|
+
| GetPaymentInstrumentBalanceCommandOutput
|
|
405
|
+
| GetPaymentInstrumentCommandOutput
|
|
406
|
+
| GetPaymentSessionCommandOutput
|
|
351
407
|
| GetRecommendationCommandOutput
|
|
352
408
|
| GetResourceApiKeyCommandOutput
|
|
353
409
|
| GetResourceOauth2TokenCommandOutput
|
|
410
|
+
| GetResourcePaymentTokenCommandOutput
|
|
354
411
|
| GetWorkloadAccessTokenCommandOutput
|
|
355
412
|
| GetWorkloadAccessTokenForJWTCommandOutput
|
|
356
413
|
| GetWorkloadAccessTokenForUserIdCommandOutput
|
|
@@ -367,8 +424,11 @@ export type ServiceOutputTypes =
|
|
|
367
424
|
| ListEventsCommandOutput
|
|
368
425
|
| ListMemoryExtractionJobsCommandOutput
|
|
369
426
|
| ListMemoryRecordsCommandOutput
|
|
427
|
+
| ListPaymentInstrumentsCommandOutput
|
|
428
|
+
| ListPaymentSessionsCommandOutput
|
|
370
429
|
| ListRecommendationsCommandOutput
|
|
371
430
|
| ListSessionsCommandOutput
|
|
431
|
+
| ProcessPaymentCommandOutput
|
|
372
432
|
| RetrieveMemoryRecordsCommandOutput
|
|
373
433
|
| SaveBrowserSessionProfileCommandOutput
|
|
374
434
|
| SearchRegistryRecordsCommandOutput
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchCreateMemoryRecordsCommandOutput
|
|
|
19
19
|
declare const BatchCreateMemoryRecordsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchCreateMemoryRecordsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchCreateMemoryRecordsCommandInput,
|
|
24
24
|
BatchCreateMemoryRecordsCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchCreateMemoryRecordsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchCreateMemoryRecordsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchCreateMemoryRecordsCommandInput,
|
|
33
33
|
BatchCreateMemoryRecordsCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchCreateMemoryRecordsCommand extends BatchCreateMemoryRecordsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteMemoryRecordsCommandOutput
|
|
|
19
19
|
declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteMemoryRecordsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteMemoryRecordsCommandInput,
|
|
24
24
|
BatchDeleteMemoryRecordsCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteMemoryRecordsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteMemoryRecordsCommandInput,
|
|
33
33
|
BatchDeleteMemoryRecordsCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteMemoryRecordsCommand extends BatchDeleteMemoryRecordsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateMemoryRecordsCommandOutput
|
|
|
19
19
|
declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateMemoryRecordsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateMemoryRecordsCommandInput,
|
|
24
24
|
BatchUpdateMemoryRecordsCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateMemoryRecordsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateMemoryRecordsCommandInput,
|
|
33
33
|
BatchUpdateMemoryRecordsCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchUpdateMemoryRecordsCommand extends BatchUpdateMemoryRecordsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CompleteResourceTokenAuthCommandOutput
|
|
|
19
19
|
declare const CompleteResourceTokenAuthCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CompleteResourceTokenAuthCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CompleteResourceTokenAuthCommandInput,
|
|
24
24
|
CompleteResourceTokenAuthCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CompleteResourceTokenAuthCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CompleteResourceTokenAuthCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CompleteResourceTokenAuthCommandInput,
|
|
33
33
|
CompleteResourceTokenAuthCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CompleteResourceTokenAuthCommand extends CompleteResourceTokenAuthCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateABTestCommandOutput
|
|
|
15
15
|
declare const CreateABTestCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateABTestCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateABTestCommandInput,
|
|
20
20
|
CreateABTestCommandOutput,
|
|
21
21
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateABTestCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateABTestCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateABTestCommandInput,
|
|
29
29
|
CreateABTestCommandOutput,
|
|
30
30
|
BedrockAgentCoreClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateABTestCommand extends CreateABTestCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateEventCommandOutput
|
|
|
15
15
|
declare const CreateEventCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateEventCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateEventCommandInput,
|
|
20
20
|
CreateEventCommandOutput,
|
|
21
21
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateEventCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateEventCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateEventCommandInput,
|
|
29
29
|
CreateEventCommandOutput,
|
|
30
30
|
BedrockAgentCoreClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateEventCommand extends CreateEventCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePaymentInstrumentRequest,
|
|
10
|
+
CreatePaymentInstrumentResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePaymentInstrumentCommandInput
|
|
15
|
+
extends CreatePaymentInstrumentRequest {}
|
|
16
|
+
export interface CreatePaymentInstrumentCommandOutput
|
|
17
|
+
extends CreatePaymentInstrumentResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePaymentInstrumentCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePaymentInstrumentCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreatePaymentInstrumentCommandInput,
|
|
24
|
+
CreatePaymentInstrumentCommandOutput,
|
|
25
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePaymentInstrumentCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreatePaymentInstrumentCommandInput,
|
|
33
|
+
CreatePaymentInstrumentCommandOutput,
|
|
34
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreatePaymentInstrumentCommand extends CreatePaymentInstrumentCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreatePaymentInstrumentRequest;
|
|
46
|
+
output: CreatePaymentInstrumentResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreatePaymentInstrumentCommandInput;
|
|
50
|
+
output: CreatePaymentInstrumentCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePaymentSessionRequest,
|
|
10
|
+
CreatePaymentSessionResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePaymentSessionCommandInput
|
|
15
|
+
extends CreatePaymentSessionRequest {}
|
|
16
|
+
export interface CreatePaymentSessionCommandOutput
|
|
17
|
+
extends CreatePaymentSessionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePaymentSessionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePaymentSessionCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreatePaymentSessionCommandInput,
|
|
24
|
+
CreatePaymentSessionCommandOutput,
|
|
25
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePaymentSessionCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreatePaymentSessionCommandInput,
|
|
33
|
+
CreatePaymentSessionCommandOutput,
|
|
34
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreatePaymentSessionCommand extends CreatePaymentSessionCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreatePaymentSessionRequest;
|
|
46
|
+
output: CreatePaymentSessionResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreatePaymentSessionCommandInput;
|
|
50
|
+
output: CreatePaymentSessionCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteABTestCommandOutput
|
|
|
15
15
|
declare const DeleteABTestCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteABTestCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteABTestCommandInput,
|
|
20
20
|
DeleteABTestCommandOutput,
|
|
21
21
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteABTestCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteABTestCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteABTestCommandInput,
|
|
29
29
|
DeleteABTestCommandOutput,
|
|
30
30
|
BedrockAgentCoreClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteABTestCommand extends DeleteABTestCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteBatchEvaluationCommandOutput
|
|
|
19
19
|
declare const DeleteBatchEvaluationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteBatchEvaluationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteBatchEvaluationCommandInput,
|
|
24
24
|
DeleteBatchEvaluationCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteBatchEvaluationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteBatchEvaluationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteBatchEvaluationCommandInput,
|
|
33
33
|
DeleteBatchEvaluationCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteBatchEvaluationCommand extends DeleteBatchEvaluationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteEventCommandOutput
|
|
|
15
15
|
declare const DeleteEventCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteEventCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteEventCommandInput,
|
|
20
20
|
DeleteEventCommandOutput,
|
|
21
21
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteEventCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteEventCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteEventCommandInput,
|
|
29
29
|
DeleteEventCommandOutput,
|
|
30
30
|
BedrockAgentCoreClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteEventCommand extends DeleteEventCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteMemoryRecordCommandOutput
|
|
|
19
19
|
declare const DeleteMemoryRecordCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteMemoryRecordCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteMemoryRecordCommandInput,
|
|
24
24
|
DeleteMemoryRecordCommandOutput,
|
|
25
25
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteMemoryRecordCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteMemoryRecordCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteMemoryRecordCommandInput,
|
|
33
33
|
DeleteMemoryRecordCommandOutput,
|
|
34
34
|
BedrockAgentCoreClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteMemoryRecordCommand extends DeleteMemoryRecordCommand_base {
|
|
41
43
|
protected static __types: {
|