@aws-sdk/client-bedrock-agent-runtime 3.1087.0 → 3.1089.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/BedrockAgentRuntime.d.ts +114 -144
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -43
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- 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/AgenticRetrieveStreamCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateInvocationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/EndSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExecutionFlowSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetFlowExecutionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/InvokeInlineAgentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFlowExecutionEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFlowExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/OptimizePromptCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RerankCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartFlowExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopFlowExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +4 -9
- 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 +29 -58
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +23 -70
- package/dist-types/ts3.4/models/models_1.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/RerankPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/RetrievePaginator.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
package/dist-cjs/index.js
CHANGED
|
@@ -24,10 +24,7 @@ import {
|
|
|
24
24
|
DeleteSessionCommandInput,
|
|
25
25
|
DeleteSessionCommandOutput,
|
|
26
26
|
} from "./commands/DeleteSessionCommand";
|
|
27
|
-
import {
|
|
28
|
-
EndSessionCommandInput,
|
|
29
|
-
EndSessionCommandOutput,
|
|
30
|
-
} from "./commands/EndSessionCommand";
|
|
27
|
+
import { EndSessionCommandInput, EndSessionCommandOutput } from "./commands/EndSessionCommand";
|
|
31
28
|
import {
|
|
32
29
|
GenerateQueryCommandInput,
|
|
33
30
|
GenerateQueryCommandOutput,
|
|
@@ -52,18 +49,9 @@ import {
|
|
|
52
49
|
GetInvocationStepCommandInput,
|
|
53
50
|
GetInvocationStepCommandOutput,
|
|
54
51
|
} from "./commands/GetInvocationStepCommand";
|
|
55
|
-
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
} from "./commands/GetSessionCommand";
|
|
59
|
-
import {
|
|
60
|
-
InvokeAgentCommandInput,
|
|
61
|
-
InvokeAgentCommandOutput,
|
|
62
|
-
} from "./commands/InvokeAgentCommand";
|
|
63
|
-
import {
|
|
64
|
-
InvokeFlowCommandInput,
|
|
65
|
-
InvokeFlowCommandOutput,
|
|
66
|
-
} from "./commands/InvokeFlowCommand";
|
|
52
|
+
import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
|
|
53
|
+
import { InvokeAgentCommandInput, InvokeAgentCommandOutput } from "./commands/InvokeAgentCommand";
|
|
54
|
+
import { InvokeFlowCommandInput, InvokeFlowCommandOutput } from "./commands/InvokeFlowCommand";
|
|
67
55
|
import {
|
|
68
56
|
InvokeInlineAgentCommandInput,
|
|
69
57
|
InvokeInlineAgentCommandOutput,
|
|
@@ -100,10 +88,7 @@ import {
|
|
|
100
88
|
PutInvocationStepCommandInput,
|
|
101
89
|
PutInvocationStepCommandOutput,
|
|
102
90
|
} from "./commands/PutInvocationStepCommand";
|
|
103
|
-
import {
|
|
104
|
-
RerankCommandInput,
|
|
105
|
-
RerankCommandOutput,
|
|
106
|
-
} from "./commands/RerankCommand";
|
|
91
|
+
import { RerankCommandInput, RerankCommandOutput } from "./commands/RerankCommand";
|
|
107
92
|
import {
|
|
108
93
|
RetrieveAndGenerateCommandInput,
|
|
109
94
|
RetrieveAndGenerateCommandOutput,
|
|
@@ -112,10 +97,7 @@ import {
|
|
|
112
97
|
RetrieveAndGenerateStreamCommandInput,
|
|
113
98
|
RetrieveAndGenerateStreamCommandOutput,
|
|
114
99
|
} from "./commands/RetrieveAndGenerateStreamCommand";
|
|
115
|
-
import {
|
|
116
|
-
RetrieveCommandInput,
|
|
117
|
-
RetrieveCommandOutput,
|
|
118
|
-
} from "./commands/RetrieveCommand";
|
|
100
|
+
import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
|
|
119
101
|
import {
|
|
120
102
|
StartFlowExecutionCommandInput,
|
|
121
103
|
StartFlowExecutionCommandOutput,
|
|
@@ -124,10 +106,7 @@ import {
|
|
|
124
106
|
StopFlowExecutionCommandInput,
|
|
125
107
|
StopFlowExecutionCommandOutput,
|
|
126
108
|
} from "./commands/StopFlowExecutionCommand";
|
|
127
|
-
import {
|
|
128
|
-
TagResourceCommandInput,
|
|
129
|
-
TagResourceCommandOutput,
|
|
130
|
-
} from "./commands/TagResourceCommand";
|
|
109
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
131
110
|
import {
|
|
132
111
|
UntagResourceCommandInput,
|
|
133
112
|
UntagResourceCommandOutput,
|
|
@@ -139,490 +118,481 @@ import {
|
|
|
139
118
|
export interface BedrockAgentRuntime {
|
|
140
119
|
agenticRetrieveStream(
|
|
141
120
|
args: AgenticRetrieveStreamCommandInput,
|
|
142
|
-
options?: __HttpHandlerOptions
|
|
121
|
+
options?: __HttpHandlerOptions,
|
|
143
122
|
): Promise<AgenticRetrieveStreamCommandOutput>;
|
|
144
123
|
agenticRetrieveStream(
|
|
145
124
|
args: AgenticRetrieveStreamCommandInput,
|
|
146
|
-
cb: (err: any, data?: AgenticRetrieveStreamCommandOutput) => void
|
|
125
|
+
cb: (err: any, data?: AgenticRetrieveStreamCommandOutput) => void,
|
|
147
126
|
): void;
|
|
148
127
|
agenticRetrieveStream(
|
|
149
128
|
args: AgenticRetrieveStreamCommandInput,
|
|
150
129
|
options: __HttpHandlerOptions,
|
|
151
|
-
cb: (err: any, data?: AgenticRetrieveStreamCommandOutput) => void
|
|
130
|
+
cb: (err: any, data?: AgenticRetrieveStreamCommandOutput) => void,
|
|
152
131
|
): void;
|
|
153
132
|
createInvocation(
|
|
154
133
|
args: CreateInvocationCommandInput,
|
|
155
|
-
options?: __HttpHandlerOptions
|
|
134
|
+
options?: __HttpHandlerOptions,
|
|
156
135
|
): Promise<CreateInvocationCommandOutput>;
|
|
157
136
|
createInvocation(
|
|
158
137
|
args: CreateInvocationCommandInput,
|
|
159
|
-
cb: (err: any, data?: CreateInvocationCommandOutput) => void
|
|
138
|
+
cb: (err: any, data?: CreateInvocationCommandOutput) => void,
|
|
160
139
|
): void;
|
|
161
140
|
createInvocation(
|
|
162
141
|
args: CreateInvocationCommandInput,
|
|
163
142
|
options: __HttpHandlerOptions,
|
|
164
|
-
cb: (err: any, data?: CreateInvocationCommandOutput) => void
|
|
143
|
+
cb: (err: any, data?: CreateInvocationCommandOutput) => void,
|
|
165
144
|
): void;
|
|
166
145
|
createSession(): Promise<CreateSessionCommandOutput>;
|
|
167
146
|
createSession(
|
|
168
147
|
args: CreateSessionCommandInput,
|
|
169
|
-
options?: __HttpHandlerOptions
|
|
148
|
+
options?: __HttpHandlerOptions,
|
|
170
149
|
): Promise<CreateSessionCommandOutput>;
|
|
171
150
|
createSession(
|
|
172
151
|
args: CreateSessionCommandInput,
|
|
173
|
-
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
152
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void,
|
|
174
153
|
): void;
|
|
175
154
|
createSession(
|
|
176
155
|
args: CreateSessionCommandInput,
|
|
177
156
|
options: __HttpHandlerOptions,
|
|
178
|
-
cb: (err: any, data?: CreateSessionCommandOutput) => void
|
|
157
|
+
cb: (err: any, data?: CreateSessionCommandOutput) => void,
|
|
179
158
|
): void;
|
|
180
159
|
deleteAgentMemory(
|
|
181
160
|
args: DeleteAgentMemoryCommandInput,
|
|
182
|
-
options?: __HttpHandlerOptions
|
|
161
|
+
options?: __HttpHandlerOptions,
|
|
183
162
|
): Promise<DeleteAgentMemoryCommandOutput>;
|
|
184
163
|
deleteAgentMemory(
|
|
185
164
|
args: DeleteAgentMemoryCommandInput,
|
|
186
|
-
cb: (err: any, data?: DeleteAgentMemoryCommandOutput) => void
|
|
165
|
+
cb: (err: any, data?: DeleteAgentMemoryCommandOutput) => void,
|
|
187
166
|
): void;
|
|
188
167
|
deleteAgentMemory(
|
|
189
168
|
args: DeleteAgentMemoryCommandInput,
|
|
190
169
|
options: __HttpHandlerOptions,
|
|
191
|
-
cb: (err: any, data?: DeleteAgentMemoryCommandOutput) => void
|
|
170
|
+
cb: (err: any, data?: DeleteAgentMemoryCommandOutput) => void,
|
|
192
171
|
): void;
|
|
193
172
|
deleteSession(
|
|
194
173
|
args: DeleteSessionCommandInput,
|
|
195
|
-
options?: __HttpHandlerOptions
|
|
174
|
+
options?: __HttpHandlerOptions,
|
|
196
175
|
): Promise<DeleteSessionCommandOutput>;
|
|
197
176
|
deleteSession(
|
|
198
177
|
args: DeleteSessionCommandInput,
|
|
199
|
-
cb: (err: any, data?: DeleteSessionCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: DeleteSessionCommandOutput) => void,
|
|
200
179
|
): void;
|
|
201
180
|
deleteSession(
|
|
202
181
|
args: DeleteSessionCommandInput,
|
|
203
182
|
options: __HttpHandlerOptions,
|
|
204
|
-
cb: (err: any, data?: DeleteSessionCommandOutput) => void
|
|
183
|
+
cb: (err: any, data?: DeleteSessionCommandOutput) => void,
|
|
205
184
|
): void;
|
|
206
185
|
endSession(
|
|
207
186
|
args: EndSessionCommandInput,
|
|
208
|
-
options?: __HttpHandlerOptions
|
|
187
|
+
options?: __HttpHandlerOptions,
|
|
209
188
|
): Promise<EndSessionCommandOutput>;
|
|
210
189
|
endSession(
|
|
211
190
|
args: EndSessionCommandInput,
|
|
212
|
-
cb: (err: any, data?: EndSessionCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: EndSessionCommandOutput) => void,
|
|
213
192
|
): void;
|
|
214
193
|
endSession(
|
|
215
194
|
args: EndSessionCommandInput,
|
|
216
195
|
options: __HttpHandlerOptions,
|
|
217
|
-
cb: (err: any, data?: EndSessionCommandOutput) => void
|
|
196
|
+
cb: (err: any, data?: EndSessionCommandOutput) => void,
|
|
218
197
|
): void;
|
|
219
198
|
generateQuery(
|
|
220
199
|
args: GenerateQueryCommandInput,
|
|
221
|
-
options?: __HttpHandlerOptions
|
|
200
|
+
options?: __HttpHandlerOptions,
|
|
222
201
|
): Promise<GenerateQueryCommandOutput>;
|
|
223
202
|
generateQuery(
|
|
224
203
|
args: GenerateQueryCommandInput,
|
|
225
|
-
cb: (err: any, data?: GenerateQueryCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: GenerateQueryCommandOutput) => void,
|
|
226
205
|
): void;
|
|
227
206
|
generateQuery(
|
|
228
207
|
args: GenerateQueryCommandInput,
|
|
229
208
|
options: __HttpHandlerOptions,
|
|
230
|
-
cb: (err: any, data?: GenerateQueryCommandOutput) => void
|
|
209
|
+
cb: (err: any, data?: GenerateQueryCommandOutput) => void,
|
|
231
210
|
): void;
|
|
232
211
|
getAgentMemory(
|
|
233
212
|
args: GetAgentMemoryCommandInput,
|
|
234
|
-
options?: __HttpHandlerOptions
|
|
213
|
+
options?: __HttpHandlerOptions,
|
|
235
214
|
): Promise<GetAgentMemoryCommandOutput>;
|
|
236
215
|
getAgentMemory(
|
|
237
216
|
args: GetAgentMemoryCommandInput,
|
|
238
|
-
cb: (err: any, data?: GetAgentMemoryCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: GetAgentMemoryCommandOutput) => void,
|
|
239
218
|
): void;
|
|
240
219
|
getAgentMemory(
|
|
241
220
|
args: GetAgentMemoryCommandInput,
|
|
242
221
|
options: __HttpHandlerOptions,
|
|
243
|
-
cb: (err: any, data?: GetAgentMemoryCommandOutput) => void
|
|
222
|
+
cb: (err: any, data?: GetAgentMemoryCommandOutput) => void,
|
|
244
223
|
): void;
|
|
245
224
|
getDocumentContent(
|
|
246
225
|
args: GetDocumentContentCommandInput,
|
|
247
|
-
options?: __HttpHandlerOptions
|
|
226
|
+
options?: __HttpHandlerOptions,
|
|
248
227
|
): Promise<GetDocumentContentCommandOutput>;
|
|
249
228
|
getDocumentContent(
|
|
250
229
|
args: GetDocumentContentCommandInput,
|
|
251
|
-
cb: (err: any, data?: GetDocumentContentCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: GetDocumentContentCommandOutput) => void,
|
|
252
231
|
): void;
|
|
253
232
|
getDocumentContent(
|
|
254
233
|
args: GetDocumentContentCommandInput,
|
|
255
234
|
options: __HttpHandlerOptions,
|
|
256
|
-
cb: (err: any, data?: GetDocumentContentCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: GetDocumentContentCommandOutput) => void,
|
|
257
236
|
): void;
|
|
258
237
|
getExecutionFlowSnapshot(
|
|
259
238
|
args: GetExecutionFlowSnapshotCommandInput,
|
|
260
|
-
options?: __HttpHandlerOptions
|
|
239
|
+
options?: __HttpHandlerOptions,
|
|
261
240
|
): Promise<GetExecutionFlowSnapshotCommandOutput>;
|
|
262
241
|
getExecutionFlowSnapshot(
|
|
263
242
|
args: GetExecutionFlowSnapshotCommandInput,
|
|
264
|
-
cb: (err: any, data?: GetExecutionFlowSnapshotCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: GetExecutionFlowSnapshotCommandOutput) => void,
|
|
265
244
|
): void;
|
|
266
245
|
getExecutionFlowSnapshot(
|
|
267
246
|
args: GetExecutionFlowSnapshotCommandInput,
|
|
268
247
|
options: __HttpHandlerOptions,
|
|
269
|
-
cb: (err: any, data?: GetExecutionFlowSnapshotCommandOutput) => void
|
|
248
|
+
cb: (err: any, data?: GetExecutionFlowSnapshotCommandOutput) => void,
|
|
270
249
|
): void;
|
|
271
250
|
getFlowExecution(
|
|
272
251
|
args: GetFlowExecutionCommandInput,
|
|
273
|
-
options?: __HttpHandlerOptions
|
|
252
|
+
options?: __HttpHandlerOptions,
|
|
274
253
|
): Promise<GetFlowExecutionCommandOutput>;
|
|
275
254
|
getFlowExecution(
|
|
276
255
|
args: GetFlowExecutionCommandInput,
|
|
277
|
-
cb: (err: any, data?: GetFlowExecutionCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: GetFlowExecutionCommandOutput) => void,
|
|
278
257
|
): void;
|
|
279
258
|
getFlowExecution(
|
|
280
259
|
args: GetFlowExecutionCommandInput,
|
|
281
260
|
options: __HttpHandlerOptions,
|
|
282
|
-
cb: (err: any, data?: GetFlowExecutionCommandOutput) => void
|
|
261
|
+
cb: (err: any, data?: GetFlowExecutionCommandOutput) => void,
|
|
283
262
|
): void;
|
|
284
263
|
getInvocationStep(
|
|
285
264
|
args: GetInvocationStepCommandInput,
|
|
286
|
-
options?: __HttpHandlerOptions
|
|
265
|
+
options?: __HttpHandlerOptions,
|
|
287
266
|
): Promise<GetInvocationStepCommandOutput>;
|
|
288
267
|
getInvocationStep(
|
|
289
268
|
args: GetInvocationStepCommandInput,
|
|
290
|
-
cb: (err: any, data?: GetInvocationStepCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: GetInvocationStepCommandOutput) => void,
|
|
291
270
|
): void;
|
|
292
271
|
getInvocationStep(
|
|
293
272
|
args: GetInvocationStepCommandInput,
|
|
294
273
|
options: __HttpHandlerOptions,
|
|
295
|
-
cb: (err: any, data?: GetInvocationStepCommandOutput) => void
|
|
274
|
+
cb: (err: any, data?: GetInvocationStepCommandOutput) => void,
|
|
296
275
|
): void;
|
|
297
276
|
getSession(
|
|
298
277
|
args: GetSessionCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
278
|
+
options?: __HttpHandlerOptions,
|
|
300
279
|
): Promise<GetSessionCommandOutput>;
|
|
301
280
|
getSession(
|
|
302
281
|
args: GetSessionCommandInput,
|
|
303
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
282
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
304
283
|
): void;
|
|
305
284
|
getSession(
|
|
306
285
|
args: GetSessionCommandInput,
|
|
307
286
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: GetSessionCommandOutput) => void,
|
|
309
288
|
): void;
|
|
310
289
|
invokeAgent(
|
|
311
290
|
args: InvokeAgentCommandInput,
|
|
312
|
-
options?: __HttpHandlerOptions
|
|
291
|
+
options?: __HttpHandlerOptions,
|
|
313
292
|
): Promise<InvokeAgentCommandOutput>;
|
|
314
293
|
invokeAgent(
|
|
315
294
|
args: InvokeAgentCommandInput,
|
|
316
|
-
cb: (err: any, data?: InvokeAgentCommandOutput) => void
|
|
295
|
+
cb: (err: any, data?: InvokeAgentCommandOutput) => void,
|
|
317
296
|
): void;
|
|
318
297
|
invokeAgent(
|
|
319
298
|
args: InvokeAgentCommandInput,
|
|
320
299
|
options: __HttpHandlerOptions,
|
|
321
|
-
cb: (err: any, data?: InvokeAgentCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: InvokeAgentCommandOutput) => void,
|
|
322
301
|
): void;
|
|
323
302
|
invokeFlow(
|
|
324
303
|
args: InvokeFlowCommandInput,
|
|
325
|
-
options?: __HttpHandlerOptions
|
|
304
|
+
options?: __HttpHandlerOptions,
|
|
326
305
|
): Promise<InvokeFlowCommandOutput>;
|
|
327
306
|
invokeFlow(
|
|
328
307
|
args: InvokeFlowCommandInput,
|
|
329
|
-
cb: (err: any, data?: InvokeFlowCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: InvokeFlowCommandOutput) => void,
|
|
330
309
|
): void;
|
|
331
310
|
invokeFlow(
|
|
332
311
|
args: InvokeFlowCommandInput,
|
|
333
312
|
options: __HttpHandlerOptions,
|
|
334
|
-
cb: (err: any, data?: InvokeFlowCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: InvokeFlowCommandOutput) => void,
|
|
335
314
|
): void;
|
|
336
315
|
invokeInlineAgent(
|
|
337
316
|
args: InvokeInlineAgentCommandInput,
|
|
338
|
-
options?: __HttpHandlerOptions
|
|
317
|
+
options?: __HttpHandlerOptions,
|
|
339
318
|
): Promise<InvokeInlineAgentCommandOutput>;
|
|
340
319
|
invokeInlineAgent(
|
|
341
320
|
args: InvokeInlineAgentCommandInput,
|
|
342
|
-
cb: (err: any, data?: InvokeInlineAgentCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: InvokeInlineAgentCommandOutput) => void,
|
|
343
322
|
): void;
|
|
344
323
|
invokeInlineAgent(
|
|
345
324
|
args: InvokeInlineAgentCommandInput,
|
|
346
325
|
options: __HttpHandlerOptions,
|
|
347
|
-
cb: (err: any, data?: InvokeInlineAgentCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: InvokeInlineAgentCommandOutput) => void,
|
|
348
327
|
): void;
|
|
349
328
|
listFlowExecutionEvents(
|
|
350
329
|
args: ListFlowExecutionEventsCommandInput,
|
|
351
|
-
options?: __HttpHandlerOptions
|
|
330
|
+
options?: __HttpHandlerOptions,
|
|
352
331
|
): Promise<ListFlowExecutionEventsCommandOutput>;
|
|
353
332
|
listFlowExecutionEvents(
|
|
354
333
|
args: ListFlowExecutionEventsCommandInput,
|
|
355
|
-
cb: (err: any, data?: ListFlowExecutionEventsCommandOutput) => void
|
|
334
|
+
cb: (err: any, data?: ListFlowExecutionEventsCommandOutput) => void,
|
|
356
335
|
): void;
|
|
357
336
|
listFlowExecutionEvents(
|
|
358
337
|
args: ListFlowExecutionEventsCommandInput,
|
|
359
338
|
options: __HttpHandlerOptions,
|
|
360
|
-
cb: (err: any, data?: ListFlowExecutionEventsCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: ListFlowExecutionEventsCommandOutput) => void,
|
|
361
340
|
): void;
|
|
362
341
|
listFlowExecutions(
|
|
363
342
|
args: ListFlowExecutionsCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
343
|
+
options?: __HttpHandlerOptions,
|
|
365
344
|
): Promise<ListFlowExecutionsCommandOutput>;
|
|
366
345
|
listFlowExecutions(
|
|
367
346
|
args: ListFlowExecutionsCommandInput,
|
|
368
|
-
cb: (err: any, data?: ListFlowExecutionsCommandOutput) => void
|
|
347
|
+
cb: (err: any, data?: ListFlowExecutionsCommandOutput) => void,
|
|
369
348
|
): void;
|
|
370
349
|
listFlowExecutions(
|
|
371
350
|
args: ListFlowExecutionsCommandInput,
|
|
372
351
|
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: ListFlowExecutionsCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: ListFlowExecutionsCommandOutput) => void,
|
|
374
353
|
): void;
|
|
375
354
|
listInvocations(
|
|
376
355
|
args: ListInvocationsCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
356
|
+
options?: __HttpHandlerOptions,
|
|
378
357
|
): Promise<ListInvocationsCommandOutput>;
|
|
379
358
|
listInvocations(
|
|
380
359
|
args: ListInvocationsCommandInput,
|
|
381
|
-
cb: (err: any, data?: ListInvocationsCommandOutput) => void
|
|
360
|
+
cb: (err: any, data?: ListInvocationsCommandOutput) => void,
|
|
382
361
|
): void;
|
|
383
362
|
listInvocations(
|
|
384
363
|
args: ListInvocationsCommandInput,
|
|
385
364
|
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: ListInvocationsCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: ListInvocationsCommandOutput) => void,
|
|
387
366
|
): void;
|
|
388
367
|
listInvocationSteps(
|
|
389
368
|
args: ListInvocationStepsCommandInput,
|
|
390
|
-
options?: __HttpHandlerOptions
|
|
369
|
+
options?: __HttpHandlerOptions,
|
|
391
370
|
): Promise<ListInvocationStepsCommandOutput>;
|
|
392
371
|
listInvocationSteps(
|
|
393
372
|
args: ListInvocationStepsCommandInput,
|
|
394
|
-
cb: (err: any, data?: ListInvocationStepsCommandOutput) => void
|
|
373
|
+
cb: (err: any, data?: ListInvocationStepsCommandOutput) => void,
|
|
395
374
|
): void;
|
|
396
375
|
listInvocationSteps(
|
|
397
376
|
args: ListInvocationStepsCommandInput,
|
|
398
377
|
options: __HttpHandlerOptions,
|
|
399
|
-
cb: (err: any, data?: ListInvocationStepsCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: ListInvocationStepsCommandOutput) => void,
|
|
400
379
|
): void;
|
|
401
380
|
listSessions(): Promise<ListSessionsCommandOutput>;
|
|
402
381
|
listSessions(
|
|
403
382
|
args: ListSessionsCommandInput,
|
|
404
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
405
384
|
): Promise<ListSessionsCommandOutput>;
|
|
406
385
|
listSessions(
|
|
407
386
|
args: ListSessionsCommandInput,
|
|
408
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
387
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
409
388
|
): void;
|
|
410
389
|
listSessions(
|
|
411
390
|
args: ListSessionsCommandInput,
|
|
412
391
|
options: __HttpHandlerOptions,
|
|
413
|
-
cb: (err: any, data?: ListSessionsCommandOutput) => void
|
|
392
|
+
cb: (err: any, data?: ListSessionsCommandOutput) => void,
|
|
414
393
|
): void;
|
|
415
394
|
listTagsForResource(
|
|
416
395
|
args: ListTagsForResourceCommandInput,
|
|
417
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
418
397
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
419
398
|
listTagsForResource(
|
|
420
399
|
args: ListTagsForResourceCommandInput,
|
|
421
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
422
401
|
): void;
|
|
423
402
|
listTagsForResource(
|
|
424
403
|
args: ListTagsForResourceCommandInput,
|
|
425
404
|
options: __HttpHandlerOptions,
|
|
426
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
427
406
|
): void;
|
|
428
407
|
optimizePrompt(
|
|
429
408
|
args: OptimizePromptCommandInput,
|
|
430
|
-
options?: __HttpHandlerOptions
|
|
409
|
+
options?: __HttpHandlerOptions,
|
|
431
410
|
): Promise<OptimizePromptCommandOutput>;
|
|
432
411
|
optimizePrompt(
|
|
433
412
|
args: OptimizePromptCommandInput,
|
|
434
|
-
cb: (err: any, data?: OptimizePromptCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: OptimizePromptCommandOutput) => void,
|
|
435
414
|
): void;
|
|
436
415
|
optimizePrompt(
|
|
437
416
|
args: OptimizePromptCommandInput,
|
|
438
417
|
options: __HttpHandlerOptions,
|
|
439
|
-
cb: (err: any, data?: OptimizePromptCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: OptimizePromptCommandOutput) => void,
|
|
440
419
|
): void;
|
|
441
420
|
putInvocationStep(
|
|
442
421
|
args: PutInvocationStepCommandInput,
|
|
443
|
-
options?: __HttpHandlerOptions
|
|
422
|
+
options?: __HttpHandlerOptions,
|
|
444
423
|
): Promise<PutInvocationStepCommandOutput>;
|
|
445
424
|
putInvocationStep(
|
|
446
425
|
args: PutInvocationStepCommandInput,
|
|
447
|
-
cb: (err: any, data?: PutInvocationStepCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: PutInvocationStepCommandOutput) => void,
|
|
448
427
|
): void;
|
|
449
428
|
putInvocationStep(
|
|
450
429
|
args: PutInvocationStepCommandInput,
|
|
451
430
|
options: __HttpHandlerOptions,
|
|
452
|
-
cb: (err: any, data?: PutInvocationStepCommandOutput) => void
|
|
453
|
-
): void;
|
|
454
|
-
rerank(
|
|
455
|
-
args: RerankCommandInput,
|
|
456
|
-
options?: __HttpHandlerOptions
|
|
457
|
-
): Promise<RerankCommandOutput>;
|
|
458
|
-
rerank(
|
|
459
|
-
args: RerankCommandInput,
|
|
460
|
-
cb: (err: any, data?: RerankCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: PutInvocationStepCommandOutput) => void,
|
|
461
432
|
): void;
|
|
433
|
+
rerank(args: RerankCommandInput, options?: __HttpHandlerOptions): Promise<RerankCommandOutput>;
|
|
434
|
+
rerank(args: RerankCommandInput, cb: (err: any, data?: RerankCommandOutput) => void): void;
|
|
462
435
|
rerank(
|
|
463
436
|
args: RerankCommandInput,
|
|
464
437
|
options: __HttpHandlerOptions,
|
|
465
|
-
cb: (err: any, data?: RerankCommandOutput) => void
|
|
438
|
+
cb: (err: any, data?: RerankCommandOutput) => void,
|
|
466
439
|
): void;
|
|
467
440
|
retrieve(
|
|
468
441
|
args: RetrieveCommandInput,
|
|
469
|
-
options?: __HttpHandlerOptions
|
|
442
|
+
options?: __HttpHandlerOptions,
|
|
470
443
|
): Promise<RetrieveCommandOutput>;
|
|
471
|
-
retrieve(
|
|
472
|
-
args: RetrieveCommandInput,
|
|
473
|
-
cb: (err: any, data?: RetrieveCommandOutput) => void
|
|
474
|
-
): void;
|
|
444
|
+
retrieve(args: RetrieveCommandInput, cb: (err: any, data?: RetrieveCommandOutput) => void): void;
|
|
475
445
|
retrieve(
|
|
476
446
|
args: RetrieveCommandInput,
|
|
477
447
|
options: __HttpHandlerOptions,
|
|
478
|
-
cb: (err: any, data?: RetrieveCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: RetrieveCommandOutput) => void,
|
|
479
449
|
): void;
|
|
480
450
|
retrieveAndGenerate(
|
|
481
451
|
args: RetrieveAndGenerateCommandInput,
|
|
482
|
-
options?: __HttpHandlerOptions
|
|
452
|
+
options?: __HttpHandlerOptions,
|
|
483
453
|
): Promise<RetrieveAndGenerateCommandOutput>;
|
|
484
454
|
retrieveAndGenerate(
|
|
485
455
|
args: RetrieveAndGenerateCommandInput,
|
|
486
|
-
cb: (err: any, data?: RetrieveAndGenerateCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: RetrieveAndGenerateCommandOutput) => void,
|
|
487
457
|
): void;
|
|
488
458
|
retrieveAndGenerate(
|
|
489
459
|
args: RetrieveAndGenerateCommandInput,
|
|
490
460
|
options: __HttpHandlerOptions,
|
|
491
|
-
cb: (err: any, data?: RetrieveAndGenerateCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: RetrieveAndGenerateCommandOutput) => void,
|
|
492
462
|
): void;
|
|
493
463
|
retrieveAndGenerateStream(
|
|
494
464
|
args: RetrieveAndGenerateStreamCommandInput,
|
|
495
|
-
options?: __HttpHandlerOptions
|
|
465
|
+
options?: __HttpHandlerOptions,
|
|
496
466
|
): Promise<RetrieveAndGenerateStreamCommandOutput>;
|
|
497
467
|
retrieveAndGenerateStream(
|
|
498
468
|
args: RetrieveAndGenerateStreamCommandInput,
|
|
499
|
-
cb: (err: any, data?: RetrieveAndGenerateStreamCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: RetrieveAndGenerateStreamCommandOutput) => void,
|
|
500
470
|
): void;
|
|
501
471
|
retrieveAndGenerateStream(
|
|
502
472
|
args: RetrieveAndGenerateStreamCommandInput,
|
|
503
473
|
options: __HttpHandlerOptions,
|
|
504
|
-
cb: (err: any, data?: RetrieveAndGenerateStreamCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: RetrieveAndGenerateStreamCommandOutput) => void,
|
|
505
475
|
): void;
|
|
506
476
|
startFlowExecution(
|
|
507
477
|
args: StartFlowExecutionCommandInput,
|
|
508
|
-
options?: __HttpHandlerOptions
|
|
478
|
+
options?: __HttpHandlerOptions,
|
|
509
479
|
): Promise<StartFlowExecutionCommandOutput>;
|
|
510
480
|
startFlowExecution(
|
|
511
481
|
args: StartFlowExecutionCommandInput,
|
|
512
|
-
cb: (err: any, data?: StartFlowExecutionCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: StartFlowExecutionCommandOutput) => void,
|
|
513
483
|
): void;
|
|
514
484
|
startFlowExecution(
|
|
515
485
|
args: StartFlowExecutionCommandInput,
|
|
516
486
|
options: __HttpHandlerOptions,
|
|
517
|
-
cb: (err: any, data?: StartFlowExecutionCommandOutput) => void
|
|
487
|
+
cb: (err: any, data?: StartFlowExecutionCommandOutput) => void,
|
|
518
488
|
): void;
|
|
519
489
|
stopFlowExecution(
|
|
520
490
|
args: StopFlowExecutionCommandInput,
|
|
521
|
-
options?: __HttpHandlerOptions
|
|
491
|
+
options?: __HttpHandlerOptions,
|
|
522
492
|
): Promise<StopFlowExecutionCommandOutput>;
|
|
523
493
|
stopFlowExecution(
|
|
524
494
|
args: StopFlowExecutionCommandInput,
|
|
525
|
-
cb: (err: any, data?: StopFlowExecutionCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: StopFlowExecutionCommandOutput) => void,
|
|
526
496
|
): void;
|
|
527
497
|
stopFlowExecution(
|
|
528
498
|
args: StopFlowExecutionCommandInput,
|
|
529
499
|
options: __HttpHandlerOptions,
|
|
530
|
-
cb: (err: any, data?: StopFlowExecutionCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: StopFlowExecutionCommandOutput) => void,
|
|
531
501
|
): void;
|
|
532
502
|
tagResource(
|
|
533
503
|
args: TagResourceCommandInput,
|
|
534
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
535
505
|
): Promise<TagResourceCommandOutput>;
|
|
536
506
|
tagResource(
|
|
537
507
|
args: TagResourceCommandInput,
|
|
538
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
539
509
|
): void;
|
|
540
510
|
tagResource(
|
|
541
511
|
args: TagResourceCommandInput,
|
|
542
512
|
options: __HttpHandlerOptions,
|
|
543
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
544
514
|
): void;
|
|
545
515
|
untagResource(
|
|
546
516
|
args: UntagResourceCommandInput,
|
|
547
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
548
518
|
): Promise<UntagResourceCommandOutput>;
|
|
549
519
|
untagResource(
|
|
550
520
|
args: UntagResourceCommandInput,
|
|
551
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
552
522
|
): void;
|
|
553
523
|
untagResource(
|
|
554
524
|
args: UntagResourceCommandInput,
|
|
555
525
|
options: __HttpHandlerOptions,
|
|
556
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
557
527
|
): void;
|
|
558
528
|
updateSession(
|
|
559
529
|
args: UpdateSessionCommandInput,
|
|
560
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
561
531
|
): Promise<UpdateSessionCommandOutput>;
|
|
562
532
|
updateSession(
|
|
563
533
|
args: UpdateSessionCommandInput,
|
|
564
|
-
cb: (err: any, data?: UpdateSessionCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: UpdateSessionCommandOutput) => void,
|
|
565
535
|
): void;
|
|
566
536
|
updateSession(
|
|
567
537
|
args: UpdateSessionCommandInput,
|
|
568
538
|
options: __HttpHandlerOptions,
|
|
569
|
-
cb: (err: any, data?: UpdateSessionCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: UpdateSessionCommandOutput) => void,
|
|
570
540
|
): void;
|
|
571
541
|
paginateGetAgentMemory(
|
|
572
542
|
args: GetAgentMemoryCommandInput,
|
|
573
543
|
paginationConfig?: Pick<
|
|
574
544
|
PaginationConfiguration,
|
|
575
545
|
Exclude<keyof PaginationConfiguration, "client">
|
|
576
|
-
|
|
546
|
+
>,
|
|
577
547
|
): Paginator<GetAgentMemoryCommandOutput>;
|
|
578
548
|
paginateListFlowExecutionEvents(
|
|
579
549
|
args: ListFlowExecutionEventsCommandInput,
|
|
580
550
|
paginationConfig?: Pick<
|
|
581
551
|
PaginationConfiguration,
|
|
582
552
|
Exclude<keyof PaginationConfiguration, "client">
|
|
583
|
-
|
|
553
|
+
>,
|
|
584
554
|
): Paginator<ListFlowExecutionEventsCommandOutput>;
|
|
585
555
|
paginateListFlowExecutions(
|
|
586
556
|
args: ListFlowExecutionsCommandInput,
|
|
587
557
|
paginationConfig?: Pick<
|
|
588
558
|
PaginationConfiguration,
|
|
589
559
|
Exclude<keyof PaginationConfiguration, "client">
|
|
590
|
-
|
|
560
|
+
>,
|
|
591
561
|
): Paginator<ListFlowExecutionsCommandOutput>;
|
|
592
562
|
paginateListInvocations(
|
|
593
563
|
args: ListInvocationsCommandInput,
|
|
594
564
|
paginationConfig?: Pick<
|
|
595
565
|
PaginationConfiguration,
|
|
596
566
|
Exclude<keyof PaginationConfiguration, "client">
|
|
597
|
-
|
|
567
|
+
>,
|
|
598
568
|
): Paginator<ListInvocationsCommandOutput>;
|
|
599
569
|
paginateListInvocationSteps(
|
|
600
570
|
args: ListInvocationStepsCommandInput,
|
|
601
571
|
paginationConfig?: Pick<
|
|
602
572
|
PaginationConfiguration,
|
|
603
573
|
Exclude<keyof PaginationConfiguration, "client">
|
|
604
|
-
|
|
574
|
+
>,
|
|
605
575
|
): Paginator<ListInvocationStepsCommandOutput>;
|
|
606
576
|
paginateListSessions(
|
|
607
577
|
args?: ListSessionsCommandInput,
|
|
608
578
|
paginationConfig?: Pick<
|
|
609
579
|
PaginationConfiguration,
|
|
610
580
|
Exclude<keyof PaginationConfiguration, "client">
|
|
611
|
-
|
|
581
|
+
>,
|
|
612
582
|
): Paginator<ListSessionsCommandOutput>;
|
|
613
583
|
paginateRerank(
|
|
614
584
|
args: RerankCommandInput,
|
|
615
585
|
paginationConfig?: Pick<
|
|
616
586
|
PaginationConfiguration,
|
|
617
587
|
Exclude<keyof PaginationConfiguration, "client">
|
|
618
|
-
|
|
588
|
+
>,
|
|
619
589
|
): Paginator<RerankCommandOutput>;
|
|
620
590
|
paginateRetrieve(
|
|
621
591
|
args: RetrieveCommandInput,
|
|
622
592
|
paginationConfig?: Pick<
|
|
623
593
|
PaginationConfiguration,
|
|
624
594
|
Exclude<keyof PaginationConfiguration, "client">
|
|
625
|
-
|
|
595
|
+
>,
|
|
626
596
|
): Paginator<RetrieveCommandOutput>;
|
|
627
597
|
}
|
|
628
598
|
export declare class BedrockAgentRuntime
|