AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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