/** * 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 ServerlessApplicationRepositoryClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in ServerlessApplicationRepositoryClient 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 ServerlessApplicationRepository { using ServerlessApplicationRepositoryClientConfiguration = Aws::Client::GenericClientConfiguration; using ServerlessApplicationRepositoryEndpointProviderBase = Aws::ServerlessApplicationRepository::Endpoint::ServerlessApplicationRepositoryEndpointProviderBase; using ServerlessApplicationRepositoryEndpointProvider = Aws::ServerlessApplicationRepository::Endpoint::ServerlessApplicationRepositoryEndpointProvider; namespace Model { /* Service model forward declarations required in ServerlessApplicationRepositoryClient header */ class CreateApplicationRequest; class CreateApplicationVersionRequest; class CreateCloudFormationChangeSetRequest; class CreateCloudFormationTemplateRequest; class DeleteApplicationRequest; class GetApplicationRequest; class GetApplicationPolicyRequest; class GetCloudFormationTemplateRequest; class ListApplicationDependenciesRequest; class ListApplicationVersionsRequest; class ListApplicationsRequest; class PutApplicationPolicyRequest; class UnshareApplicationRequest; class UpdateApplicationRequest; /* End of service model forward declarations required in ServerlessApplicationRepositoryClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateApplicationOutcome; typedef Aws::Utils::Outcome CreateApplicationVersionOutcome; typedef Aws::Utils::Outcome CreateCloudFormationChangeSetOutcome; typedef Aws::Utils::Outcome CreateCloudFormationTemplateOutcome; typedef Aws::Utils::Outcome DeleteApplicationOutcome; typedef Aws::Utils::Outcome GetApplicationOutcome; typedef Aws::Utils::Outcome GetApplicationPolicyOutcome; typedef Aws::Utils::Outcome GetCloudFormationTemplateOutcome; typedef Aws::Utils::Outcome ListApplicationDependenciesOutcome; typedef Aws::Utils::Outcome ListApplicationVersionsOutcome; typedef Aws::Utils::Outcome ListApplicationsOutcome; typedef Aws::Utils::Outcome PutApplicationPolicyOutcome; typedef Aws::Utils::Outcome UnshareApplicationOutcome; typedef Aws::Utils::Outcome UpdateApplicationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateApplicationOutcomeCallable; typedef std::future CreateApplicationVersionOutcomeCallable; typedef std::future CreateCloudFormationChangeSetOutcomeCallable; typedef std::future CreateCloudFormationTemplateOutcomeCallable; typedef std::future DeleteApplicationOutcomeCallable; typedef std::future GetApplicationOutcomeCallable; typedef std::future GetApplicationPolicyOutcomeCallable; typedef std::future GetCloudFormationTemplateOutcomeCallable; typedef std::future ListApplicationDependenciesOutcomeCallable; typedef std::future ListApplicationVersionsOutcomeCallable; typedef std::future ListApplicationsOutcomeCallable; typedef std::future PutApplicationPolicyOutcomeCallable; typedef std::future UnshareApplicationOutcomeCallable; typedef std::future UpdateApplicationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ServerlessApplicationRepositoryClient; /* Service model async handlers definitions */ typedef std::function&) > CreateApplicationResponseReceivedHandler; typedef std::function&) > CreateApplicationVersionResponseReceivedHandler; typedef std::function&) > CreateCloudFormationChangeSetResponseReceivedHandler; typedef std::function&) > CreateCloudFormationTemplateResponseReceivedHandler; typedef std::function&) > DeleteApplicationResponseReceivedHandler; typedef std::function&) > GetApplicationResponseReceivedHandler; typedef std::function&) > GetApplicationPolicyResponseReceivedHandler; typedef std::function&) > GetCloudFormationTemplateResponseReceivedHandler; typedef std::function&) > ListApplicationDependenciesResponseReceivedHandler; typedef std::function&) > ListApplicationVersionsResponseReceivedHandler; typedef std::function&) > ListApplicationsResponseReceivedHandler; typedef std::function&) > PutApplicationPolicyResponseReceivedHandler; typedef std::function&) > UnshareApplicationResponseReceivedHandler; typedef std::function&) > UpdateApplicationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ServerlessApplicationRepository } // namespace Aws