/** * 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 SecurityLakeClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #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 SecurityLakeClient 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 SecurityLake { using SecurityLakeClientConfiguration = Aws::Client::GenericClientConfiguration; using SecurityLakeEndpointProviderBase = Aws::SecurityLake::Endpoint::SecurityLakeEndpointProviderBase; using SecurityLakeEndpointProvider = Aws::SecurityLake::Endpoint::SecurityLakeEndpointProvider; namespace Model { /* Service model forward declarations required in SecurityLakeClient header */ class CreateAwsLogSourceRequest; class CreateCustomLogSourceRequest; class CreateDataLakeRequest; class CreateDataLakeExceptionSubscriptionRequest; class CreateDataLakeOrganizationConfigurationRequest; class CreateSubscriberRequest; class CreateSubscriberNotificationRequest; class DeleteAwsLogSourceRequest; class DeleteCustomLogSourceRequest; class DeleteDataLakeRequest; class DeleteDataLakeExceptionSubscriptionRequest; class DeleteDataLakeOrganizationConfigurationRequest; class DeleteSubscriberRequest; class DeleteSubscriberNotificationRequest; class DeregisterDataLakeDelegatedAdministratorRequest; class GetDataLakeExceptionSubscriptionRequest; class GetDataLakeOrganizationConfigurationRequest; class GetDataLakeSourcesRequest; class GetSubscriberRequest; class ListDataLakeExceptionsRequest; class ListDataLakesRequest; class ListLogSourcesRequest; class ListSubscribersRequest; class ListTagsForResourceRequest; class RegisterDataLakeDelegatedAdministratorRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateDataLakeRequest; class UpdateDataLakeExceptionSubscriptionRequest; class UpdateSubscriberRequest; class UpdateSubscriberNotificationRequest; /* End of service model forward declarations required in SecurityLakeClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateAwsLogSourceOutcome; typedef Aws::Utils::Outcome CreateCustomLogSourceOutcome; typedef Aws::Utils::Outcome CreateDataLakeOutcome; typedef Aws::Utils::Outcome CreateDataLakeExceptionSubscriptionOutcome; typedef Aws::Utils::Outcome CreateDataLakeOrganizationConfigurationOutcome; typedef Aws::Utils::Outcome CreateSubscriberOutcome; typedef Aws::Utils::Outcome CreateSubscriberNotificationOutcome; typedef Aws::Utils::Outcome DeleteAwsLogSourceOutcome; typedef Aws::Utils::Outcome DeleteCustomLogSourceOutcome; typedef Aws::Utils::Outcome DeleteDataLakeOutcome; typedef Aws::Utils::Outcome DeleteDataLakeExceptionSubscriptionOutcome; typedef Aws::Utils::Outcome DeleteDataLakeOrganizationConfigurationOutcome; typedef Aws::Utils::Outcome DeleteSubscriberOutcome; typedef Aws::Utils::Outcome DeleteSubscriberNotificationOutcome; typedef Aws::Utils::Outcome DeregisterDataLakeDelegatedAdministratorOutcome; typedef Aws::Utils::Outcome GetDataLakeExceptionSubscriptionOutcome; typedef Aws::Utils::Outcome GetDataLakeOrganizationConfigurationOutcome; typedef Aws::Utils::Outcome GetDataLakeSourcesOutcome; typedef Aws::Utils::Outcome GetSubscriberOutcome; typedef Aws::Utils::Outcome ListDataLakeExceptionsOutcome; typedef Aws::Utils::Outcome ListDataLakesOutcome; typedef Aws::Utils::Outcome ListLogSourcesOutcome; typedef Aws::Utils::Outcome ListSubscribersOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome RegisterDataLakeDelegatedAdministratorOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateDataLakeOutcome; typedef Aws::Utils::Outcome UpdateDataLakeExceptionSubscriptionOutcome; typedef Aws::Utils::Outcome UpdateSubscriberOutcome; typedef Aws::Utils::Outcome UpdateSubscriberNotificationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateAwsLogSourceOutcomeCallable; typedef std::future CreateCustomLogSourceOutcomeCallable; typedef std::future CreateDataLakeOutcomeCallable; typedef std::future CreateDataLakeExceptionSubscriptionOutcomeCallable; typedef std::future CreateDataLakeOrganizationConfigurationOutcomeCallable; typedef std::future CreateSubscriberOutcomeCallable; typedef std::future CreateSubscriberNotificationOutcomeCallable; typedef std::future DeleteAwsLogSourceOutcomeCallable; typedef std::future DeleteCustomLogSourceOutcomeCallable; typedef std::future DeleteDataLakeOutcomeCallable; typedef std::future DeleteDataLakeExceptionSubscriptionOutcomeCallable; typedef std::future DeleteDataLakeOrganizationConfigurationOutcomeCallable; typedef std::future DeleteSubscriberOutcomeCallable; typedef std::future DeleteSubscriberNotificationOutcomeCallable; typedef std::future DeregisterDataLakeDelegatedAdministratorOutcomeCallable; typedef std::future GetDataLakeExceptionSubscriptionOutcomeCallable; typedef std::future GetDataLakeOrganizationConfigurationOutcomeCallable; typedef std::future GetDataLakeSourcesOutcomeCallable; typedef std::future GetSubscriberOutcomeCallable; typedef std::future ListDataLakeExceptionsOutcomeCallable; typedef std::future ListDataLakesOutcomeCallable; typedef std::future ListLogSourcesOutcomeCallable; typedef std::future ListSubscribersOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future RegisterDataLakeDelegatedAdministratorOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateDataLakeOutcomeCallable; typedef std::future UpdateDataLakeExceptionSubscriptionOutcomeCallable; typedef std::future UpdateSubscriberOutcomeCallable; typedef std::future UpdateSubscriberNotificationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SecurityLakeClient; /* Service model async handlers definitions */ typedef std::function&) > CreateAwsLogSourceResponseReceivedHandler; typedef std::function&) > CreateCustomLogSourceResponseReceivedHandler; typedef std::function&) > CreateDataLakeResponseReceivedHandler; typedef std::function&) > CreateDataLakeExceptionSubscriptionResponseReceivedHandler; typedef std::function&) > CreateDataLakeOrganizationConfigurationResponseReceivedHandler; typedef std::function&) > CreateSubscriberResponseReceivedHandler; typedef std::function&) > CreateSubscriberNotificationResponseReceivedHandler; typedef std::function&) > DeleteAwsLogSourceResponseReceivedHandler; typedef std::function&) > DeleteCustomLogSourceResponseReceivedHandler; typedef std::function&) > DeleteDataLakeResponseReceivedHandler; typedef std::function&) > DeleteDataLakeExceptionSubscriptionResponseReceivedHandler; typedef std::function&) > DeleteDataLakeOrganizationConfigurationResponseReceivedHandler; typedef std::function&) > DeleteSubscriberResponseReceivedHandler; typedef std::function&) > DeleteSubscriberNotificationResponseReceivedHandler; typedef std::function&) > DeregisterDataLakeDelegatedAdministratorResponseReceivedHandler; typedef std::function&) > GetDataLakeExceptionSubscriptionResponseReceivedHandler; typedef std::function&) > GetDataLakeOrganizationConfigurationResponseReceivedHandler; typedef std::function&) > GetDataLakeSourcesResponseReceivedHandler; typedef std::function&) > GetSubscriberResponseReceivedHandler; typedef std::function&) > ListDataLakeExceptionsResponseReceivedHandler; typedef std::function&) > ListDataLakesResponseReceivedHandler; typedef std::function&) > ListLogSourcesResponseReceivedHandler; typedef std::function&) > ListSubscribersResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > RegisterDataLakeDelegatedAdministratorResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateDataLakeResponseReceivedHandler; typedef std::function&) > UpdateDataLakeExceptionSubscriptionResponseReceivedHandler; typedef std::function&) > UpdateSubscriberResponseReceivedHandler; typedef std::function&) > UpdateSubscriberNotificationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SecurityLake } // namespace Aws