/** * 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 CodeStarNotificationsClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in CodeStarNotificationsClient 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 CodeStarNotifications { using CodeStarNotificationsClientConfiguration = Aws::Client::GenericClientConfiguration; using CodeStarNotificationsEndpointProviderBase = Aws::CodeStarNotifications::Endpoint::CodeStarNotificationsEndpointProviderBase; using CodeStarNotificationsEndpointProvider = Aws::CodeStarNotifications::Endpoint::CodeStarNotificationsEndpointProvider; namespace Model { /* Service model forward declarations required in CodeStarNotificationsClient header */ class CreateNotificationRuleRequest; class DeleteNotificationRuleRequest; class DeleteTargetRequest; class DescribeNotificationRuleRequest; class ListEventTypesRequest; class ListNotificationRulesRequest; class ListTagsForResourceRequest; class ListTargetsRequest; class SubscribeRequest; class TagResourceRequest; class UnsubscribeRequest; class UntagResourceRequest; class UpdateNotificationRuleRequest; /* End of service model forward declarations required in CodeStarNotificationsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateNotificationRuleOutcome; typedef Aws::Utils::Outcome DeleteNotificationRuleOutcome; typedef Aws::Utils::Outcome DeleteTargetOutcome; typedef Aws::Utils::Outcome DescribeNotificationRuleOutcome; typedef Aws::Utils::Outcome ListEventTypesOutcome; typedef Aws::Utils::Outcome ListNotificationRulesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ListTargetsOutcome; typedef Aws::Utils::Outcome SubscribeOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UnsubscribeOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateNotificationRuleOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateNotificationRuleOutcomeCallable; typedef std::future DeleteNotificationRuleOutcomeCallable; typedef std::future DeleteTargetOutcomeCallable; typedef std::future DescribeNotificationRuleOutcomeCallable; typedef std::future ListEventTypesOutcomeCallable; typedef std::future ListNotificationRulesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ListTargetsOutcomeCallable; typedef std::future SubscribeOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UnsubscribeOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateNotificationRuleOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class CodeStarNotificationsClient; /* Service model async handlers definitions */ typedef std::function&) > CreateNotificationRuleResponseReceivedHandler; typedef std::function&) > DeleteNotificationRuleResponseReceivedHandler; typedef std::function&) > DeleteTargetResponseReceivedHandler; typedef std::function&) > DescribeNotificationRuleResponseReceivedHandler; typedef std::function&) > ListEventTypesResponseReceivedHandler; typedef std::function&) > ListNotificationRulesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ListTargetsResponseReceivedHandler; typedef std::function&) > SubscribeResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UnsubscribeResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateNotificationRuleResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace CodeStarNotifications } // namespace Aws