/** * 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 SupportAppClient header */ #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in SupportAppClient 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 SupportApp { using SupportAppClientConfiguration = Aws::Client::GenericClientConfiguration; using SupportAppEndpointProviderBase = Aws::SupportApp::Endpoint::SupportAppEndpointProviderBase; using SupportAppEndpointProvider = Aws::SupportApp::Endpoint::SupportAppEndpointProvider; namespace Model { /* Service model forward declarations required in SupportAppClient header */ class CreateSlackChannelConfigurationRequest; class DeleteAccountAliasRequest; class DeleteSlackChannelConfigurationRequest; class DeleteSlackWorkspaceConfigurationRequest; class GetAccountAliasRequest; class ListSlackChannelConfigurationsRequest; class ListSlackWorkspaceConfigurationsRequest; class PutAccountAliasRequest; class RegisterSlackWorkspaceForOrganizationRequest; class UpdateSlackChannelConfigurationRequest; /* End of service model forward declarations required in SupportAppClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateSlackChannelConfigurationOutcome; typedef Aws::Utils::Outcome DeleteAccountAliasOutcome; typedef Aws::Utils::Outcome DeleteSlackChannelConfigurationOutcome; typedef Aws::Utils::Outcome DeleteSlackWorkspaceConfigurationOutcome; typedef Aws::Utils::Outcome GetAccountAliasOutcome; typedef Aws::Utils::Outcome ListSlackChannelConfigurationsOutcome; typedef Aws::Utils::Outcome ListSlackWorkspaceConfigurationsOutcome; typedef Aws::Utils::Outcome PutAccountAliasOutcome; typedef Aws::Utils::Outcome RegisterSlackWorkspaceForOrganizationOutcome; typedef Aws::Utils::Outcome UpdateSlackChannelConfigurationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateSlackChannelConfigurationOutcomeCallable; typedef std::future DeleteAccountAliasOutcomeCallable; typedef std::future DeleteSlackChannelConfigurationOutcomeCallable; typedef std::future DeleteSlackWorkspaceConfigurationOutcomeCallable; typedef std::future GetAccountAliasOutcomeCallable; typedef std::future ListSlackChannelConfigurationsOutcomeCallable; typedef std::future ListSlackWorkspaceConfigurationsOutcomeCallable; typedef std::future PutAccountAliasOutcomeCallable; typedef std::future RegisterSlackWorkspaceForOrganizationOutcomeCallable; typedef std::future UpdateSlackChannelConfigurationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SupportAppClient; /* Service model async handlers definitions */ typedef std::function&) > CreateSlackChannelConfigurationResponseReceivedHandler; typedef std::function&) > DeleteAccountAliasResponseReceivedHandler; typedef std::function&) > DeleteSlackChannelConfigurationResponseReceivedHandler; typedef std::function&) > DeleteSlackWorkspaceConfigurationResponseReceivedHandler; typedef std::function&) > GetAccountAliasResponseReceivedHandler; typedef std::function&) > ListSlackChannelConfigurationsResponseReceivedHandler; typedef std::function&) > ListSlackWorkspaceConfigurationsResponseReceivedHandler; typedef std::function&) > PutAccountAliasResponseReceivedHandler; typedef std::function&) > RegisterSlackWorkspaceForOrganizationResponseReceivedHandler; typedef std::function&) > UpdateSlackChannelConfigurationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SupportApp } // namespace Aws