aws-sdk-bedrockagentcorecontrol 1.58.0

AWS SDK for Amazon Bedrock AgentCore Control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddDatasetExamples` operation.
pub mod add_dataset_examples;

/// Types for the `CreateAgentRuntime` operation.
pub mod create_agent_runtime;

/// Types for the `CreateAgentRuntimeEndpoint` operation.
pub mod create_agent_runtime_endpoint;

/// Types for the `CreateApiKeyCredentialProvider` operation.
pub mod create_api_key_credential_provider;

/// Types for the `CreateBrowser` operation.
pub mod create_browser;

/// Types for the `CreateBrowserProfile` operation.
pub mod create_browser_profile;

/// Types for the `CreateCodeInterpreter` operation.
pub mod create_code_interpreter;

/// Types for the `CreateConfigurationBundle` operation.
pub mod create_configuration_bundle;

/// Types for the `CreateDataset` operation.
pub mod create_dataset;

/// Types for the `CreateDatasetVersion` operation.
pub mod create_dataset_version;

/// Types for the `CreateEvaluator` operation.
pub mod create_evaluator;

/// Types for the `CreateGateway` operation.
pub mod create_gateway;

/// Types for the `CreateGatewayRule` operation.
pub mod create_gateway_rule;

/// Types for the `CreateGatewayTarget` operation.
pub mod create_gateway_target;

/// Types for the `CreateHarness` operation.
pub mod create_harness;

/// Types for the `CreateMemory` operation.
pub mod create_memory;

/// Types for the `CreateOauth2CredentialProvider` operation.
pub mod create_oauth2_credential_provider;

/// Types for the `CreateOnlineEvaluationConfig` operation.
pub mod create_online_evaluation_config;

/// Types for the `CreatePaymentConnector` operation.
pub mod create_payment_connector;

/// Types for the `CreatePaymentCredentialProvider` operation.
pub mod create_payment_credential_provider;

/// Types for the `CreatePaymentManager` operation.
pub mod create_payment_manager;

/// Types for the `CreatePolicy` operation.
pub mod create_policy;

/// Types for the `CreatePolicyEngine` operation.
pub mod create_policy_engine;

/// Types for the `CreateRegistry` operation.
pub mod create_registry;

/// Types for the `CreateRegistryRecord` operation.
pub mod create_registry_record;

/// Types for the `CreateWorkloadIdentity` operation.
pub mod create_workload_identity;

/// Types for the `DeleteAgentRuntime` operation.
pub mod delete_agent_runtime;

/// Types for the `DeleteAgentRuntimeEndpoint` operation.
pub mod delete_agent_runtime_endpoint;

/// Types for the `DeleteApiKeyCredentialProvider` operation.
pub mod delete_api_key_credential_provider;

/// Types for the `DeleteBrowser` operation.
pub mod delete_browser;

/// Types for the `DeleteBrowserProfile` operation.
pub mod delete_browser_profile;

/// Types for the `DeleteCodeInterpreter` operation.
pub mod delete_code_interpreter;

/// Types for the `DeleteConfigurationBundle` operation.
pub mod delete_configuration_bundle;

/// Types for the `DeleteDataset` operation.
pub mod delete_dataset;

/// Types for the `DeleteDatasetExamples` operation.
pub mod delete_dataset_examples;

/// Types for the `DeleteEvaluator` operation.
pub mod delete_evaluator;

/// Types for the `DeleteGateway` operation.
pub mod delete_gateway;

/// Types for the `DeleteGatewayRule` operation.
pub mod delete_gateway_rule;

/// Types for the `DeleteGatewayTarget` operation.
pub mod delete_gateway_target;

/// Types for the `DeleteHarness` operation.
pub mod delete_harness;

/// Types for the `DeleteMemory` operation.
pub mod delete_memory;

/// Types for the `DeleteOauth2CredentialProvider` operation.
pub mod delete_oauth2_credential_provider;

/// Types for the `DeleteOnlineEvaluationConfig` operation.
pub mod delete_online_evaluation_config;

/// Types for the `DeletePaymentConnector` operation.
pub mod delete_payment_connector;

/// Types for the `DeletePaymentCredentialProvider` operation.
pub mod delete_payment_credential_provider;

/// Types for the `DeletePaymentManager` operation.
pub mod delete_payment_manager;

/// Types for the `DeletePolicy` operation.
pub mod delete_policy;

/// Types for the `DeletePolicyEngine` operation.
pub mod delete_policy_engine;

/// Types for the `DeleteRegistry` operation.
pub mod delete_registry;

/// Types for the `DeleteRegistryRecord` operation.
pub mod delete_registry_record;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteWorkloadIdentity` operation.
pub mod delete_workload_identity;

