/** * 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 WorkMailMessageFlowClient header */ #include #include /* End of service model headers required in WorkMailMessageFlowClient 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 WorkMailMessageFlow { using WorkMailMessageFlowClientConfiguration = Aws::Client::GenericClientConfiguration; using WorkMailMessageFlowEndpointProviderBase = Aws::WorkMailMessageFlow::Endpoint::WorkMailMessageFlowEndpointProviderBase; using WorkMailMessageFlowEndpointProvider = Aws::WorkMailMessageFlow::Endpoint::WorkMailMessageFlowEndpointProvider; namespace Model { /* Service model forward declarations required in WorkMailMessageFlowClient header */ class GetRawMessageContentRequest; class PutRawMessageContentRequest; /* End of service model forward declarations required in WorkMailMessageFlowClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome GetRawMessageContentOutcome; typedef Aws::Utils::Outcome PutRawMessageContentOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future GetRawMessageContentOutcomeCallable; typedef std::future PutRawMessageContentOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class WorkMailMessageFlowClient; /* Service model async handlers definitions */ typedef std::function&) > GetRawMessageContentResponseReceivedHandler; typedef std::function&) > PutRawMessageContentResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace WorkMailMessageFlow } // namespace Aws