AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
SecurityLakeServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/securitylake/SecurityLakeEndpointProvider.h>
15#include <aws/securitylake/SecurityLakeErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in SecurityLakeClient header */
22#include <aws/securitylake/model/CreateAwsLogSourceResult.h>
23#include <aws/securitylake/model/CreateCustomLogSourceResult.h>
24#include <aws/securitylake/model/CreateDataLakeExceptionSubscriptionResult.h>
25#include <aws/securitylake/model/CreateDataLakeOrganizationConfigurationRequest.h>
26#include <aws/securitylake/model/CreateDataLakeOrganizationConfigurationResult.h>
27#include <aws/securitylake/model/CreateDataLakeResult.h>
28#include <aws/securitylake/model/CreateSubscriberNotificationResult.h>
29#include <aws/securitylake/model/CreateSubscriberResult.h>
30#include <aws/securitylake/model/DeleteAwsLogSourceResult.h>
31#include <aws/securitylake/model/DeleteCustomLogSourceResult.h>
32#include <aws/securitylake/model/DeleteDataLakeExceptionSubscriptionRequest.h>
33#include <aws/securitylake/model/DeleteDataLakeExceptionSubscriptionResult.h>
34#include <aws/securitylake/model/DeleteDataLakeOrganizationConfigurationRequest.h>
35#include <aws/securitylake/model/DeleteDataLakeOrganizationConfigurationResult.h>
36#include <aws/securitylake/model/DeleteDataLakeResult.h>
37#include <aws/securitylake/model/DeleteSubscriberNotificationResult.h>
38#include <aws/securitylake/model/DeleteSubscriberResult.h>
39#include <aws/securitylake/model/DeregisterDataLakeDelegatedAdministratorRequest.h>
40#include <aws/securitylake/model/DeregisterDataLakeDelegatedAdministratorResult.h>
41#include <aws/securitylake/model/GetDataLakeExceptionSubscriptionRequest.h>
42#include <aws/securitylake/model/GetDataLakeExceptionSubscriptionResult.h>
43#include <aws/securitylake/model/GetDataLakeOrganizationConfigurationRequest.h>
44#include <aws/securitylake/model/GetDataLakeOrganizationConfigurationResult.h>
45#include <aws/securitylake/model/GetDataLakeSourcesRequest.h>
46#include <aws/securitylake/model/GetDataLakeSourcesResult.h>
47#include <aws/securitylake/model/GetSubscriberResult.h>
48#include <aws/securitylake/model/ListDataLakeExceptionsRequest.h>
49#include <aws/securitylake/model/ListDataLakeExceptionsResult.h>
50#include <aws/securitylake/model/ListDataLakesRequest.h>
51#include <aws/securitylake/model/ListDataLakesResult.h>
52#include <aws/securitylake/model/ListLogSourcesRequest.h>
53#include <aws/securitylake/model/ListLogSourcesResult.h>
54#include <aws/securitylake/model/ListSubscribersRequest.h>
55#include <aws/securitylake/model/ListSubscribersResult.h>
56#include <aws/securitylake/model/ListTagsForResourceResult.h>
57#include <aws/securitylake/model/RegisterDataLakeDelegatedAdministratorResult.h>
58#include <aws/securitylake/model/TagResourceResult.h>
59#include <aws/securitylake/model/UntagResourceResult.h>
60#include <aws/securitylake/model/UpdateDataLakeExceptionSubscriptionResult.h>
61#include <aws/securitylake/model/UpdateDataLakeResult.h>
62#include <aws/securitylake/model/UpdateSubscriberNotificationResult.h>
63#include <aws/securitylake/model/UpdateSubscriberResult.h>
64/* End of service model headers required in SecurityLakeClient header */
65
66namespace Aws {
67namespace Http {
68class HttpClient;
69class HttpClientFactory;
70} // namespace Http
71
72namespace Utils {
73template <typename R, typename E>
74class Outcome;
75
76namespace Threading {
77class Executor;
78} // namespace Threading
79} // namespace Utils
80
81namespace Auth {
82class AWSCredentials;
83class AWSCredentialsProvider;
84} // namespace Auth
85
86namespace Client {
87class RetryStrategy;
88} // namespace Client
89
90namespace SecurityLake {
94
95namespace Model {
96/* Service model forward declarations required in SecurityLakeClient header */
97class CreateAwsLogSourceRequest;
98class CreateCustomLogSourceRequest;
99class CreateDataLakeRequest;
100class CreateDataLakeExceptionSubscriptionRequest;
101class CreateDataLakeOrganizationConfigurationRequest;
102class CreateSubscriberRequest;
103class CreateSubscriberNotificationRequest;
104class DeleteAwsLogSourceRequest;
105class DeleteCustomLogSourceRequest;
106class DeleteDataLakeRequest;
107class DeleteDataLakeExceptionSubscriptionRequest;
108class DeleteDataLakeOrganizationConfigurationRequest;
109class DeleteSubscriberRequest;
110class DeleteSubscriberNotificationRequest;
111class DeregisterDataLakeDelegatedAdministratorRequest;
112class GetDataLakeExceptionSubscriptionRequest;
113class GetDataLakeOrganizationConfigurationRequest;
114class GetDataLakeSourcesRequest;
115class GetSubscriberRequest;
116class ListDataLakeExceptionsRequest;
117class ListDataLakesRequest;
118class ListLogSourcesRequest;
119class ListSubscribersRequest;
120class ListTagsForResourceRequest;
121class RegisterDataLakeDelegatedAdministratorRequest;
122class TagResourceRequest;
123class UntagResourceRequest;
124class UpdateDataLakeRequest;
125class UpdateDataLakeExceptionSubscriptionRequest;
126class UpdateSubscriberRequest;
127class UpdateSubscriberNotificationRequest;
128/* End of service model forward declarations required in SecurityLakeClient header */
129
130/* Service model Outcome class definitions */
165/* End of service model Outcome class definitions */
166
167/* Service model Outcome callable definitions */
168typedef std::future<CreateAwsLogSourceOutcome> CreateAwsLogSourceOutcomeCallable;
169typedef std::future<CreateCustomLogSourceOutcome> CreateCustomLogSourceOutcomeCallable;
170typedef std::future<CreateDataLakeOutcome> CreateDataLakeOutcomeCallable;
171typedef std::future<CreateDataLakeExceptionSubscriptionOutcome> CreateDataLakeExceptionSubscriptionOutcomeCallable;
172typedef std::future<CreateDataLakeOrganizationConfigurationOutcome> CreateDataLakeOrganizationConfigurationOutcomeCallable;
173typedef std::future<CreateSubscriberOutcome> CreateSubscriberOutcomeCallable;
174typedef std::future<CreateSubscriberNotificationOutcome> CreateSubscriberNotificationOutcomeCallable;
175typedef std::future<DeleteAwsLogSourceOutcome> DeleteAwsLogSourceOutcomeCallable;
176typedef std::future<DeleteCustomLogSourceOutcome> DeleteCustomLogSourceOutcomeCallable;
177typedef std::future<DeleteDataLakeOutcome> DeleteDataLakeOutcomeCallable;
178typedef std::future<DeleteDataLakeExceptionSubscriptionOutcome> DeleteDataLakeExceptionSubscriptionOutcomeCallable;
179typedef std::future<DeleteDataLakeOrganizationConfigurationOutcome> DeleteDataLakeOrganizationConfigurationOutcomeCallable;
180typedef std::future<DeleteSubscriberOutcome> DeleteSubscriberOutcomeCallable;
181typedef std::future<DeleteSubscriberNotificationOutcome> DeleteSubscriberNotificationOutcomeCallable;
182typedef std::future<DeregisterDataLakeDelegatedAdministratorOutcome> DeregisterDataLakeDelegatedAdministratorOutcomeCallable;
183typedef std::future<GetDataLakeExceptionSubscriptionOutcome> GetDataLakeExceptionSubscriptionOutcomeCallable;
184typedef std::future<GetDataLakeOrganizationConfigurationOutcome> GetDataLakeOrganizationConfigurationOutcomeCallable;
185typedef std::future<GetDataLakeSourcesOutcome> GetDataLakeSourcesOutcomeCallable;
186typedef std::future<GetSubscriberOutcome> GetSubscriberOutcomeCallable;
187typedef std::future<ListDataLakeExceptionsOutcome> ListDataLakeExceptionsOutcomeCallable;
188typedef std::future<ListDataLakesOutcome> ListDataLakesOutcomeCallable;
189typedef std::future<ListLogSourcesOutcome> ListLogSourcesOutcomeCallable;
190typedef std::future<ListSubscribersOutcome> ListSubscribersOutcomeCallable;
191typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
192typedef std::future<RegisterDataLakeDelegatedAdministratorOutcome> RegisterDataLakeDelegatedAdministratorOutcomeCallable;
193typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
194typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
195typedef std::future<UpdateDataLakeOutcome> UpdateDataLakeOutcomeCallable;
196typedef std::future<UpdateDataLakeExceptionSubscriptionOutcome> UpdateDataLakeExceptionSubscriptionOutcomeCallable;
197typedef std::future<UpdateSubscriberOutcome> UpdateSubscriberOutcomeCallable;
198typedef std::future<UpdateSubscriberNotificationOutcome> UpdateSubscriberNotificationOutcomeCallable;
199/* End of service model Outcome callable definitions */
200} // namespace Model
201
203
204/* Service model async handlers definitions */
205typedef std::function<void(const SecurityLakeClient*, const Model::CreateAwsLogSourceRequest&, const Model::CreateAwsLogSourceOutcome&,
206 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
208typedef std::function<void(const SecurityLakeClient*, const Model::CreateCustomLogSourceRequest&,
209 const Model::CreateCustomLogSourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
211typedef std::function<void(const SecurityLakeClient*, const Model::CreateDataLakeRequest&, const Model::CreateDataLakeOutcome&,
212 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
214typedef std::function<void(const SecurityLakeClient*, const Model::CreateDataLakeExceptionSubscriptionRequest&,
216 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
218typedef std::function<void(const SecurityLakeClient*, const Model::CreateDataLakeOrganizationConfigurationRequest&,
220 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
222typedef std::function<void(const SecurityLakeClient*, const Model::CreateSubscriberRequest&, const Model::CreateSubscriberOutcome&,
223 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
225typedef std::function<void(const SecurityLakeClient*, const Model::CreateSubscriberNotificationRequest&,
227 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
229typedef std::function<void(const SecurityLakeClient*, const Model::DeleteAwsLogSourceRequest&, const Model::DeleteAwsLogSourceOutcome&,
230 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
232typedef std::function<void(const SecurityLakeClient*, const Model::DeleteCustomLogSourceRequest&,
233 const Model::DeleteCustomLogSourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
235typedef std::function<void(const SecurityLakeClient*, const Model::DeleteDataLakeRequest&, const Model::DeleteDataLakeOutcome&,
236 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
238typedef std::function<void(const SecurityLakeClient*, const Model::DeleteDataLakeExceptionSubscriptionRequest&,
240 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
242typedef std::function<void(const SecurityLakeClient*, const Model::DeleteDataLakeOrganizationConfigurationRequest&,
244 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
246typedef std::function<void(const SecurityLakeClient*, const Model::DeleteSubscriberRequest&, const Model::DeleteSubscriberOutcome&,
247 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
249typedef std::function<void(const SecurityLakeClient*, const Model::DeleteSubscriberNotificationRequest&,
251 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
253typedef std::function<void(const SecurityLakeClient*, const Model::DeregisterDataLakeDelegatedAdministratorRequest&,
255 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
257typedef std::function<void(const SecurityLakeClient*, const Model::GetDataLakeExceptionSubscriptionRequest&,
259 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
261typedef std::function<void(const SecurityLakeClient*, const Model::GetDataLakeOrganizationConfigurationRequest&,
263 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
265typedef std::function<void(const SecurityLakeClient*, const Model::GetDataLakeSourcesRequest&, const Model::GetDataLakeSourcesOutcome&,
266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
268typedef std::function<void(const SecurityLakeClient*, const Model::GetSubscriberRequest&, const Model::GetSubscriberOutcome&,
269 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
271typedef std::function<void(const SecurityLakeClient*, const Model::ListDataLakeExceptionsRequest&,
272 const Model::ListDataLakeExceptionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
274typedef std::function<void(const SecurityLakeClient*, const Model::ListDataLakesRequest&, const Model::ListDataLakesOutcome&,
275 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
277typedef std::function<void(const SecurityLakeClient*, const Model::ListLogSourcesRequest&, const Model::ListLogSourcesOutcome&,
278 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
280typedef std::function<void(const SecurityLakeClient*, const Model::ListSubscribersRequest&, const Model::ListSubscribersOutcome&,
281 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
283typedef std::function<void(const SecurityLakeClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
284 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
286typedef std::function<void(const SecurityLakeClient*, const Model::RegisterDataLakeDelegatedAdministratorRequest&,
288 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
290typedef std::function<void(const SecurityLakeClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
291 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
293typedef std::function<void(const SecurityLakeClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
294 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
296typedef std::function<void(const SecurityLakeClient*, const Model::UpdateDataLakeRequest&, const Model::UpdateDataLakeOutcome&,
297 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
299typedef std::function<void(const SecurityLakeClient*, const Model::UpdateDataLakeExceptionSubscriptionRequest&,
301 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
303typedef std::function<void(const SecurityLakeClient*, const Model::UpdateSubscriberRequest&, const Model::UpdateSubscriberOutcome&,
304 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
306typedef std::function<void(const SecurityLakeClient*, const Model::UpdateSubscriberNotificationRequest&,
308 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
310/* End of service model async handlers definitions */
311} // namespace SecurityLake
312} // namespace Aws
EndpointProviderBase< SecurityLakeClientConfiguration, SecurityLakeBuiltInParameters, SecurityLakeClientContextParameters > SecurityLakeEndpointProviderBase
Aws::Utils::Outcome< CreateSubscriberResult, SecurityLakeError > CreateSubscriberOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, SecurityLakeError > ListTagsForResourceOutcome
std::future< CreateAwsLogSourceOutcome > CreateAwsLogSourceOutcomeCallable
Aws::Utils::Outcome< DeleteAwsLogSourceResult, SecurityLakeError > DeleteAwsLogSourceOutcome
Aws::Utils::Outcome< ListSubscribersResult, SecurityLakeError > ListSubscribersOutcome
Aws::Utils::Outcome< CreateAwsLogSourceResult, SecurityLakeError > CreateAwsLogSourceOutcome
std::future< RegisterDataLakeDelegatedAdministratorOutcome > RegisterDataLakeDelegatedAdministratorOutcomeCallable
Aws::Utils::Outcome< GetDataLakeOrganizationConfigurationResult, SecurityLakeError > GetDataLakeOrganizationConfigurationOutcome
std::future< CreateSubscriberNotificationOutcome > CreateSubscriberNotificationOutcomeCallable
Aws::Utils::Outcome< GetSubscriberResult, SecurityLakeError > GetSubscriberOutcome
Aws::Utils::Outcome< UpdateSubscriberNotificationResult, SecurityLakeError > UpdateSubscriberNotificationOutcome
Aws::Utils::Outcome< UpdateSubscriberResult, SecurityLakeError > UpdateSubscriberOutcome
Aws::Utils::Outcome< DeregisterDataLakeDelegatedAdministratorResult, SecurityLakeError > DeregisterDataLakeDelegatedAdministratorOutcome
Aws::Utils::Outcome< CreateDataLakeResult, SecurityLakeError > CreateDataLakeOutcome
Aws::Utils::Outcome< GetDataLakeExceptionSubscriptionResult, SecurityLakeError > GetDataLakeExceptionSubscriptionOutcome
Aws::Utils::Outcome< CreateDataLakeOrganizationConfigurationResult, SecurityLakeError > CreateDataLakeOrganizationConfigurationOutcome
Aws::Utils::Outcome< ListDataLakesResult, SecurityLakeError > ListDataLakesOutcome
std::future< CreateSubscriberOutcome > CreateSubscriberOutcomeCallable
std::future< GetDataLakeSourcesOutcome > GetDataLakeSourcesOutcomeCallable
std::future< CreateDataLakeExceptionSubscriptionOutcome > CreateDataLakeExceptionSubscriptionOutcomeCallable
Aws::Utils::Outcome< UpdateDataLakeExceptionSubscriptionResult, SecurityLakeError > UpdateDataLakeExceptionSubscriptionOutcome
std::future< DeleteDataLakeOutcome > DeleteDataLakeOutcomeCallable
std::future< DeleteCustomLogSourceOutcome > DeleteCustomLogSourceOutcomeCallable
Aws::Utils::Outcome< DeleteDataLakeOrganizationConfigurationResult, SecurityLakeError > DeleteDataLakeOrganizationConfigurationOutcome
Aws::Utils::Outcome< CreateSubscriberNotificationResult, SecurityLakeError > CreateSubscriberNotificationOutcome
std::future< DeleteDataLakeExceptionSubscriptionOutcome > DeleteDataLakeExceptionSubscriptionOutcomeCallable
Aws::Utils::Outcome< UpdateDataLakeResult, SecurityLakeError > UpdateDataLakeOutcome
Aws::Utils::Outcome< ListDataLakeExceptionsResult, SecurityLakeError > ListDataLakeExceptionsOutcome
Aws::Utils::Outcome< TagResourceResult, SecurityLakeError > TagResourceOutcome
std::future< GetDataLakeExceptionSubscriptionOutcome > GetDataLakeExceptionSubscriptionOutcomeCallable
std::future< DeleteSubscriberOutcome > DeleteSubscriberOutcomeCallable
std::future< ListDataLakesOutcome > ListDataLakesOutcomeCallable
Aws::Utils::Outcome< ListLogSourcesResult, SecurityLakeError > ListLogSourcesOutcome
std::future< UpdateDataLakeExceptionSubscriptionOutcome > UpdateDataLakeExceptionSubscriptionOutcomeCallable
std::future< GetSubscriberOutcome > GetSubscriberOutcomeCallable
std::future< CreateCustomLogSourceOutcome > CreateCustomLogSourceOutcomeCallable
std::future< UpdateSubscriberNotificationOutcome > UpdateSubscriberNotificationOutcomeCallable
std::future< ListSubscribersOutcome > ListSubscribersOutcomeCallable
Aws::Utils::Outcome< GetDataLakeSourcesResult, SecurityLakeError > GetDataLakeSourcesOutcome
Aws::Utils::Outcome< DeleteDataLakeExceptionSubscriptionResult, SecurityLakeError > DeleteDataLakeExceptionSubscriptionOutcome
Aws::Utils::Outcome< CreateDataLakeExceptionSubscriptionResult, SecurityLakeError > CreateDataLakeExceptionSubscriptionOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListDataLakeExceptionsOutcome > ListDataLakeExceptionsOutcomeCallable
Aws::Utils::Outcome< RegisterDataLakeDelegatedAdministratorResult, SecurityLakeError > RegisterDataLakeDelegatedAdministratorOutcome
Aws::Utils::Outcome< CreateCustomLogSourceResult, SecurityLakeError > CreateCustomLogSourceOutcome
std::future< ListLogSourcesOutcome > ListLogSourcesOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, SecurityLakeError > UntagResourceOutcome
Aws::Utils::Outcome< DeleteDataLakeResult, SecurityLakeError > DeleteDataLakeOutcome
std::future< DeregisterDataLakeDelegatedAdministratorOutcome > DeregisterDataLakeDelegatedAdministratorOutcomeCallable
std::future< UpdateSubscriberOutcome > UpdateSubscriberOutcomeCallable
std::future< GetDataLakeOrganizationConfigurationOutcome > GetDataLakeOrganizationConfigurationOutcomeCallable
std::future< CreateDataLakeOrganizationConfigurationOutcome > CreateDataLakeOrganizationConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteSubscriberNotificationResult, SecurityLakeError > DeleteSubscriberNotificationOutcome
Aws::Utils::Outcome< DeleteSubscriberResult, SecurityLakeError > DeleteSubscriberOutcome
std::future< DeleteAwsLogSourceOutcome > DeleteAwsLogSourceOutcomeCallable
std::future< CreateDataLakeOutcome > CreateDataLakeOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteCustomLogSourceResult, SecurityLakeError > DeleteCustomLogSourceOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DeleteDataLakeOrganizationConfigurationOutcome > DeleteDataLakeOrganizationConfigurationOutcomeCallable
std::future< DeleteSubscriberNotificationOutcome > DeleteSubscriberNotificationOutcomeCallable
std::future< UpdateDataLakeOutcome > UpdateDataLakeOutcomeCallable
std::function< void(const SecurityLakeClient *, const Model::DeregisterDataLakeDelegatedAdministratorRequest &, const Model::DeregisterDataLakeDelegatedAdministratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeregisterDataLakeDelegatedAdministratorResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::GetSubscriberRequest &, const Model::GetSubscriberOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSubscriberResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateAwsLogSourceRequest &, const Model::CreateAwsLogSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateAwsLogSourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::GetDataLakeExceptionSubscriptionRequest &, const Model::GetDataLakeExceptionSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataLakeExceptionSubscriptionResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::ListLogSourcesRequest &, const Model::ListLogSourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLogSourcesResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::UpdateDataLakeExceptionSubscriptionRequest &, const Model::UpdateDataLakeExceptionSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDataLakeExceptionSubscriptionResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::ListDataLakesRequest &, const Model::ListDataLakesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataLakesResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateSubscriberRequest &, const Model::CreateSubscriberOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSubscriberResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::RegisterDataLakeDelegatedAdministratorRequest &, const Model::RegisterDataLakeDelegatedAdministratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RegisterDataLakeDelegatedAdministratorResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteCustomLogSourceRequest &, const Model::DeleteCustomLogSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCustomLogSourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::ListSubscribersRequest &, const Model::ListSubscribersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSubscribersResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteDataLakeOrganizationConfigurationRequest &, const Model::DeleteDataLakeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDataLakeOrganizationConfigurationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateDataLakeRequest &, const Model::CreateDataLakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataLakeResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::ListDataLakeExceptionsRequest &, const Model::ListDataLakeExceptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataLakeExceptionsResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteSubscriberNotificationRequest &, const Model::DeleteSubscriberNotificationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSubscriberNotificationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateSubscriberNotificationRequest &, const Model::CreateSubscriberNotificationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSubscriberNotificationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::UpdateSubscriberNotificationRequest &, const Model::UpdateSubscriberNotificationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSubscriberNotificationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::UpdateDataLakeRequest &, const Model::UpdateDataLakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDataLakeResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteDataLakeExceptionSubscriptionRequest &, const Model::DeleteDataLakeExceptionSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDataLakeExceptionSubscriptionResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteAwsLogSourceRequest &, const Model::DeleteAwsLogSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAwsLogSourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateDataLakeExceptionSubscriptionRequest &, const Model::CreateDataLakeExceptionSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataLakeExceptionSubscriptionResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::UpdateSubscriberRequest &, const Model::UpdateSubscriberOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSubscriberResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateDataLakeOrganizationConfigurationRequest &, const Model::CreateDataLakeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataLakeOrganizationConfigurationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::GetDataLakeOrganizationConfigurationRequest &, const Model::GetDataLakeOrganizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataLakeOrganizationConfigurationResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteDataLakeRequest &, const Model::DeleteDataLakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDataLakeResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::CreateCustomLogSourceRequest &, const Model::CreateCustomLogSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCustomLogSourceResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::DeleteSubscriberRequest &, const Model::DeleteSubscriberOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSubscriberResponseReceivedHandler
std::function< void(const SecurityLakeClient *, const Model::GetDataLakeSourcesRequest &, const Model::GetDataLakeSourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataLakeSourcesResponseReceivedHandler