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 `CreateGateway` operation.
20pub mod create_gateway;
21
22/// Types for the `CreateGatewayTarget` operation.
23pub mod create_gateway_target;
24
25/// Types for the `CreateMemory` operation.
26pub mod create_memory;
27
28/// Types for the `CreateOauth2CredentialProvider` operation.
29pub mod create_oauth2_credential_provider;
30
31/// Types for the `CreateWorkloadIdentity` operation.
32pub mod create_workload_identity;
33
34/// Types for the `DeleteAgentRuntime` operation.
35pub mod delete_agent_runtime;
36
37/// Types for the `DeleteAgentRuntimeEndpoint` operation.
38pub mod delete_agent_runtime_endpoint;
39
40/// Types for the `DeleteApiKeyCredentialProvider` operation.
41pub mod delete_api_key_credential_provider;
42
43/// Types for the `DeleteBrowser` operation.
44pub mod delete_browser;
45
46/// Types for the `DeleteCodeInterpreter` operation.
47pub mod delete_code_interpreter;
48
49/// Types for the `DeleteGateway` operation.
50pub mod delete_gateway;
51
52/// Types for the `DeleteGatewayTarget` operation.
53pub mod delete_gateway_target;
54
55/// Types for the `DeleteMemory` operation.
56pub mod delete_memory;
57
58/// Types for the `DeleteOauth2CredentialProvider` operation.
59pub mod delete_oauth2_credential_provider;
60
61/// Types for the `DeleteWorkloadIdentity` operation.
62pub mod delete_workload_identity;
63
64/// Types for the `GetAgentRuntime` operation.
65pub mod get_agent_runtime;
66
67/// Types for the `GetAgentRuntimeEndpoint` operation.
68pub mod get_agent_runtime_endpoint;
69
70/// Types for the `GetApiKeyCredentialProvider` operation.
71pub mod get_api_key_credential_provider;
72
73/// Types for the `GetBrowser` operation.
74pub mod get_browser;
75
76/// Types for the `GetCodeInterpreter` operation.
77pub mod get_code_interpreter;
78
79/// Types for the `GetGateway` operation.
80pub mod get_gateway;
81
82/// Types for the `GetGatewayTarget` operation.
83pub mod get_gateway_target;
84
85/// Types for the `GetMemory` operation.
86pub mod get_memory;
87
88/// Types for the `GetOauth2CredentialProvider` operation.
89pub mod get_oauth2_credential_provider;
90
91/// Types for the `GetTokenVault` operation.
92pub mod get_token_vault;
93
94/// Types for the `GetWorkloadIdentity` operation.
95pub mod get_workload_identity;
96
97/// Types for the `ListAgentRuntimeEndpoints` operation.
98pub mod list_agent_runtime_endpoints;
99
100/// Types for the `ListAgentRuntimeVersions` operation.
101pub mod list_agent_runtime_versions;
102
103/// Types for the `ListAgentRuntimes` operation.
104pub mod list_agent_runtimes;
105
106/// Types for the `ListApiKeyCredentialProviders` operation.
107pub mod list_api_key_credential_providers;
108
109/// Types for the `ListBrowsers` operation.
110pub mod list_browsers;
111
112/// Types for the `ListCodeInterpreters` operation.
113pub mod list_code_interpreters;
114
115/// Types for the `ListGatewayTargets` operation.
116pub mod list_gateway_targets;
117
118/// Types for the `ListGateways` operation.
119pub mod list_gateways;
120
121/// Types for the `ListMemories` operation.
122pub mod list_memories;
123
124/// Types for the `ListOauth2CredentialProviders` operation.
125pub mod list_oauth2_credential_providers;
126
127/// Types for the `ListWorkloadIdentities` operation.
128pub mod list_workload_identities;
129
130/// Types for the `SetTokenVaultCMK` operation.
131pub mod set_token_vault_cmk;
132
133/// Types for the `UpdateAgentRuntime` operation.
134pub mod update_agent_runtime;
135
136/// Types for the `UpdateAgentRuntimeEndpoint` operation.
137pub mod update_agent_runtime_endpoint;
138
139/// Types for the `UpdateApiKeyCredentialProvider` operation.
140pub mod update_api_key_credential_provider;
141
142/// Types for the `UpdateGateway` operation.
143pub mod update_gateway;
144
145/// Types for the `UpdateGatewayTarget` operation.
146pub mod update_gateway_target;
147
148/// Types for the `UpdateMemory` operation.
149pub mod update_memory;
150
151/// Types for the `UpdateOauth2CredentialProvider` operation.
152pub mod update_oauth2_credential_provider;
153
154/// Types for the `UpdateWorkloadIdentity` operation.
155pub mod update_workload_identity;