@aws-sdk/client-bedrock-agentcore 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/BedrockAgentCore.d.ts +215 -247
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +13 -47
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +6 -12
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +24 -48
- package/dist-types/ts3.4/models/errors.d.ts +10 -30
- package/dist-types/ts3.4/models/models_0.d.ts +17 -52
- package/dist-types/ts3.4/models/models_1.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListABTestsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListActorsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import {
|
|
19
16
|
EventStreamSerdeInputConfig,
|
|
20
17
|
EventStreamSerdeResolvedConfig,
|
|
@@ -62,10 +59,7 @@ import {
|
|
|
62
59
|
CreateABTestCommandInput,
|
|
63
60
|
CreateABTestCommandOutput,
|
|
64
61
|
} from "./commands/CreateABTestCommand";
|
|
65
|
-
import {
|
|
66
|
-
CreateEventCommandInput,
|
|
67
|
-
CreateEventCommandOutput,
|
|
68
|
-
} from "./commands/CreateEventCommand";
|
|
62
|
+
import { CreateEventCommandInput, CreateEventCommandOutput } from "./commands/CreateEventCommand";
|
|
69
63
|
import {
|
|
70
64
|
CreatePaymentInstrumentCommandInput,
|
|
71
65
|
CreatePaymentInstrumentCommandOutput,
|
|
@@ -82,10 +76,7 @@ import {
|
|
|
82
76
|
DeleteBatchEvaluationCommandInput,
|
|
83
77
|
DeleteBatchEvaluationCommandOutput,
|
|
84
78
|
} from "./commands/DeleteBatchEvaluationCommand";
|
|
85
|
-
import {
|
|
86
|
-
DeleteEventCommandInput,
|
|
87
|
-
DeleteEventCommandOutput,
|
|
88
|
-
} from "./commands/DeleteEventCommand";
|
|
79
|
+
import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
|
|
89
80
|
import {
|
|
90
81
|
DeleteMemoryRecordCommandInput,
|
|
91
82
|
DeleteMemoryRecordCommandOutput,
|
|
@@ -102,14 +93,8 @@ import {
|
|
|
102
93
|
DeleteRecommendationCommandInput,
|
|
103
94
|
DeleteRecommendationCommandOutput,
|
|
104
95
|
} from "./commands/DeleteRecommendationCommand";
|
|
105
|
-
import {
|
|
106
|
-
|
|
107
|
-
EvaluateCommandOutput,
|
|
108
|
-
} from "./commands/EvaluateCommand";
|
|
109
|
-
import {
|
|
110
|
-
GetABTestCommandInput,
|
|
111
|
-
GetABTestCommandOutput,
|
|
112
|
-
} from "./commands/GetABTestCommand";
|
|
96
|
+
import { EvaluateCommandInput, EvaluateCommandOutput } from "./commands/EvaluateCommand";
|
|
97
|
+
import { GetABTestCommandInput, GetABTestCommandOutput } from "./commands/GetABTestCommand";
|
|
113
98
|
import {
|
|
114
99
|
GetAgentCardCommandInput,
|
|
115
100
|
GetAgentCardCommandOutput,
|
|
@@ -126,10 +111,7 @@ import {
|
|
|
126
111
|
GetCodeInterpreterSessionCommandInput,
|
|
127
112
|
GetCodeInterpreterSessionCommandOutput,
|
|
128
113
|
} from "./commands/GetCodeInterpreterSessionCommand";
|
|
129
|
-
import {
|
|
130
|
-
GetEventCommandInput,
|
|
131
|
-
GetEventCommandOutput,
|
|
132
|
-
} from "./commands/GetEventCommand";
|
|
114
|
+
import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
|
|
133
115
|
import {
|
|
134
116
|
GetMemoryRecordCommandInput,
|
|
135
117
|
GetMemoryRecordCommandOutput,
|
|
@@ -194,14 +176,8 @@ import {
|
|
|
194
176
|
InvokeHarnessCommandInput,
|
|
195
177
|
InvokeHarnessCommandOutput,
|
|
196
178
|
} from "./commands/InvokeHarnessCommand";
|
|
197
|
-
import {
|
|
198
|
-
|
|
199
|
-
ListABTestsCommandOutput,
|
|
200
|
-
} from "./commands/ListABTestsCommand";
|
|
201
|
-
import {
|
|
202
|
-
ListActorsCommandInput,
|
|
203
|
-
ListActorsCommandOutput,
|
|
204
|
-
} from "./commands/ListActorsCommand";
|
|
179
|
+
import { ListABTestsCommandInput, ListABTestsCommandOutput } from "./commands/ListABTestsCommand";
|
|
180
|
+
import { ListActorsCommandInput, ListActorsCommandOutput } from "./commands/ListActorsCommand";
|
|
205
181
|
import {
|
|
206
182
|
ListBatchEvaluationsCommandInput,
|
|
207
183
|
ListBatchEvaluationsCommandOutput,
|
|
@@ -214,10 +190,7 @@ import {
|
|
|
214
190
|
ListCodeInterpreterSessionsCommandInput,
|
|
215
191
|
ListCodeInterpreterSessionsCommandOutput,
|
|
216
192
|
} from "./commands/ListCodeInterpreterSessionsCommand";
|
|
217
|
-
import {
|
|
218
|
-
ListEventsCommandInput,
|
|
219
|
-
ListEventsCommandOutput,
|
|
220
|
-
} from "./commands/ListEventsCommand";
|
|
193
|
+
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
221
194
|
import {
|
|
222
195
|
ListMemoryExtractionJobsCommandInput,
|
|
223
196
|
ListMemoryExtractionJobsCommandOutput,
|
|
@@ -441,8 +414,7 @@ export type ServiceOutputTypes =
|
|
|
441
414
|
| StopRuntimeSessionCommandOutput
|
|
442
415
|
| UpdateABTestCommandOutput
|
|
443
416
|
| UpdateBrowserStreamCommandOutput;
|
|
444
|
-
export interface ClientDefaults
|
|
445
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
417
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
446
418
|
requestHandler?: __HttpHandlerUserInput;
|
|
447
419
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
448
420
|
urlParser?: __UrlParser;
|
|
@@ -481,8 +453,7 @@ export type BedrockAgentCoreClientConfigType = Partial<
|
|
|
481
453
|
EventStreamSerdeInputConfig &
|
|
482
454
|
HttpAuthSchemeInputConfig &
|
|
483
455
|
ClientInputEndpointParameters;
|
|
484
|
-
export interface BedrockAgentCoreClientConfig
|
|
485
|
-
extends BedrockAgentCoreClientConfigType {}
|
|
456
|
+
export interface BedrockAgentCoreClientConfig extends BedrockAgentCoreClientConfigType {}
|
|
486
457
|
export type BedrockAgentCoreClientResolvedConfigType =
|
|
487
458
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
488
459
|
Required<ClientDefaults> &
|
|
@@ -495,8 +466,7 @@ export type BedrockAgentCoreClientResolvedConfigType =
|
|
|
495
466
|
EventStreamSerdeResolvedConfig &
|
|
496
467
|
HttpAuthSchemeResolvedConfig &
|
|
497
468
|
ClientResolvedEndpointParameters;
|
|
498
|
-
export interface BedrockAgentCoreClientResolvedConfig
|
|
499
|
-
extends BedrockAgentCoreClientResolvedConfigType {}
|
|
469
|
+
export interface BedrockAgentCoreClientResolvedConfig extends BedrockAgentCoreClientResolvedConfigType {}
|
|
500
470
|
export declare class BedrockAgentCoreClient extends __Client<
|
|
501
471
|
__HttpHandlerOptions,
|
|
502
472
|
ServiceInputTypes,
|
|
@@ -504,10 +474,6 @@ export declare class BedrockAgentCoreClient extends __Client<
|
|
|
504
474
|
BedrockAgentCoreClientResolvedConfig
|
|
505
475
|
> {
|
|
506
476
|
readonly config: BedrockAgentCoreClientResolvedConfig;
|
|
507
|
-
constructor(
|
|
508
|
-
...[
|
|
509
|
-
configuration,
|
|
510
|
-
]: __CheckOptionalClientConfig<BedrockAgentCoreClientConfig>
|
|
511
|
-
);
|
|
477
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<BedrockAgentCoreClientConfig>);
|
|
512
478
|
destroy(): void;
|
|
513
479
|
}
|
|
@@ -7,17 +7,10 @@ import { BedrockAgentCoreHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: BedrockAgentCoreHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: BedrockAgentCoreHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): BedrockAgentCoreHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { BedrockAgentCoreClientResolvedConfig } from "../BedrockAgentCoreClient";
|
|
15
|
-
export interface BedrockAgentCoreHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface BedrockAgentCoreHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface BedrockAgentCoreHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface BedrockAgentCoreHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
BedrockAgentCoreClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
BedrockAgentCoreHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultBedrockAgentCoreHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: BedrockAgentCoreClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<BedrockAgentCoreHttpAuthSchemeParameters>;
|
|
31
|
-
export interface BedrockAgentCoreHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<BedrockAgentCoreHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface BedrockAgentCoreHttpAuthSchemeProvider extends HttpAuthSchemeProvider<BedrockAgentCoreHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultBedrockAgentCoreHttpAuthSchemeProvider: BedrockAgentCoreHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: BedrockAgentCoreHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: BedrockAgentCoreHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./BedrockAgentCoreClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
BedrockAgentCoreClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchCreateMemoryRecordsInput,
|
|
4
|
-
BatchCreateMemoryRecordsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchCreateMemoryRecordsInput, BatchCreateMemoryRecordsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchCreateMemoryRecordsCommandInput
|
|
8
|
-
extends BatchCreateMemoryRecordsInput {}
|
|
4
|
+
export interface BatchCreateMemoryRecordsCommandInput extends BatchCreateMemoryRecordsInput {}
|
|
9
5
|
export interface BatchCreateMemoryRecordsCommandOutput
|
|
10
|
-
extends BatchCreateMemoryRecordsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchCreateMemoryRecordsOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchCreateMemoryRecordsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchCreateMemoryRecordsCommandInput
|
|
9
|
+
input: BatchCreateMemoryRecordsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchCreateMemoryRecordsCommandInput,
|
|
17
12
|
BatchCreateMemoryRecordsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchCreateMemoryRecordsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchCreateMemoryRecordsCommandInput
|
|
18
|
+
input: BatchCreateMemoryRecordsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchCreateMemoryRecordsCommandInput,
|
|
26
21
|
BatchCreateMemoryRecordsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchDeleteMemoryRecordsInput,
|
|
4
|
-
BatchDeleteMemoryRecordsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchDeleteMemoryRecordsInput, BatchDeleteMemoryRecordsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeleteMemoryRecordsCommandInput
|
|
8
|
-
extends BatchDeleteMemoryRecordsInput {}
|
|
4
|
+
export interface BatchDeleteMemoryRecordsCommandInput extends BatchDeleteMemoryRecordsInput {}
|
|
9
5
|
export interface BatchDeleteMemoryRecordsCommandOutput
|
|
10
|
-
extends BatchDeleteMemoryRecordsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchDeleteMemoryRecordsOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchDeleteMemoryRecordsCommandInput
|
|
9
|
+
input: BatchDeleteMemoryRecordsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchDeleteMemoryRecordsCommandInput,
|
|
17
12
|
BatchDeleteMemoryRecordsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchDeleteMemoryRecordsCommandInput
|
|
18
|
+
input: BatchDeleteMemoryRecordsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchDeleteMemoryRecordsCommandInput,
|
|
26
21
|
BatchDeleteMemoryRecordsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchUpdateMemoryRecordsInput,
|
|
4
|
-
BatchUpdateMemoryRecordsOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchUpdateMemoryRecordsInput, BatchUpdateMemoryRecordsOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchUpdateMemoryRecordsCommandInput
|
|
8
|
-
extends BatchUpdateMemoryRecordsInput {}
|
|
4
|
+
export interface BatchUpdateMemoryRecordsCommandInput extends BatchUpdateMemoryRecordsInput {}
|
|
9
5
|
export interface BatchUpdateMemoryRecordsCommandOutput
|
|
10
|
-
extends BatchUpdateMemoryRecordsOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchUpdateMemoryRecordsOutput, __MetadataBearer {}
|
|
12
7
|
declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchUpdateMemoryRecordsCommandInput
|
|
9
|
+
input: BatchUpdateMemoryRecordsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchUpdateMemoryRecordsCommandInput,
|
|
17
12
|
BatchUpdateMemoryRecordsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchUpdateMemoryRecordsCommandInput
|
|
18
|
+
input: BatchUpdateMemoryRecordsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchUpdateMemoryRecordsCommandInput,
|
|
26
21
|
BatchUpdateMemoryRecordsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CompleteResourceTokenAuthResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CompleteResourceTokenAuthCommandInput
|
|
8
|
-
extends CompleteResourceTokenAuthRequest {}
|
|
7
|
+
export interface CompleteResourceTokenAuthCommandInput extends CompleteResourceTokenAuthRequest {}
|
|
9
8
|
export interface CompleteResourceTokenAuthCommandOutput
|
|
10
|
-
extends CompleteResourceTokenAuthResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CompleteResourceTokenAuthResponse, __MetadataBearer {}
|
|
12
10
|
declare const CompleteResourceTokenAuthCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CompleteResourceTokenAuthCommandInput
|
|
12
|
+
input: CompleteResourceTokenAuthCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CompleteResourceTokenAuthCommandInput,
|
|
17
15
|
CompleteResourceTokenAuthCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CompleteResourceTokenAuthCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CompleteResourceTokenAuthCommandInput
|
|
21
|
+
input: CompleteResourceTokenAuthCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CompleteResourceTokenAuthCommandInput,
|
|
26
24
|
CompleteResourceTokenAuthCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateABTestRequest, CreateABTestResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateABTestCommandInput extends CreateABTestRequest {}
|
|
5
|
-
export interface CreateABTestCommandOutput
|
|
6
|
-
extends CreateABTestResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateABTestCommandOutput extends CreateABTestResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateABTestCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateABTestCommandInput
|
|
8
|
+
input: CreateABTestCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateABTestCommandInput,
|
|
13
11
|
CreateABTestCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateABTestCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateABTestCommandInput
|
|
17
|
+
input: CreateABTestCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateABTestCommandInput,
|
|
22
20
|
CreateABTestCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateEventInput, CreateEventOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateEventCommandInput extends CreateEventInput {}
|
|
5
|
-
export interface CreateEventCommandOutput
|
|
6
|
-
extends CreateEventOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateEventCommandOutput extends CreateEventOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreateEventCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateEventCommandInput
|
|
8
|
+
input: CreateEventCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateEventCommandInput,
|
|
13
11
|
CreateEventCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateEventCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateEventCommandInput
|
|
17
|
+
input: CreateEventCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateEventCommandInput,
|
|
22
20
|
CreateEventCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePaymentInstrumentResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePaymentInstrumentCommandInput
|
|
8
|
-
extends CreatePaymentInstrumentRequest {}
|
|
7
|
+
export interface CreatePaymentInstrumentCommandInput extends CreatePaymentInstrumentRequest {}
|
|
9
8
|
export interface CreatePaymentInstrumentCommandOutput
|
|
10
|
-
extends CreatePaymentInstrumentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePaymentInstrumentResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePaymentInstrumentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePaymentInstrumentCommandInput
|
|
12
|
+
input: CreatePaymentInstrumentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePaymentInstrumentCommandInput,
|
|
17
15
|
CreatePaymentInstrumentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePaymentInstrumentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePaymentInstrumentCommandInput
|
|
21
|
+
input: CreatePaymentInstrumentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePaymentInstrumentCommandInput,
|
|
26
24
|
CreatePaymentInstrumentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePaymentSessionRequest,
|
|
4
|
-
CreatePaymentSessionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { CreatePaymentSessionRequest, CreatePaymentSessionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePaymentSessionCommandInput
|
|
8
|
-
extends CreatePaymentSessionRequest {}
|
|
4
|
+
export interface CreatePaymentSessionCommandInput extends CreatePaymentSessionRequest {}
|
|
9
5
|
export interface CreatePaymentSessionCommandOutput
|
|
10
|
-
extends CreatePaymentSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePaymentSessionResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreatePaymentSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePaymentSessionCommandInput
|
|
9
|
+
input: CreatePaymentSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePaymentSessionCommandInput,
|
|
17
12
|
CreatePaymentSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePaymentSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePaymentSessionCommandInput
|
|
18
|
+
input: CreatePaymentSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePaymentSessionCommandInput,
|
|
26
21
|
CreatePaymentSessionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteABTestRequest, DeleteABTestResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteABTestCommandInput extends DeleteABTestRequest {}
|
|
5
|
-
export interface DeleteABTestCommandOutput
|
|
6
|
-
extends DeleteABTestResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteABTestCommandOutput extends DeleteABTestResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteABTestCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteABTestCommandInput
|
|
8
|
+
input: DeleteABTestCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteABTestCommandInput,
|
|
13
11
|
DeleteABTestCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteABTestCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteABTestCommandInput
|
|
17
|
+
input: DeleteABTestCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteABTestCommandInput,
|
|
22
20
|
DeleteABTestCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteBatchEvaluationRequest,
|
|
4
|
-
DeleteBatchEvaluationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteBatchEvaluationRequest, DeleteBatchEvaluationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteBatchEvaluationCommandInput
|
|
8
|
-
extends DeleteBatchEvaluationRequest {}
|
|
4
|
+
export interface DeleteBatchEvaluationCommandInput extends DeleteBatchEvaluationRequest {}
|
|
9
5
|
export interface DeleteBatchEvaluationCommandOutput
|
|
10
|
-
extends DeleteBatchEvaluationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteBatchEvaluationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteBatchEvaluationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteBatchEvaluationCommandInput
|
|
9
|
+
input: DeleteBatchEvaluationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteBatchEvaluationCommandInput,
|
|
17
12
|
DeleteBatchEvaluationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteBatchEvaluationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteBatchEvaluationCommandInput
|
|
18
|
+
input: DeleteBatchEvaluationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteBatchEvaluationCommandInput,
|
|
26
21
|
DeleteBatchEvaluationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteEventInput, DeleteEventOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteEventCommandInput extends DeleteEventInput {}
|
|
5
|
-
export interface DeleteEventCommandOutput
|
|
6
|
-
extends DeleteEventOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteEventCommandOutput extends DeleteEventOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeleteEventCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteEventCommandInput
|
|
8
|
+
input: DeleteEventCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteEventCommandInput,
|
|
13
11
|
DeleteEventCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteEventCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteEventCommandInput
|
|
17
|
+
input: DeleteEventCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteEventCommandInput,
|
|
22
20
|
DeleteEventCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteMemoryRecordInput,
|
|
4
|
-
DeleteMemoryRecordOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteMemoryRecordInput, DeleteMemoryRecordOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMemoryRecordCommandInput
|
|
8
|
-
extends DeleteMemoryRecordInput {}
|
|
4
|
+
export interface DeleteMemoryRecordCommandInput extends DeleteMemoryRecordInput {}
|
|
9
5
|
export interface DeleteMemoryRecordCommandOutput
|
|
10
|
-
extends DeleteMemoryRecordOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteMemoryRecordOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteMemoryRecordCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteMemoryRecordCommandInput
|
|
9
|
+
input: DeleteMemoryRecordCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteMemoryRecordCommandInput,
|
|
17
12
|
DeleteMemoryRecordCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteMemoryRecordCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteMemoryRecordCommandInput
|
|
18
|
+
input: DeleteMemoryRecordCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteMemoryRecordCommandInput,
|
|
26
21
|
DeleteMemoryRecordCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeletePaymentInstrumentResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePaymentInstrumentCommandInput
|
|
8
|
-
extends DeletePaymentInstrumentRequest {}
|
|
7
|
+
export interface DeletePaymentInstrumentCommandInput extends DeletePaymentInstrumentRequest {}
|
|
9
8
|
export interface DeletePaymentInstrumentCommandOutput
|
|
10
|
-
extends DeletePaymentInstrumentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeletePaymentInstrumentResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeletePaymentInstrumentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeletePaymentInstrumentCommandInput
|
|
12
|
+
input: DeletePaymentInstrumentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeletePaymentInstrumentCommandInput,
|
|
17
15
|
DeletePaymentInstrumentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeletePaymentInstrumentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeletePaymentInstrumentCommandInput
|
|
21
|
+
input: DeletePaymentInstrumentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeletePaymentInstrumentCommandInput,
|
|
26
24
|
DeletePaymentInstrumentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePaymentSessionRequest,
|
|
4
|
-
DeletePaymentSessionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { DeletePaymentSessionRequest, DeletePaymentSessionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePaymentSessionCommandInput
|
|
8
|
-
extends DeletePaymentSessionRequest {}
|
|
4
|
+
export interface DeletePaymentSessionCommandInput extends DeletePaymentSessionRequest {}
|
|
9
5
|
export interface DeletePaymentSessionCommandOutput
|
|
10
|
-
extends DeletePaymentSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePaymentSessionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeletePaymentSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePaymentSessionCommandInput
|
|
9
|
+
input: DeletePaymentSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePaymentSessionCommandInput,
|
|
17
12
|
DeletePaymentSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePaymentSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePaymentSessionCommandInput
|
|
18
|
+
input: DeletePaymentSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePaymentSessionCommandInput,
|
|
26
21
|
DeletePaymentSessionCommandOutput,
|