@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
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteRecommendationRequest,
|
|
4
|
-
DeleteRecommendationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteRecommendationRequest, DeleteRecommendationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteRecommendationCommandInput
|
|
8
|
-
extends DeleteRecommendationRequest {}
|
|
4
|
+
export interface DeleteRecommendationCommandInput extends DeleteRecommendationRequest {}
|
|
9
5
|
export interface DeleteRecommendationCommandOutput
|
|
10
|
-
extends DeleteRecommendationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteRecommendationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteRecommendationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteRecommendationCommandInput
|
|
9
|
+
input: DeleteRecommendationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteRecommendationCommandInput,
|
|
17
12
|
DeleteRecommendationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteRecommendationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteRecommendationCommandInput
|
|
18
|
+
input: DeleteRecommendationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteRecommendationCommandInput,
|
|
26
21
|
DeleteRecommendationCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { EvaluateRequest, EvaluateResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface EvaluateCommandInput extends EvaluateRequest {}
|
|
5
|
-
export interface EvaluateCommandOutput
|
|
6
|
-
extends EvaluateResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface EvaluateCommandOutput extends EvaluateResponse, __MetadataBearer {}
|
|
8
6
|
declare const EvaluateCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: EvaluateCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
EvaluateCommandInput,
|
|
11
11
|
EvaluateCommandOutput,
|
|
12
12
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: EvaluateCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
EvaluateCommandInput,
|
|
18
20
|
EvaluateCommandOutput,
|
|
19
21
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetABTestRequest, GetABTestResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetABTestCommandInput extends GetABTestRequest {}
|
|
5
|
-
export interface GetABTestCommandOutput
|
|
6
|
-
extends GetABTestResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetABTestCommandOutput extends GetABTestResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetABTestCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetABTestCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetABTestCommandInput,
|
|
11
11
|
GetABTestCommandOutput,
|
|
12
12
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetABTestCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetABTestCommandInput,
|
|
18
20
|
GetABTestCommandOutput,
|
|
19
21
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAgentCardRequest, GetAgentCardResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAgentCardCommandInput extends GetAgentCardRequest {}
|
|
5
|
-
export interface GetAgentCardCommandOutput
|
|
6
|
-
extends GetAgentCardResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAgentCardCommandOutput extends GetAgentCardResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAgentCardCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAgentCardCommandInput
|
|
8
|
+
input: GetAgentCardCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAgentCardCommandInput,
|
|
13
11
|
GetAgentCardCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAgentCardCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAgentCardCommandInput
|
|
17
|
+
input: GetAgentCardCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAgentCardCommandInput,
|
|
22
20
|
GetAgentCardCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBatchEvaluationRequest,
|
|
4
|
-
GetBatchEvaluationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBatchEvaluationRequest, GetBatchEvaluationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBatchEvaluationCommandInput
|
|
8
|
-
extends GetBatchEvaluationRequest {}
|
|
4
|
+
export interface GetBatchEvaluationCommandInput extends GetBatchEvaluationRequest {}
|
|
9
5
|
export interface GetBatchEvaluationCommandOutput
|
|
10
|
-
extends GetBatchEvaluationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBatchEvaluationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBatchEvaluationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBatchEvaluationCommandInput
|
|
9
|
+
input: GetBatchEvaluationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBatchEvaluationCommandInput,
|
|
17
12
|
GetBatchEvaluationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBatchEvaluationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBatchEvaluationCommandInput
|
|
18
|
+
input: GetBatchEvaluationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBatchEvaluationCommandInput,
|
|
26
21
|
GetBatchEvaluationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBrowserSessionRequest,
|
|
4
|
-
GetBrowserSessionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBrowserSessionRequest, GetBrowserSessionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBrowserSessionCommandInput
|
|
8
|
-
extends GetBrowserSessionRequest {}
|
|
4
|
+
export interface GetBrowserSessionCommandInput extends GetBrowserSessionRequest {}
|
|
9
5
|
export interface GetBrowserSessionCommandOutput
|
|
10
|
-
extends GetBrowserSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetBrowserSessionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetBrowserSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetBrowserSessionCommandInput
|
|
9
|
+
input: GetBrowserSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetBrowserSessionCommandInput,
|
|
17
12
|
GetBrowserSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetBrowserSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetBrowserSessionCommandInput
|
|
18
|
+
input: GetBrowserSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetBrowserSessionCommandInput,
|
|
26
21
|
GetBrowserSessionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCodeInterpreterSessionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCodeInterpreterSessionCommandInput
|
|
8
|
-
extends GetCodeInterpreterSessionRequest {}
|
|
7
|
+
export interface GetCodeInterpreterSessionCommandInput extends GetCodeInterpreterSessionRequest {}
|
|
9
8
|
export interface GetCodeInterpreterSessionCommandOutput
|
|
10
|
-
extends GetCodeInterpreterSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCodeInterpreterSessionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCodeInterpreterSessionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCodeInterpreterSessionCommandInput
|
|
12
|
+
input: GetCodeInterpreterSessionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCodeInterpreterSessionCommandInput,
|
|
17
15
|
GetCodeInterpreterSessionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCodeInterpreterSessionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCodeInterpreterSessionCommandInput
|
|
21
|
+
input: GetCodeInterpreterSessionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCodeInterpreterSessionCommandInput,
|
|
26
24
|
GetCodeInterpreterSessionCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetEventInput, GetEventOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetEventCommandInput extends GetEventInput {}
|
|
5
|
-
export interface GetEventCommandOutput
|
|
6
|
-
extends GetEventOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetEventCommandOutput extends GetEventOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetEventCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetEventCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetEventCommandInput,
|
|
11
11
|
GetEventCommandOutput,
|
|
12
12
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetEventCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetEventCommandInput,
|
|
18
20
|
GetEventCommandOutput,
|
|
19
21
|
import("..").BedrockAgentCoreClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMemoryRecordInput,
|
|
4
|
-
GetMemoryRecordOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMemoryRecordInput, GetMemoryRecordOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetMemoryRecordCommandInput extends GetMemoryRecordInput {}
|
|
8
|
-
export interface GetMemoryRecordCommandOutput
|
|
9
|
-
extends GetMemoryRecordOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMemoryRecordCommandOutput extends GetMemoryRecordOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetMemoryRecordCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetMemoryRecordCommandInput
|
|
8
|
+
input: GetMemoryRecordCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetMemoryRecordCommandInput,
|
|
16
11
|
GetMemoryRecordCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetMemoryRecordCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetMemoryRecordCommandInput
|
|
17
|
+
input: GetMemoryRecordCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetMemoryRecordCommandInput,
|
|
25
20
|
GetMemoryRecordCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPaymentInstrumentBalanceResponse,
|
|
5
5
|
} from "../models/models_1";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPaymentInstrumentBalanceCommandInput
|
|
8
|
-
extends GetPaymentInstrumentBalanceRequest {}
|
|
7
|
+
export interface GetPaymentInstrumentBalanceCommandInput extends GetPaymentInstrumentBalanceRequest {}
|
|
9
8
|
export interface GetPaymentInstrumentBalanceCommandOutput
|
|
10
|
-
extends GetPaymentInstrumentBalanceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPaymentInstrumentBalanceResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPaymentInstrumentBalanceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPaymentInstrumentBalanceCommandInput
|
|
12
|
+
input: GetPaymentInstrumentBalanceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPaymentInstrumentBalanceCommandInput,
|
|
17
15
|
GetPaymentInstrumentBalanceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPaymentInstrumentBalanceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPaymentInstrumentBalanceCommandInput
|
|
21
|
+
input: GetPaymentInstrumentBalanceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPaymentInstrumentBalanceCommandInput,
|
|
26
24
|
GetPaymentInstrumentBalanceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPaymentInstrumentRequest,
|
|
4
|
-
GetPaymentInstrumentResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { GetPaymentInstrumentRequest, GetPaymentInstrumentResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPaymentInstrumentCommandInput
|
|
8
|
-
extends GetPaymentInstrumentRequest {}
|
|
4
|
+
export interface GetPaymentInstrumentCommandInput extends GetPaymentInstrumentRequest {}
|
|
9
5
|
export interface GetPaymentInstrumentCommandOutput
|
|
10
|
-
extends GetPaymentInstrumentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPaymentInstrumentResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetPaymentInstrumentCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPaymentInstrumentCommandInput
|
|
9
|
+
input: GetPaymentInstrumentCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPaymentInstrumentCommandInput,
|
|
17
12
|
GetPaymentInstrumentCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPaymentInstrumentCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPaymentInstrumentCommandInput
|
|
18
|
+
input: GetPaymentInstrumentCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPaymentInstrumentCommandInput,
|
|
26
21
|
GetPaymentInstrumentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPaymentSessionRequest,
|
|
4
|
-
GetPaymentSessionResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { GetPaymentSessionRequest, GetPaymentSessionResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPaymentSessionCommandInput
|
|
8
|
-
extends GetPaymentSessionRequest {}
|
|
4
|
+
export interface GetPaymentSessionCommandInput extends GetPaymentSessionRequest {}
|
|
9
5
|
export interface GetPaymentSessionCommandOutput
|
|
10
|
-
extends GetPaymentSessionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPaymentSessionResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetPaymentSessionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPaymentSessionCommandInput
|
|
9
|
+
input: GetPaymentSessionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPaymentSessionCommandInput,
|
|
17
12
|
GetPaymentSessionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPaymentSessionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPaymentSessionCommandInput
|
|
18
|
+
input: GetPaymentSessionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPaymentSessionCommandInput,
|
|
26
21
|
GetPaymentSessionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetRecommendationRequest,
|
|
4
|
-
GetRecommendationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetRecommendationCommandInput
|
|
8
|
-
extends GetRecommendationRequest {}
|
|
4
|
+
export interface GetRecommendationCommandInput extends GetRecommendationRequest {}
|
|
9
5
|
export interface GetRecommendationCommandOutput
|
|
10
|
-
extends GetRecommendationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetRecommendationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetRecommendationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetRecommendationCommandInput
|
|
9
|
+
input: GetRecommendationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetRecommendationCommandInput,
|
|
17
12
|
GetRecommendationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetRecommendationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetRecommendationCommandInput
|
|
18
|
+
input: GetRecommendationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetRecommendationCommandInput,
|
|
26
21
|
GetRecommendationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceApiKeyRequest,
|
|
4
|
-
GetResourceApiKeyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceApiKeyRequest, GetResourceApiKeyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceApiKeyCommandInput
|
|
8
|
-
extends GetResourceApiKeyRequest {}
|
|
4
|
+
export interface GetResourceApiKeyCommandInput extends GetResourceApiKeyRequest {}
|
|
9
5
|
export interface GetResourceApiKeyCommandOutput
|
|
10
|
-
extends GetResourceApiKeyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceApiKeyResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceApiKeyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceApiKeyCommandInput
|
|
9
|
+
input: GetResourceApiKeyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceApiKeyCommandInput,
|
|
17
12
|
GetResourceApiKeyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceApiKeyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceApiKeyCommandInput
|
|
18
|
+
input: GetResourceApiKeyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceApiKeyCommandInput,
|
|
26
21
|
GetResourceApiKeyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceOauth2TokenRequest,
|
|
4
|
-
GetResourceOauth2TokenResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceOauth2TokenRequest, GetResourceOauth2TokenResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceOauth2TokenCommandInput
|
|
8
|
-
extends GetResourceOauth2TokenRequest {}
|
|
4
|
+
export interface GetResourceOauth2TokenCommandInput extends GetResourceOauth2TokenRequest {}
|
|
9
5
|
export interface GetResourceOauth2TokenCommandOutput
|
|
10
|
-
extends GetResourceOauth2TokenResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceOauth2TokenResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceOauth2TokenCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceOauth2TokenCommandInput
|
|
9
|
+
input: GetResourceOauth2TokenCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceOauth2TokenCommandInput,
|
|
17
12
|
GetResourceOauth2TokenCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceOauth2TokenCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceOauth2TokenCommandInput
|
|
18
|
+
input: GetResourceOauth2TokenCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceOauth2TokenCommandInput,
|
|
26
21
|
GetResourceOauth2TokenCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetResourcePaymentTokenResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourcePaymentTokenCommandInput
|
|
8
|
-
extends GetResourcePaymentTokenRequest {}
|
|
7
|
+
export interface GetResourcePaymentTokenCommandInput extends GetResourcePaymentTokenRequest {}
|
|
9
8
|
export interface GetResourcePaymentTokenCommandOutput
|
|
10
|
-
extends GetResourcePaymentTokenResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetResourcePaymentTokenResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetResourcePaymentTokenCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetResourcePaymentTokenCommandInput
|
|
12
|
+
input: GetResourcePaymentTokenCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetResourcePaymentTokenCommandInput,
|
|
17
15
|
GetResourcePaymentTokenCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetResourcePaymentTokenCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetResourcePaymentTokenCommandInput
|
|
21
|
+
input: GetResourcePaymentTokenCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetResourcePaymentTokenCommandInput,
|
|
26
24
|
GetResourcePaymentTokenCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetWorkloadAccessTokenRequest,
|
|
4
|
-
GetWorkloadAccessTokenResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetWorkloadAccessTokenRequest, GetWorkloadAccessTokenResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetWorkloadAccessTokenCommandInput
|
|
8
|
-
extends GetWorkloadAccessTokenRequest {}
|
|
4
|
+
export interface GetWorkloadAccessTokenCommandInput extends GetWorkloadAccessTokenRequest {}
|
|
9
5
|
export interface GetWorkloadAccessTokenCommandOutput
|
|
10
|
-
extends GetWorkloadAccessTokenResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetWorkloadAccessTokenResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetWorkloadAccessTokenCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetWorkloadAccessTokenCommandInput
|
|
9
|
+
input: GetWorkloadAccessTokenCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetWorkloadAccessTokenCommandInput,
|
|
17
12
|
GetWorkloadAccessTokenCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetWorkloadAccessTokenCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetWorkloadAccessTokenCommandInput
|
|
18
|
+
input: GetWorkloadAccessTokenCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetWorkloadAccessTokenCommandInput,
|
|
26
21
|
GetWorkloadAccessTokenCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetWorkloadAccessTokenForJWTResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetWorkloadAccessTokenForJWTCommandInput
|
|
8
|
-
extends GetWorkloadAccessTokenForJWTRequest {}
|
|
7
|
+
export interface GetWorkloadAccessTokenForJWTCommandInput extends GetWorkloadAccessTokenForJWTRequest {}
|
|
9
8
|
export interface GetWorkloadAccessTokenForJWTCommandOutput
|
|
10
|
-
extends GetWorkloadAccessTokenForJWTResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetWorkloadAccessTokenForJWTResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetWorkloadAccessTokenForJWTCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetWorkloadAccessTokenForJWTCommandInput
|
|
12
|
+
input: GetWorkloadAccessTokenForJWTCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetWorkloadAccessTokenForJWTCommandInput,
|
|
17
15
|
GetWorkloadAccessTokenForJWTCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetWorkloadAccessTokenForJWTCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetWorkloadAccessTokenForJWTCommandInput
|
|
21
|
+
input: GetWorkloadAccessTokenForJWTCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetWorkloadAccessTokenForJWTCommandInput,
|
|
26
24
|
GetWorkloadAccessTokenForJWTCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetWorkloadAccessTokenForUserIdResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetWorkloadAccessTokenForUserIdCommandInput
|
|
8
|
-
extends GetWorkloadAccessTokenForUserIdRequest {}
|
|
7
|
+
export interface GetWorkloadAccessTokenForUserIdCommandInput extends GetWorkloadAccessTokenForUserIdRequest {}
|
|
9
8
|
export interface GetWorkloadAccessTokenForUserIdCommandOutput
|
|
10
|
-
extends GetWorkloadAccessTokenForUserIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetWorkloadAccessTokenForUserIdResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetWorkloadAccessTokenForUserIdCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetWorkloadAccessTokenForUserIdCommandInput
|
|
12
|
+
input: GetWorkloadAccessTokenForUserIdCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetWorkloadAccessTokenForUserIdCommandInput,
|
|
17
15
|
GetWorkloadAccessTokenForUserIdCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetWorkloadAccessTokenForUserIdCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetWorkloadAccessTokenForUserIdCommandInput
|
|
21
|
+
input: GetWorkloadAccessTokenForUserIdCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetWorkloadAccessTokenForUserIdCommandInput,
|
|
26
24
|
GetWorkloadAccessTokenForUserIdCommandOutput,
|
|
@@ -3,10 +3,7 @@ import {
|
|
|
3
3
|
MetadataBearer as __MetadataBearer,
|
|
4
4
|
StreamingBlobPayloadOutputTypes,
|
|
5
5
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
InvokeAgentRuntimeRequest,
|
|
8
|
-
InvokeAgentRuntimeResponse,
|
|
9
|
-
} from "../models/models_0";
|
|
6
|
+
import { InvokeAgentRuntimeRequest, InvokeAgentRuntimeResponse } from "../models/models_0";
|
|
10
7
|
export { __MetadataBearer };
|
|
11
8
|
export type InvokeAgentRuntimeCommandInputType = Pick<
|
|
12
9
|
InvokeAgentRuntimeRequest,
|
|
@@ -14,19 +11,16 @@ export type InvokeAgentRuntimeCommandInputType = Pick<
|
|
|
14
11
|
> & {
|
|
15
12
|
payload: BlobPayloadInputTypes;
|
|
16
13
|
};
|
|
17
|
-
export interface InvokeAgentRuntimeCommandInput
|
|
18
|
-
extends InvokeAgentRuntimeCommandInputType {}
|
|
14
|
+
export interface InvokeAgentRuntimeCommandInput extends InvokeAgentRuntimeCommandInputType {}
|
|
19
15
|
export interface InvokeAgentRuntimeCommandOutput
|
|
20
|
-
extends
|
|
21
|
-
|
|
22
|
-
Exclude<keyof InvokeAgentRuntimeResponse, "response">
|
|
23
|
-
>,
|
|
16
|
+
extends
|
|
17
|
+
Pick<InvokeAgentRuntimeResponse, Exclude<keyof InvokeAgentRuntimeResponse, "response">>,
|
|
24
18
|
__MetadataBearer {
|
|
25
19
|
response?: StreamingBlobPayloadOutputTypes;
|
|
26
20
|
}
|
|
27
21
|
declare const InvokeAgentRuntimeCommand_base: {
|
|
28
22
|
new (
|
|
29
|
-
input: InvokeAgentRuntimeCommandInput
|
|
23
|
+
input: InvokeAgentRuntimeCommandInput,
|
|
30
24
|
): import("@smithy/core/client").CommandImpl<
|
|
31
25
|
InvokeAgentRuntimeCommandInput,
|
|
32
26
|
InvokeAgentRuntimeCommandOutput,
|
|
@@ -35,7 +29,7 @@ declare const InvokeAgentRuntimeCommand_base: {
|
|
|
35
29
|
import("..").ServiceOutputTypes
|
|
36
30
|
>;
|
|
37
31
|
new (
|
|
38
|
-
input: InvokeAgentRuntimeCommandInput
|
|
32
|
+
input: InvokeAgentRuntimeCommandInput,
|
|
39
33
|
): import("@smithy/core/client").CommandImpl<
|
|
40
34
|
InvokeAgentRuntimeCommandInput,
|
|
41
35
|
InvokeAgentRuntimeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
InvokeAgentRuntimeCommandResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface InvokeAgentRuntimeCommandCommandInput
|
|
8
|
-
extends InvokeAgentRuntimeCommandRequest {}
|
|
7
|
+
export interface InvokeAgentRuntimeCommandCommandInput extends InvokeAgentRuntimeCommandRequest {}
|
|
9
8
|
export interface InvokeAgentRuntimeCommandCommandOutput
|
|
10
|
-
extends InvokeAgentRuntimeCommandResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends InvokeAgentRuntimeCommandResponse, __MetadataBearer {}
|
|
12
10
|
declare const InvokeAgentRuntimeCommandCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: InvokeAgentRuntimeCommandCommandInput
|
|
12
|
+
input: InvokeAgentRuntimeCommandCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
InvokeAgentRuntimeCommandCommandInput,
|
|
17
15
|
InvokeAgentRuntimeCommandCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const InvokeAgentRuntimeCommandCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: InvokeAgentRuntimeCommandCommandInput
|
|
21
|
+
input: InvokeAgentRuntimeCommandCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
InvokeAgentRuntimeCommandCommandInput,
|
|
26
24
|
InvokeAgentRuntimeCommandCommandOutput,
|