@aws-sdk/client-bedrock-agentcore-control 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.
Files changed (79) hide show
  1. package/dist-cjs/index.js +3217 -3522
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreControlClient.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
  7. package/dist-es/commands/CreateBrowserCommand.js +3 -10
  8. package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
  9. package/dist-es/commands/CreateGatewayCommand.js +3 -10
  10. package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
  11. package/dist-es/commands/CreateMemoryCommand.js +3 -10
  12. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
  13. package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
  15. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
  16. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
  17. package/dist-es/commands/DeleteBrowserCommand.js +3 -9
  18. package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
  19. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  20. package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
  21. package/dist-es/commands/DeleteMemoryCommand.js +3 -9
  22. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
  24. package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
  25. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
  26. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
  27. package/dist-es/commands/GetBrowserCommand.js +3 -10
  28. package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
  29. package/dist-es/commands/GetGatewayCommand.js +3 -10
  30. package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
  31. package/dist-es/commands/GetMemoryCommand.js +3 -10
  32. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
  33. package/dist-es/commands/GetTokenVaultCommand.js +3 -9
  34. package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
  35. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
  36. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
  37. package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
  38. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
  39. package/dist-es/commands/ListBrowsersCommand.js +3 -10
  40. package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
  41. package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
  42. package/dist-es/commands/ListGatewaysCommand.js +3 -10
  43. package/dist-es/commands/ListMemoriesCommand.js +3 -9
  44. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
  47. package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
  48. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
  52. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
  53. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
  54. package/dist-es/commands/UpdateGatewayCommand.js +3 -10
  55. package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
  56. package/dist-es/commands/UpdateMemoryCommand.js +3 -10
  57. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
  58. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
  59. package/dist-es/models/models_0.js +0 -626
  60. package/dist-es/runtimeConfig.shared.js +2 -0
  61. package/dist-es/schemas/schemas_0.js +3086 -0
  62. package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
  63. package/dist-types/models/models_0.d.ts +0 -388
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +350 -0
  69. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -287
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
  76. package/package.json +5 -6
  77. package/dist-es/protocols/Aws_restJson1.js +0 -2379
  78. package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
