/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in PersonalizeEventsClient header */ #include /* End of service model headers required in PersonalizeEventsClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace PersonalizeEvents { using PersonalizeEventsClientConfiguration = Aws::Client::GenericClientConfiguration; using PersonalizeEventsEndpointProviderBase = Aws::PersonalizeEvents::Endpoint::PersonalizeEventsEndpointProviderBase; using PersonalizeEventsEndpointProvider = Aws::PersonalizeEvents::Endpoint::PersonalizeEventsEndpointProvider; namespace Model { /* Service model forward declarations required in PersonalizeEventsClient header */ class PutEventsRequest; class PutItemsRequest; class PutUsersRequest; /* End of service model forward declarations required in PersonalizeEventsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome PutEventsOutcome; typedef Aws::Utils::Outcome PutItemsOutcome; typedef Aws::Utils::Outcome PutUsersOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future PutEventsOutcomeCallable; typedef std::future PutItemsOutcomeCallable; typedef std::future PutUsersOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class PersonalizeEventsClient; /* Service model async handlers definitions */ typedef std::function&) > PutEventsResponseReceivedHandler; typedef std::function&) > PutItemsResponseReceivedHandler; typedef std::function&) > PutUsersResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace PersonalizeEvents } // namespace Aws