AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PersonalizeEventsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/personalize-events/PersonalizeEventsErrors.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/personalize-events/PersonalizeEventsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in PersonalizeEventsClient header */
21#include <aws/core/NoResult.h>
22/* End of service model headers required in PersonalizeEventsClient header */
23
24namespace Aws
25{
26 namespace Http
27 {
28 class HttpClient;
29 class HttpClientFactory;
30 } // namespace Http
31
32 namespace Utils
33 {
34 template< typename R, typename E> class Outcome;
35
36 namespace Threading
37 {
38 class Executor;
39 } // namespace Threading
40 } // namespace Utils
41
42 namespace Auth
43 {
44 class AWSCredentials;
45 class AWSCredentialsProvider;
46 } // namespace Auth
47
48 namespace Client
49 {
50 class RetryStrategy;
51 } // namespace Client
52
53 namespace PersonalizeEvents
54 {
58
59 namespace Model
60 {
61 /* Service model forward declarations required in PersonalizeEventsClient header */
62 class PutActionInteractionsRequest;
63 class PutActionsRequest;
64 class PutEventsRequest;
65 class PutItemsRequest;
66 class PutUsersRequest;
67 /* End of service model forward declarations required in PersonalizeEventsClient header */
68
69 /* Service model Outcome class definitions */
75 /* End of service model Outcome class definitions */
76
77 /* Service model Outcome callable definitions */
78 typedef std::future<PutActionInteractionsOutcome> PutActionInteractionsOutcomeCallable;
79 typedef std::future<PutActionsOutcome> PutActionsOutcomeCallable;
80 typedef std::future<PutEventsOutcome> PutEventsOutcomeCallable;
81 typedef std::future<PutItemsOutcome> PutItemsOutcomeCallable;
82 typedef std::future<PutUsersOutcome> PutUsersOutcomeCallable;
83 /* End of service model Outcome callable definitions */
84 } // namespace Model
85
87
88 /* Service model async handlers definitions */
89 typedef std::function<void(const PersonalizeEventsClient*, const Model::PutActionInteractionsRequest&, const Model::PutActionInteractionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutActionInteractionsResponseReceivedHandler;
90 typedef std::function<void(const PersonalizeEventsClient*, const Model::PutActionsRequest&, const Model::PutActionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutActionsResponseReceivedHandler;
91 typedef std::function<void(const PersonalizeEventsClient*, const Model::PutEventsRequest&, const Model::PutEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutEventsResponseReceivedHandler;
92 typedef std::function<void(const PersonalizeEventsClient*, const Model::PutItemsRequest&, const Model::PutItemsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutItemsResponseReceivedHandler;
93 typedef std::function<void(const PersonalizeEventsClient*, const Model::PutUsersRequest&, const Model::PutUsersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutUsersResponseReceivedHandler;
94 /* End of service model async handlers definitions */
95 } // namespace PersonalizeEvents
96} // namespace Aws
EndpointProviderBase< PersonalizeEventsClientConfiguration, PersonalizeEventsBuiltInParameters, PersonalizeEventsClientContextParameters > PersonalizeEventsEndpointProviderBase
std::future< PutActionsOutcome > PutActionsOutcomeCallable
std::future< PutItemsOutcome > PutItemsOutcomeCallable
std::future< PutActionInteractionsOutcome > PutActionInteractionsOutcomeCallable
std::future< PutEventsOutcome > PutEventsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, PersonalizeEventsError > PutUsersOutcome
Aws::Utils::Outcome< Aws::NoResult, PersonalizeEventsError > PutEventsOutcome
Aws::Utils::Outcome< Aws::NoResult, PersonalizeEventsError > PutActionInteractionsOutcome
Aws::Utils::Outcome< Aws::NoResult, PersonalizeEventsError > PutItemsOutcome
Aws::Utils::Outcome< Aws::NoResult, PersonalizeEventsError > PutActionsOutcome
std::future< PutUsersOutcome > PutUsersOutcomeCallable
std::function< void(const PersonalizeEventsClient *, const Model::PutItemsRequest &, const Model::PutItemsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutItemsResponseReceivedHandler
std::function< void(const PersonalizeEventsClient *, const Model::PutActionInteractionsRequest &, const Model::PutActionInteractionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutActionInteractionsResponseReceivedHandler
std::function< void(const PersonalizeEventsClient *, const Model::PutUsersRequest &, const Model::PutUsersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutUsersResponseReceivedHandler
std::function< void(const PersonalizeEventsClient *, const Model::PutActionsRequest &, const Model::PutActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutActionsResponseReceivedHandler
std::function< void(const PersonalizeEventsClient *, const Model::PutEventsRequest &, const Model::PutEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutEventsResponseReceivedHandler