@aws-sdk/client-bedrock-agentcore 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 +1843 -2065
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentCoreClient.js +2 -0
- package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +3 -9
- package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/CompleteResourceTokenAuthCommand.js +3 -10
- package/dist-es/commands/CreateEventCommand.js +3 -10
- package/dist-es/commands/DeleteEventCommand.js +3 -9
- package/dist-es/commands/DeleteMemoryRecordCommand.js +3 -9
- package/dist-es/commands/GetAgentCardCommand.js +3 -9
- package/dist-es/commands/GetBrowserSessionCommand.js +3 -9
- package/dist-es/commands/GetCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/GetEventCommand.js +3 -10
- package/dist-es/commands/GetMemoryRecordCommand.js +3 -10
- package/dist-es/commands/GetResourceApiKeyCommand.js +3 -10
- package/dist-es/commands/GetResourceOauth2TokenCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +3 -10
- package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +3 -10
- package/dist-es/commands/InvokeAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/InvokeCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/ListActorsCommand.js +3 -9
- package/dist-es/commands/ListBrowserSessionsCommand.js +3 -9
- package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +3 -9
- package/dist-es/commands/ListEventsCommand.js +3 -10
- package/dist-es/commands/ListMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/ListSessionsCommand.js +3 -9
- package/dist-es/commands/RetrieveMemoryRecordsCommand.js +3 -10
- package/dist-es/commands/StartBrowserSessionCommand.js +3 -9
- package/dist-es/commands/StartCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/StopBrowserSessionCommand.js +3 -9
- package/dist-es/commands/StopCodeInterpreterSessionCommand.js +3 -9
- package/dist-es/commands/StopRuntimeSessionCommand.js +3 -9
- package/dist-es/commands/UpdateBrowserStreamCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -190
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1756 -0
- package/dist-types/BedrockAgentCoreClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -148
- 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 +179 -0
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -103
- 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 +186 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1593
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -290
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -393
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { EventStreamSerdeContext as __EventStreamSerdeContext, SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput } from "../commands/BatchCreateMemoryRecordsCommand";
|
|
4
|
-
import { BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput } from "../commands/BatchDeleteMemoryRecordsCommand";
|
|
5
|
-
import { BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput } from "../commands/BatchUpdateMemoryRecordsCommand";
|
|
6
|
-
import { CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput } from "../commands/CompleteResourceTokenAuthCommand";
|
|
7
|
-
import { CreateEventCommandInput, CreateEventCommandOutput } from "../commands/CreateEventCommand";
|
|
8
|
-
import { DeleteEventCommandInput, DeleteEventCommandOutput } from "../commands/DeleteEventCommand";
|
|
9
|
-
import { DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput } from "../commands/DeleteMemoryRecordCommand";
|
|
10
|
-
import { GetAgentCardCommandInput, GetAgentCardCommandOutput } from "../commands/GetAgentCardCommand";
|
|
11
|
-
import { GetBrowserSessionCommandInput, GetBrowserSessionCommandOutput } from "../commands/GetBrowserSessionCommand";
|
|
12
|
-
import { GetCodeInterpreterSessionCommandInput, GetCodeInterpreterSessionCommandOutput } from "../commands/GetCodeInterpreterSessionCommand";
|
|
13
|
-
import { GetEventCommandInput, GetEventCommandOutput } from "../commands/GetEventCommand";
|
|
14
|
-
import { GetMemoryRecordCommandInput, GetMemoryRecordCommandOutput } from "../commands/GetMemoryRecordCommand";
|
|
15
|
-
import { GetResourceApiKeyCommandInput, GetResourceApiKeyCommandOutput } from "../commands/GetResourceApiKeyCommand";
|
|
16
|
-
import { GetResourceOauth2TokenCommandInput, GetResourceOauth2TokenCommandOutput } from "../commands/GetResourceOauth2TokenCommand";
|
|
17
|
-
import { GetWorkloadAccessTokenCommandInput, GetWorkloadAccessTokenCommandOutput } from "../commands/GetWorkloadAccessTokenCommand";
|
|
18
|
-
import { GetWorkloadAccessTokenForJWTCommandInput, GetWorkloadAccessTokenForJWTCommandOutput } from "../commands/GetWorkloadAccessTokenForJWTCommand";
|
|
19
|
-
import { GetWorkloadAccessTokenForUserIdCommandInput, GetWorkloadAccessTokenForUserIdCommandOutput } from "../commands/GetWorkloadAccessTokenForUserIdCommand";
|
|
20
|
-
import { InvokeAgentRuntimeCommandInput, InvokeAgentRuntimeCommandOutput } from "../commands/InvokeAgentRuntimeCommand";
|
|
21
|
-
import { InvokeCodeInterpreterCommandInput, InvokeCodeInterpreterCommandOutput } from "../commands/InvokeCodeInterpreterCommand";
|
|
22
|
-
import { ListActorsCommandInput, ListActorsCommandOutput } from "../commands/ListActorsCommand";
|
|
23
|
-
import { ListBrowserSessionsCommandInput, ListBrowserSessionsCommandOutput } from "../commands/ListBrowserSessionsCommand";
|
|
24
|
-
import { ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessionsCommandOutput } from "../commands/ListCodeInterpreterSessionsCommand";
|
|
25
|
-
import { ListEventsCommandInput, ListEventsCommandOutput } from "../commands/ListEventsCommand";
|
|
26
|
-
import { ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput } from "../commands/ListMemoryRecordsCommand";
|
|
27
|
-
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
28
|
-
import { RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput } from "../commands/RetrieveMemoryRecordsCommand";
|
|
29
|
-
import { StartBrowserSessionCommandInput, StartBrowserSessionCommandOutput } from "../commands/StartBrowserSessionCommand";
|
|
30
|
-
import { StartCodeInterpreterSessionCommandInput, StartCodeInterpreterSessionCommandOutput } from "../commands/StartCodeInterpreterSessionCommand";
|
|
31
|
-
import { StopBrowserSessionCommandInput, StopBrowserSessionCommandOutput } from "../commands/StopBrowserSessionCommand";
|
|
32
|
-
import { StopCodeInterpreterSessionCommandInput, StopCodeInterpreterSessionCommandOutput } from "../commands/StopCodeInterpreterSessionCommand";
|
|
33
|
-
import { StopRuntimeSessionCommandInput, StopRuntimeSessionCommandOutput } from "../commands/StopRuntimeSessionCommand";
|
|
34
|
-
import { UpdateBrowserStreamCommandInput, UpdateBrowserStreamCommandOutput } from "../commands/UpdateBrowserStreamCommand";
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1BatchCreateMemoryRecordsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_BatchCreateMemoryRecordsCommand: (input: BatchCreateMemoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1BatchDeleteMemoryRecordsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_BatchDeleteMemoryRecordsCommand: (input: BatchDeleteMemoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1BatchUpdateMemoryRecordsCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_BatchUpdateMemoryRecordsCommand: (input: BatchUpdateMemoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1CompleteResourceTokenAuthCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_CompleteResourceTokenAuthCommand: (input: CompleteResourceTokenAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1CreateEventCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_CreateEventCommand: (input: CreateEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DeleteEventCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DeleteEventCommand: (input: DeleteEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1DeleteMemoryRecordCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_DeleteMemoryRecordCommand: (input: DeleteMemoryRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1GetAgentCardCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_GetAgentCardCommand: (input: GetAgentCardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1GetBrowserSessionCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_GetBrowserSessionCommand: (input: GetBrowserSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1GetCodeInterpreterSessionCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_GetCodeInterpreterSessionCommand: (input: GetCodeInterpreterSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1GetEventCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_GetEventCommand: (input: GetEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1GetMemoryRecordCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_GetMemoryRecordCommand: (input: GetMemoryRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1GetResourceApiKeyCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_GetResourceApiKeyCommand: (input: GetResourceApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1GetResourceOauth2TokenCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_GetResourceOauth2TokenCommand: (input: GetResourceOauth2TokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1GetWorkloadAccessTokenCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_GetWorkloadAccessTokenCommand: (input: GetWorkloadAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1GetWorkloadAccessTokenForJWTCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_GetWorkloadAccessTokenForJWTCommand: (input: GetWorkloadAccessTokenForJWTCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1GetWorkloadAccessTokenForUserIdCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_GetWorkloadAccessTokenForUserIdCommand: (input: GetWorkloadAccessTokenForUserIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1InvokeAgentRuntimeCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_InvokeAgentRuntimeCommand: (input: InvokeAgentRuntimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1InvokeCodeInterpreterCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_InvokeCodeInterpreterCommand: (input: InvokeCodeInterpreterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1ListActorsCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_ListActorsCommand: (input: ListActorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1ListBrowserSessionsCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_ListBrowserSessionsCommand: (input: ListBrowserSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1ListCodeInterpreterSessionsCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_ListCodeInterpreterSessionsCommand: (input: ListCodeInterpreterSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* serializeAws_restJson1ListEventsCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const se_ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
/**
|
|
128
|
-
* serializeAws_restJson1ListMemoryRecordsCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const se_ListMemoryRecordsCommand: (input: ListMemoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
/**
|
|
132
|
-
* serializeAws_restJson1ListSessionsCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
/**
|
|
136
|
-
* serializeAws_restJson1RetrieveMemoryRecordsCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const se_RetrieveMemoryRecordsCommand: (input: RetrieveMemoryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
/**
|
|
140
|
-
* serializeAws_restJson1StartBrowserSessionCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const se_StartBrowserSessionCommand: (input: StartBrowserSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
/**
|
|
144
|
-
* serializeAws_restJson1StartCodeInterpreterSessionCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const se_StartCodeInterpreterSessionCommand: (input: StartCodeInterpreterSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
/**
|
|
148
|
-
* serializeAws_restJson1StopBrowserSessionCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const se_StopBrowserSessionCommand: (input: StopBrowserSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
/**
|
|
152
|
-
* serializeAws_restJson1StopCodeInterpreterSessionCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const se_StopCodeInterpreterSessionCommand: (input: StopCodeInterpreterSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
/**
|
|
156
|
-
* serializeAws_restJson1StopRuntimeSessionCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const se_StopRuntimeSessionCommand: (input: StopRuntimeSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
/**
|
|
160
|
-
* serializeAws_restJson1UpdateBrowserStreamCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const se_UpdateBrowserStreamCommand: (input: UpdateBrowserStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1BatchCreateMemoryRecordsCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_BatchCreateMemoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateMemoryRecordsCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1BatchDeleteMemoryRecordsCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_BatchDeleteMemoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteMemoryRecordsCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1BatchUpdateMemoryRecordsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_BatchUpdateMemoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateMemoryRecordsCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1CompleteResourceTokenAuthCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_CompleteResourceTokenAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteResourceTokenAuthCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1CreateEventCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_CreateEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1DeleteEventCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_DeleteEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1DeleteMemoryRecordCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_DeleteMemoryRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemoryRecordCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1GetAgentCardCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_GetAgentCardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentCardCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1GetBrowserSessionCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_GetBrowserSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserSessionCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1GetCodeInterpreterSessionCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_GetCodeInterpreterSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeInterpreterSessionCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1GetEventCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_GetEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1GetMemoryRecordCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_GetMemoryRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemoryRecordCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1GetResourceApiKeyCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_GetResourceApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceApiKeyCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1GetResourceOauth2TokenCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_GetResourceOauth2TokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceOauth2TokenCommandOutput>;
|
|
219
|
-
/**
|
|
220
|
-
* deserializeAws_restJson1GetWorkloadAccessTokenCommand
|
|
221
|
-
*/
|
|
222
|
-
export declare const de_GetWorkloadAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadAccessTokenCommandOutput>;
|
|
223
|
-
/**
|
|
224
|
-
* deserializeAws_restJson1GetWorkloadAccessTokenForJWTCommand
|
|
225
|
-
*/
|
|
226
|
-
export declare const de_GetWorkloadAccessTokenForJWTCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadAccessTokenForJWTCommandOutput>;
|
|
227
|
-
/**
|
|
228
|
-
* deserializeAws_restJson1GetWorkloadAccessTokenForUserIdCommand
|
|
229
|
-
*/
|
|
230
|
-
export declare const de_GetWorkloadAccessTokenForUserIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadAccessTokenForUserIdCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* deserializeAws_restJson1InvokeAgentRuntimeCommand
|
|
233
|
-
*/
|
|
234
|
-
export declare const de_InvokeAgentRuntimeCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<InvokeAgentRuntimeCommandOutput>;
|
|
235
|
-
/**
|
|
236
|
-
* deserializeAws_restJson1InvokeCodeInterpreterCommand
|
|
237
|
-
*/
|
|
238
|
-
export declare const de_InvokeCodeInterpreterCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<InvokeCodeInterpreterCommandOutput>;
|
|
239
|
-
/**
|
|
240
|
-
* deserializeAws_restJson1ListActorsCommand
|
|
241
|
-
*/
|
|
242
|
-
export declare const de_ListActorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActorsCommandOutput>;
|
|
243
|
-
/**
|
|
244
|
-
* deserializeAws_restJson1ListBrowserSessionsCommand
|
|
245
|
-
*/
|
|
246
|
-
export declare const de_ListBrowserSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowserSessionsCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* deserializeAws_restJson1ListCodeInterpreterSessionsCommand
|
|
249
|
-
*/
|
|
250
|
-
export declare const de_ListCodeInterpreterSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeInterpreterSessionsCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* deserializeAws_restJson1ListEventsCommand
|
|
253
|
-
*/
|
|
254
|
-
export declare const de_ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* deserializeAws_restJson1ListMemoryRecordsCommand
|
|
257
|
-
*/
|
|
258
|
-
export declare const de_ListMemoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMemoryRecordsCommandOutput>;
|
|
259
|
-
/**
|
|
260
|
-
* deserializeAws_restJson1ListSessionsCommand
|
|
261
|
-
*/
|
|
262
|
-
export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
263
|
-
/**
|
|
264
|
-
* deserializeAws_restJson1RetrieveMemoryRecordsCommand
|
|
265
|
-
*/
|
|
266
|
-
export declare const de_RetrieveMemoryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveMemoryRecordsCommandOutput>;
|
|
267
|
-
/**
|
|
268
|
-
* deserializeAws_restJson1StartBrowserSessionCommand
|
|
269
|
-
*/
|
|
270
|
-
export declare const de_StartBrowserSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBrowserSessionCommandOutput>;
|
|
271
|
-
/**
|
|
272
|
-
* deserializeAws_restJson1StartCodeInterpreterSessionCommand
|
|
273
|
-
*/
|
|
274
|
-
export declare const de_StartCodeInterpreterSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCodeInterpreterSessionCommandOutput>;
|
|
275
|
-
/**
|
|
276
|
-
* deserializeAws_restJson1StopBrowserSessionCommand
|
|
277
|
-
*/
|
|
278
|
-
export declare const de_StopBrowserSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBrowserSessionCommandOutput>;
|
|
279
|
-
/**
|
|
280
|
-
* deserializeAws_restJson1StopCodeInterpreterSessionCommand
|
|
281
|
-
*/
|
|
282
|
-
export declare const de_StopCodeInterpreterSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCodeInterpreterSessionCommandOutput>;
|
|
283
|
-
/**
|
|
284
|
-
* deserializeAws_restJson1StopRuntimeSessionCommand
|
|
285
|
-
*/
|
|
286
|
-
export declare const de_StopRuntimeSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRuntimeSessionCommandOutput>;
|
|
287
|
-
/**
|
|
288
|
-
* deserializeAws_restJson1UpdateBrowserStreamCommand
|
|
289
|
-
*/
|
|
290
|
-
export declare const de_UpdateBrowserStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBrowserStreamCommandOutput>;
|
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import {
|
|
6
|
-
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
|
-
SdkStreamSerdeContext as __SdkStreamSerdeContext,
|
|
8
|
-
SerdeContext as __SerdeContext,
|
|
9
|
-
} from "@smithy/types";
|
|
10
|
-
import {
|
|
11
|
-
BatchCreateMemoryRecordsCommandInput,
|
|
12
|
-
BatchCreateMemoryRecordsCommandOutput,
|
|
13
|
-
} from "../commands/BatchCreateMemoryRecordsCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchDeleteMemoryRecordsCommandInput,
|
|
16
|
-
BatchDeleteMemoryRecordsCommandOutput,
|
|
17
|
-
} from "../commands/BatchDeleteMemoryRecordsCommand";
|
|
18
|
-
import {
|
|
19
|
-
BatchUpdateMemoryRecordsCommandInput,
|
|
20
|
-
BatchUpdateMemoryRecordsCommandOutput,
|
|
21
|
-
} from "../commands/BatchUpdateMemoryRecordsCommand";
|
|
22
|
-
import {
|
|
23
|
-
CompleteResourceTokenAuthCommandInput,
|
|
24
|
-
CompleteResourceTokenAuthCommandOutput,
|
|
25
|
-
} from "../commands/CompleteResourceTokenAuthCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateEventCommandInput,
|
|
28
|
-
CreateEventCommandOutput,
|
|
29
|
-
} from "../commands/CreateEventCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteEventCommandInput,
|
|
32
|
-
DeleteEventCommandOutput,
|
|
33
|
-
} from "../commands/DeleteEventCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteMemoryRecordCommandInput,
|
|
36
|
-
DeleteMemoryRecordCommandOutput,
|
|
37
|
-
} from "../commands/DeleteMemoryRecordCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetAgentCardCommandInput,
|
|
40
|
-
GetAgentCardCommandOutput,
|
|
41
|
-
} from "../commands/GetAgentCardCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetBrowserSessionCommandInput,
|
|
44
|
-
GetBrowserSessionCommandOutput,
|
|
45
|
-
} from "../commands/GetBrowserSessionCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetCodeInterpreterSessionCommandInput,
|
|
48
|
-
GetCodeInterpreterSessionCommandOutput,
|
|
49
|
-
} from "../commands/GetCodeInterpreterSessionCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetEventCommandInput,
|
|
52
|
-
GetEventCommandOutput,
|
|
53
|
-
} from "../commands/GetEventCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetMemoryRecordCommandInput,
|
|
56
|
-
GetMemoryRecordCommandOutput,
|
|
57
|
-
} from "../commands/GetMemoryRecordCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetResourceApiKeyCommandInput,
|
|
60
|
-
GetResourceApiKeyCommandOutput,
|
|
61
|
-
} from "../commands/GetResourceApiKeyCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetResourceOauth2TokenCommandInput,
|
|
64
|
-
GetResourceOauth2TokenCommandOutput,
|
|
65
|
-
} from "../commands/GetResourceOauth2TokenCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetWorkloadAccessTokenCommandInput,
|
|
68
|
-
GetWorkloadAccessTokenCommandOutput,
|
|
69
|
-
} from "../commands/GetWorkloadAccessTokenCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetWorkloadAccessTokenForJWTCommandInput,
|
|
72
|
-
GetWorkloadAccessTokenForJWTCommandOutput,
|
|
73
|
-
} from "../commands/GetWorkloadAccessTokenForJWTCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetWorkloadAccessTokenForUserIdCommandInput,
|
|
76
|
-
GetWorkloadAccessTokenForUserIdCommandOutput,
|
|
77
|
-
} from "../commands/GetWorkloadAccessTokenForUserIdCommand";
|
|
78
|
-
import {
|
|
79
|
-
InvokeAgentRuntimeCommandInput,
|
|
80
|
-
InvokeAgentRuntimeCommandOutput,
|
|
81
|
-
} from "../commands/InvokeAgentRuntimeCommand";
|
|
82
|
-
import {
|
|
83
|
-
InvokeCodeInterpreterCommandInput,
|
|
84
|
-
InvokeCodeInterpreterCommandOutput,
|
|
85
|
-
} from "../commands/InvokeCodeInterpreterCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListActorsCommandInput,
|
|
88
|
-
ListActorsCommandOutput,
|
|
89
|
-
} from "../commands/ListActorsCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListBrowserSessionsCommandInput,
|
|
92
|
-
ListBrowserSessionsCommandOutput,
|
|
93
|
-
} from "../commands/ListBrowserSessionsCommand";
|
|
94
|
-
import {
|
|
95
|
-
ListCodeInterpreterSessionsCommandInput,
|
|
96
|
-
ListCodeInterpreterSessionsCommandOutput,
|
|
97
|
-
} from "../commands/ListCodeInterpreterSessionsCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListEventsCommandInput,
|
|
100
|
-
ListEventsCommandOutput,
|
|
101
|
-
} from "../commands/ListEventsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListMemoryRecordsCommandInput,
|
|
104
|
-
ListMemoryRecordsCommandOutput,
|
|
105
|
-
} from "../commands/ListMemoryRecordsCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListSessionsCommandInput,
|
|
108
|
-
ListSessionsCommandOutput,
|
|
109
|
-
} from "../commands/ListSessionsCommand";
|
|
110
|
-
import {
|
|
111
|
-
RetrieveMemoryRecordsCommandInput,
|
|
112
|
-
RetrieveMemoryRecordsCommandOutput,
|
|
113
|
-
} from "../commands/RetrieveMemoryRecordsCommand";
|
|
114
|
-
import {
|
|
115
|
-
StartBrowserSessionCommandInput,
|
|
116
|
-
StartBrowserSessionCommandOutput,
|
|
117
|
-
} from "../commands/StartBrowserSessionCommand";
|
|
118
|
-
import {
|
|
119
|
-
StartCodeInterpreterSessionCommandInput,
|
|
120
|
-
StartCodeInterpreterSessionCommandOutput,
|
|
121
|
-
} from "../commands/StartCodeInterpreterSessionCommand";
|
|
122
|
-
import {
|
|
123
|
-
StopBrowserSessionCommandInput,
|
|
124
|
-
StopBrowserSessionCommandOutput,
|
|
125
|
-
} from "../commands/StopBrowserSessionCommand";
|
|
126
|
-
import {
|
|
127
|
-
StopCodeInterpreterSessionCommandInput,
|
|
128
|
-
StopCodeInterpreterSessionCommandOutput,
|
|
129
|
-
} from "../commands/StopCodeInterpreterSessionCommand";
|
|
130
|
-
import {
|
|
131
|
-
StopRuntimeSessionCommandInput,
|
|
132
|
-
StopRuntimeSessionCommandOutput,
|
|
133
|
-
} from "../commands/StopRuntimeSessionCommand";
|
|
134
|
-
import {
|
|
135
|
-
UpdateBrowserStreamCommandInput,
|
|
136
|
-
UpdateBrowserStreamCommandOutput,
|
|
137
|
-
} from "../commands/UpdateBrowserStreamCommand";
|
|
138
|
-
export declare const se_BatchCreateMemoryRecordsCommand: (
|
|
139
|
-
input: BatchCreateMemoryRecordsCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_BatchDeleteMemoryRecordsCommand: (
|
|
143
|
-
input: BatchDeleteMemoryRecordsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_BatchUpdateMemoryRecordsCommand: (
|
|
147
|
-
input: BatchUpdateMemoryRecordsCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CompleteResourceTokenAuthCommand: (
|
|
151
|
-
input: CompleteResourceTokenAuthCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_CreateEventCommand: (
|
|
155
|
-
input: CreateEventCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteEventCommand: (
|
|
159
|
-
input: DeleteEventCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeleteMemoryRecordCommand: (
|
|
163
|
-
input: DeleteMemoryRecordCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetAgentCardCommand: (
|
|
167
|
-
input: GetAgentCardCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetBrowserSessionCommand: (
|
|
171
|
-
input: GetBrowserSessionCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetCodeInterpreterSessionCommand: (
|
|
175
|
-
input: GetCodeInterpreterSessionCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetEventCommand: (
|
|
179
|
-
input: GetEventCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetMemoryRecordCommand: (
|
|
183
|
-
input: GetMemoryRecordCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetResourceApiKeyCommand: (
|
|
187
|
-
input: GetResourceApiKeyCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetResourceOauth2TokenCommand: (
|
|
191
|
-
input: GetResourceOauth2TokenCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetWorkloadAccessTokenCommand: (
|
|
195
|
-
input: GetWorkloadAccessTokenCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_GetWorkloadAccessTokenForJWTCommand: (
|
|
199
|
-
input: GetWorkloadAccessTokenForJWTCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_GetWorkloadAccessTokenForUserIdCommand: (
|
|
203
|
-
input: GetWorkloadAccessTokenForUserIdCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_InvokeAgentRuntimeCommand: (
|
|
207
|
-
input: InvokeAgentRuntimeCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_InvokeCodeInterpreterCommand: (
|
|
211
|
-
input: InvokeCodeInterpreterCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListActorsCommand: (
|
|
215
|
-
input: ListActorsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ListBrowserSessionsCommand: (
|
|
219
|
-
input: ListBrowserSessionsCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_ListCodeInterpreterSessionsCommand: (
|
|
223
|
-
input: ListCodeInterpreterSessionsCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_ListEventsCommand: (
|
|
227
|
-
input: ListEventsCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_ListMemoryRecordsCommand: (
|
|
231
|
-
input: ListMemoryRecordsCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_ListSessionsCommand: (
|
|
235
|
-
input: ListSessionsCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_RetrieveMemoryRecordsCommand: (
|
|
239
|
-
input: RetrieveMemoryRecordsCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_StartBrowserSessionCommand: (
|
|
243
|
-
input: StartBrowserSessionCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_StartCodeInterpreterSessionCommand: (
|
|
247
|
-
input: StartCodeInterpreterSessionCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_StopBrowserSessionCommand: (
|
|
251
|
-
input: StopBrowserSessionCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_StopCodeInterpreterSessionCommand: (
|
|
255
|
-
input: StopCodeInterpreterSessionCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_StopRuntimeSessionCommand: (
|
|
259
|
-
input: StopRuntimeSessionCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_UpdateBrowserStreamCommand: (
|
|
263
|
-
input: UpdateBrowserStreamCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const de_BatchCreateMemoryRecordsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<BatchCreateMemoryRecordsCommandOutput>;
|
|
270
|
-
export declare const de_BatchDeleteMemoryRecordsCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<BatchDeleteMemoryRecordsCommandOutput>;
|
|
274
|
-
export declare const de_BatchUpdateMemoryRecordsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<BatchUpdateMemoryRecordsCommandOutput>;
|
|
278
|
-
export declare const de_CompleteResourceTokenAuthCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<CompleteResourceTokenAuthCommandOutput>;
|
|
282
|
-
export declare const de_CreateEventCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<CreateEventCommandOutput>;
|
|
286
|
-
export declare const de_DeleteEventCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeleteEventCommandOutput>;
|
|
290
|
-
export declare const de_DeleteMemoryRecordCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DeleteMemoryRecordCommandOutput>;
|
|
294
|
-
export declare const de_GetAgentCardCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<GetAgentCardCommandOutput>;
|
|
298
|
-
export declare const de_GetBrowserSessionCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<GetBrowserSessionCommandOutput>;
|
|
302
|
-
export declare const de_GetCodeInterpreterSessionCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetCodeInterpreterSessionCommandOutput>;
|
|
306
|
-
export declare const de_GetEventCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetEventCommandOutput>;
|
|
310
|
-
export declare const de_GetMemoryRecordCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<GetMemoryRecordCommandOutput>;
|
|
314
|
-
export declare const de_GetResourceApiKeyCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetResourceApiKeyCommandOutput>;
|
|
318
|
-
export declare const de_GetResourceOauth2TokenCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetResourceOauth2TokenCommandOutput>;
|
|
322
|
-
export declare const de_GetWorkloadAccessTokenCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<GetWorkloadAccessTokenCommandOutput>;
|
|
326
|
-
export declare const de_GetWorkloadAccessTokenForJWTCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<GetWorkloadAccessTokenForJWTCommandOutput>;
|
|
330
|
-
export declare const de_GetWorkloadAccessTokenForUserIdCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<GetWorkloadAccessTokenForUserIdCommandOutput>;
|
|
334
|
-
export declare const de_InvokeAgentRuntimeCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext & __SdkStreamSerdeContext
|
|
337
|
-
) => Promise<InvokeAgentRuntimeCommandOutput>;
|
|
338
|
-
export declare const de_InvokeCodeInterpreterCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext & __EventStreamSerdeContext
|
|
341
|
-
) => Promise<InvokeCodeInterpreterCommandOutput>;
|
|
342
|
-
export declare const de_ListActorsCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<ListActorsCommandOutput>;
|
|
346
|
-
export declare const de_ListBrowserSessionsCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<ListBrowserSessionsCommandOutput>;
|
|
350
|
-
export declare const de_ListCodeInterpreterSessionsCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<ListCodeInterpreterSessionsCommandOutput>;
|
|
354
|
-
export declare const de_ListEventsCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<ListEventsCommandOutput>;
|
|
358
|
-
export declare const de_ListMemoryRecordsCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<ListMemoryRecordsCommandOutput>;
|
|
362
|
-
export declare const de_ListSessionsCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<ListSessionsCommandOutput>;
|
|
366
|
-
export declare const de_RetrieveMemoryRecordsCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<RetrieveMemoryRecordsCommandOutput>;
|
|
370
|
-
export declare const de_StartBrowserSessionCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<StartBrowserSessionCommandOutput>;
|
|
374
|
-
export declare const de_StartCodeInterpreterSessionCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<StartCodeInterpreterSessionCommandOutput>;
|
|
378
|
-
export declare const de_StopBrowserSessionCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<StopBrowserSessionCommandOutput>;
|
|
382
|
-
export declare const de_StopCodeInterpreterSessionCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<StopCodeInterpreterSessionCommandOutput>;
|
|
386
|
-
export declare const de_StopRuntimeSessionCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<StopRuntimeSessionCommandOutput>;
|
|
390
|
-
export declare const de_UpdateBrowserStreamCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<UpdateBrowserStreamCommandOutput>;
|