AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LexRuntimeServiceServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/lex/LexRuntimeServiceErrors.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/lex/LexRuntimeServiceEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in LexRuntimeServiceClient header */
21#include <aws/lex/model/DeleteSessionResult.h>
22#include <aws/lex/model/GetSessionResult.h>
23#include <aws/lex/model/PostContentResult.h>
24#include <aws/lex/model/PostTextResult.h>
25#include <aws/lex/model/PutSessionResult.h>
26/* End of service model headers required in LexRuntimeServiceClient 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 LexRuntimeService
58 {
62
63 namespace Model
64 {
65 /* Service model forward declarations required in LexRuntimeServiceClient header */
69 class PostTextRequest;
71 /* End of service model forward declarations required in LexRuntimeServiceClient header */
72
73 /* Service model Outcome class definitions */
79 /* End of service model Outcome class definitions */
80
81 /* Service model Outcome callable definitions */
82 typedef std::future<DeleteSessionOutcome> DeleteSessionOutcomeCallable;
83 typedef std::future<GetSessionOutcome> GetSessionOutcomeCallable;
84 typedef std::future<PostContentOutcome> PostContentOutcomeCallable;
85 typedef std::future<PostTextOutcome> PostTextOutcomeCallable;
86 typedef std::future<PutSessionOutcome> PutSessionOutcomeCallable;
87 /* End of service model Outcome callable definitions */
88 } // namespace Model
89
91
92 /* Service model async handlers definitions */
93 typedef std::function<void(const LexRuntimeServiceClient*, const Model::DeleteSessionRequest&, const Model::DeleteSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSessionResponseReceivedHandler;
94 typedef std::function<void(const LexRuntimeServiceClient*, const Model::GetSessionRequest&, const Model::GetSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSessionResponseReceivedHandler;
95 typedef std::function<void(const LexRuntimeServiceClient*, const Model::PostContentRequest&, Model::PostContentOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PostContentResponseReceivedHandler;
96 typedef std::function<void(const LexRuntimeServiceClient*, const Model::PostTextRequest&, const Model::PostTextOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PostTextResponseReceivedHandler;
97 typedef std::function<void(const LexRuntimeServiceClient*, const Model::PutSessionRequest&, Model::PutSessionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutSessionResponseReceivedHandler;
98 /* End of service model async handlers definitions */
99 } // namespace LexRuntimeService
100} // namespace Aws
EndpointProviderBase< LexRuntimeServiceClientConfiguration, LexRuntimeServiceBuiltInParameters, LexRuntimeServiceClientContextParameters > LexRuntimeServiceEndpointProviderBase
Aws::Utils::Outcome< PostContentResult, LexRuntimeServiceError > PostContentOutcome
std::future< PutSessionOutcome > PutSessionOutcomeCallable
Aws::Utils::Outcome< PostTextResult, LexRuntimeServiceError > PostTextOutcome
std::future< PostTextOutcome > PostTextOutcomeCallable
Aws::Utils::Outcome< GetSessionResult, LexRuntimeServiceError > GetSessionOutcome
std::future< DeleteSessionOutcome > DeleteSessionOutcomeCallable
std::future< PostContentOutcome > PostContentOutcomeCallable
Aws::Utils::Outcome< PutSessionResult, LexRuntimeServiceError > PutSessionOutcome
Aws::Utils::Outcome< DeleteSessionResult, LexRuntimeServiceError > DeleteSessionOutcome
std::future< GetSessionOutcome > GetSessionOutcomeCallable
std::function< void(const LexRuntimeServiceClient *, const Model::DeleteSessionRequest &, const Model::DeleteSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PostTextRequest &, const Model::PostTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PostTextResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PutSessionRequest &, Model::PutSessionOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::GetSessionRequest &, const Model::GetSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSessionResponseReceivedHandler
std::function< void(const LexRuntimeServiceClient *, const Model::PostContentRequest &, Model::PostContentOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PostContentResponseReceivedHandler