/** * 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 ApplicationCostProfilerClient header */ #include #include #include #include #include #include /* End of service model headers required in ApplicationCostProfilerClient 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 ApplicationCostProfiler { using ApplicationCostProfilerClientConfiguration = Aws::Client::GenericClientConfiguration; using ApplicationCostProfilerEndpointProviderBase = Aws::ApplicationCostProfiler::Endpoint::ApplicationCostProfilerEndpointProviderBase; using ApplicationCostProfilerEndpointProvider = Aws::ApplicationCostProfiler::Endpoint::ApplicationCostProfilerEndpointProvider; namespace Model { /* Service model forward declarations required in ApplicationCostProfilerClient header */ class DeleteReportDefinitionRequest; class GetReportDefinitionRequest; class ImportApplicationUsageRequest; class ListReportDefinitionsRequest; class PutReportDefinitionRequest; class UpdateReportDefinitionRequest; /* End of service model forward declarations required in ApplicationCostProfilerClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteReportDefinitionOutcome; typedef Aws::Utils::Outcome GetReportDefinitionOutcome; typedef Aws::Utils::Outcome ImportApplicationUsageOutcome; typedef Aws::Utils::Outcome ListReportDefinitionsOutcome; typedef Aws::Utils::Outcome PutReportDefinitionOutcome; typedef Aws::Utils::Outcome UpdateReportDefinitionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteReportDefinitionOutcomeCallable; typedef std::future GetReportDefinitionOutcomeCallable; typedef std::future ImportApplicationUsageOutcomeCallable; typedef std::future ListReportDefinitionsOutcomeCallable; typedef std::future PutReportDefinitionOutcomeCallable; typedef std::future UpdateReportDefinitionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ApplicationCostProfilerClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteReportDefinitionResponseReceivedHandler; typedef std::function&) > GetReportDefinitionResponseReceivedHandler; typedef std::function&) > ImportApplicationUsageResponseReceivedHandler; typedef std::function&) > ListReportDefinitionsResponseReceivedHandler; typedef std::function&) > PutReportDefinitionResponseReceivedHandler; typedef std::function&) > UpdateReportDefinitionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ApplicationCostProfiler } // namespace Aws