@aws-sdk/client-bedrock-agentcore-control 3.928.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 +3217 -3522
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/BedrockAgentCoreControlClient.js +2 -0
- package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateBrowserCommand.js +3 -10
- package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/CreateGatewayCommand.js +3 -10
- package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/CreateMemoryCommand.js +3 -10
- package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
- package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteBrowserCommand.js +3 -9
- package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
- package/dist-es/commands/DeleteMemoryCommand.js +3 -9
- package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetBrowserCommand.js +3 -10
- package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
- package/dist-es/commands/GetGatewayCommand.js +3 -10
- package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
- package/dist-es/commands/GetMemoryCommand.js +3 -10
- package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
- package/dist-es/commands/GetTokenVaultCommand.js +3 -9
- package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
- package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
- package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
- package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListBrowsersCommand.js +3 -10
- package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
- package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/ListGatewaysCommand.js +3 -10
- package/dist-es/commands/ListMemoriesCommand.js +3 -9
- package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
- package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
- package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
- package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
- package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayCommand.js +3 -10
- package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
- package/dist-es/commands/UpdateMemoryCommand.js +3 -10
- package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
- package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -626
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3086 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -388
- 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 +350 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -287
- 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 +357 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -2379
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
|
@@ -1,665 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateAgentRuntimeCommandInput,
|
|
8
|
-
CreateAgentRuntimeCommandOutput,
|
|
9
|
-
} from "../commands/CreateAgentRuntimeCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateAgentRuntimeEndpointCommandInput,
|
|
12
|
-
CreateAgentRuntimeEndpointCommandOutput,
|
|
13
|
-
} from "../commands/CreateAgentRuntimeEndpointCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateApiKeyCredentialProviderCommandInput,
|
|
16
|
-
CreateApiKeyCredentialProviderCommandOutput,
|
|
17
|
-
} from "../commands/CreateApiKeyCredentialProviderCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateBrowserCommandInput,
|
|
20
|
-
CreateBrowserCommandOutput,
|
|
21
|
-
} from "../commands/CreateBrowserCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateCodeInterpreterCommandInput,
|
|
24
|
-
CreateCodeInterpreterCommandOutput,
|
|
25
|
-
} from "../commands/CreateCodeInterpreterCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateGatewayCommandInput,
|
|
28
|
-
CreateGatewayCommandOutput,
|
|
29
|
-
} from "../commands/CreateGatewayCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateGatewayTargetCommandInput,
|
|
32
|
-
CreateGatewayTargetCommandOutput,
|
|
33
|
-
} from "../commands/CreateGatewayTargetCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateMemoryCommandInput,
|
|
36
|
-
CreateMemoryCommandOutput,
|
|
37
|
-
} from "../commands/CreateMemoryCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateOauth2CredentialProviderCommandInput,
|
|
40
|
-
CreateOauth2CredentialProviderCommandOutput,
|
|
41
|
-
} from "../commands/CreateOauth2CredentialProviderCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateWorkloadIdentityCommandInput,
|
|
44
|
-
CreateWorkloadIdentityCommandOutput,
|
|
45
|
-
} from "../commands/CreateWorkloadIdentityCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteAgentRuntimeCommandInput,
|
|
48
|
-
DeleteAgentRuntimeCommandOutput,
|
|
49
|
-
} from "../commands/DeleteAgentRuntimeCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteAgentRuntimeEndpointCommandInput,
|
|
52
|
-
DeleteAgentRuntimeEndpointCommandOutput,
|
|
53
|
-
} from "../commands/DeleteAgentRuntimeEndpointCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteApiKeyCredentialProviderCommandInput,
|
|
56
|
-
DeleteApiKeyCredentialProviderCommandOutput,
|
|
57
|
-
} from "../commands/DeleteApiKeyCredentialProviderCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteBrowserCommandInput,
|
|
60
|
-
DeleteBrowserCommandOutput,
|
|
61
|
-
} from "../commands/DeleteBrowserCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteCodeInterpreterCommandInput,
|
|
64
|
-
DeleteCodeInterpreterCommandOutput,
|
|
65
|
-
} from "../commands/DeleteCodeInterpreterCommand";
|
|
66
|
-
import {
|
|
67
|
-
DeleteGatewayCommandInput,
|
|
68
|
-
DeleteGatewayCommandOutput,
|
|
69
|
-
} from "../commands/DeleteGatewayCommand";
|
|
70
|
-
import {
|
|
71
|
-
DeleteGatewayTargetCommandInput,
|
|
72
|
-
DeleteGatewayTargetCommandOutput,
|
|
73
|
-
} from "../commands/DeleteGatewayTargetCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteMemoryCommandInput,
|
|
76
|
-
DeleteMemoryCommandOutput,
|
|
77
|
-
} from "../commands/DeleteMemoryCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteOauth2CredentialProviderCommandInput,
|
|
80
|
-
DeleteOauth2CredentialProviderCommandOutput,
|
|
81
|
-
} from "../commands/DeleteOauth2CredentialProviderCommand";
|
|
82
|
-
import {
|
|
83
|
-
DeleteWorkloadIdentityCommandInput,
|
|
84
|
-
DeleteWorkloadIdentityCommandOutput,
|
|
85
|
-
} from "../commands/DeleteWorkloadIdentityCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetAgentRuntimeCommandInput,
|
|
88
|
-
GetAgentRuntimeCommandOutput,
|
|
89
|
-
} from "../commands/GetAgentRuntimeCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetAgentRuntimeEndpointCommandInput,
|
|
92
|
-
GetAgentRuntimeEndpointCommandOutput,
|
|
93
|
-
} from "../commands/GetAgentRuntimeEndpointCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetApiKeyCredentialProviderCommandInput,
|
|
96
|
-
GetApiKeyCredentialProviderCommandOutput,
|
|
97
|
-
} from "../commands/GetApiKeyCredentialProviderCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetBrowserCommandInput,
|
|
100
|
-
GetBrowserCommandOutput,
|
|
101
|
-
} from "../commands/GetBrowserCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetCodeInterpreterCommandInput,
|
|
104
|
-
GetCodeInterpreterCommandOutput,
|
|
105
|
-
} from "../commands/GetCodeInterpreterCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetGatewayCommandInput,
|
|
108
|
-
GetGatewayCommandOutput,
|
|
109
|
-
} from "../commands/GetGatewayCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetGatewayTargetCommandInput,
|
|
112
|
-
GetGatewayTargetCommandOutput,
|
|
113
|
-
} from "../commands/GetGatewayTargetCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetMemoryCommandInput,
|
|
116
|
-
GetMemoryCommandOutput,
|
|
117
|
-
} from "../commands/GetMemoryCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetOauth2CredentialProviderCommandInput,
|
|
120
|
-
GetOauth2CredentialProviderCommandOutput,
|
|
121
|
-
} from "../commands/GetOauth2CredentialProviderCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetTokenVaultCommandInput,
|
|
124
|
-
GetTokenVaultCommandOutput,
|
|
125
|
-
} from "../commands/GetTokenVaultCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetWorkloadIdentityCommandInput,
|
|
128
|
-
GetWorkloadIdentityCommandOutput,
|
|
129
|
-
} from "../commands/GetWorkloadIdentityCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListAgentRuntimeEndpointsCommandInput,
|
|
132
|
-
ListAgentRuntimeEndpointsCommandOutput,
|
|
133
|
-
} from "../commands/ListAgentRuntimeEndpointsCommand";
|
|
134
|
-
import {
|
|
135
|
-
ListAgentRuntimesCommandInput,
|
|
136
|
-
ListAgentRuntimesCommandOutput,
|
|
137
|
-
} from "../commands/ListAgentRuntimesCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListAgentRuntimeVersionsCommandInput,
|
|
140
|
-
ListAgentRuntimeVersionsCommandOutput,
|
|
141
|
-
} from "../commands/ListAgentRuntimeVersionsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListApiKeyCredentialProvidersCommandInput,
|
|
144
|
-
ListApiKeyCredentialProvidersCommandOutput,
|
|
145
|
-
} from "../commands/ListApiKeyCredentialProvidersCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListBrowsersCommandInput,
|
|
148
|
-
ListBrowsersCommandOutput,
|
|
149
|
-
} from "../commands/ListBrowsersCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListCodeInterpretersCommandInput,
|
|
152
|
-
ListCodeInterpretersCommandOutput,
|
|
153
|
-
} from "../commands/ListCodeInterpretersCommand";
|
|
154
|
-
import {
|
|
155
|
-
ListGatewaysCommandInput,
|
|
156
|
-
ListGatewaysCommandOutput,
|
|
157
|
-
} from "../commands/ListGatewaysCommand";
|
|
158
|
-
import {
|
|
159
|
-
ListGatewayTargetsCommandInput,
|
|
160
|
-
ListGatewayTargetsCommandOutput,
|
|
161
|
-
} from "../commands/ListGatewayTargetsCommand";
|
|
162
|
-
import {
|
|
163
|
-
ListMemoriesCommandInput,
|
|
164
|
-
ListMemoriesCommandOutput,
|
|
165
|
-
} from "../commands/ListMemoriesCommand";
|
|
166
|
-
import {
|
|
167
|
-
ListOauth2CredentialProvidersCommandInput,
|
|
168
|
-
ListOauth2CredentialProvidersCommandOutput,
|
|
169
|
-
} from "../commands/ListOauth2CredentialProvidersCommand";
|
|
170
|
-
import {
|
|
171
|
-
ListTagsForResourceCommandInput,
|
|
172
|
-
ListTagsForResourceCommandOutput,
|
|
173
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
174
|
-
import {
|
|
175
|
-
ListWorkloadIdentitiesCommandInput,
|
|
176
|
-
ListWorkloadIdentitiesCommandOutput,
|
|
177
|
-
} from "../commands/ListWorkloadIdentitiesCommand";
|
|
178
|
-
import {
|
|
179
|
-
SetTokenVaultCMKCommandInput,
|
|
180
|
-
SetTokenVaultCMKCommandOutput,
|
|
181
|
-
} from "../commands/SetTokenVaultCMKCommand";
|
|
182
|
-
import {
|
|
183
|
-
SynchronizeGatewayTargetsCommandInput,
|
|
184
|
-
SynchronizeGatewayTargetsCommandOutput,
|
|
185
|
-
} from "../commands/SynchronizeGatewayTargetsCommand";
|
|
186
|
-
import {
|
|
187
|
-
TagResourceCommandInput,
|
|
188
|
-
TagResourceCommandOutput,
|
|
189
|
-
} from "../commands/TagResourceCommand";
|
|
190
|
-
import {
|
|
191
|
-
UntagResourceCommandInput,
|
|
192
|
-
UntagResourceCommandOutput,
|
|
193
|
-
} from "../commands/UntagResourceCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateAgentRuntimeCommandInput,
|
|
196
|
-
UpdateAgentRuntimeCommandOutput,
|
|
197
|
-
} from "../commands/UpdateAgentRuntimeCommand";
|
|
198
|
-
import {
|
|
199
|
-
UpdateAgentRuntimeEndpointCommandInput,
|
|
200
|
-
UpdateAgentRuntimeEndpointCommandOutput,
|
|
201
|
-
} from "../commands/UpdateAgentRuntimeEndpointCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateApiKeyCredentialProviderCommandInput,
|
|
204
|
-
UpdateApiKeyCredentialProviderCommandOutput,
|
|
205
|
-
} from "../commands/UpdateApiKeyCredentialProviderCommand";
|
|
206
|
-
import {
|
|
207
|
-
UpdateGatewayCommandInput,
|
|
208
|
-
UpdateGatewayCommandOutput,
|
|
209
|
-
} from "../commands/UpdateGatewayCommand";
|
|
210
|
-
import {
|
|
211
|
-
UpdateGatewayTargetCommandInput,
|
|
212
|
-
UpdateGatewayTargetCommandOutput,
|
|
213
|
-
} from "../commands/UpdateGatewayTargetCommand";
|
|
214
|
-
import {
|
|
215
|
-
UpdateMemoryCommandInput,
|
|
216
|
-
UpdateMemoryCommandOutput,
|
|
217
|
-
} from "../commands/UpdateMemoryCommand";
|
|
218
|
-
import {
|
|
219
|
-
UpdateOauth2CredentialProviderCommandInput,
|
|
220
|
-
UpdateOauth2CredentialProviderCommandOutput,
|
|
221
|
-
} from "../commands/UpdateOauth2CredentialProviderCommand";
|
|
222
|
-
import {
|
|
223
|
-
UpdateWorkloadIdentityCommandInput,
|
|
224
|
-
UpdateWorkloadIdentityCommandOutput,
|
|
225
|
-
} from "../commands/UpdateWorkloadIdentityCommand";
|
|
226
|
-
export declare const se_CreateAgentRuntimeCommand: (
|
|
227
|
-
input: CreateAgentRuntimeCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_CreateAgentRuntimeEndpointCommand: (
|
|
231
|
-
input: CreateAgentRuntimeEndpointCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_CreateApiKeyCredentialProviderCommand: (
|
|
235
|
-
input: CreateApiKeyCredentialProviderCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_CreateBrowserCommand: (
|
|
239
|
-
input: CreateBrowserCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_CreateCodeInterpreterCommand: (
|
|
243
|
-
input: CreateCodeInterpreterCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_CreateGatewayCommand: (
|
|
247
|
-
input: CreateGatewayCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_CreateGatewayTargetCommand: (
|
|
251
|
-
input: CreateGatewayTargetCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_CreateMemoryCommand: (
|
|
255
|
-
input: CreateMemoryCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_CreateOauth2CredentialProviderCommand: (
|
|
259
|
-
input: CreateOauth2CredentialProviderCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_CreateWorkloadIdentityCommand: (
|
|
263
|
-
input: CreateWorkloadIdentityCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_DeleteAgentRuntimeCommand: (
|
|
267
|
-
input: DeleteAgentRuntimeCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_DeleteAgentRuntimeEndpointCommand: (
|
|
271
|
-
input: DeleteAgentRuntimeEndpointCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_DeleteApiKeyCredentialProviderCommand: (
|
|
275
|
-
input: DeleteApiKeyCredentialProviderCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_DeleteBrowserCommand: (
|
|
279
|
-
input: DeleteBrowserCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DeleteCodeInterpreterCommand: (
|
|
283
|
-
input: DeleteCodeInterpreterCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DeleteGatewayCommand: (
|
|
287
|
-
input: DeleteGatewayCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DeleteGatewayTargetCommand: (
|
|
291
|
-
input: DeleteGatewayTargetCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_DeleteMemoryCommand: (
|
|
295
|
-
input: DeleteMemoryCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_DeleteOauth2CredentialProviderCommand: (
|
|
299
|
-
input: DeleteOauth2CredentialProviderCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_DeleteWorkloadIdentityCommand: (
|
|
303
|
-
input: DeleteWorkloadIdentityCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_GetAgentRuntimeCommand: (
|
|
307
|
-
input: GetAgentRuntimeCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_GetAgentRuntimeEndpointCommand: (
|
|
311
|
-
input: GetAgentRuntimeEndpointCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_GetApiKeyCredentialProviderCommand: (
|
|
315
|
-
input: GetApiKeyCredentialProviderCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_GetBrowserCommand: (
|
|
319
|
-
input: GetBrowserCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_GetCodeInterpreterCommand: (
|
|
323
|
-
input: GetCodeInterpreterCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_GetGatewayCommand: (
|
|
327
|
-
input: GetGatewayCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_GetGatewayTargetCommand: (
|
|
331
|
-
input: GetGatewayTargetCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_GetMemoryCommand: (
|
|
335
|
-
input: GetMemoryCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_GetOauth2CredentialProviderCommand: (
|
|
339
|
-
input: GetOauth2CredentialProviderCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_GetTokenVaultCommand: (
|
|
343
|
-
input: GetTokenVaultCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_GetWorkloadIdentityCommand: (
|
|
347
|
-
input: GetWorkloadIdentityCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_ListAgentRuntimeEndpointsCommand: (
|
|
351
|
-
input: ListAgentRuntimeEndpointsCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_ListAgentRuntimesCommand: (
|
|
355
|
-
input: ListAgentRuntimesCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_ListAgentRuntimeVersionsCommand: (
|
|
359
|
-
input: ListAgentRuntimeVersionsCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_ListApiKeyCredentialProvidersCommand: (
|
|
363
|
-
input: ListApiKeyCredentialProvidersCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_ListBrowsersCommand: (
|
|
367
|
-
input: ListBrowsersCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_ListCodeInterpretersCommand: (
|
|
371
|
-
input: ListCodeInterpretersCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_ListGatewaysCommand: (
|
|
375
|
-
input: ListGatewaysCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_ListGatewayTargetsCommand: (
|
|
379
|
-
input: ListGatewayTargetsCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_ListMemoriesCommand: (
|
|
383
|
-
input: ListMemoriesCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_ListOauth2CredentialProvidersCommand: (
|
|
387
|
-
input: ListOauth2CredentialProvidersCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
391
|
-
input: ListTagsForResourceCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_ListWorkloadIdentitiesCommand: (
|
|
395
|
-
input: ListWorkloadIdentitiesCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_SetTokenVaultCMKCommand: (
|
|
399
|
-
input: SetTokenVaultCMKCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_SynchronizeGatewayTargetsCommand: (
|
|
403
|
-
input: SynchronizeGatewayTargetsCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const se_TagResourceCommand: (
|
|
407
|
-
input: TagResourceCommandInput,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const se_UntagResourceCommand: (
|
|
411
|
-
input: UntagResourceCommandInput,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const se_UpdateAgentRuntimeCommand: (
|
|
415
|
-
input: UpdateAgentRuntimeCommandInput,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const se_UpdateAgentRuntimeEndpointCommand: (
|
|
419
|
-
input: UpdateAgentRuntimeEndpointCommandInput,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const se_UpdateApiKeyCredentialProviderCommand: (
|
|
423
|
-
input: UpdateApiKeyCredentialProviderCommandInput,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const se_UpdateGatewayCommand: (
|
|
427
|
-
input: UpdateGatewayCommandInput,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const se_UpdateGatewayTargetCommand: (
|
|
431
|
-
input: UpdateGatewayTargetCommandInput,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const se_UpdateMemoryCommand: (
|
|
435
|
-
input: UpdateMemoryCommandInput,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const se_UpdateOauth2CredentialProviderCommand: (
|
|
439
|
-
input: UpdateOauth2CredentialProviderCommandInput,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const se_UpdateWorkloadIdentityCommand: (
|
|
443
|
-
input: UpdateWorkloadIdentityCommandInput,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const de_CreateAgentRuntimeCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<CreateAgentRuntimeCommandOutput>;
|
|
450
|
-
export declare const de_CreateAgentRuntimeEndpointCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<CreateAgentRuntimeEndpointCommandOutput>;
|
|
454
|
-
export declare const de_CreateApiKeyCredentialProviderCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<CreateApiKeyCredentialProviderCommandOutput>;
|
|
458
|
-
export declare const de_CreateBrowserCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<CreateBrowserCommandOutput>;
|
|
462
|
-
export declare const de_CreateCodeInterpreterCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<CreateCodeInterpreterCommandOutput>;
|
|
466
|
-
export declare const de_CreateGatewayCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<CreateGatewayCommandOutput>;
|
|
470
|
-
export declare const de_CreateGatewayTargetCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<CreateGatewayTargetCommandOutput>;
|
|
474
|
-
export declare const de_CreateMemoryCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<CreateMemoryCommandOutput>;
|
|
478
|
-
export declare const de_CreateOauth2CredentialProviderCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<CreateOauth2CredentialProviderCommandOutput>;
|
|
482
|
-
export declare const de_CreateWorkloadIdentityCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<CreateWorkloadIdentityCommandOutput>;
|
|
486
|
-
export declare const de_DeleteAgentRuntimeCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<DeleteAgentRuntimeCommandOutput>;
|
|
490
|
-
export declare const de_DeleteAgentRuntimeEndpointCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<DeleteAgentRuntimeEndpointCommandOutput>;
|
|
494
|
-
export declare const de_DeleteApiKeyCredentialProviderCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<DeleteApiKeyCredentialProviderCommandOutput>;
|
|
498
|
-
export declare const de_DeleteBrowserCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<DeleteBrowserCommandOutput>;
|
|
502
|
-
export declare const de_DeleteCodeInterpreterCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<DeleteCodeInterpreterCommandOutput>;
|
|
506
|
-
export declare const de_DeleteGatewayCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<DeleteGatewayCommandOutput>;
|
|
510
|
-
export declare const de_DeleteGatewayTargetCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<DeleteGatewayTargetCommandOutput>;
|
|
514
|
-
export declare const de_DeleteMemoryCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<DeleteMemoryCommandOutput>;
|
|
518
|
-
export declare const de_DeleteOauth2CredentialProviderCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<DeleteOauth2CredentialProviderCommandOutput>;
|
|
522
|
-
export declare const de_DeleteWorkloadIdentityCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<DeleteWorkloadIdentityCommandOutput>;
|
|
526
|
-
export declare const de_GetAgentRuntimeCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<GetAgentRuntimeCommandOutput>;
|
|
530
|
-
export declare const de_GetAgentRuntimeEndpointCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<GetAgentRuntimeEndpointCommandOutput>;
|
|
534
|
-
export declare const de_GetApiKeyCredentialProviderCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<GetApiKeyCredentialProviderCommandOutput>;
|
|
538
|
-
export declare const de_GetBrowserCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<GetBrowserCommandOutput>;
|
|
542
|
-
export declare const de_GetCodeInterpreterCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<GetCodeInterpreterCommandOutput>;
|
|
546
|
-
export declare const de_GetGatewayCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<GetGatewayCommandOutput>;
|
|
550
|
-
export declare const de_GetGatewayTargetCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<GetGatewayTargetCommandOutput>;
|
|
554
|
-
export declare const de_GetMemoryCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<GetMemoryCommandOutput>;
|
|
558
|
-
export declare const de_GetOauth2CredentialProviderCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<GetOauth2CredentialProviderCommandOutput>;
|
|
562
|
-
export declare const de_GetTokenVaultCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<GetTokenVaultCommandOutput>;
|
|
566
|
-
export declare const de_GetWorkloadIdentityCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<GetWorkloadIdentityCommandOutput>;
|
|
570
|
-
export declare const de_ListAgentRuntimeEndpointsCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<ListAgentRuntimeEndpointsCommandOutput>;
|
|
574
|
-
export declare const de_ListAgentRuntimesCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<ListAgentRuntimesCommandOutput>;
|
|
578
|
-
export declare const de_ListAgentRuntimeVersionsCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<ListAgentRuntimeVersionsCommandOutput>;
|
|
582
|
-
export declare const de_ListApiKeyCredentialProvidersCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<ListApiKeyCredentialProvidersCommandOutput>;
|
|
586
|
-
export declare const de_ListBrowsersCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<ListBrowsersCommandOutput>;
|
|
590
|
-
export declare const de_ListCodeInterpretersCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<ListCodeInterpretersCommandOutput>;
|
|
594
|
-
export declare const de_ListGatewaysCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<ListGatewaysCommandOutput>;
|
|
598
|
-
export declare const de_ListGatewayTargetsCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<ListGatewayTargetsCommandOutput>;
|
|
602
|
-
export declare const de_ListMemoriesCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<ListMemoriesCommandOutput>;
|
|
606
|
-
export declare const de_ListOauth2CredentialProvidersCommand: (
|
|
607
|
-
output: __HttpResponse,
|
|
608
|
-
context: __SerdeContext
|
|
609
|
-
) => Promise<ListOauth2CredentialProvidersCommandOutput>;
|
|
610
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
611
|
-
output: __HttpResponse,
|
|
612
|
-
context: __SerdeContext
|
|
613
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
614
|
-
export declare const de_ListWorkloadIdentitiesCommand: (
|
|
615
|
-
output: __HttpResponse,
|
|
616
|
-
context: __SerdeContext
|
|
617
|
-
) => Promise<ListWorkloadIdentitiesCommandOutput>;
|
|
618
|
-
export declare const de_SetTokenVaultCMKCommand: (
|
|
619
|
-
output: __HttpResponse,
|
|
620
|
-
context: __SerdeContext
|
|
621
|
-
) => Promise<SetTokenVaultCMKCommandOutput>;
|
|
622
|
-
export declare const de_SynchronizeGatewayTargetsCommand: (
|
|
623
|
-
output: __HttpResponse,
|
|
624
|
-
context: __SerdeContext
|
|
625
|
-
) => Promise<SynchronizeGatewayTargetsCommandOutput>;
|
|
626
|
-
export declare const de_TagResourceCommand: (
|
|
627
|
-
output: __HttpResponse,
|
|
628
|
-
context: __SerdeContext
|
|
629
|
-
) => Promise<TagResourceCommandOutput>;
|
|
630
|
-
export declare const de_UntagResourceCommand: (
|
|
631
|
-
output: __HttpResponse,
|
|
632
|
-
context: __SerdeContext
|
|
633
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
634
|
-
export declare const de_UpdateAgentRuntimeCommand: (
|
|
635
|
-
output: __HttpResponse,
|
|
636
|
-
context: __SerdeContext
|
|
637
|
-
) => Promise<UpdateAgentRuntimeCommandOutput>;
|
|
638
|
-
export declare const de_UpdateAgentRuntimeEndpointCommand: (
|
|
639
|
-
output: __HttpResponse,
|
|
640
|
-
context: __SerdeContext
|
|
641
|
-
) => Promise<UpdateAgentRuntimeEndpointCommandOutput>;
|
|
642
|
-
export declare const de_UpdateApiKeyCredentialProviderCommand: (
|
|
643
|
-
output: __HttpResponse,
|
|
644
|
-
context: __SerdeContext
|
|
645
|
-
) => Promise<UpdateApiKeyCredentialProviderCommandOutput>;
|
|
646
|
-
export declare const de_UpdateGatewayCommand: (
|
|
647
|
-
output: __HttpResponse,
|
|
648
|
-
context: __SerdeContext
|
|
649
|
-
) => Promise<UpdateGatewayCommandOutput>;
|
|
650
|
-
export declare const de_UpdateGatewayTargetCommand: (
|
|
651
|
-
output: __HttpResponse,
|
|
652
|
-
context: __SerdeContext
|
|
653
|
-
) => Promise<UpdateGatewayTargetCommandOutput>;
|
|
654
|
-
export declare const de_UpdateMemoryCommand: (
|
|
655
|
-
output: __HttpResponse,
|
|
656
|
-
context: __SerdeContext
|
|
657
|
-
) => Promise<UpdateMemoryCommandOutput>;
|
|
658
|
-
export declare const de_UpdateOauth2CredentialProviderCommand: (
|
|
659
|
-
output: __HttpResponse,
|
|
660
|
-
context: __SerdeContext
|
|
661
|
-
) => Promise<UpdateOauth2CredentialProviderCommandOutput>;
|
|
662
|
-
export declare const de_UpdateWorkloadIdentityCommand: (
|
|
663
|
-
output: __HttpResponse,
|
|
664
|
-
context: __SerdeContext
|
|
665
|
-
) => Promise<UpdateWorkloadIdentityCommandOutput>;
|