@aws-sdk/client-bedrock-agent-runtime 3.927.0 → 3.929.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 +3454 -4732
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentRuntimeClient.js +2 -0
- package/dist-es/commands/CreateInvocationCommand.js +3 -9
- package/dist-es/commands/CreateSessionCommand.js +3 -9
- package/dist-es/commands/DeleteAgentMemoryCommand.js +3 -9
- package/dist-es/commands/DeleteSessionCommand.js +3 -9
- package/dist-es/commands/EndSessionCommand.js +3 -9
- package/dist-es/commands/GenerateQueryCommand.js +3 -10
- package/dist-es/commands/GetAgentMemoryCommand.js +3 -9
- package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +3 -9
- package/dist-es/commands/GetFlowExecutionCommand.js +3 -9
- package/dist-es/commands/GetInvocationStepCommand.js +3 -10
- package/dist-es/commands/GetSessionCommand.js +3 -9
- package/dist-es/commands/InvokeAgentCommand.js +3 -11
- package/dist-es/commands/InvokeFlowCommand.js +3 -10
- package/dist-es/commands/InvokeInlineAgentCommand.js +3 -11
- package/dist-es/commands/ListFlowExecutionEventsCommand.js +3 -10
- package/dist-es/commands/ListFlowExecutionsCommand.js +3 -9
- package/dist-es/commands/ListInvocationStepsCommand.js +3 -9
- package/dist-es/commands/ListInvocationsCommand.js +3 -9
- package/dist-es/commands/ListSessionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/OptimizePromptCommand.js +3 -10
- package/dist-es/commands/PutInvocationStepCommand.js +3 -10
- package/dist-es/commands/RerankCommand.js +3 -10
- package/dist-es/commands/RetrieveAndGenerateCommand.js +3 -10
- package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +3 -10
- package/dist-es/commands/RetrieveCommand.js +3 -10
- package/dist-es/commands/StartFlowExecutionCommand.js +3 -10
- package/dist-es/commands/StopFlowExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateSessionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -922
- package/dist-es/models/models_1.js +0 -262
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3380 -0
- package/dist-types/BedrockAgentRuntimeClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -644
- package/dist-types/models/models_1.d.ts +0 -128
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +445 -0
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -431
- package/dist-types/ts3.4/models/models_1.d.ts +0 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -3122
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -380
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateInvocationCommandInput, CreateInvocationCommandOutput } from "../commands/CreateInvocationCommand";
|
|
4
|
-
import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
|
|
5
|
-
import { DeleteAgentMemoryCommandInput, DeleteAgentMemoryCommandOutput } from "../commands/DeleteAgentMemoryCommand";
|
|
6
|
-
import { DeleteSessionCommandInput, DeleteSessionCommandOutput } from "../commands/DeleteSessionCommand";
|
|
7
|
-
import { EndSessionCommandInput, EndSessionCommandOutput } from "../commands/EndSessionCommand";
|
|
8
|
-
import { GenerateQueryCommandInput, GenerateQueryCommandOutput } from "../commands/GenerateQueryCommand";
|
|
9
|
-
import { GetAgentMemoryCommandInput, GetAgentMemoryCommandOutput } from "../commands/GetAgentMemoryCommand";
|
|
10
|
-
import { GetExecutionFlowSnapshotCommandInput, GetExecutionFlowSnapshotCommandOutput } from "../commands/GetExecutionFlowSnapshotCommand";
|
|
11
|
-
import { GetFlowExecutionCommandInput, GetFlowExecutionCommandOutput } from "../commands/GetFlowExecutionCommand";
|
|
12
|
-
import { GetInvocationStepCommandInput, GetInvocationStepCommandOutput } from "../commands/GetInvocationStepCommand";
|
|
13
|
-
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
14
|
-
import { InvokeAgentCommandInput, InvokeAgentCommandOutput } from "../commands/InvokeAgentCommand";
|
|
15
|
-
import { InvokeFlowCommandInput, InvokeFlowCommandOutput } from "../commands/InvokeFlowCommand";
|
|
16
|
-
import { InvokeInlineAgentCommandInput, InvokeInlineAgentCommandOutput } from "../commands/InvokeInlineAgentCommand";
|
|
17
|
-
import { ListFlowExecutionEventsCommandInput, ListFlowExecutionEventsCommandOutput } from "../commands/ListFlowExecutionEventsCommand";
|
|
18
|
-
import { ListFlowExecutionsCommandInput, ListFlowExecutionsCommandOutput } from "../commands/ListFlowExecutionsCommand";
|
|
19
|
-
import { ListInvocationsCommandInput, ListInvocationsCommandOutput } from "../commands/ListInvocationsCommand";
|
|
20
|
-
import { ListInvocationStepsCommandInput, ListInvocationStepsCommandOutput } from "../commands/ListInvocationStepsCommand";
|
|
21
|
-
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
22
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
23
|
-
import { OptimizePromptCommandInput, OptimizePromptCommandOutput } from "../commands/OptimizePromptCommand";
|
|
24
|
-
import { PutInvocationStepCommandInput, PutInvocationStepCommandOutput } from "../commands/PutInvocationStepCommand";
|
|
25
|
-
import { RerankCommandInput, RerankCommandOutput } from "../commands/RerankCommand";
|
|
26
|
-
import { RetrieveAndGenerateCommandInput, RetrieveAndGenerateCommandOutput } from "../commands/RetrieveAndGenerateCommand";
|
|
27
|
-
import { RetrieveAndGenerateStreamCommandInput, RetrieveAndGenerateStreamCommandOutput } from "../commands/RetrieveAndGenerateStreamCommand";
|
|
28
|
-
import { RetrieveCommandInput, RetrieveCommandOutput } from "../commands/RetrieveCommand";
|
|
29
|
-
import { StartFlowExecutionCommandInput, StartFlowExecutionCommandOutput } from "../commands/StartFlowExecutionCommand";
|
|
30
|
-
import { StopFlowExecutionCommandInput, StopFlowExecutionCommandOutput } from "../commands/StopFlowExecutionCommand";
|
|
31
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
32
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
33
|
-
import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "../commands/UpdateSessionCommand";
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1CreateInvocationCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateInvocationCommand: (input: CreateInvocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateSessionCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1DeleteAgentMemoryCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_DeleteAgentMemoryCommand: (input: DeleteAgentMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1DeleteSessionCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DeleteSessionCommand: (input: DeleteSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1EndSessionCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_EndSessionCommand: (input: EndSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1GenerateQueryCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_GenerateQueryCommand: (input: GenerateQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1GetAgentMemoryCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_GetAgentMemoryCommand: (input: GetAgentMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1GetExecutionFlowSnapshotCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_GetExecutionFlowSnapshotCommand: (input: GetExecutionFlowSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1GetFlowExecutionCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_GetFlowExecutionCommand: (input: GetFlowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1GetInvocationStepCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_GetInvocationStepCommand: (input: GetInvocationStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1GetSessionCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1InvokeAgentCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_InvokeAgentCommand: (input: InvokeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1InvokeFlowCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_InvokeFlowCommand: (input: InvokeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1InvokeInlineAgentCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_InvokeInlineAgentCommand: (input: InvokeInlineAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1ListFlowExecutionEventsCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_ListFlowExecutionEventsCommand: (input: ListFlowExecutionEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1ListFlowExecutionsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_ListFlowExecutionsCommand: (input: ListFlowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1ListInvocationsCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_ListInvocationsCommand: (input: ListInvocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1ListInvocationStepsCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_ListInvocationStepsCommand: (input: ListInvocationStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1ListSessionsCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1OptimizePromptCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_OptimizePromptCommand: (input: OptimizePromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1PutInvocationStepCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_PutInvocationStepCommand: (input: PutInvocationStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1RerankCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_RerankCommand: (input: RerankCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1RetrieveCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_RetrieveCommand: (input: RetrieveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1RetrieveAndGenerateCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_RetrieveAndGenerateCommand: (input: RetrieveAndGenerateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1RetrieveAndGenerateStreamCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_RetrieveAndGenerateStreamCommand: (input: RetrieveAndGenerateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1StartFlowExecutionCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_StartFlowExecutionCommand: (input: StartFlowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1StopFlowExecutionCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_StopFlowExecutionCommand: (input: StopFlowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1TagResourceCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1UpdateSessionCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_UpdateSessionCommand: (input: UpdateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1CreateInvocationCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_CreateInvocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInvocationCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1CreateSessionCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1DeleteAgentMemoryCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_DeleteAgentMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentMemoryCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1DeleteSessionCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_DeleteSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSessionCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1EndSessionCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_EndSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EndSessionCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1GenerateQueryCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_GenerateQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateQueryCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1GetAgentMemoryCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_GetAgentMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentMemoryCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1GetExecutionFlowSnapshotCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_GetExecutionFlowSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExecutionFlowSnapshotCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1GetFlowExecutionCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_GetFlowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowExecutionCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1GetInvocationStepCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_GetInvocationStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvocationStepCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1GetSessionCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1InvokeAgentCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_InvokeAgentCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<InvokeAgentCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1InvokeFlowCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_InvokeFlowCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<InvokeFlowCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1InvokeInlineAgentCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_InvokeInlineAgentCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<InvokeInlineAgentCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1ListFlowExecutionEventsCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_ListFlowExecutionEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowExecutionEventsCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1ListFlowExecutionsCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_ListFlowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowExecutionsCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1ListInvocationsCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_ListInvocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvocationsCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1ListInvocationStepsCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_ListInvocationStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvocationStepsCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1ListSessionsCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1OptimizePromptCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_OptimizePromptCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<OptimizePromptCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1PutInvocationStepCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_PutInvocationStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInvocationStepCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1RerankCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_RerankCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RerankCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1RetrieveCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_RetrieveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1RetrieveAndGenerateCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_RetrieveAndGenerateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveAndGenerateCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1RetrieveAndGenerateStreamCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_RetrieveAndGenerateStreamCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<RetrieveAndGenerateStreamCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1StartFlowExecutionCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_StartFlowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowExecutionCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1StopFlowExecutionCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_StopFlowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowExecutionCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1UpdateSessionCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_UpdateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionCommandOutput>;
|
|
@@ -1,380 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import {
|
|
6
|
-
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
|
-
SerdeContext as __SerdeContext,
|
|
8
|
-
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
CreateInvocationCommandInput,
|
|
11
|
-
CreateInvocationCommandOutput,
|
|
12
|
-
} from "../commands/CreateInvocationCommand";
|
|
13
|
-
import {
|
|
14
|
-
CreateSessionCommandInput,
|
|
15
|
-
CreateSessionCommandOutput,
|
|
16
|
-
} from "../commands/CreateSessionCommand";
|
|
17
|
-
import {
|
|
18
|
-
DeleteAgentMemoryCommandInput,
|
|
19
|
-
DeleteAgentMemoryCommandOutput,
|
|
20
|
-
} from "../commands/DeleteAgentMemoryCommand";
|
|
21
|
-
import {
|
|
22
|
-
DeleteSessionCommandInput,
|
|
23
|
-
DeleteSessionCommandOutput,
|
|
24
|
-
} from "../commands/DeleteSessionCommand";
|
|
25
|
-
import {
|
|
26
|
-
EndSessionCommandInput,
|
|
27
|
-
EndSessionCommandOutput,
|
|
28
|
-
} from "../commands/EndSessionCommand";
|
|
29
|
-
import {
|
|
30
|
-
GenerateQueryCommandInput,
|
|
31
|
-
GenerateQueryCommandOutput,
|
|
32
|
-
} from "../commands/GenerateQueryCommand";
|
|
33
|
-
import {
|
|
34
|
-
GetAgentMemoryCommandInput,
|
|
35
|
-
GetAgentMemoryCommandOutput,
|
|
36
|
-
} from "../commands/GetAgentMemoryCommand";
|
|
37
|
-
import {
|
|
38
|
-
GetExecutionFlowSnapshotCommandInput,
|
|
39
|
-
GetExecutionFlowSnapshotCommandOutput,
|
|
40
|
-
} from "../commands/GetExecutionFlowSnapshotCommand";
|
|
41
|
-
import {
|
|
42
|
-
GetFlowExecutionCommandInput,
|
|
43
|
-
GetFlowExecutionCommandOutput,
|
|
44
|
-
} from "../commands/GetFlowExecutionCommand";
|
|
45
|
-
import {
|
|
46
|
-
GetInvocationStepCommandInput,
|
|
47
|
-
GetInvocationStepCommandOutput,
|
|
48
|
-
} from "../commands/GetInvocationStepCommand";
|
|
49
|
-
import {
|
|
50
|
-
GetSessionCommandInput,
|
|
51
|
-
GetSessionCommandOutput,
|
|
52
|
-
} from "../commands/GetSessionCommand";
|
|
53
|
-
import {
|
|
54
|
-
InvokeAgentCommandInput,
|
|
55
|
-
InvokeAgentCommandOutput,
|
|
56
|
-
} from "../commands/InvokeAgentCommand";
|
|
57
|
-
import {
|
|
58
|
-
InvokeFlowCommandInput,
|
|
59
|
-
InvokeFlowCommandOutput,
|
|
60
|
-
} from "../commands/InvokeFlowCommand";
|
|
61
|
-
import {
|
|
62
|
-
InvokeInlineAgentCommandInput,
|
|
63
|
-
InvokeInlineAgentCommandOutput,
|
|
64
|
-
} from "../commands/InvokeInlineAgentCommand";
|
|
65
|
-
import {
|
|
66
|
-
ListFlowExecutionEventsCommandInput,
|
|
67
|
-
ListFlowExecutionEventsCommandOutput,
|
|
68
|
-
} from "../commands/ListFlowExecutionEventsCommand";
|
|
69
|
-
import {
|
|
70
|
-
ListFlowExecutionsCommandInput,
|
|
71
|
-
ListFlowExecutionsCommandOutput,
|
|
72
|
-
} from "../commands/ListFlowExecutionsCommand";
|
|
73
|
-
import {
|
|
74
|
-
ListInvocationsCommandInput,
|
|
75
|
-
ListInvocationsCommandOutput,
|
|
76
|
-
} from "../commands/ListInvocationsCommand";
|
|
77
|
-
import {
|
|
78
|
-
ListInvocationStepsCommandInput,
|
|
79
|
-
ListInvocationStepsCommandOutput,
|
|
80
|
-
} from "../commands/ListInvocationStepsCommand";
|
|
81
|
-
import {
|
|
82
|
-
ListSessionsCommandInput,
|
|
83
|
-
ListSessionsCommandOutput,
|
|
84
|
-
} from "../commands/ListSessionsCommand";
|
|
85
|
-
import {
|
|
86
|
-
ListTagsForResourceCommandInput,
|
|
87
|
-
ListTagsForResourceCommandOutput,
|
|
88
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
89
|
-
import {
|
|
90
|
-
OptimizePromptCommandInput,
|
|
91
|
-
OptimizePromptCommandOutput,
|
|
92
|
-
} from "../commands/OptimizePromptCommand";
|
|
93
|
-
import {
|
|
94
|
-
PutInvocationStepCommandInput,
|
|
95
|
-
PutInvocationStepCommandOutput,
|
|
96
|
-
} from "../commands/PutInvocationStepCommand";
|
|
97
|
-
import {
|
|
98
|
-
RerankCommandInput,
|
|
99
|
-
RerankCommandOutput,
|
|
100
|
-
} from "../commands/RerankCommand";
|
|
101
|
-
import {
|
|
102
|
-
RetrieveAndGenerateCommandInput,
|
|
103
|
-
RetrieveAndGenerateCommandOutput,
|
|
104
|
-
} from "../commands/RetrieveAndGenerateCommand";
|
|
105
|
-
import {
|
|
106
|
-
RetrieveAndGenerateStreamCommandInput,
|
|
107
|
-
RetrieveAndGenerateStreamCommandOutput,
|
|
108
|
-
} from "../commands/RetrieveAndGenerateStreamCommand";
|
|
109
|
-
import {
|
|
110
|
-
RetrieveCommandInput,
|
|
111
|
-
RetrieveCommandOutput,
|
|
112
|
-
} from "../commands/RetrieveCommand";
|
|
113
|
-
import {
|
|
114
|
-
StartFlowExecutionCommandInput,
|
|
115
|
-
StartFlowExecutionCommandOutput,
|
|
116
|
-
} from "../commands/StartFlowExecutionCommand";
|
|
117
|
-
import {
|
|
118
|
-
StopFlowExecutionCommandInput,
|
|
119
|
-
StopFlowExecutionCommandOutput,
|
|
120
|
-
} from "../commands/StopFlowExecutionCommand";
|
|
121
|
-
import {
|
|
122
|
-
TagResourceCommandInput,
|
|
123
|
-
TagResourceCommandOutput,
|
|
124
|
-
} from "../commands/TagResourceCommand";
|
|
125
|
-
import {
|
|
126
|
-
UntagResourceCommandInput,
|
|
127
|
-
UntagResourceCommandOutput,
|
|
128
|
-
} from "../commands/UntagResourceCommand";
|
|
129
|
-
import {
|
|
130
|
-
UpdateSessionCommandInput,
|
|
131
|
-
UpdateSessionCommandOutput,
|
|
132
|
-
} from "../commands/UpdateSessionCommand";
|
|
133
|
-
export declare const se_CreateInvocationCommand: (
|
|
134
|
-
input: CreateInvocationCommandInput,
|
|
135
|
-
context: __SerdeContext
|
|
136
|
-
) => Promise<__HttpRequest>;
|
|
137
|
-
export declare const se_CreateSessionCommand: (
|
|
138
|
-
input: CreateSessionCommandInput,
|
|
139
|
-
context: __SerdeContext
|
|
140
|
-
) => Promise<__HttpRequest>;
|
|
141
|
-
export declare const se_DeleteAgentMemoryCommand: (
|
|
142
|
-
input: DeleteAgentMemoryCommandInput,
|
|
143
|
-
context: __SerdeContext
|
|
144
|
-
) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const se_DeleteSessionCommand: (
|
|
146
|
-
input: DeleteSessionCommandInput,
|
|
147
|
-
context: __SerdeContext
|
|
148
|
-
) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const se_EndSessionCommand: (
|
|
150
|
-
input: EndSessionCommandInput,
|
|
151
|
-
context: __SerdeContext
|
|
152
|
-
) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const se_GenerateQueryCommand: (
|
|
154
|
-
input: GenerateQueryCommandInput,
|
|
155
|
-
context: __SerdeContext
|
|
156
|
-
) => Promise<__HttpRequest>;
|
|
157
|
-
export declare const se_GetAgentMemoryCommand: (
|
|
158
|
-
input: GetAgentMemoryCommandInput,
|
|
159
|
-
context: __SerdeContext
|
|
160
|
-
) => Promise<__HttpRequest>;
|
|
161
|
-
export declare const se_GetExecutionFlowSnapshotCommand: (
|
|
162
|
-
input: GetExecutionFlowSnapshotCommandInput,
|
|
163
|
-
context: __SerdeContext
|
|
164
|
-
) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const se_GetFlowExecutionCommand: (
|
|
166
|
-
input: GetFlowExecutionCommandInput,
|
|
167
|
-
context: __SerdeContext
|
|
168
|
-
) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const se_GetInvocationStepCommand: (
|
|
170
|
-
input: GetInvocationStepCommandInput,
|
|
171
|
-
context: __SerdeContext
|
|
172
|
-
) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const se_GetSessionCommand: (
|
|
174
|
-
input: GetSessionCommandInput,
|
|
175
|
-
context: __SerdeContext
|
|
176
|
-
) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const se_InvokeAgentCommand: (
|
|
178
|
-
input: InvokeAgentCommandInput,
|
|
179
|
-
context: __SerdeContext
|
|
180
|
-
) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const se_InvokeFlowCommand: (
|
|
182
|
-
input: InvokeFlowCommandInput,
|
|
183
|
-
context: __SerdeContext
|
|
184
|
-
) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const se_InvokeInlineAgentCommand: (
|
|
186
|
-
input: InvokeInlineAgentCommandInput,
|
|
187
|
-
context: __SerdeContext
|
|
188
|
-
) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const se_ListFlowExecutionEventsCommand: (
|
|
190
|
-
input: ListFlowExecutionEventsCommandInput,
|
|
191
|
-
context: __SerdeContext
|
|
192
|
-
) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const se_ListFlowExecutionsCommand: (
|
|
194
|
-
input: ListFlowExecutionsCommandInput,
|
|
195
|
-
context: __SerdeContext
|
|
196
|
-
) => Promise<__HttpRequest>;
|
|
197
|
-
export declare const se_ListInvocationsCommand: (
|
|
198
|
-
input: ListInvocationsCommandInput,
|
|
199
|
-
context: __SerdeContext
|
|
200
|
-
) => Promise<__HttpRequest>;
|
|
201
|
-
export declare const se_ListInvocationStepsCommand: (
|
|
202
|
-
input: ListInvocationStepsCommandInput,
|
|
203
|
-
context: __SerdeContext
|
|
204
|
-
) => Promise<__HttpRequest>;
|
|
205
|
-
export declare const se_ListSessionsCommand: (
|
|
206
|
-
input: ListSessionsCommandInput,
|
|
207
|
-
context: __SerdeContext
|
|
208
|
-
) => Promise<__HttpRequest>;
|
|
209
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
210
|
-
input: ListTagsForResourceCommandInput,
|
|
211
|
-
context: __SerdeContext
|
|
212
|
-
) => Promise<__HttpRequest>;
|
|
213
|
-
export declare const se_OptimizePromptCommand: (
|
|
214
|
-
input: OptimizePromptCommandInput,
|
|
215
|
-
context: __SerdeContext
|
|
216
|
-
) => Promise<__HttpRequest>;
|
|
217
|
-
export declare const se_PutInvocationStepCommand: (
|
|
218
|
-
input: PutInvocationStepCommandInput,
|
|
219
|
-
context: __SerdeContext
|
|
220
|
-
) => Promise<__HttpRequest>;
|
|
221
|
-
export declare const se_RerankCommand: (
|
|
222
|
-
input: RerankCommandInput,
|
|
223
|
-
context: __SerdeContext
|
|
224
|
-
) => Promise<__HttpRequest>;
|
|
225
|
-
export declare const se_RetrieveCommand: (
|
|
226
|
-
input: RetrieveCommandInput,
|
|
227
|
-
context: __SerdeContext
|
|
228
|
-
) => Promise<__HttpRequest>;
|
|
229
|
-
export declare const se_RetrieveAndGenerateCommand: (
|
|
230
|
-
input: RetrieveAndGenerateCommandInput,
|
|
231
|
-
context: __SerdeContext
|
|
232
|
-
) => Promise<__HttpRequest>;
|
|
233
|
-
export declare const se_RetrieveAndGenerateStreamCommand: (
|
|
234
|
-
input: RetrieveAndGenerateStreamCommandInput,
|
|
235
|
-
context: __SerdeContext
|
|
236
|
-
) => Promise<__HttpRequest>;
|
|
237
|
-
export declare const se_StartFlowExecutionCommand: (
|
|
238
|
-
input: StartFlowExecutionCommandInput,
|
|
239
|
-
context: __SerdeContext
|
|
240
|
-
) => Promise<__HttpRequest>;
|
|
241
|
-
export declare const se_StopFlowExecutionCommand: (
|
|
242
|
-
input: StopFlowExecutionCommandInput,
|
|
243
|
-
context: __SerdeContext
|
|
244
|
-
) => Promise<__HttpRequest>;
|
|
245
|
-
export declare const se_TagResourceCommand: (
|
|
246
|
-
input: TagResourceCommandInput,
|
|
247
|
-
context: __SerdeContext
|
|
248
|
-
) => Promise<__HttpRequest>;
|
|
249
|
-
export declare const se_UntagResourceCommand: (
|
|
250
|
-
input: UntagResourceCommandInput,
|
|
251
|
-
context: __SerdeContext
|
|
252
|
-
) => Promise<__HttpRequest>;
|
|
253
|
-
export declare const se_UpdateSessionCommand: (
|
|
254
|
-
input: UpdateSessionCommandInput,
|
|
255
|
-
context: __SerdeContext
|
|
256
|
-
) => Promise<__HttpRequest>;
|
|
257
|
-
export declare const de_CreateInvocationCommand: (
|
|
258
|
-
output: __HttpResponse,
|
|
259
|
-
context: __SerdeContext
|
|
260
|
-
) => Promise<CreateInvocationCommandOutput>;
|
|
261
|
-
export declare const de_CreateSessionCommand: (
|
|
262
|
-
output: __HttpResponse,
|
|
263
|
-
context: __SerdeContext
|
|
264
|
-
) => Promise<CreateSessionCommandOutput>;
|
|
265
|
-
export declare const de_DeleteAgentMemoryCommand: (
|
|
266
|
-
output: __HttpResponse,
|
|
267
|
-
context: __SerdeContext
|
|
268
|
-
) => Promise<DeleteAgentMemoryCommandOutput>;
|
|
269
|
-
export declare const de_DeleteSessionCommand: (
|
|
270
|
-
output: __HttpResponse,
|
|
271
|
-
context: __SerdeContext
|
|
272
|
-
) => Promise<DeleteSessionCommandOutput>;
|
|
273
|
-
export declare const de_EndSessionCommand: (
|
|
274
|
-
output: __HttpResponse,
|
|
275
|
-
context: __SerdeContext
|
|
276
|
-
) => Promise<EndSessionCommandOutput>;
|
|
277
|
-
export declare const de_GenerateQueryCommand: (
|
|
278
|
-
output: __HttpResponse,
|
|
279
|
-
context: __SerdeContext
|
|
280
|
-
) => Promise<GenerateQueryCommandOutput>;
|
|
281
|
-
export declare const de_GetAgentMemoryCommand: (
|
|
282
|
-
output: __HttpResponse,
|
|
283
|
-
context: __SerdeContext
|
|
284
|
-
) => Promise<GetAgentMemoryCommandOutput>;
|
|
285
|
-
export declare const de_GetExecutionFlowSnapshotCommand: (
|
|
286
|
-
output: __HttpResponse,
|
|
287
|
-
context: __SerdeContext
|
|
288
|
-
) => Promise<GetExecutionFlowSnapshotCommandOutput>;
|
|
289
|
-
export declare const de_GetFlowExecutionCommand: (
|
|
290
|
-
output: __HttpResponse,
|
|
291
|
-
context: __SerdeContext
|
|
292
|
-
) => Promise<GetFlowExecutionCommandOutput>;
|
|
293
|
-
export declare const de_GetInvocationStepCommand: (
|
|
294
|
-
output: __HttpResponse,
|
|
295
|
-
context: __SerdeContext
|
|
296
|
-
) => Promise<GetInvocationStepCommandOutput>;
|
|
297
|
-
export declare const de_GetSessionCommand: (
|
|
298
|
-
output: __HttpResponse,
|
|
299
|
-
context: __SerdeContext
|
|
300
|
-
) => Promise<GetSessionCommandOutput>;
|
|
301
|
-
export declare const de_InvokeAgentCommand: (
|
|
302
|
-
output: __HttpResponse,
|
|
303
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
304
|
-
) => Promise<InvokeAgentCommandOutput>;
|
|
305
|
-
export declare const de_InvokeFlowCommand: (
|
|
306
|
-
output: __HttpResponse,
|
|
307
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
308
|
-
) => Promise<InvokeFlowCommandOutput>;
|
|
309
|
-
export declare const de_InvokeInlineAgentCommand: (
|
|
310
|
-
output: __HttpResponse,
|
|
311
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
312
|
-
) => Promise<InvokeInlineAgentCommandOutput>;
|
|
313
|
-
export declare const de_ListFlowExecutionEventsCommand: (
|
|
314
|
-
output: __HttpResponse,
|
|
315
|
-
context: __SerdeContext
|
|
316
|
-
) => Promise<ListFlowExecutionEventsCommandOutput>;
|
|
317
|
-
export declare const de_ListFlowExecutionsCommand: (
|
|
318
|
-
output: __HttpResponse,
|
|
319
|
-
context: __SerdeContext
|
|
320
|
-
) => Promise<ListFlowExecutionsCommandOutput>;
|
|
321
|
-
export declare const de_ListInvocationsCommand: (
|
|
322
|
-
output: __HttpResponse,
|
|
323
|
-
context: __SerdeContext
|
|
324
|
-
) => Promise<ListInvocationsCommandOutput>;
|
|
325
|
-
export declare const de_ListInvocationStepsCommand: (
|
|
326
|
-
output: __HttpResponse,
|
|
327
|
-
context: __SerdeContext
|
|
328
|
-
) => Promise<ListInvocationStepsCommandOutput>;
|
|
329
|
-
export declare const de_ListSessionsCommand: (
|
|
330
|
-
output: __HttpResponse,
|
|
331
|
-
context: __SerdeContext
|
|
332
|
-
) => Promise<ListSessionsCommandOutput>;
|
|
333
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
334
|
-
output: __HttpResponse,
|
|
335
|
-
context: __SerdeContext
|
|
336
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
337
|
-
export declare const de_OptimizePromptCommand: (
|
|
338
|
-
output: __HttpResponse,
|
|
339
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
340
|
-
) => Promise<OptimizePromptCommandOutput>;
|
|
341
|
-
export declare const de_PutInvocationStepCommand: (
|
|
342
|
-
output: __HttpResponse,
|
|
343
|
-
context: __SerdeContext
|
|
344
|
-
) => Promise<PutInvocationStepCommandOutput>;
|
|
345
|
-
export declare const de_RerankCommand: (
|
|
346
|
-
output: __HttpResponse,
|
|
347
|
-
context: __SerdeContext
|
|
348
|
-
) => Promise<RerankCommandOutput>;
|
|
349
|
-
export declare const de_RetrieveCommand: (
|
|
350
|
-
output: __HttpResponse,
|
|
351
|
-
context: __SerdeContext
|
|
352
|
-
) => Promise<RetrieveCommandOutput>;
|
|
353
|
-
export declare const de_RetrieveAndGenerateCommand: (
|
|
354
|
-
output: __HttpResponse,
|
|
355
|
-
context: __SerdeContext
|
|
356
|
-
) => Promise<RetrieveAndGenerateCommandOutput>;
|
|
357
|
-
export declare const de_RetrieveAndGenerateStreamCommand: (
|
|
358
|
-
output: __HttpResponse,
|
|
359
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
360
|
-
) => Promise<RetrieveAndGenerateStreamCommandOutput>;
|
|
361
|
-
export declare const de_StartFlowExecutionCommand: (
|
|
362
|
-
output: __HttpResponse,
|
|
363
|
-
context: __SerdeContext
|
|
364
|
-
) => Promise<StartFlowExecutionCommandOutput>;
|
|
365
|
-
export declare const de_StopFlowExecutionCommand: (
|
|
366
|
-
output: __HttpResponse,
|
|
367
|
-
context: __SerdeContext
|
|
368
|
-
) => Promise<StopFlowExecutionCommandOutput>;
|
|
369
|
-
export declare const de_TagResourceCommand: (
|
|
370
|
-
output: __HttpResponse,
|
|
371
|
-
context: __SerdeContext
|
|
372
|
-
) => Promise<TagResourceCommandOutput>;
|
|
373
|
-
export declare const de_UntagResourceCommand: (
|
|
374
|
-
output: __HttpResponse,
|
|
375
|
-
context: __SerdeContext
|
|
376
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
377
|
-
export declare const de_UpdateSessionCommand: (
|
|
378
|
-
output: __HttpResponse,
|
|
379
|
-
context: __SerdeContext
|
|
380
|
-
) => Promise<UpdateSessionCommandOutput>;
|