/** * 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 CostandUsageReportServiceClient header */ #include #include #include #include /* End of service model headers required in CostandUsageReportServiceClient 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 CostandUsageReportService { using CostandUsageReportServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using CostandUsageReportServiceEndpointProviderBase = Aws::CostandUsageReportService::Endpoint::CostandUsageReportServiceEndpointProviderBase; using CostandUsageReportServiceEndpointProvider = Aws::CostandUsageReportService::Endpoint::CostandUsageReportServiceEndpointProvider; namespace Model { /* Service model forward declarations required in CostandUsageReportServiceClient header */ class DeleteReportDefinitionRequest; class DescribeReportDefinitionsRequest; class ModifyReportDefinitionRequest; class PutReportDefinitionRequest; /* End of service model forward declarations required in CostandUsageReportServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteReportDefinitionOutcome; typedef Aws::Utils::Outcome DescribeReportDefinitionsOutcome; typedef Aws::Utils::Outcome ModifyReportDefinitionOutcome; typedef Aws::Utils::Outcome PutReportDefinitionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteReportDefinitionOutcomeCallable; typedef std::future DescribeReportDefinitionsOutcomeCallable; typedef std::future ModifyReportDefinitionOutcomeCallable; typedef std::future PutReportDefinitionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class CostandUsageReportServiceClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteReportDefinitionResponseReceivedHandler; typedef std::function&) > DescribeReportDefinitionsResponseReceivedHandler; typedef std::function&) > ModifyReportDefinitionResponseReceivedHandler; typedef std::function&) > PutReportDefinitionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace CostandUsageReportService } // namespace Aws