/// Types for the `GetAgentRuntime` operation.
pub mod get_agent_runtime;

/// Types for the `GetAgentRuntimeEndpoint` operation.
pub mod get_agent_runtime_endpoint;

/// Types for the `GetApiKeyCredentialProvider` operation.
pub mod get_api_key_credential_provider;

/// Types for the `GetBrowser` operation.
pub mod get_browser;

/// Types for the `GetBrowserProfile` operation.
pub mod get_browser_profile;

/// Types for the `GetCodeInterpreter` operation.
pub mod get_code_interpreter;

/// Types for the `GetConfigurationBundle` operation.
pub mod get_configuration_bundle;

/// Types for the `GetConfigurationBundleVersion` operation.
pub mod get_configuration_bundle_version;

/// Types for the `GetDataset` operation.
pub mod get_dataset;

/// Types for the `GetEvaluator` operation.
pub mod get_evaluator;

/// Types for the `GetGateway` operation.
pub mod get_gateway;

/// Types for the `GetGatewayRule` operation.
pub mod get_gateway_rule;

/// Types for the `GetGatewayTarget` operation.
pub mod get_gateway_target;

/// Types for the `GetHarness` operation.
pub mod get_harness;

/// Types for the `GetMemory` operation.
pub mod get_memory;

/// Types for the `GetOauth2CredentialProvider` operation.
pub mod get_oauth2_credential_provider;

/// Types for the `GetOnlineEvaluationConfig` operation.
pub mod get_online_evaluation_config;

/// Types for the `GetPaymentConnector` operation.
pub mod get_payment_connector;

/// Types for the `GetPaymentCredentialProvider` operation.
pub mod get_payment_credential_provider;

/// Types for the `GetPaymentManager` operation.
pub mod get_payment_manager;

/// Types for the `GetPolicy` operation.
pub mod get_policy;

/// Types for the `GetPolicyEngine` operation.
pub mod get_policy_engine;

/// Types for the `GetPolicyEngineSummary` operation.
pub mod get_policy_engine_summary;

/// Types for the `GetPolicyGeneration` operation.
pub mod get_policy_generation;

/// Types for the `GetPolicyGenerationSummary` operation.
pub mod get_policy_generation_summary;

/// Types for the `GetPolicySummary` operation.
pub mod get_policy_summary;

/// Types for the `GetRegistry` operation.
pub mod get_registry;

