/** * 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 S3OutpostsClient header */ #include #include #include #include #include /* End of service model headers required in S3OutpostsClient 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 S3Outposts { using S3OutpostsClientConfiguration = Aws::Client::GenericClientConfiguration; using S3OutpostsEndpointProviderBase = Aws::S3Outposts::Endpoint::S3OutpostsEndpointProviderBase; using S3OutpostsEndpointProvider = Aws::S3Outposts::Endpoint::S3OutpostsEndpointProvider; namespace Model { /* Service model forward declarations required in S3OutpostsClient header */ class CreateEndpointRequest; class DeleteEndpointRequest; class ListEndpointsRequest; class ListOutpostsWithS3Request; class ListSharedEndpointsRequest; /* End of service model forward declarations required in S3OutpostsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateEndpointOutcome; typedef Aws::Utils::Outcome DeleteEndpointOutcome; typedef Aws::Utils::Outcome ListEndpointsOutcome; typedef Aws::Utils::Outcome ListOutpostsWithS3Outcome; typedef Aws::Utils::Outcome ListSharedEndpointsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateEndpointOutcomeCallable; typedef std::future DeleteEndpointOutcomeCallable; typedef std::future ListEndpointsOutcomeCallable; typedef std::future ListOutpostsWithS3OutcomeCallable; typedef std::future ListSharedEndpointsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class S3OutpostsClient; /* Service model async handlers definitions */ typedef std::function&) > CreateEndpointResponseReceivedHandler; typedef std::function&) > DeleteEndpointResponseReceivedHandler; typedef std::function&) > ListEndpointsResponseReceivedHandler; typedef std::function&) > ListOutpostsWithS3ResponseReceivedHandler; typedef std::function&) > ListSharedEndpointsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace S3Outposts } // namespace Aws