aws_sdk_bedrockagentcorecontrol/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateAgentRuntime` operation.
5pub mod create_agent_runtime;
6
7/// Types for the `CreateAgentRuntimeEndpoint` operation.
8pub mod create_agent_runtime_endpoint;
9
10/// Types for the `CreateApiKeyCredentialProvider` operation.
11pub mod create_api_key_credential_provider;
12
13/// Types for the `CreateBrowser` operation.
14pub mod create_browser;
15
16/// Types for the `CreateCodeInterpreter` operation.
17pub mod create_code_interpreter;
18
19/// Types for the `CreateEvaluator` operation.
20pub mod create_evaluator;
21
22/// Types for the `CreateGateway` operation.
23pub mod create_gateway;
24
25/// Types for the `CreateGatewayTarget` operation.
26pub mod create_gateway_target;
27
28/// Types for the `CreateMemory` operation.
29pub mod create_memory;
30
31/// Types for the `CreateOauth2CredentialProvider` operation.
32pub mod create_oauth2_credential_provider;
33
34/// Types for the `CreateOnlineEvaluationConfig` operation.
35pub mod create_online_evaluation_config;
36
37/// Types for the `CreatePolicy` operation.
38pub mod create_policy;
39
40/// Types for the `CreatePolicyEngine` operation.
41pub mod create_policy_engine;
42
43/// Types for the `CreateWorkloadIdentity` operation.
44pub mod create_workload_identity;
45
46/// Types for the `DeleteAgentRuntime` operation.
47pub mod delete_agent_runtime;
48
49/// Types for the `DeleteAgentRuntimeEndpoint` operation.
50pub mod delete_agent_runtime_endpoint;
51
52/// Types for the `DeleteApiKeyCredentialProvider` operation.
53pub mod delete_api_key_credential_provider;
54
55/// Types for the `DeleteBrowser` operation.
56pub mod delete_browser;
57
58/// Types for the `DeleteCodeInterpreter` operation.
59pub mod delete_code_interpreter;
60
61/// Types for the `DeleteEvaluator` operation.
62pub mod delete_evaluator;
63
64/// Types for the `DeleteGateway` operation.
65pub mod delete_gateway;
66
67/// Types for the `DeleteGatewayTarget` operation.
68pub mod delete_gateway_target;
69
70/// Types for the `DeleteMemory` operation.
71pub mod delete_memory;
72
73/// Types for the `DeleteOauth2CredentialProvider` operation.
74pub mod delete_oauth2_credential_provider;
75
76/// Types for the `DeleteOnlineEvaluationConfig` operation.
77pub mod delete_online_evaluation_config;
78
79/// Types for the `DeletePolicy` operation.
80pub mod delete_policy;
81
82/// Types for the `DeletePolicyEngine` operation.
83pub mod delete_policy_engine;
84
85/// Types for the `DeleteResourcePolicy` operation.
86pub mod delete_resource_policy;
87
88/// Types for the `DeleteWorkloadIdentity` operation.
89pub mod delete_workload_identity;
90
91/// Types for the `GetAgentRuntime` operation.
92pub mod get_agent_runtime;
93
94/// Types for the `GetAgentRuntimeEndpoint` operation.
95pub mod get_agent_runtime_endpoint;
96
97/// Types for the `GetApiKeyCredentialProvider` operation.
98pub mod get_api_key_credential_provider;
99
100/// Types for the `GetBrowser` operation.
101pub mod get_browser;
102
103/// Types for the `GetCodeInterpreter` operation.
104pub mod get_code_interpreter;
105
106/// Types for the `GetEvaluator` operation.
107pub mod get_evaluator;
108
109/// Types for the `GetGateway` operation.
110pub mod get_gateway;
111
112/// Types for the `GetGatewayTarget` operation.
113pub mod get_gateway_target;
114
115/// Types for the `GetMemory` operation.
116pub mod get_memory;
117
118/// Types for the `GetOauth2CredentialProvider` operation.
119pub mod get_oauth2_credential_provider;
120
121/// Types for the `GetOnlineEvaluationConfig` operation.
122pub mod get_online_evaluation_config;
123
124/// Types for the `GetPolicy` operation.
125pub mod get_policy;
126
127/// Types for the `GetPolicyEngine` operation.
128pub mod get_policy_engine;
129
130/// Types for the `GetPolicyGeneration` operation.
131pub mod get_policy_generation;
132
133/// Types for the `GetResourcePolicy` operation.
134pub mod get_resource_policy;
135
136/// Types for the `GetTokenVault` operation.
137pub mod get_token_vault;
138
139/// Types for the `GetWorkloadIdentity` operation.
140pub mod get_workload_identity;
141
142/// Types for the `ListAgentRuntimeEndpoints` operation.
143pub mod list_agent_runtime_endpoints;
144
145/// Types for the `ListAgentRuntimeVersions` operation.
146pub mod list_agent_runtime_versions;
147
148/// Types for the `ListAgentRuntimes` operation.
149pub mod list_agent_runtimes;
150
151/// Types for the `ListApiKeyCredentialProviders` operation.
152pub mod list_api_key_credential_providers;
153
154/// Types for the `ListBrowsers` operation.
155pub mod list_browsers;
156
157/// Types for the `ListCodeInterpreters` operation.
158pub mod list_code_interpreters;
159
160/// Types for the `ListEvaluators` operation.
161pub mod list_evaluators;
162
163/// Types for the `ListGatewayTargets` operation.
164pub mod list_gateway_targets;
165
166/// Types for the `ListGateways` operation.
167pub mod list_gateways;
168
169/// Types for the `ListMemories` operation.
170pub mod list_memories;
171
172/// Types for the `ListOauth2CredentialProviders` operation.
173pub mod list_oauth2_credential_providers;
174
175/// Types for the `ListOnlineEvaluationConfigs` operation.
176pub mod list_online_evaluation_configs;
177
178/// Types for the `ListPolicies` operation.
179pub mod list_policies;
180
181/// Types for the `ListPolicyEngines` operation.
182pub mod list_policy_engines;
183
184/// Types for the `ListPolicyGenerationAssets` operation.
185pub mod list_policy_generation_assets;
186
187/// Types for the `ListPolicyGenerations` operation.
188pub mod list_policy_generations;
189
190/// Types for the `ListTagsForResource` operation.
191pub mod list_tags_for_resource;
192
193/// Types for the `ListWorkloadIdentities` operation.
194pub mod list_workload_identities;
195
196/// Types for the `PutResourcePolicy` operation.
197pub mod put_resource_policy;
198
199/// Types for the `SetTokenVaultCMK` operation.
200pub mod set_token_vault_cmk;
201
202/// Types for the `StartPolicyGeneration` operation.
203pub mod start_policy_generation;
204
205/// Types for the `SynchronizeGatewayTargets` operation.
206pub mod synchronize_gateway_targets;
207
208/// Types for the `TagResource` operation.
209pub mod tag_resource;
210
211/// Types for the `UntagResource` operation.
212pub mod untag_resource;
213
214/// Types for the `UpdateAgentRuntime` operation.
215pub mod update_agent_runtime;
216
217/// Types for the `UpdateAgentRuntimeEndpoint` operation.
218pub mod update_agent_runtime_endpoint;
219
220/// Types for the `UpdateApiKeyCredentialProvider` operation.
221pub mod update_api_key_credential_provider;
222
223/// Types for the `UpdateEvaluator` operation.
224pub mod update_evaluator;
225
226/// Types for the `UpdateGateway` operation.
227pub mod update_gateway;
228
229/// Types for the `UpdateGatewayTarget` operation.
230pub mod update_gateway_target;
231
232/// Types for the `UpdateMemory` operation.
233pub mod update_memory;
234
235/// Types for the `UpdateOauth2CredentialProvider` operation.
236pub mod update_oauth2_credential_provider;
237
238/// Types for the `UpdateOnlineEvaluationConfig` operation.
239pub mod update_online_evaluation_config;
240
241/// Types for the `UpdatePolicy` operation.
242pub mod update_policy;
243
244/// Types for the `UpdatePolicyEngine` operation.
245pub mod update_policy_engine;
246
247/// Types for the `UpdateWorkloadIdentity` operation.
248pub mod update_workload_identity;