/// Types for the `GetRegistryRecord` operation.
pub mod get_registry_record;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetTokenVault` operation.
pub mod get_token_vault;

/// Types for the `GetWorkloadIdentity` operation.
pub mod get_workload_identity;

/// Types for the `ListAgentRuntimeEndpoints` operation.
pub mod list_agent_runtime_endpoints;

/// Types for the `ListAgentRuntimeVersions` operation.
pub mod list_agent_runtime_versions;

/// Types for the `ListAgentRuntimes` operation.
pub mod list_agent_runtimes;

/// Types for the `ListApiKeyCredentialProviders` operation.
pub mod list_api_key_credential_providers;

/// Types for the `ListBrowserProfiles` operation.
pub mod list_browser_profiles;

/// Types for the `ListBrowsers` operation.
pub mod list_browsers;

/// Types for the `ListCodeInterpreters` operation.
pub mod list_code_interpreters;

/// Types for the `ListConfigurationBundleVersions` operation.
pub mod list_configuration_bundle_versions;

/// Types for the `ListConfigurationBundles` operation.
pub mod list_configuration_bundles;

/// Types for the `ListDatasetExamples` operation.
pub mod list_dataset_examples;

/// Types for the `ListDatasetVersions` operation.
pub mod list_dataset_versions;

/// Types for the `ListDatasets` operation.
pub mod list_datasets;

/// Types for the `ListEvaluators` operation.
pub mod list_evaluators;

/// Types for the `ListGatewayRules` operation.
pub mod list_gateway_rules;

/// Types for the `ListGatewayTargets` operation.
pub mod list_gateway_targets;

/// Types for the `ListGateways` operation.
pub mod list_gateways;

/// Types for the `ListHarnesses` operation.
pub mod list_harnesses;

/// Types for the `ListMemories` operation.
pub mod list_memories;

/// Types for the `ListOauth2CredentialProviders` operation.
pub mod list_oauth2_credential_providers;

/// Types for the `ListOnlineEvaluationConfigs` operation.
pub mod list_online_evaluation_configs;

/// Types for the `ListPaymentConnectors` operation.
pub mod list_payment_connectors;

/// Types for the `ListPaymentCredentialProviders` operation.
pub mod list_payment_credential_providers;

/// Types for the `ListPaymentManagers` operation.
pub mod list_payment_managers;

/// Types for the `ListPolicies` operation.
pub mod list_policies;

/// Types for the `ListPolicyEngineSummaries` operation.
pub mod list_policy_engine_summaries;

/// Types for the `ListPolicyEngines` operation.
pub mod list_policy_engines;

/// Types for the `ListPolicyGenerationAssets` operation.
pub mod list_policy_generation_assets;

/// Types for the `ListPolicyGenerationSummaries` operation.
pub mod list_policy_generation_summaries;

/// Types for the `ListPolicyGenerations` operation.
pub mod list_policy_generations;

/// Types for the `ListPolicySummaries` operation.
pub mod list_policy_summaries;

/// Types for the `ListRegistries` operation.
pub mod list_registries;

/// Types for the `ListRegistryRecords` operation.
pub mod list_registry_records;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListWorkloadIdentities` operation.
pub mod list_workload_identities;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `SetTokenVaultCMK` operation.
pub mod set_token_vault_cmk;

/// Types for the `StartPolicyGeneration` operation.
pub mod start_policy_generation;

/// Types for the `SubmitRegistryRecordForApproval` operation.
pub mod submit_registry_record_for_approval;

/// Types for the `SynchronizeGatewayTargets` operation.
pub mod synchronize_gateway_targets;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAgentRuntime` operation.
pub mod update_agent_runtime;

/// Types for the `UpdateAgentRuntimeEndpoint` operation.
pub mod update_agent_runtime_endpoint;

/// Types for the `UpdateApiKeyCredentialProvider` operation.
pub mod update_api_key_credential_provider;

/// Types for the `UpdateConfigurationBundle` operation.
pub mod update_configuration_bundle;

/// Types for the `UpdateDataset` operation.
pub mod update_dataset;

/// Types for the `UpdateDatasetExamples` operation.
pub mod update_dataset_examples;

/// Types for the `UpdateEvaluator` operation.
pub mod update_evaluator;

/// Types for the `UpdateGateway` operation.
pub mod update_gateway;

/// Types for the `UpdateGatewayRule` operation.
pub mod update_gateway_rule;

/// Types for the `UpdateGatewayTarget` operation.
pub mod update_gateway_target;

/// Types for the `UpdateHarness` operation.
pub mod update_harness;

/// Types for the `UpdateMemory` operation.
pub mod update_memory;

/// Types for the `UpdateOauth2CredentialProvider` operation.
pub mod update_oauth2_credential_provider;

/// Types for the `UpdateOnlineEvaluationConfig` operation.
pub mod update_online_evaluation_config;

/// Types for the `UpdatePaymentConnector` operation.
pub mod update_payment_connector;

/// Types for the `UpdatePaymentCredentialProvider` operation.
pub mod update_payment_credential_provider;

/// Types for the `UpdatePaymentManager` operation.
pub mod update_payment_manager;

/// Types for the `UpdatePolicy` operation.
pub mod update_policy;

/// Types for the `UpdatePolicyEngine` operation.
pub mod update_policy_engine;

/// Types for the `UpdateRegistry` operation.
pub mod update_registry;

/// Types for the `UpdateRegistryRecord` operation.
pub mod update_registry_record;

/// Types for the `UpdateRegistryRecordStatus` operation.
pub mod update_registry_record_status;

/// Types for the `UpdateWorkloadIdentity` operation.
pub mod update_workload_identity;