/** * 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 EC2InstanceConnectClient header */ #include #include /* End of service model headers required in EC2InstanceConnectClient 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 EC2InstanceConnect { using EC2InstanceConnectClientConfiguration = Aws::Client::GenericClientConfiguration; using EC2InstanceConnectEndpointProviderBase = Aws::EC2InstanceConnect::Endpoint::EC2InstanceConnectEndpointProviderBase; using EC2InstanceConnectEndpointProvider = Aws::EC2InstanceConnect::Endpoint::EC2InstanceConnectEndpointProvider; namespace Model { /* Service model forward declarations required in EC2InstanceConnectClient header */ class SendSSHPublicKeyRequest; class SendSerialConsoleSSHPublicKeyRequest; /* End of service model forward declarations required in EC2InstanceConnectClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome SendSSHPublicKeyOutcome; typedef Aws::Utils::Outcome SendSerialConsoleSSHPublicKeyOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future SendSSHPublicKeyOutcomeCallable; typedef std::future SendSerialConsoleSSHPublicKeyOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class EC2InstanceConnectClient; /* Service model async handlers definitions */ typedef std::function&) > SendSSHPublicKeyResponseReceivedHandler; typedef std::function&) > SendSerialConsoleSSHPublicKeyResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace EC2InstanceConnect } // namespace Aws