/** * 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 ServiceQuotasClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in ServiceQuotasClient 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 ServiceQuotas { using ServiceQuotasClientConfiguration = Aws::Client::GenericClientConfiguration; using ServiceQuotasEndpointProviderBase = Aws::ServiceQuotas::Endpoint::ServiceQuotasEndpointProviderBase; using ServiceQuotasEndpointProvider = Aws::ServiceQuotas::Endpoint::ServiceQuotasEndpointProvider; namespace Model { /* Service model forward declarations required in ServiceQuotasClient header */ class AssociateServiceQuotaTemplateRequest; class DeleteServiceQuotaIncreaseRequestFromTemplateRequest; class DisassociateServiceQuotaTemplateRequest; class GetAWSDefaultServiceQuotaRequest; class GetAssociationForServiceQuotaTemplateRequest; class GetRequestedServiceQuotaChangeRequest; class GetServiceQuotaRequest; class GetServiceQuotaIncreaseRequestFromTemplateRequest; class ListAWSDefaultServiceQuotasRequest; class ListRequestedServiceQuotaChangeHistoryRequest; class ListRequestedServiceQuotaChangeHistoryByQuotaRequest; class ListServiceQuotaIncreaseRequestsInTemplateRequest; class ListServiceQuotasRequest; class ListServicesRequest; class ListTagsForResourceRequest; class PutServiceQuotaIncreaseRequestIntoTemplateRequest; class RequestServiceQuotaIncreaseRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in ServiceQuotasClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateServiceQuotaTemplateOutcome; typedef Aws::Utils::Outcome DeleteServiceQuotaIncreaseRequestFromTemplateOutcome; typedef Aws::Utils::Outcome DisassociateServiceQuotaTemplateOutcome; typedef Aws::Utils::Outcome GetAWSDefaultServiceQuotaOutcome; typedef Aws::Utils::Outcome GetAssociationForServiceQuotaTemplateOutcome; typedef Aws::Utils::Outcome GetRequestedServiceQuotaChangeOutcome; typedef Aws::Utils::Outcome GetServiceQuotaOutcome; typedef Aws::Utils::Outcome GetServiceQuotaIncreaseRequestFromTemplateOutcome; typedef Aws::Utils::Outcome ListAWSDefaultServiceQuotasOutcome; typedef Aws::Utils::Outcome ListRequestedServiceQuotaChangeHistoryOutcome; typedef Aws::Utils::Outcome ListRequestedServiceQuotaChangeHistoryByQuotaOutcome; typedef Aws::Utils::Outcome ListServiceQuotaIncreaseRequestsInTemplateOutcome; typedef Aws::Utils::Outcome ListServiceQuotasOutcome; typedef Aws::Utils::Outcome ListServicesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome PutServiceQuotaIncreaseRequestIntoTemplateOutcome; typedef Aws::Utils::Outcome RequestServiceQuotaIncreaseOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateServiceQuotaTemplateOutcomeCallable; typedef std::future DeleteServiceQuotaIncreaseRequestFromTemplateOutcomeCallable; typedef std::future DisassociateServiceQuotaTemplateOutcomeCallable; typedef std::future GetAWSDefaultServiceQuotaOutcomeCallable; typedef std::future GetAssociationForServiceQuotaTemplateOutcomeCallable; typedef std::future GetRequestedServiceQuotaChangeOutcomeCallable; typedef std::future GetServiceQuotaOutcomeCallable; typedef std::future GetServiceQuotaIncreaseRequestFromTemplateOutcomeCallable; typedef std::future ListAWSDefaultServiceQuotasOutcomeCallable; typedef std::future ListRequestedServiceQuotaChangeHistoryOutcomeCallable; typedef std::future ListRequestedServiceQuotaChangeHistoryByQuotaOutcomeCallable; typedef std::future ListServiceQuotaIncreaseRequestsInTemplateOutcomeCallable; typedef std::future ListServiceQuotasOutcomeCallable; typedef std::future ListServicesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future PutServiceQuotaIncreaseRequestIntoTemplateOutcomeCallable; typedef std::future RequestServiceQuotaIncreaseOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ServiceQuotasClient; /* Service model async handlers definitions */ typedef std::function&) > AssociateServiceQuotaTemplateResponseReceivedHandler; typedef std::function&) > DeleteServiceQuotaIncreaseRequestFromTemplateResponseReceivedHandler; typedef std::function&) > DisassociateServiceQuotaTemplateResponseReceivedHandler; typedef std::function&) > GetAWSDefaultServiceQuotaResponseReceivedHandler; typedef std::function&) > GetAssociationForServiceQuotaTemplateResponseReceivedHandler; typedef std::function&) > GetRequestedServiceQuotaChangeResponseReceivedHandler; typedef std::function&) > GetServiceQuotaResponseReceivedHandler; typedef std::function&) > GetServiceQuotaIncreaseRequestFromTemplateResponseReceivedHandler; typedef std::function&) > ListAWSDefaultServiceQuotasResponseReceivedHandler; typedef std::function&) > ListRequestedServiceQuotaChangeHistoryResponseReceivedHandler; typedef std::function&) > ListRequestedServiceQuotaChangeHistoryByQuotaResponseReceivedHandler; typedef std::function&) > ListServiceQuotaIncreaseRequestsInTemplateResponseReceivedHandler; typedef std::function&) > ListServiceQuotasResponseReceivedHandler; typedef std::function&) > ListServicesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > PutServiceQuotaIncreaseRequestIntoTemplateResponseReceivedHandler; typedef std::function&) > RequestServiceQuotaIncreaseResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ServiceQuotas } // namespace Aws