aws_sdk_bedrockagentruntime/
operation.rs

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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `DeleteAgentMemory` operation.
pub mod delete_agent_memory;

/// Types for the `GenerateQuery` operation.
pub mod generate_query;

/// Types for the `GetAgentMemory` operation.
pub mod get_agent_memory;

/// Types for the `InvokeAgent` operation.
pub mod invoke_agent;

/// Types for the `InvokeFlow` operation.
pub mod invoke_flow;

/// Types for the `InvokeInlineAgent` operation.
pub mod invoke_inline_agent;

/// Types for the `OptimizePrompt` operation.
pub mod optimize_prompt;

/// Types for the `Rerank` operation.
pub mod rerank;

/// Types for the `Retrieve` operation.
pub mod retrieve;

/// Types for the `RetrieveAndGenerate` operation.
pub mod retrieve_and_generate;

/// Types for the `RetrieveAndGenerateStream` operation.
pub mod retrieve_and_generate_stream;