@@ -1,497 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput } from "../commands/CreateAgentRuntimeCommand";
4
- import { CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput } from "../commands/CreateAgentRuntimeEndpointCommand";
5
- import { CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput } from "../commands/CreateApiKeyCredentialProviderCommand";
6
- import { CreateBrowserCommandInput, CreateBrowserCommandOutput } from "../commands/CreateBrowserCommand";
7
- import { CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput } from "../commands/CreateCodeInterpreterCommand";
8
- import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "../commands/CreateGatewayCommand";
9
- import { CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput } from "../commands/CreateGatewayTargetCommand";
10
- import { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "../commands/CreateMemoryCommand";
11
- import { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "../commands/CreateOauth2CredentialProviderCommand";
12
- import { CreateWorkloadIdentityCommandInput, CreateWorkloadIdentityCommandOutput } from "../commands/CreateWorkloadIdentityCommand";
13
- import { DeleteAgentRuntimeCommandInput, DeleteAgentRuntimeCommandOutput } from "../commands/DeleteAgentRuntimeCommand";
14
- import { DeleteAgentRuntimeEndpointCommandInput, DeleteAgentRuntimeEndpointCommandOutput } from "../commands/DeleteAgentRuntimeEndpointCommand";
15
- import { DeleteApiKeyCredentialProviderCommandInput, DeleteApiKeyCredentialProviderCommandOutput } from "../commands/DeleteApiKeyCredentialProviderCommand";
16
- import { DeleteBrowserCommandInput, DeleteBrowserCommandOutput } from "../commands/DeleteBrowserCommand";
17
- import { DeleteCodeInterpreterCommandInput, DeleteCodeInterpreterCommandOutput } from "../commands/DeleteCodeInterpreterCommand";
18
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
19
- import { DeleteGatewayTargetCommandInput, DeleteGatewayTargetCommandOutput } from "../commands/DeleteGatewayTargetCommand";
20
- import { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "../commands/DeleteMemoryCommand";
21
- import { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "../commands/DeleteOauth2CredentialProviderCommand";
22
- import { DeleteWorkloadIdentityCommandInput, DeleteWorkloadIdentityCommandOutput } from "../commands/DeleteWorkloadIdentityCommand";
23
- import { GetAgentRuntimeCommandInput, GetAgentRuntimeCommandOutput } from "../commands/GetAgentRuntimeCommand";
24
- import { GetAgentRuntimeEndpointCommandInput, GetAgentRuntimeEndpointCommandOutput } from "../commands/GetAgentRuntimeEndpointCommand";
25
- import { GetApiKeyCredentialProviderCommandInput, GetApiKeyCredentialProviderCommandOutput } from "../commands/GetApiKeyCredentialProviderCommand";
26
- import { GetBrowserCommandInput, GetBrowserCommandOutput } from "../commands/GetBrowserCommand";
27
- import { GetCodeInterpreterCommandInput, GetCodeInterpreterCommandOutput } from "../commands/GetCodeInterpreterCommand";
28
- import { GetGatewayCommandInput, GetGatewayCommandOutput } from "../commands/GetGatewayCommand";
29
- import { GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput } from "../commands/GetGatewayTargetCommand";
30
- import { GetMemoryCommandInput, GetMemoryCommandOutput } from "../commands/GetMemoryCommand";
31
- import { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "../commands/GetOauth2CredentialProviderCommand";
32
- import { GetTokenVaultCommandInput, GetTokenVaultCommandOutput } from "../commands/GetTokenVaultCommand";
33
- import { GetWorkloadIdentityCommandInput, GetWorkloadIdentityCommandOutput } from "../commands/GetWorkloadIdentityCommand";
34
- import { ListAgentRuntimeEndpointsCommandInput, ListAgentRuntimeEndpointsCommandOutput } from "../commands/ListAgentRuntimeEndpointsCommand";
35
- import { ListAgentRuntimesCommandInput, ListAgentRuntimesCommandOutput } from "../commands/ListAgentRuntimesCommand";
36
- import { ListAgentRuntimeVersionsCommandInput, ListAgentRuntimeVersionsCommandOutput } from "../commands/ListAgentRuntimeVersionsCommand";
37
- import { ListApiKeyCredentialProvidersCommandInput, ListApiKeyCredentialProvidersCommandOutput } from "../commands/ListApiKeyCredentialProvidersCommand";
38
- import { ListBrowsersCommandInput, ListBrowsersCommandOutput } from "../commands/ListBrowsersCommand";
39
- import { ListCodeInterpretersCommandInput, ListCodeInterpretersCommandOutput } from "../commands/ListCodeInterpretersCommand";
40
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
41
- import { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "../commands/ListGatewayTargetsCommand";
42
- import { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "../commands/ListMemoriesCommand";
43
- import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "../commands/ListOauth2CredentialProvidersCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
45
- import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "../commands/ListWorkloadIdentitiesCommand";
46
- import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "../commands/SetTokenVaultCMKCommand";
47
- import { SynchronizeGatewayTargetsCommandInput, SynchronizeGatewayTargetsCommandOutput } from "../commands/SynchronizeGatewayTargetsCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
50
- import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "../commands/UpdateAgentRuntimeCommand";
51
- import { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "../commands/UpdateAgentRuntimeEndpointCommand";
52
- import { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "../commands/UpdateApiKeyCredentialProviderCommand";
53
- import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "../commands/UpdateGatewayCommand";
54
- import { UpdateGatewayTargetCommandInput, UpdateGatewayTargetCommandOutput } from "../commands/UpdateGatewayTargetCommand";
55
- import { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "../commands/UpdateMemoryCommand";
56
- import { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "../commands/UpdateOauth2CredentialProviderCommand";
57
- import { UpdateWorkloadIdentityCommandInput, UpdateWorkloadIdentityCommandOutput } from "../commands/UpdateWorkloadIdentityCommand";
58
- /**
59
- * serializeAws_restJson1CreateAgentRuntimeCommand
60
- */
61
- export declare const se_CreateAgentRuntimeCommand: (input: CreateAgentRuntimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1CreateAgentRuntimeEndpointCommand
64
- */
65
- export declare const se_CreateAgentRuntimeEndpointCommand: (input: CreateAgentRuntimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1CreateApiKeyCredentialProviderCommand
68
- */
69
- export declare const se_CreateApiKeyCredentialProviderCommand: (input: CreateApiKeyCredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1CreateBrowserCommand
72
- */
73
- export declare const se_CreateBrowserCommand: (input: CreateBrowserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1CreateCodeInterpreterCommand
76
- */
77
- export declare const se_CreateCodeInterpreterCommand: (input: CreateCodeInterpreterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1CreateGatewayCommand
80
- */
81
- export declare const se_CreateGatewayCommand: (input: CreateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1CreateGatewayTargetCommand
84
- */
85
- export declare const se_CreateGatewayTargetCommand: (input: CreateGatewayTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1CreateMemoryCommand
88
- */
89
- export declare const se_CreateMemoryCommand: (input: CreateMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1CreateOauth2CredentialProviderCommand
92
- */
93
- export declare const se_CreateOauth2CredentialProviderCommand: (input: CreateOauth2CredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1CreateWorkloadIdentityCommand
96
- */
97
- export declare const se_CreateWorkloadIdentityCommand: (input: CreateWorkloadIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1DeleteAgentRuntimeCommand
100
- */
101
- export declare const se_DeleteAgentRuntimeCommand: (input: DeleteAgentRuntimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1DeleteAgentRuntimeEndpointCommand
104
- */
105
- export declare const se_DeleteAgentRuntimeEndpointCommand: (input: DeleteAgentRuntimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1DeleteApiKeyCredentialProviderCommand
108
- */
109
- export declare const se_DeleteApiKeyCredentialProviderCommand: (input: DeleteApiKeyCredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1DeleteBrowserCommand
112
- */
113
- export declare const se_DeleteBrowserCommand: (input: DeleteBrowserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1DeleteCodeInterpreterCommand
116
- */
117
- export declare const se_DeleteCodeInterpreterCommand: (input: DeleteCodeInterpreterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1DeleteGatewayCommand
120
- */
121
- export declare const se_DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1DeleteGatewayTargetCommand
124
- */
125
- export declare const se_DeleteGatewayTargetCommand: (input: DeleteGatewayTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1DeleteMemoryCommand
128
- */
129
- export declare const se_DeleteMemoryCommand: (input: DeleteMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1DeleteOauth2CredentialProviderCommand
132
- */
133
- export declare const se_DeleteOauth2CredentialProviderCommand: (input: DeleteOauth2CredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1DeleteWorkloadIdentityCommand
136
- */
137
- export declare const se_DeleteWorkloadIdentityCommand: (input: DeleteWorkloadIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1GetAgentRuntimeCommand
140
- */
141
- export declare const se_GetAgentRuntimeCommand: (input: GetAgentRuntimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1GetAgentRuntimeEndpointCommand
144
- */
145
- export declare const se_GetAgentRuntimeEndpointCommand: (input: GetAgentRuntimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1GetApiKeyCredentialProviderCommand
148
- */
149
- export declare const se_GetApiKeyCredentialProviderCommand: (input: GetApiKeyCredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1GetBrowserCommand
152
- */
153
- export declare const se_GetBrowserCommand: (input: GetBrowserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1GetCodeInterpreterCommand
156
- */
157
- export declare const se_GetCodeInterpreterCommand: (input: GetCodeInterpreterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1GetGatewayCommand
160
- */
161
- export declare const se_GetGatewayCommand: (input: GetGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1GetGatewayTargetCommand
164
- */
165
- export declare const se_GetGatewayTargetCommand: (input: GetGatewayTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1GetMemoryCommand
168
- */
169
- export declare const se_GetMemoryCommand: (input: GetMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1GetOauth2CredentialProviderCommand
172
- */
173
- export declare const se_GetOauth2CredentialProviderCommand: (input: GetOauth2CredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1GetTokenVaultCommand
176
- */
177
- export declare const se_GetTokenVaultCommand: (input: GetTokenVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1GetWorkloadIdentityCommand
180
- */
181
- export declare const se_GetWorkloadIdentityCommand: (input: GetWorkloadIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1ListAgentRuntimeEndpointsCommand
184
- */
185
- export declare const se_ListAgentRuntimeEndpointsCommand: (input: ListAgentRuntimeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1ListAgentRuntimesCommand
188
- */
189
- export declare const se_ListAgentRuntimesCommand: (input: ListAgentRuntimesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1ListAgentRuntimeVersionsCommand
192
- */
193
- export declare const se_ListAgentRuntimeVersionsCommand: (input: ListAgentRuntimeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1ListApiKeyCredentialProvidersCommand
196
- */
197
- export declare const se_ListApiKeyCredentialProvidersCommand: (input: ListApiKeyCredentialProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1ListBrowsersCommand
200
- */
201
- export declare const se_ListBrowsersCommand: (input: ListBrowsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1ListCodeInterpretersCommand
204
- */
205
- export declare const se_ListCodeInterpretersCommand: (input: ListCodeInterpretersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1ListGatewaysCommand
208
- */
209
- export declare const se_ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1ListGatewayTargetsCommand
212
- */
213
- export declare const se_ListGatewayTargetsCommand: (input: ListGatewayTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1ListMemoriesCommand
216
- */
217
- export declare const se_ListMemoriesCommand: (input: ListMemoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1ListOauth2CredentialProvidersCommand
220
- */
221
- export declare const se_ListOauth2CredentialProvidersCommand: (input: ListOauth2CredentialProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1ListTagsForResourceCommand
224
- */
225
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1ListWorkloadIdentitiesCommand
228
- */
229
- export declare const se_ListWorkloadIdentitiesCommand: (input: ListWorkloadIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1SetTokenVaultCMKCommand
232
- */
233
- export declare const se_SetTokenVaultCMKCommand: (input: SetTokenVaultCMKCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1SynchronizeGatewayTargetsCommand
236
- */
237
- export declare const se_SynchronizeGatewayTargetsCommand: (input: SynchronizeGatewayTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1TagResourceCommand
240
- */
241
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1UntagResourceCommand
244
- */
245
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1UpdateAgentRuntimeCommand
248
- */
249
- export declare const se_UpdateAgentRuntimeCommand: (input: UpdateAgentRuntimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1UpdateAgentRuntimeEndpointCommand
252
- */
253
- export declare const se_UpdateAgentRuntimeEndpointCommand: (input: UpdateAgentRuntimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1UpdateApiKeyCredentialProviderCommand
256
- */
257
- export declare const se_UpdateApiKeyCredentialProviderCommand: (input: UpdateApiKeyCredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1UpdateGatewayCommand
260
- */
261
- export declare const se_UpdateGatewayCommand: (input: UpdateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1UpdateGatewayTargetCommand
264
- */
265
- export declare const se_UpdateGatewayTargetCommand: (input: UpdateGatewayTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1UpdateMemoryCommand
268
- */
269
- export declare const se_UpdateMemoryCommand: (input: UpdateMemoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1UpdateOauth2CredentialProviderCommand
272
- */
273
- export declare const se_UpdateOauth2CredentialProviderCommand: (input: UpdateOauth2CredentialProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1UpdateWorkloadIdentityCommand
276
- */
277
- export declare const se_UpdateWorkloadIdentityCommand: (input: UpdateWorkloadIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * deserializeAws_restJson1CreateAgentRuntimeCommand
280
- */
281
- export declare const de_CreateAgentRuntimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentRuntimeCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1CreateAgentRuntimeEndpointCommand
284
- */
285
- export declare const de_CreateAgentRuntimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentRuntimeEndpointCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1CreateApiKeyCredentialProviderCommand
288
- */
289
- export declare const de_CreateApiKeyCredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCredentialProviderCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1CreateBrowserCommand
292
- */
293
- export declare const de_CreateBrowserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBrowserCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1CreateCodeInterpreterCommand
296
- */
297
- export declare const de_CreateCodeInterpreterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeInterpreterCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1CreateGatewayCommand
300
- */
301
- export declare const de_CreateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1CreateGatewayTargetCommand
304
- */
305
- export declare const de_CreateGatewayTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayTargetCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1CreateMemoryCommand
308
- */
309
- export declare const de_CreateMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMemoryCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1CreateOauth2CredentialProviderCommand
312
- */
313
- export declare const de_CreateOauth2CredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOauth2CredentialProviderCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1CreateWorkloadIdentityCommand
316
- */
317
- export declare const de_CreateWorkloadIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkloadIdentityCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1DeleteAgentRuntimeCommand
320
- */
321
- export declare const de_DeleteAgentRuntimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentRuntimeCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1DeleteAgentRuntimeEndpointCommand
324
- */
325
- export declare const de_DeleteAgentRuntimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAgentRuntimeEndpointCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1DeleteApiKeyCredentialProviderCommand
328
- */
329
- export declare const de_DeleteApiKeyCredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCredentialProviderCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1DeleteBrowserCommand
332
- */
333
- export declare const de_DeleteBrowserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBrowserCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1DeleteCodeInterpreterCommand
336
- */
337
- export declare const de_DeleteCodeInterpreterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeInterpreterCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1DeleteGatewayCommand
340
- */
341
- export declare const de_DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1DeleteGatewayTargetCommand
344
- */
345
- export declare const de_DeleteGatewayTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayTargetCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1DeleteMemoryCommand
348
- */
349
- export declare const de_DeleteMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemoryCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1DeleteOauth2CredentialProviderCommand
352
- */
353
- export declare const de_DeleteOauth2CredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOauth2CredentialProviderCommandOutput>;
354
- /**
355
- * deserializeAws_restJson1DeleteWorkloadIdentityCommand
356
- */
357
- export declare const de_DeleteWorkloadIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkloadIdentityCommandOutput>;
358
- /**
359
- * deserializeAws_restJson1GetAgentRuntimeCommand
360
- */
361
- export declare const de_GetAgentRuntimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentRuntimeCommandOutput>;
362
- /**
363
- * deserializeAws_restJson1GetAgentRuntimeEndpointCommand
364
- */
365
- export declare const de_GetAgentRuntimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentRuntimeEndpointCommandOutput>;
366
- /**
367
- * deserializeAws_restJson1GetApiKeyCredentialProviderCommand
368
- */
369
- export declare const de_GetApiKeyCredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiKeyCredentialProviderCommandOutput>;
370
- /**
371
- * deserializeAws_restJson1GetBrowserCommand
372
- */
373
- export declare const de_GetBrowserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBrowserCommandOutput>;
374
- /**
375
- * deserializeAws_restJson1GetCodeInterpreterCommand
376
- */
377
- export declare const de_GetCodeInterpreterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeInterpreterCommandOutput>;
378
- /**
379
- * deserializeAws_restJson1GetGatewayCommand
380
- */
381
- export declare const de_GetGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1GetGatewayTargetCommand
384
- */
385
- export declare const de_GetGatewayTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayTargetCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1GetMemoryCommand
388
- */
389
- export declare const de_GetMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemoryCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1GetOauth2CredentialProviderCommand
392
- */
393
- export declare const de_GetOauth2CredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOauth2CredentialProviderCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1GetTokenVaultCommand
396
- */
397
- export declare const de_GetTokenVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTokenVaultCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1GetWorkloadIdentityCommand
400
- */
401
- export declare const de_GetWorkloadIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadIdentityCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1ListAgentRuntimeEndpointsCommand
404
- */
405
- export declare const de_ListAgentRuntimeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentRuntimeEndpointsCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1ListAgentRuntimesCommand
408
- */
409
- export declare const de_ListAgentRuntimesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentRuntimesCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1ListAgentRuntimeVersionsCommand
412
- */
413
- export declare const de_ListAgentRuntimeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentRuntimeVersionsCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1ListApiKeyCredentialProvidersCommand
416
- */
417
- export declare const de_ListApiKeyCredentialProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApiKeyCredentialProvidersCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1ListBrowsersCommand
420
- */
421
- export declare const de_ListBrowsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBrowsersCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1ListCodeInterpretersCommand
424
- */
425
- export declare const de_ListCodeInterpretersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeInterpretersCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1ListGatewaysCommand
428
- */
429
- export declare const de_ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1ListGatewayTargetsCommand
432
- */
433
- export declare const de_ListGatewayTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewayTargetsCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1ListMemoriesCommand
436
- */
437
- export declare const de_ListMemoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMemoriesCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1ListOauth2CredentialProvidersCommand
440
- */
441
- export declare const de_ListOauth2CredentialProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOauth2CredentialProvidersCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1ListTagsForResourceCommand
444
- */
445
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1ListWorkloadIdentitiesCommand
448
- */
449
- export declare const de_ListWorkloadIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadIdentitiesCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1SetTokenVaultCMKCommand
452
- */
453
- export declare const de_SetTokenVaultCMKCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTokenVaultCMKCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1SynchronizeGatewayTargetsCommand
456
- */
457
- export declare const de_SynchronizeGatewayTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SynchronizeGatewayTargetsCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1TagResourceCommand
460
- */
461
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1UntagResourceCommand
464
- */
465
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1UpdateAgentRuntimeCommand
468
- */
469
- export declare const de_UpdateAgentRuntimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentRuntimeCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1UpdateAgentRuntimeEndpointCommand
472
- */
473
- export declare const de_UpdateAgentRuntimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentRuntimeEndpointCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1UpdateApiKeyCredentialProviderCommand
476
- */
477
- export declare const de_UpdateApiKeyCredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCredentialProviderCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1UpdateGatewayCommand
480
- */
481
- export declare const de_UpdateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1UpdateGatewayTargetCommand
484
- */
485
- export declare const de_UpdateGatewayTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayTargetCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1UpdateMemoryCommand
488
- */
489
- export declare const de_UpdateMemoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemoryCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1UpdateOauth2CredentialProviderCommand
492
- */
493
- export declare const de_UpdateOauth2CredentialProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOauth2CredentialProviderCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1UpdateWorkloadIdentityCommand
496
- */
497
- export declare const de_UpdateWorkloadIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkloadIdentityCommandOutput>;