AWS SDK for C++

AWS SDK for C++ Version 1.11.849

Loading...
Searching...
No Matches
BedrockAgentRuntimeClient.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeErrorMarshaller.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimePaginationBase.h>
9#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeServiceClientModel.h>
10#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeWaiter.h>
11#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
12#include <aws/core/client/AWSClientAsyncCRTP.h>
13#include <aws/core/client/ClientConfiguration.h>
14#include <smithy/client/AwsSmithyClient.h>
15#include <smithy/client/serializer/JsonOutcomeSerializer.h>
16#include <smithy/identity/auth/built-in/GenericAuthSchemeResolver.h>
17#include <smithy/identity/auth/built-in/SigV4AuthScheme.h>
18
19namespace Aws {
20namespace BedrockAgentRuntime {
21AWS_BEDROCKAGENTRUNTIME_API extern const char SERVICE_NAME[];
26class AWS_BEDROCKAGENTRUNTIME_API BedrockAgentRuntimeClient
27 : Aws::Client::ClientWithAsyncTemplateMethods<BedrockAgentRuntimeClient>,
29 Aws::BedrockAgentRuntime::SERVICE_NAME, Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration,
30 smithy::AuthSchemeResolverBase<>, Aws::Crt::Variant<smithy::SigV4AuthScheme>, BedrockAgentRuntimeEndpointProviderBase,
31 smithy::client::JsonOutcomeSerializer, smithy::client::JsonOutcome, Aws::Client::BedrockAgentRuntimeErrorMarshaller>,
32 public BedrockAgentRuntimePaginationBase<BedrockAgentRuntimeClient>,
33 public BedrockAgentRuntimeWaiter<BedrockAgentRuntimeClient> {
34 public:
35 static const char* GetServiceName();
36 static const char* GetAllocationTag();
37 inline const char* GetServiceClientName() const override { return "Bedrock Agent Runtime"; }
38
41
48 std::shared_ptr<BedrockAgentRuntimeEndpointProviderBase> endpointProvider = nullptr);
49
55 std::shared_ptr<BedrockAgentRuntimeEndpointProviderBase> endpointProvider = nullptr,
58
63 BedrockAgentRuntimeClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
64 std::shared_ptr<BedrockAgentRuntimeEndpointProviderBase> endpointProvider = nullptr,
67
68 /* Legacy constructors due deprecation */
74
80
85 BedrockAgentRuntimeClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
86 const Aws::Client::ClientConfiguration& clientConfiguration);
87
88 /* End of legacy constructors due deprecation */
90
105
110 template <typename AgenticRetrieveStreamRequestT = Model::AgenticRetrieveStreamRequest>
112 return SubmitCallable(&BedrockAgentRuntimeClient::AgenticRetrieveStream, request);
113 }
114
119 template <typename AgenticRetrieveStreamRequestT = Model::AgenticRetrieveStreamRequest>
120 void AgenticRetrieveStreamAsync(AgenticRetrieveStreamRequestT& request, const AgenticRetrieveStreamResponseReceivedHandler& handler,
121 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
122 return SubmitAsync(&BedrockAgentRuntimeClient::AgenticRetrieveStream, request, handler, context);
123 }
124
142
147 template <typename CreateInvocationRequestT = Model::CreateInvocationRequest>
148 Model::CreateInvocationOutcomeCallable CreateInvocationCallable(const CreateInvocationRequestT& request) const {
149 return SubmitCallable(&BedrockAgentRuntimeClient::CreateInvocation, request);
150 }
151
156 template <typename CreateInvocationRequestT = Model::CreateInvocationRequest>
157 void CreateInvocationAsync(const CreateInvocationRequestT& request, const CreateInvocationResponseReceivedHandler& handler,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
159 return SubmitAsync(&BedrockAgentRuntimeClient::CreateInvocation, request, handler, context);
160 }
161
193
197 template <typename CreateSessionRequestT = Model::CreateSessionRequest>
198 Model::CreateSessionOutcomeCallable CreateSessionCallable(const CreateSessionRequestT& request = {}) const {
199 return SubmitCallable(&BedrockAgentRuntimeClient::CreateSession, request);
200 }
201
206 template <typename CreateSessionRequestT = Model::CreateSessionRequest>
208 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
209 const CreateSessionRequestT& request = {}) const {
210 return SubmitAsync(&BedrockAgentRuntimeClient::CreateSession, request, handler, context);
211 }
212
220
225 template <typename DeleteAgentMemoryRequestT = Model::DeleteAgentMemoryRequest>
226 Model::DeleteAgentMemoryOutcomeCallable DeleteAgentMemoryCallable(const DeleteAgentMemoryRequestT& request) const {
227 return SubmitCallable(&BedrockAgentRuntimeClient::DeleteAgentMemory, request);
228 }
229
234 template <typename DeleteAgentMemoryRequestT = Model::DeleteAgentMemoryRequest>
235 void DeleteAgentMemoryAsync(const DeleteAgentMemoryRequestT& request, const DeleteAgentMemoryResponseReceivedHandler& handler,
236 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
237 return SubmitAsync(&BedrockAgentRuntimeClient::DeleteAgentMemory, request, handler, context);
238 }
239
253
257 template <typename DeleteSessionRequestT = Model::DeleteSessionRequest>
258 Model::DeleteSessionOutcomeCallable DeleteSessionCallable(const DeleteSessionRequestT& request) const {
259 return SubmitCallable(&BedrockAgentRuntimeClient::DeleteSession, request);
260 }
261
266 template <typename DeleteSessionRequestT = Model::DeleteSessionRequest>
267 void DeleteSessionAsync(const DeleteSessionRequestT& request, const DeleteSessionResponseReceivedHandler& handler,
268 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
269 return SubmitAsync(&BedrockAgentRuntimeClient::DeleteSession, request, handler, context);
270 }
271
283
287 template <typename EndSessionRequestT = Model::EndSessionRequest>
288 Model::EndSessionOutcomeCallable EndSessionCallable(const EndSessionRequestT& request) const {
289 return SubmitCallable(&BedrockAgentRuntimeClient::EndSession, request);
290 }
291
296 template <typename EndSessionRequestT = Model::EndSessionRequest>
297 void EndSessionAsync(const EndSessionRequestT& request, const EndSessionResponseReceivedHandler& handler,
298 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
299 return SubmitAsync(&BedrockAgentRuntimeClient::EndSession, request, handler, context);
300 }
301
312
316 template <typename GenerateQueryRequestT = Model::GenerateQueryRequest>
317 Model::GenerateQueryOutcomeCallable GenerateQueryCallable(const GenerateQueryRequestT& request) const {
318 return SubmitCallable(&BedrockAgentRuntimeClient::GenerateQuery, request);
319 }
320
325 template <typename GenerateQueryRequestT = Model::GenerateQueryRequest>
326 void GenerateQueryAsync(const GenerateQueryRequestT& request, const GenerateQueryResponseReceivedHandler& handler,
327 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
328 return SubmitAsync(&BedrockAgentRuntimeClient::GenerateQuery, request, handler, context);
329 }
330
338
342 template <typename GetAgentMemoryRequestT = Model::GetAgentMemoryRequest>
343 Model::GetAgentMemoryOutcomeCallable GetAgentMemoryCallable(const GetAgentMemoryRequestT& request) const {
344 return SubmitCallable(&BedrockAgentRuntimeClient::GetAgentMemory, request);
345 }
346
351 template <typename GetAgentMemoryRequestT = Model::GetAgentMemoryRequest>
352 void GetAgentMemoryAsync(const GetAgentMemoryRequestT& request, const GetAgentMemoryResponseReceivedHandler& handler,
353 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
354 return SubmitAsync(&BedrockAgentRuntimeClient::GetAgentMemory, request, handler, context);
355 }
356
364
369 template <typename GetDocumentContentRequestT = Model::GetDocumentContentRequest>
370 Model::GetDocumentContentOutcomeCallable GetDocumentContentCallable(const GetDocumentContentRequestT& request) const {
371 return SubmitCallable(&BedrockAgentRuntimeClient::GetDocumentContent, request);
372 }
373
378 template <typename GetDocumentContentRequestT = Model::GetDocumentContentRequest>
379 void GetDocumentContentAsync(const GetDocumentContentRequestT& request, const GetDocumentContentResponseReceivedHandler& handler,
380 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
381 return SubmitAsync(&BedrockAgentRuntimeClient::GetDocumentContent, request, handler, context);
382 }
383
395
400 template <typename GetExecutionFlowSnapshotRequestT = Model::GetExecutionFlowSnapshotRequest>
401 Model::GetExecutionFlowSnapshotOutcomeCallable GetExecutionFlowSnapshotCallable(const GetExecutionFlowSnapshotRequestT& request) const {
402 return SubmitCallable(&BedrockAgentRuntimeClient::GetExecutionFlowSnapshot, request);
403 }
404
409 template <typename GetExecutionFlowSnapshotRequestT = Model::GetExecutionFlowSnapshotRequest>
410 void GetExecutionFlowSnapshotAsync(const GetExecutionFlowSnapshotRequestT& request,
412 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
413 return SubmitAsync(&BedrockAgentRuntimeClient::GetExecutionFlowSnapshot, request, handler, context);
414 }
415
424
429 template <typename GetFlowExecutionRequestT = Model::GetFlowExecutionRequest>
430 Model::GetFlowExecutionOutcomeCallable GetFlowExecutionCallable(const GetFlowExecutionRequestT& request) const {
431 return SubmitCallable(&BedrockAgentRuntimeClient::GetFlowExecution, request);
432 }
433
438 template <typename GetFlowExecutionRequestT = Model::GetFlowExecutionRequest>
439 void GetFlowExecutionAsync(const GetFlowExecutionRequestT& request, const GetFlowExecutionResponseReceivedHandler& handler,
440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
441 return SubmitAsync(&BedrockAgentRuntimeClient::GetFlowExecution, request, handler, context);
442 }
443
454
459 template <typename GetInvocationStepRequestT = Model::GetInvocationStepRequest>
460 Model::GetInvocationStepOutcomeCallable GetInvocationStepCallable(const GetInvocationStepRequestT& request) const {
461 return SubmitCallable(&BedrockAgentRuntimeClient::GetInvocationStep, request);
462 }
463
468 template <typename GetInvocationStepRequestT = Model::GetInvocationStepRequest>
469 void GetInvocationStepAsync(const GetInvocationStepRequestT& request, const GetInvocationStepResponseReceivedHandler& handler,
470 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
471 return SubmitAsync(&BedrockAgentRuntimeClient::GetInvocationStep, request, handler, context);
472 }
473
484
488 template <typename GetSessionRequestT = Model::GetSessionRequest>
489 Model::GetSessionOutcomeCallable GetSessionCallable(const GetSessionRequestT& request) const {
490 return SubmitCallable(&BedrockAgentRuntimeClient::GetSession, request);
491 }
492
497 template <typename GetSessionRequestT = Model::GetSessionRequest>
498 void GetSessionAsync(const GetSessionRequestT& request, const GetSessionResponseReceivedHandler& handler,
499 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
500 return SubmitAsync(&BedrockAgentRuntimeClient::GetSession, request, handler, context);
501 }
502
532
536 template <typename InvokeAgentRequestT = Model::InvokeAgentRequest>
537 Model::InvokeAgentOutcomeCallable InvokeAgentCallable(InvokeAgentRequestT& request) const {
538 return SubmitCallable(&BedrockAgentRuntimeClient::InvokeAgent, request);
539 }
540
545 template <typename InvokeAgentRequestT = Model::InvokeAgentRequest>
546 void InvokeAgentAsync(InvokeAgentRequestT& request, const InvokeAgentResponseReceivedHandler& handler,
547 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
548 return SubmitAsync(&BedrockAgentRuntimeClient::InvokeAgent, request, handler, context);
549 }
550
565
569 template <typename InvokeFlowRequestT = Model::InvokeFlowRequest>
570 Model::InvokeFlowOutcomeCallable InvokeFlowCallable(InvokeFlowRequestT& request) const {
571 return SubmitCallable(&BedrockAgentRuntimeClient::InvokeFlow, request);
572 }
573
578 template <typename InvokeFlowRequestT = Model::InvokeFlowRequest>
579 void InvokeFlowAsync(InvokeFlowRequestT& request, const InvokeFlowResponseReceivedHandler& handler,
580 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
581 return SubmitAsync(&BedrockAgentRuntimeClient::InvokeFlow, request, handler, context);
582 }
583
605
610 template <typename InvokeInlineAgentRequestT = Model::InvokeInlineAgentRequest>
611 Model::InvokeInlineAgentOutcomeCallable InvokeInlineAgentCallable(InvokeInlineAgentRequestT& request) const {
612 return SubmitCallable(&BedrockAgentRuntimeClient::InvokeInlineAgent, request);
613 }
614
619 template <typename InvokeInlineAgentRequestT = Model::InvokeInlineAgentRequest>
620 void InvokeInlineAgentAsync(InvokeInlineAgentRequestT& request, const InvokeInlineAgentResponseReceivedHandler& handler,
621 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
622 return SubmitAsync(&BedrockAgentRuntimeClient::InvokeInlineAgent, request, handler, context);
623 }
624
635
640 template <typename ListFlowExecutionEventsRequestT = Model::ListFlowExecutionEventsRequest>
641 Model::ListFlowExecutionEventsOutcomeCallable ListFlowExecutionEventsCallable(const ListFlowExecutionEventsRequestT& request) const {
642 return SubmitCallable(&BedrockAgentRuntimeClient::ListFlowExecutionEvents, request);
643 }
644
649 template <typename ListFlowExecutionEventsRequestT = Model::ListFlowExecutionEventsRequest>
650 void ListFlowExecutionEventsAsync(const ListFlowExecutionEventsRequestT& request,
652 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
653 return SubmitAsync(&BedrockAgentRuntimeClient::ListFlowExecutionEvents, request, handler, context);
654 }
655
666
671 template <typename ListFlowExecutionsRequestT = Model::ListFlowExecutionsRequest>
672 Model::ListFlowExecutionsOutcomeCallable ListFlowExecutionsCallable(const ListFlowExecutionsRequestT& request) const {
673 return SubmitCallable(&BedrockAgentRuntimeClient::ListFlowExecutions, request);
674 }
675
680 template <typename ListFlowExecutionsRequestT = Model::ListFlowExecutionsRequest>
681 void ListFlowExecutionsAsync(const ListFlowExecutionsRequestT& request, const ListFlowExecutionsResponseReceivedHandler& handler,
682 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
683 return SubmitAsync(&BedrockAgentRuntimeClient::ListFlowExecutions, request, handler, context);
684 }
685
696
701 template <typename ListInvocationStepsRequestT = Model::ListInvocationStepsRequest>
702 Model::ListInvocationStepsOutcomeCallable ListInvocationStepsCallable(const ListInvocationStepsRequestT& request) const {
703 return SubmitCallable(&BedrockAgentRuntimeClient::ListInvocationSteps, request);
704 }
705
710 template <typename ListInvocationStepsRequestT = Model::ListInvocationStepsRequest>
711 void ListInvocationStepsAsync(const ListInvocationStepsRequestT& request, const ListInvocationStepsResponseReceivedHandler& handler,
712 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
713 return SubmitAsync(&BedrockAgentRuntimeClient::ListInvocationSteps, request, handler, context);
714 }
715
726
730 template <typename ListInvocationsRequestT = Model::ListInvocationsRequest>
731 Model::ListInvocationsOutcomeCallable ListInvocationsCallable(const ListInvocationsRequestT& request) const {
732 return SubmitCallable(&BedrockAgentRuntimeClient::ListInvocations, request);
733 }
734
739 template <typename ListInvocationsRequestT = Model::ListInvocationsRequest>
740 void ListInvocationsAsync(const ListInvocationsRequestT& request, const ListInvocationsResponseReceivedHandler& handler,
741 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
742 return SubmitAsync(&BedrockAgentRuntimeClient::ListInvocations, request, handler, context);
743 }
744
755
759 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
760 Model::ListSessionsOutcomeCallable ListSessionsCallable(const ListSessionsRequestT& request = {}) const {
761 return SubmitCallable(&BedrockAgentRuntimeClient::ListSessions, request);
762 }
763
768 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
770 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
771 const ListSessionsRequestT& request = {}) const {
772 return SubmitAsync(&BedrockAgentRuntimeClient::ListSessions, request, handler, context);
773 }
774
781
786 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
787 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
788 return SubmitCallable(&BedrockAgentRuntimeClient::ListTagsForResource, request);
789 }
790
795 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
796 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
797 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
798 return SubmitAsync(&BedrockAgentRuntimeClient::ListTagsForResource, request, handler, context);
799 }
800
812
816 template <typename OptimizePromptRequestT = Model::OptimizePromptRequest>
817 Model::OptimizePromptOutcomeCallable OptimizePromptCallable(OptimizePromptRequestT& request) const {
818 return SubmitCallable(&BedrockAgentRuntimeClient::OptimizePrompt, request);
819 }
820
825 template <typename OptimizePromptRequestT = Model::OptimizePromptRequest>
826 void OptimizePromptAsync(OptimizePromptRequestT& request, const OptimizePromptResponseReceivedHandler& handler,
827 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
828 return SubmitAsync(&BedrockAgentRuntimeClient::OptimizePrompt, request, handler, context);
829 }
830
850
855 template <typename PutInvocationStepRequestT = Model::PutInvocationStepRequest>
856 Model::PutInvocationStepOutcomeCallable PutInvocationStepCallable(const PutInvocationStepRequestT& request) const {
857 return SubmitCallable(&BedrockAgentRuntimeClient::PutInvocationStep, request);
858 }
859
864 template <typename PutInvocationStepRequestT = Model::PutInvocationStepRequest>
865 void PutInvocationStepAsync(const PutInvocationStepRequestT& request, const PutInvocationStepResponseReceivedHandler& handler,
866 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
867 return SubmitAsync(&BedrockAgentRuntimeClient::PutInvocationStep, request, handler, context);
868 }
869
879 virtual Model::RerankOutcome Rerank(const Model::RerankRequest& request) const;
880
884 template <typename RerankRequestT = Model::RerankRequest>
885 Model::RerankOutcomeCallable RerankCallable(const RerankRequestT& request) const {
886 return SubmitCallable(&BedrockAgentRuntimeClient::Rerank, request);
887 }
888
893 template <typename RerankRequestT = Model::RerankRequest>
894 void RerankAsync(const RerankRequestT& request, const RerankResponseReceivedHandler& handler,
895 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
896 return SubmitAsync(&BedrockAgentRuntimeClient::Rerank, request, handler, context);
897 }
898
906
910 template <typename RetrieveRequestT = Model::RetrieveRequest>
911 Model::RetrieveOutcomeCallable RetrieveCallable(const RetrieveRequestT& request) const {
912 return SubmitCallable(&BedrockAgentRuntimeClient::Retrieve, request);
913 }
914
919 template <typename RetrieveRequestT = Model::RetrieveRequest>
920 void RetrieveAsync(const RetrieveRequestT& request, const RetrieveResponseReceivedHandler& handler,
921 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
922 return SubmitAsync(&BedrockAgentRuntimeClient::Retrieve, request, handler, context);
923 }
924
939
944 template <typename RetrieveAndGenerateRequestT = Model::RetrieveAndGenerateRequest>
945 Model::RetrieveAndGenerateOutcomeCallable RetrieveAndGenerateCallable(const RetrieveAndGenerateRequestT& request) const {
946 return SubmitCallable(&BedrockAgentRuntimeClient::RetrieveAndGenerate, request);
947 }
948
953 template <typename RetrieveAndGenerateRequestT = Model::RetrieveAndGenerateRequest>
954 void RetrieveAndGenerateAsync(const RetrieveAndGenerateRequestT& request, const RetrieveAndGenerateResponseReceivedHandler& handler,
955 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
956 return SubmitAsync(&BedrockAgentRuntimeClient::RetrieveAndGenerate, request, handler, context);
957 }
958
975
980 template <typename RetrieveAndGenerateStreamRequestT = Model::RetrieveAndGenerateStreamRequest>
982 return SubmitCallable(&BedrockAgentRuntimeClient::RetrieveAndGenerateStream, request);
983 }
984
989 template <typename RetrieveAndGenerateStreamRequestT = Model::RetrieveAndGenerateStreamRequest>
990 void RetrieveAndGenerateStreamAsync(RetrieveAndGenerateStreamRequestT& request,
992 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
993 return SubmitAsync(&BedrockAgentRuntimeClient::RetrieveAndGenerateStream, request, handler, context);
994 }
995
1008
1013 template <typename StartFlowExecutionRequestT = Model::StartFlowExecutionRequest>
1014 Model::StartFlowExecutionOutcomeCallable StartFlowExecutionCallable(const StartFlowExecutionRequestT& request) const {
1015 return SubmitCallable(&BedrockAgentRuntimeClient::StartFlowExecution, request);
1016 }
1017
1022 template <typename StartFlowExecutionRequestT = Model::StartFlowExecutionRequest>
1023 void StartFlowExecutionAsync(const StartFlowExecutionRequestT& request, const StartFlowExecutionResponseReceivedHandler& handler,
1024 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1025 return SubmitAsync(&BedrockAgentRuntimeClient::StartFlowExecution, request, handler, context);
1026 }
1027
1036
1041 template <typename StopFlowExecutionRequestT = Model::StopFlowExecutionRequest>
1042 Model::StopFlowExecutionOutcomeCallable StopFlowExecutionCallable(const StopFlowExecutionRequestT& request) const {
1043 return SubmitCallable(&BedrockAgentRuntimeClient::StopFlowExecution, request);
1044 }
1045
1050 template <typename StopFlowExecutionRequestT = Model::StopFlowExecutionRequest>
1051 void StopFlowExecutionAsync(const StopFlowExecutionRequestT& request, const StopFlowExecutionResponseReceivedHandler& handler,
1052 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1053 return SubmitAsync(&BedrockAgentRuntimeClient::StopFlowExecution, request, handler, context);
1054 }
1055
1064
1068 template <typename TagResourceRequestT = Model::TagResourceRequest>
1069 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1070 return SubmitCallable(&BedrockAgentRuntimeClient::TagResource, request);
1071 }
1072
1077 template <typename TagResourceRequestT = Model::TagResourceRequest>
1078 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1079 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1080 return SubmitAsync(&BedrockAgentRuntimeClient::TagResource, request, handler, context);
1081 }
1082
1089
1093 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1094 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1095 return SubmitCallable(&BedrockAgentRuntimeClient::UntagResource, request);
1096 }
1097
1102 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1103 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1105 return SubmitAsync(&BedrockAgentRuntimeClient::UntagResource, request, handler, context);
1106 }
1107
1118
1122 template <typename UpdateSessionRequestT = Model::UpdateSessionRequest>
1123 Model::UpdateSessionOutcomeCallable UpdateSessionCallable(const UpdateSessionRequestT& request) const {
1124 return SubmitCallable(&BedrockAgentRuntimeClient::UpdateSession, request);
1125 }
1126
1131 template <typename UpdateSessionRequestT = Model::UpdateSessionRequest>
1132 void UpdateSessionAsync(const UpdateSessionRequestT& request, const UpdateSessionResponseReceivedHandler& handler,
1133 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1134 return SubmitAsync(&BedrockAgentRuntimeClient::UpdateSession, request, handler, context);
1135 }
1136
1137 virtual void OverrideEndpoint(const Aws::String& endpoint);
1138 virtual std::shared_ptr<BedrockAgentRuntimeEndpointProviderBase>& accessEndpointProvider();
1139
1140 private:
1142
1144
1145 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request,
1146 const std::function<void(Aws::Endpoint::AWSEndpoint&)>& resolveUri,
1147 Aws::Http::HttpMethod httpMethod) const;
1148};
1149
1150} // namespace BedrockAgentRuntime
1151} // namespace Aws
void OptimizePromptAsync(OptimizePromptRequestT &request, const OptimizePromptResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetInvocationStepOutcome GetInvocationStep(const Model::GetInvocationStepRequest &request) const
virtual Model::StartFlowExecutionOutcome StartFlowExecution(const Model::StartFlowExecutionRequest &request) const
Model::InvokeInlineAgentOutcomeCallable InvokeInlineAgentCallable(InvokeInlineAgentRequestT &request) const
Model::AgenticRetrieveStreamOutcomeCallable AgenticRetrieveStreamCallable(AgenticRetrieveStreamRequestT &request) const
void UpdateSessionAsync(const UpdateSessionRequestT &request, const UpdateSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteSessionAsync(const DeleteSessionRequestT &request, const DeleteSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::EndSessionOutcomeCallable EndSessionCallable(const EndSessionRequestT &request) const
virtual Model::ListFlowExecutionEventsOutcome ListFlowExecutionEvents(const Model::ListFlowExecutionEventsRequest &request) const
Model::GetSessionOutcomeCallable GetSessionCallable(const GetSessionRequestT &request) const
void ListFlowExecutionsAsync(const ListFlowExecutionsRequestT &request, const ListFlowExecutionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetDocumentContentOutcome GetDocumentContent(const Model::GetDocumentContentRequest &request) const
virtual Model::UpdateSessionOutcome UpdateSession(const Model::UpdateSessionRequest &request) const
BedrockAgentRuntimeClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListSessionsAsync(const ListSessionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListSessionsRequestT &request={}) const
virtual Model::DeleteSessionOutcome DeleteSession(const Model::DeleteSessionRequest &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartFlowExecutionAsync(const StartFlowExecutionRequestT &request, const StartFlowExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void RetrieveAsync(const RetrieveRequestT &request, const RetrieveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void EndSessionAsync(const EndSessionRequestT &request, const EndSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void InvokeInlineAgentAsync(InvokeInlineAgentRequestT &request, const InvokeInlineAgentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListSessionsOutcome ListSessions(const Model::ListSessionsRequest &request={}) const
void GenerateQueryAsync(const GenerateQueryRequestT &request, const GenerateQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::GetFlowExecutionOutcomeCallable GetFlowExecutionCallable(const GetFlowExecutionRequestT &request) const
void RetrieveAndGenerateStreamAsync(RetrieveAndGenerateStreamRequestT &request, const RetrieveAndGenerateStreamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::RetrieveOutcomeCallable RetrieveCallable(const RetrieveRequestT &request) const
BedrockAgentRuntimeClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::RetrieveAndGenerateStreamOutcomeCallable RetrieveAndGenerateStreamCallable(RetrieveAndGenerateStreamRequestT &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::EndSessionOutcome EndSession(const Model::EndSessionRequest &request) const
virtual Model::GenerateQueryOutcome GenerateQuery(const Model::GenerateQueryRequest &request) const
Model::ListFlowExecutionsOutcomeCallable ListFlowExecutionsCallable(const ListFlowExecutionsRequestT &request) const
Model::GetAgentMemoryOutcomeCallable GetAgentMemoryCallable(const GetAgentMemoryRequestT &request) const
Model::InvokeFlowOutcomeCallable InvokeFlowCallable(InvokeFlowRequestT &request) const
void ListInvocationStepsAsync(const ListInvocationStepsRequestT &request, const ListInvocationStepsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::PutInvocationStepOutcomeCallable PutInvocationStepCallable(const PutInvocationStepRequestT &request) const
Model::StopFlowExecutionOutcomeCallable StopFlowExecutionCallable(const StopFlowExecutionRequestT &request) const
Model::ListInvocationStepsOutcomeCallable ListInvocationStepsCallable(const ListInvocationStepsRequestT &request) const
void StopFlowExecutionAsync(const StopFlowExecutionRequestT &request, const StopFlowExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateInvocationOutcomeCallable CreateInvocationCallable(const CreateInvocationRequestT &request) const
void RerankAsync(const RerankRequestT &request, const RerankResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
void AgenticRetrieveStreamAsync(AgenticRetrieveStreamRequestT &request, const AgenticRetrieveStreamResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::InvokeInlineAgentOutcome InvokeInlineAgent(Model::InvokeInlineAgentRequest &request) const
void GetInvocationStepAsync(const GetInvocationStepRequestT &request, const GetInvocationStepResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListInvocationStepsOutcome ListInvocationSteps(const Model::ListInvocationStepsRequest &request) const
void GetExecutionFlowSnapshotAsync(const GetExecutionFlowSnapshotRequestT &request, const GetExecutionFlowSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateSessionAsync(const CreateSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const CreateSessionRequestT &request={}) const
virtual Model::StopFlowExecutionOutcome StopFlowExecution(const Model::StopFlowExecutionRequest &request) const
BedrockAgentRuntimeClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< BedrockAgentRuntimeEndpointProviderBase > endpointProvider=nullptr, const Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration &clientConfiguration=Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration())
virtual Model::InvokeFlowOutcome InvokeFlow(Model::InvokeFlowRequest &request) const
void PutInvocationStepAsync(const PutInvocationStepRequestT &request, const PutInvocationStepResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetDocumentContentAsync(const GetDocumentContentRequestT &request, const GetDocumentContentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateSessionOutcome CreateSession(const Model::CreateSessionRequest &request={}) const
virtual Model::ListFlowExecutionsOutcome ListFlowExecutions(const Model::ListFlowExecutionsRequest &request) const
void GetSessionAsync(const GetSessionRequestT &request, const GetSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::RetrieveOutcome Retrieve(const Model::RetrieveRequest &request) const
Model::GenerateQueryOutcomeCallable GenerateQueryCallable(const GenerateQueryRequestT &request) const
Model::CreateSessionOutcomeCallable CreateSessionCallable(const CreateSessionRequestT &request={}) const
virtual Model::AgenticRetrieveStreamOutcome AgenticRetrieveStream(Model::AgenticRetrieveStreamRequest &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void RetrieveAndGenerateAsync(const RetrieveAndGenerateRequestT &request, const RetrieveAndGenerateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::OptimizePromptOutcomeCallable OptimizePromptCallable(OptimizePromptRequestT &request) const
virtual Model::CreateInvocationOutcome CreateInvocation(const Model::CreateInvocationRequest &request) const
virtual Model::GetExecutionFlowSnapshotOutcome GetExecutionFlowSnapshot(const Model::GetExecutionFlowSnapshotRequest &request) const
BedrockAgentRuntimeClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListInvocationsOutcomeCallable ListInvocationsCallable(const ListInvocationsRequestT &request) const
Model::UpdateSessionOutcomeCallable UpdateSessionCallable(const UpdateSessionRequestT &request) const
Model::RetrieveAndGenerateOutcomeCallable RetrieveAndGenerateCallable(const RetrieveAndGenerateRequestT &request) const
void GetFlowExecutionAsync(const GetFlowExecutionRequestT &request, const GetFlowExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListFlowExecutionEventsOutcomeCallable ListFlowExecutionEventsCallable(const ListFlowExecutionEventsRequestT &request) const
virtual Model::ListInvocationsOutcome ListInvocations(const Model::ListInvocationsRequest &request) const
Model::GetInvocationStepOutcomeCallable GetInvocationStepCallable(const GetInvocationStepRequestT &request) const
void InvokeAgentAsync(InvokeAgentRequestT &request, const InvokeAgentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteAgentMemoryAsync(const DeleteAgentMemoryRequestT &request, const DeleteAgentMemoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetSessionOutcome GetSession(const Model::GetSessionRequest &request) const
virtual Model::PutInvocationStepOutcome PutInvocationStep(const Model::PutInvocationStepRequest &request) const
virtual Model::OptimizePromptOutcome OptimizePrompt(Model::OptimizePromptRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void InvokeFlowAsync(InvokeFlowRequestT &request, const InvokeFlowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListInvocationsAsync(const ListInvocationsRequestT &request, const ListInvocationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::RetrieveAndGenerateOutcome RetrieveAndGenerate(const Model::RetrieveAndGenerateRequest &request) const
Model::GetExecutionFlowSnapshotOutcomeCallable GetExecutionFlowSnapshotCallable(const GetExecutionFlowSnapshotRequestT &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::DeleteAgentMemoryOutcome DeleteAgentMemory(const Model::DeleteAgentMemoryRequest &request) const
virtual Model::GetFlowExecutionOutcome GetFlowExecution(const Model::GetFlowExecutionRequest &request) const
Model::InvokeAgentOutcomeCallable InvokeAgentCallable(InvokeAgentRequestT &request) const
Model::RerankOutcomeCallable RerankCallable(const RerankRequestT &request) const
Model::ListSessionsOutcomeCallable ListSessionsCallable(const ListSessionsRequestT &request={}) const
Model::DeleteAgentMemoryOutcomeCallable DeleteAgentMemoryCallable(const DeleteAgentMemoryRequestT &request) const
Model::StartFlowExecutionOutcomeCallable StartFlowExecutionCallable(const StartFlowExecutionRequestT &request) const
BedrockAgentRuntimeClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< BedrockAgentRuntimeEndpointProviderBase > endpointProvider=nullptr, const Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration &clientConfiguration=Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration())
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
BedrockAgentRuntimeClient(const Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration &clientConfiguration=Aws::BedrockAgentRuntime::BedrockAgentRuntimeClientConfiguration(), std::shared_ptr< BedrockAgentRuntimeEndpointProviderBase > endpointProvider=nullptr)
Model::DeleteSessionOutcomeCallable DeleteSessionCallable(const DeleteSessionRequestT &request) const
virtual Model::RerankOutcome Rerank(const Model::RerankRequest &request) const
void ListFlowExecutionEventsAsync(const ListFlowExecutionEventsRequestT &request, const ListFlowExecutionEventsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetAgentMemoryAsync(const GetAgentMemoryRequestT &request, const GetAgentMemoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateInvocationAsync(const CreateInvocationRequestT &request, const CreateInvocationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
BedrockAgentRuntimeClientConfiguration ClientConfigurationType
virtual Model::InvokeAgentOutcome InvokeAgent(Model::InvokeAgentRequest &request) const
virtual Model::RetrieveAndGenerateStreamOutcome RetrieveAndGenerateStream(Model::RetrieveAndGenerateStreamRequest &request) const
virtual Model::GetAgentMemoryOutcome GetAgentMemory(const Model::GetAgentMemoryRequest &request) const
Model::GetDocumentContentOutcomeCallable GetDocumentContentCallable(const GetDocumentContentRequestT &request) const
virtual std::shared_ptr< BedrockAgentRuntimeEndpointProviderBase > & accessEndpointProvider()
std::future< UpdateSessionOutcome > UpdateSessionOutcomeCallable
std::future< GetAgentMemoryOutcome > GetAgentMemoryOutcomeCallable
std::future< PutInvocationStepOutcome > PutInvocationStepOutcomeCallable
std::future< EndSessionOutcome > EndSessionOutcomeCallable
std::future< GetInvocationStepOutcome > GetInvocationStepOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< StopFlowExecutionOutcome > StopFlowExecutionOutcomeCallable
std::future< InvokeFlowOutcome > InvokeFlowOutcomeCallable
std::future< GetSessionOutcome > GetSessionOutcomeCallable
std::future< ListInvocationsOutcome > ListInvocationsOutcomeCallable
std::future< ListFlowExecutionsOutcome > ListFlowExecutionsOutcomeCallable
std::future< DeleteSessionOutcome > DeleteSessionOutcomeCallable
std::future< StartFlowExecutionOutcome > StartFlowExecutionOutcomeCallable
std::future< ListFlowExecutionEventsOutcome > ListFlowExecutionEventsOutcomeCallable
std::future< GetFlowExecutionOutcome > GetFlowExecutionOutcomeCallable
std::future< RetrieveAndGenerateStreamOutcome > RetrieveAndGenerateStreamOutcomeCallable
std::future< InvokeAgentOutcome > InvokeAgentOutcomeCallable
std::future< GenerateQueryOutcome > GenerateQueryOutcomeCallable
std::future< RetrieveAndGenerateOutcome > RetrieveAndGenerateOutcomeCallable
std::future< InvokeInlineAgentOutcome > InvokeInlineAgentOutcomeCallable
std::future< AgenticRetrieveStreamOutcome > AgenticRetrieveStreamOutcomeCallable
std::future< ListInvocationStepsOutcome > ListInvocationStepsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetDocumentContentOutcome > GetDocumentContentOutcomeCallable
std::future< CreateSessionOutcome > CreateSessionOutcomeCallable
std::future< DeleteAgentMemoryOutcome > DeleteAgentMemoryOutcomeCallable
std::future< CreateInvocationOutcome > CreateInvocationOutcomeCallable
std::future< OptimizePromptOutcome > OptimizePromptOutcomeCallable
std::future< GetExecutionFlowSnapshotOutcome > GetExecutionFlowSnapshotOutcomeCallable
std::future< ListSessionsOutcome > ListSessionsOutcomeCallable
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListFlowExecutionEventsRequest &, const Model::ListFlowExecutionEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFlowExecutionEventsResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::DeleteSessionRequest &, const Model::DeleteSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSessionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::StopFlowExecutionRequest &, const Model::StopFlowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopFlowExecutionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::EndSessionRequest &, const Model::EndSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EndSessionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::RetrieveAndGenerateStreamRequest &, const Model::RetrieveAndGenerateStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RetrieveAndGenerateStreamResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GenerateQueryRequest &, const Model::GenerateQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GenerateQueryResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GetSessionRequest &, const Model::GetSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSessionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GetExecutionFlowSnapshotRequest &, const Model::GetExecutionFlowSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExecutionFlowSnapshotResponseReceivedHandler
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::StartFlowExecutionRequest &, const Model::StartFlowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartFlowExecutionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListSessionsRequest &, const Model::ListSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSessionsResponseReceivedHandler
AWS_BEDROCKAGENTRUNTIME_API const char SERVICE_NAME[]
std::function< void(const BedrockAgentRuntimeClient *, const Model::InvokeInlineAgentRequest &, const Model::InvokeInlineAgentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InvokeInlineAgentResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::AgenticRetrieveStreamRequest &, const Model::AgenticRetrieveStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AgenticRetrieveStreamResponseReceivedHandler
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::UpdateSessionRequest &, const Model::UpdateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSessionResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::CreateSessionRequest &, const Model::CreateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSessionResponseReceivedHandler
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
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListInvocationsRequest &, const Model::ListInvocationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvocationsResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GetFlowExecutionRequest &, const Model::GetFlowExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFlowExecutionResponseReceivedHandler
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::GetDocumentContentRequest &, const Model::GetDocumentContentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDocumentContentResponseReceivedHandler
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::OptimizePromptRequest &, const Model::OptimizePromptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> OptimizePromptResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::PutInvocationStepRequest &, const Model::PutInvocationStepOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutInvocationStepResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::GetInvocationStepRequest &, const Model::GetInvocationStepOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetInvocationStepResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListFlowExecutionsRequest &, const Model::ListFlowExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFlowExecutionsResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::RerankRequest &, const Model::RerankOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RerankResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::CreateInvocationRequest &, const Model::CreateInvocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateInvocationResponseReceivedHandler
std::function< void(const BedrockAgentRuntimeClient *, const Model::ListInvocationStepsRequest &, const Model::ListInvocationStepsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInvocationStepsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String