AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BedrockAgentRuntimeServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in BedrockAgentRuntimeClient header */
21#include <aws/bedrock-agent-runtime/model/DeleteAgentMemoryResult.h>
22#include <aws/bedrock-agent-runtime/model/GetAgentMemoryResult.h>
23#include <aws/bedrock-agent-runtime/model/RetrieveResult.h>
24#include <aws/bedrock-agent-runtime/model/RetrieveAndGenerateResult.h>
25#include <aws/core/NoResult.h>
26/* End of service model headers required in BedrockAgentRuntimeClient header */
27
28namespace Aws
29{
30 namespace Http
31 {
32 class HttpClient;
33 class HttpClientFactory;
34 } // namespace Http
35
36 namespace Utils
37 {
38 template< typename R, typename E> class Outcome;
39
40 namespace Threading
41 {
42 class Executor;
43 } // namespace Threading
44 } // namespace Utils
45
46 namespace Auth
47 {
48 class AWSCredentials;
49 class AWSCredentialsProvider;
50 } // namespace Auth
51
52 namespace Client
53 {
54 class RetryStrategy;
55 } // namespace Client
56
57 namespace BedrockAgentRuntime
58 {
62
63 namespace Model
64 {
65 /* Service model forward declarations required in BedrockAgentRuntimeClient header */
70 class RetrieveRequest;
72 /* End of service model forward declarations required in BedrockAgentRuntimeClient header */
73
74 /* Service model Outcome class definitions */
81 /* End of service model Outcome class definitions */
82
83 /* Service model Outcome callable definitions */
84 typedef std::future<DeleteAgentMemoryOutcome> DeleteAgentMemoryOutcomeCallable;
85 typedef std::future<GetAgentMemoryOutcome> GetAgentMemoryOutcomeCallable;
86 typedef std::future<InvokeAgentOutcome> InvokeAgentOutcomeCallable;
87 typedef std::future<InvokeFlowOutcome> InvokeFlowOutcomeCallable;
88 typedef std::future<RetrieveOutcome> RetrieveOutcomeCallable;
89 typedef std::future<RetrieveAndGenerateOutcome> RetrieveAndGenerateOutcomeCallable;
90 /* End of service model Outcome callable definitions */
91 } // namespace Model
92
94
95 /* Service model async handlers definitions */
96 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::DeleteAgentMemoryRequest&, const Model::DeleteAgentMemoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAgentMemoryResponseReceivedHandler;
97 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::GetAgentMemoryRequest&, const Model::GetAgentMemoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAgentMemoryResponseReceivedHandler;
98 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::InvokeAgentRequest&, const Model::InvokeAgentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InvokeAgentResponseReceivedHandler;
99 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::InvokeFlowRequest&, const Model::InvokeFlowOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > InvokeFlowResponseReceivedHandler;
100 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::RetrieveRequest&, const Model::RetrieveOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RetrieveResponseReceivedHandler;
101 typedef std::function<void(const BedrockAgentRuntimeClient*, const Model::RetrieveAndGenerateRequest&, const Model::RetrieveAndGenerateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RetrieveAndGenerateResponseReceivedHandler;
102 /* End of service model async handlers definitions */
103 } // namespace BedrockAgentRuntime
104} // namespace Aws
EndpointProviderBase< BedrockAgentRuntimeClientConfiguration, BedrockAgentRuntimeBuiltInParameters, BedrockAgentRuntimeClientContextParameters > BedrockAgentRuntimeEndpointProviderBase
std::future< GetAgentMemoryOutcome > GetAgentMemoryOutcomeCallable
Aws::Utils::Outcome< DeleteAgentMemoryResult, BedrockAgentRuntimeError > DeleteAgentMemoryOutcome
std::future< InvokeFlowOutcome > InvokeFlowOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, BedrockAgentRuntimeError > InvokeAgentOutcome
std::future< InvokeAgentOutcome > InvokeAgentOutcomeCallable
std::future< RetrieveAndGenerateOutcome > RetrieveAndGenerateOutcomeCallable
Aws::Utils::Outcome< RetrieveResult, BedrockAgentRuntimeError > RetrieveOutcome
Aws::Utils::Outcome< Aws::NoResult, BedrockAgentRuntimeError > InvokeFlowOutcome
Aws::Utils::Outcome< RetrieveAndGenerateResult, BedrockAgentRuntimeError > RetrieveAndGenerateOutcome
std::future< DeleteAgentMemoryOutcome > DeleteAgentMemoryOutcomeCallable
Aws::Utils::Outcome< GetAgentMemoryResult, BedrockAgentRuntimeError > GetAgentMemoryOutcome
std::function< void(const BedrockAgentRuntimeClient *, const Model::RetrieveAndGenerateRequest &, const Model::RetrieveAndGenerateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RetrieveAndGenerateResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::RetrieveRequest &, const Model::RetrieveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RetrieveResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::InvokeAgentRequest &, const Model::InvokeAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InvokeAgentResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GetAgentMemoryRequest &, const Model::GetAgentMemoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAgentMemoryResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::DeleteAgentMemoryRequest &, const Model::DeleteAgentMemoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAgentMemoryResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::InvokeFlowRequest &, const Model::InvokeFlowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > InvokeFlowResponseReceivedHandler