AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LicenseManagerServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/license-manager/LicenseManagerErrors.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/license-manager/LicenseManagerEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in LicenseManagerClient header */
21#include <aws/license-manager/model/AcceptGrantResult.h>
22#include <aws/license-manager/model/CheckInLicenseResult.h>
23#include <aws/license-manager/model/CheckoutBorrowLicenseResult.h>
24#include <aws/license-manager/model/CheckoutLicenseResult.h>
25#include <aws/license-manager/model/CreateGrantResult.h>
26#include <aws/license-manager/model/CreateGrantVersionResult.h>
27#include <aws/license-manager/model/CreateLicenseResult.h>
28#include <aws/license-manager/model/CreateLicenseConfigurationResult.h>
29#include <aws/license-manager/model/CreateLicenseConversionTaskForResourceResult.h>
30#include <aws/license-manager/model/CreateLicenseManagerReportGeneratorResult.h>
31#include <aws/license-manager/model/CreateLicenseVersionResult.h>
32#include <aws/license-manager/model/CreateTokenResult.h>
33#include <aws/license-manager/model/DeleteGrantResult.h>
34#include <aws/license-manager/model/DeleteLicenseResult.h>
35#include <aws/license-manager/model/DeleteLicenseConfigurationResult.h>
36#include <aws/license-manager/model/DeleteLicenseManagerReportGeneratorResult.h>
37#include <aws/license-manager/model/DeleteTokenResult.h>
38#include <aws/license-manager/model/ExtendLicenseConsumptionResult.h>
39#include <aws/license-manager/model/GetAccessTokenResult.h>
40#include <aws/license-manager/model/GetGrantResult.h>
41#include <aws/license-manager/model/GetLicenseResult.h>
42#include <aws/license-manager/model/GetLicenseConfigurationResult.h>
43#include <aws/license-manager/model/GetLicenseConversionTaskResult.h>
44#include <aws/license-manager/model/GetLicenseManagerReportGeneratorResult.h>
45#include <aws/license-manager/model/GetLicenseUsageResult.h>
46#include <aws/license-manager/model/GetServiceSettingsResult.h>
47#include <aws/license-manager/model/ListAssociationsForLicenseConfigurationResult.h>
48#include <aws/license-manager/model/ListDistributedGrantsResult.h>
49#include <aws/license-manager/model/ListFailuresForLicenseConfigurationOperationsResult.h>
50#include <aws/license-manager/model/ListLicenseConfigurationsResult.h>
51#include <aws/license-manager/model/ListLicenseConversionTasksResult.h>
52#include <aws/license-manager/model/ListLicenseManagerReportGeneratorsResult.h>
53#include <aws/license-manager/model/ListLicenseSpecificationsForResourceResult.h>
54#include <aws/license-manager/model/ListLicenseVersionsResult.h>
55#include <aws/license-manager/model/ListLicensesResult.h>
56#include <aws/license-manager/model/ListReceivedGrantsResult.h>
57#include <aws/license-manager/model/ListReceivedGrantsForOrganizationResult.h>
58#include <aws/license-manager/model/ListReceivedLicensesResult.h>
59#include <aws/license-manager/model/ListReceivedLicensesForOrganizationResult.h>
60#include <aws/license-manager/model/ListResourceInventoryResult.h>
61#include <aws/license-manager/model/ListTagsForResourceResult.h>
62#include <aws/license-manager/model/ListTokensResult.h>
63#include <aws/license-manager/model/ListUsageForLicenseConfigurationResult.h>
64#include <aws/license-manager/model/RejectGrantResult.h>
65#include <aws/license-manager/model/TagResourceResult.h>
66#include <aws/license-manager/model/UntagResourceResult.h>
67#include <aws/license-manager/model/UpdateLicenseConfigurationResult.h>
68#include <aws/license-manager/model/UpdateLicenseManagerReportGeneratorResult.h>
69#include <aws/license-manager/model/UpdateLicenseSpecificationsForResourceResult.h>
70#include <aws/license-manager/model/UpdateServiceSettingsResult.h>
71#include <aws/license-manager/model/GetServiceSettingsRequest.h>
72#include <aws/license-manager/model/ListReceivedLicensesForOrganizationRequest.h>
73#include <aws/license-manager/model/ListReceivedGrantsRequest.h>
74#include <aws/license-manager/model/ListDistributedGrantsRequest.h>
75#include <aws/license-manager/model/ListLicensesRequest.h>
76#include <aws/license-manager/model/ListLicenseManagerReportGeneratorsRequest.h>
77#include <aws/license-manager/model/ListTokensRequest.h>
78#include <aws/license-manager/model/ListReceivedLicensesRequest.h>
79#include <aws/license-manager/model/ListResourceInventoryRequest.h>
80#include <aws/license-manager/model/ListLicenseConversionTasksRequest.h>
81#include <aws/license-manager/model/ListLicenseConfigurationsRequest.h>
82#include <aws/license-manager/model/UpdateServiceSettingsRequest.h>
83/* End of service model headers required in LicenseManagerClient header */
84
85namespace Aws
86{
87 namespace Http
88 {
89 class HttpClient;
90 class HttpClientFactory;
91 } // namespace Http
92
93 namespace Utils
94 {
95 template< typename R, typename E> class Outcome;
96
97 namespace Threading
98 {
99 class Executor;
100 } // namespace Threading
101 } // namespace Utils
102
103 namespace Auth
104 {
105 class AWSCredentials;
106 class AWSCredentialsProvider;
107 } // namespace Auth
108
109 namespace Client
110 {
111 class RetryStrategy;
112 } // namespace Client
113
114 namespace LicenseManager
115 {
119
120 namespace Model
121 {
122 /* Service model forward declarations required in LicenseManagerClient header */
123 class AcceptGrantRequest;
127 class CreateGrantRequest;
134 class CreateTokenRequest;
135 class DeleteGrantRequest;
139 class DeleteTokenRequest;
142 class GetGrantRequest;
143 class GetLicenseRequest;
164 class ListTokensRequest;
166 class RejectGrantRequest;
167 class TagResourceRequest;
173 /* End of service model forward declarations required in LicenseManagerClient header */
174
175 /* Service model Outcome class definitions */
226 /* End of service model Outcome class definitions */
227
228 /* Service model Outcome callable definitions */
229 typedef std::future<AcceptGrantOutcome> AcceptGrantOutcomeCallable;
230 typedef std::future<CheckInLicenseOutcome> CheckInLicenseOutcomeCallable;
231 typedef std::future<CheckoutBorrowLicenseOutcome> CheckoutBorrowLicenseOutcomeCallable;
232 typedef std::future<CheckoutLicenseOutcome> CheckoutLicenseOutcomeCallable;
233 typedef std::future<CreateGrantOutcome> CreateGrantOutcomeCallable;
234 typedef std::future<CreateGrantVersionOutcome> CreateGrantVersionOutcomeCallable;
235 typedef std::future<CreateLicenseOutcome> CreateLicenseOutcomeCallable;
236 typedef std::future<CreateLicenseConfigurationOutcome> CreateLicenseConfigurationOutcomeCallable;
237 typedef std::future<CreateLicenseConversionTaskForResourceOutcome> CreateLicenseConversionTaskForResourceOutcomeCallable;
238 typedef std::future<CreateLicenseManagerReportGeneratorOutcome> CreateLicenseManagerReportGeneratorOutcomeCallable;
239 typedef std::future<CreateLicenseVersionOutcome> CreateLicenseVersionOutcomeCallable;
240 typedef std::future<CreateTokenOutcome> CreateTokenOutcomeCallable;
241 typedef std::future<DeleteGrantOutcome> DeleteGrantOutcomeCallable;
242 typedef std::future<DeleteLicenseOutcome> DeleteLicenseOutcomeCallable;
243 typedef std::future<DeleteLicenseConfigurationOutcome> DeleteLicenseConfigurationOutcomeCallable;
244 typedef std::future<DeleteLicenseManagerReportGeneratorOutcome> DeleteLicenseManagerReportGeneratorOutcomeCallable;
245 typedef std::future<DeleteTokenOutcome> DeleteTokenOutcomeCallable;
246 typedef std::future<ExtendLicenseConsumptionOutcome> ExtendLicenseConsumptionOutcomeCallable;
247 typedef std::future<GetAccessTokenOutcome> GetAccessTokenOutcomeCallable;
248 typedef std::future<GetGrantOutcome> GetGrantOutcomeCallable;
249 typedef std::future<GetLicenseOutcome> GetLicenseOutcomeCallable;
250 typedef std::future<GetLicenseConfigurationOutcome> GetLicenseConfigurationOutcomeCallable;
251 typedef std::future<GetLicenseConversionTaskOutcome> GetLicenseConversionTaskOutcomeCallable;
252 typedef std::future<GetLicenseManagerReportGeneratorOutcome> GetLicenseManagerReportGeneratorOutcomeCallable;
253 typedef std::future<GetLicenseUsageOutcome> GetLicenseUsageOutcomeCallable;
254 typedef std::future<GetServiceSettingsOutcome> GetServiceSettingsOutcomeCallable;
255 typedef std::future<ListAssociationsForLicenseConfigurationOutcome> ListAssociationsForLicenseConfigurationOutcomeCallable;
256 typedef std::future<ListDistributedGrantsOutcome> ListDistributedGrantsOutcomeCallable;
257 typedef std::future<ListFailuresForLicenseConfigurationOperationsOutcome> ListFailuresForLicenseConfigurationOperationsOutcomeCallable;
258 typedef std::future<ListLicenseConfigurationsOutcome> ListLicenseConfigurationsOutcomeCallable;
259 typedef std::future<ListLicenseConversionTasksOutcome> ListLicenseConversionTasksOutcomeCallable;
260 typedef std::future<ListLicenseManagerReportGeneratorsOutcome> ListLicenseManagerReportGeneratorsOutcomeCallable;
261 typedef std::future<ListLicenseSpecificationsForResourceOutcome> ListLicenseSpecificationsForResourceOutcomeCallable;
262 typedef std::future<ListLicenseVersionsOutcome> ListLicenseVersionsOutcomeCallable;
263 typedef std::future<ListLicensesOutcome> ListLicensesOutcomeCallable;
264 typedef std::future<ListReceivedGrantsOutcome> ListReceivedGrantsOutcomeCallable;
265 typedef std::future<ListReceivedGrantsForOrganizationOutcome> ListReceivedGrantsForOrganizationOutcomeCallable;
266 typedef std::future<ListReceivedLicensesOutcome> ListReceivedLicensesOutcomeCallable;
267 typedef std::future<ListReceivedLicensesForOrganizationOutcome> ListReceivedLicensesForOrganizationOutcomeCallable;
268 typedef std::future<ListResourceInventoryOutcome> ListResourceInventoryOutcomeCallable;
269 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
270 typedef std::future<ListTokensOutcome> ListTokensOutcomeCallable;
271 typedef std::future<ListUsageForLicenseConfigurationOutcome> ListUsageForLicenseConfigurationOutcomeCallable;
272 typedef std::future<RejectGrantOutcome> RejectGrantOutcomeCallable;
273 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
274 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
275 typedef std::future<UpdateLicenseConfigurationOutcome> UpdateLicenseConfigurationOutcomeCallable;
276 typedef std::future<UpdateLicenseManagerReportGeneratorOutcome> UpdateLicenseManagerReportGeneratorOutcomeCallable;
277 typedef std::future<UpdateLicenseSpecificationsForResourceOutcome> UpdateLicenseSpecificationsForResourceOutcomeCallable;
278 typedef std::future<UpdateServiceSettingsOutcome> UpdateServiceSettingsOutcomeCallable;
279 /* End of service model Outcome callable definitions */
280 } // namespace Model
281
283
284 /* Service model async handlers definitions */
285 typedef std::function<void(const LicenseManagerClient*, const Model::AcceptGrantRequest&, const Model::AcceptGrantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AcceptGrantResponseReceivedHandler;
286 typedef std::function<void(const LicenseManagerClient*, const Model::CheckInLicenseRequest&, const Model::CheckInLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CheckInLicenseResponseReceivedHandler;
287 typedef std::function<void(const LicenseManagerClient*, const Model::CheckoutBorrowLicenseRequest&, const Model::CheckoutBorrowLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CheckoutBorrowLicenseResponseReceivedHandler;
288 typedef std::function<void(const LicenseManagerClient*, const Model::CheckoutLicenseRequest&, const Model::CheckoutLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CheckoutLicenseResponseReceivedHandler;
289 typedef std::function<void(const LicenseManagerClient*, const Model::CreateGrantRequest&, const Model::CreateGrantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGrantResponseReceivedHandler;
290 typedef std::function<void(const LicenseManagerClient*, const Model::CreateGrantVersionRequest&, const Model::CreateGrantVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGrantVersionResponseReceivedHandler;
291 typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseRequest&, const Model::CreateLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLicenseResponseReceivedHandler;
292 typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseConfigurationRequest&, const Model::CreateLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLicenseConfigurationResponseReceivedHandler;
294 typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseManagerReportGeneratorRequest&, const Model::CreateLicenseManagerReportGeneratorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLicenseManagerReportGeneratorResponseReceivedHandler;
295 typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseVersionRequest&, const Model::CreateLicenseVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLicenseVersionResponseReceivedHandler;
296 typedef std::function<void(const LicenseManagerClient*, const Model::CreateTokenRequest&, const Model::CreateTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTokenResponseReceivedHandler;
297 typedef std::function<void(const LicenseManagerClient*, const Model::DeleteGrantRequest&, const Model::DeleteGrantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGrantResponseReceivedHandler;
298 typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseRequest&, const Model::DeleteLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLicenseResponseReceivedHandler;
299 typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseConfigurationRequest&, const Model::DeleteLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLicenseConfigurationResponseReceivedHandler;
300 typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseManagerReportGeneratorRequest&, const Model::DeleteLicenseManagerReportGeneratorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLicenseManagerReportGeneratorResponseReceivedHandler;
301 typedef std::function<void(const LicenseManagerClient*, const Model::DeleteTokenRequest&, const Model::DeleteTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTokenResponseReceivedHandler;
302 typedef std::function<void(const LicenseManagerClient*, const Model::ExtendLicenseConsumptionRequest&, const Model::ExtendLicenseConsumptionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ExtendLicenseConsumptionResponseReceivedHandler;
303 typedef std::function<void(const LicenseManagerClient*, const Model::GetAccessTokenRequest&, const Model::GetAccessTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccessTokenResponseReceivedHandler;
304 typedef std::function<void(const LicenseManagerClient*, const Model::GetGrantRequest&, const Model::GetGrantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGrantResponseReceivedHandler;
305 typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseRequest&, const Model::GetLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLicenseResponseReceivedHandler;
306 typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseConfigurationRequest&, const Model::GetLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLicenseConfigurationResponseReceivedHandler;
307 typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseConversionTaskRequest&, const Model::GetLicenseConversionTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLicenseConversionTaskResponseReceivedHandler;
308 typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseManagerReportGeneratorRequest&, const Model::GetLicenseManagerReportGeneratorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLicenseManagerReportGeneratorResponseReceivedHandler;
309 typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseUsageRequest&, const Model::GetLicenseUsageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLicenseUsageResponseReceivedHandler;
310 typedef std::function<void(const LicenseManagerClient*, const Model::GetServiceSettingsRequest&, const Model::GetServiceSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetServiceSettingsResponseReceivedHandler;
312 typedef std::function<void(const LicenseManagerClient*, const Model::ListDistributedGrantsRequest&, const Model::ListDistributedGrantsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDistributedGrantsResponseReceivedHandler;
314 typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseConfigurationsRequest&, const Model::ListLicenseConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLicenseConfigurationsResponseReceivedHandler;
315 typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseConversionTasksRequest&, const Model::ListLicenseConversionTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLicenseConversionTasksResponseReceivedHandler;
316 typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseManagerReportGeneratorsRequest&, const Model::ListLicenseManagerReportGeneratorsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLicenseManagerReportGeneratorsResponseReceivedHandler;
318 typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseVersionsRequest&, const Model::ListLicenseVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLicenseVersionsResponseReceivedHandler;
319 typedef std::function<void(const LicenseManagerClient*, const Model::ListLicensesRequest&, const Model::ListLicensesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLicensesResponseReceivedHandler;
320 typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedGrantsRequest&, const Model::ListReceivedGrantsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReceivedGrantsResponseReceivedHandler;
321 typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedGrantsForOrganizationRequest&, const Model::ListReceivedGrantsForOrganizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReceivedGrantsForOrganizationResponseReceivedHandler;
322 typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedLicensesRequest&, const Model::ListReceivedLicensesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReceivedLicensesResponseReceivedHandler;
323 typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedLicensesForOrganizationRequest&, const Model::ListReceivedLicensesForOrganizationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReceivedLicensesForOrganizationResponseReceivedHandler;
324 typedef std::function<void(const LicenseManagerClient*, const Model::ListResourceInventoryRequest&, const Model::ListResourceInventoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListResourceInventoryResponseReceivedHandler;
325 typedef std::function<void(const LicenseManagerClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
326 typedef std::function<void(const LicenseManagerClient*, const Model::ListTokensRequest&, const Model::ListTokensOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTokensResponseReceivedHandler;
327 typedef std::function<void(const LicenseManagerClient*, const Model::ListUsageForLicenseConfigurationRequest&, const Model::ListUsageForLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListUsageForLicenseConfigurationResponseReceivedHandler;
328 typedef std::function<void(const LicenseManagerClient*, const Model::RejectGrantRequest&, const Model::RejectGrantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RejectGrantResponseReceivedHandler;
329 typedef std::function<void(const LicenseManagerClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
330 typedef std::function<void(const LicenseManagerClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
331 typedef std::function<void(const LicenseManagerClient*, const Model::UpdateLicenseConfigurationRequest&, const Model::UpdateLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLicenseConfigurationResponseReceivedHandler;
332 typedef std::function<void(const LicenseManagerClient*, const Model::UpdateLicenseManagerReportGeneratorRequest&, const Model::UpdateLicenseManagerReportGeneratorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLicenseManagerReportGeneratorResponseReceivedHandler;
334 typedef std::function<void(const LicenseManagerClient*, const Model::UpdateServiceSettingsRequest&, const Model::UpdateServiceSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateServiceSettingsResponseReceivedHandler;
335 /* End of service model async handlers definitions */
336 } // namespace LicenseManager
337} // namespace Aws
EndpointProviderBase< LicenseManagerClientConfiguration, LicenseManagerBuiltInParameters, LicenseManagerClientContextParameters > LicenseManagerEndpointProviderBase
Aws::Utils::Outcome< ListUsageForLicenseConfigurationResult, LicenseManagerError > ListUsageForLicenseConfigurationOutcome
std::future< DeleteLicenseOutcome > DeleteLicenseOutcomeCallable
std::future< GetGrantOutcome > GetGrantOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, LicenseManagerError > TagResourceOutcome
std::future< UpdateServiceSettingsOutcome > UpdateServiceSettingsOutcomeCallable
Aws::Utils::Outcome< CheckInLicenseResult, LicenseManagerError > CheckInLicenseOutcome
std::future< GetLicenseManagerReportGeneratorOutcome > GetLicenseManagerReportGeneratorOutcomeCallable
Aws::Utils::Outcome< GetServiceSettingsResult, LicenseManagerError > GetServiceSettingsOutcome
std::future< CreateGrantVersionOutcome > CreateGrantVersionOutcomeCallable
std::future< ListLicensesOutcome > ListLicensesOutcomeCallable
Aws::Utils::Outcome< ListLicensesResult, LicenseManagerError > ListLicensesOutcome
std::future< DeleteTokenOutcome > DeleteTokenOutcomeCallable
Aws::Utils::Outcome< CreateLicenseManagerReportGeneratorResult, LicenseManagerError > CreateLicenseManagerReportGeneratorOutcome
Aws::Utils::Outcome< CreateLicenseConfigurationResult, LicenseManagerError > CreateLicenseConfigurationOutcome
std::future< CreateLicenseConfigurationOutcome > CreateLicenseConfigurationOutcomeCallable
std::future< DeleteGrantOutcome > DeleteGrantOutcomeCallable
Aws::Utils::Outcome< CreateLicenseConversionTaskForResourceResult, LicenseManagerError > CreateLicenseConversionTaskForResourceOutcome
std::future< ListTokensOutcome > ListTokensOutcomeCallable
std::future< ListDistributedGrantsOutcome > ListDistributedGrantsOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, LicenseManagerError > UntagResourceOutcome
std::future< CheckInLicenseOutcome > CheckInLicenseOutcomeCallable
Aws::Utils::Outcome< GetLicenseResult, LicenseManagerError > GetLicenseOutcome
Aws::Utils::Outcome< ListFailuresForLicenseConfigurationOperationsResult, LicenseManagerError > ListFailuresForLicenseConfigurationOperationsOutcome
std::future< ListLicenseSpecificationsForResourceOutcome > ListLicenseSpecificationsForResourceOutcomeCallable
Aws::Utils::Outcome< UpdateLicenseManagerReportGeneratorResult, LicenseManagerError > UpdateLicenseManagerReportGeneratorOutcome
std::future< CheckoutBorrowLicenseOutcome > CheckoutBorrowLicenseOutcomeCallable
std::future< ListReceivedGrantsOutcome > ListReceivedGrantsOutcomeCallable
Aws::Utils::Outcome< CreateLicenseResult, LicenseManagerError > CreateLicenseOutcome
std::future< GetLicenseConversionTaskOutcome > GetLicenseConversionTaskOutcomeCallable
Aws::Utils::Outcome< ListDistributedGrantsResult, LicenseManagerError > ListDistributedGrantsOutcome
Aws::Utils::Outcome< RejectGrantResult, LicenseManagerError > RejectGrantOutcome
Aws::Utils::Outcome< ListLicenseConfigurationsResult, LicenseManagerError > ListLicenseConfigurationsOutcome
Aws::Utils::Outcome< ListReceivedLicensesForOrganizationResult, LicenseManagerError > ListReceivedLicensesForOrganizationOutcome
std::future< ExtendLicenseConsumptionOutcome > ExtendLicenseConsumptionOutcomeCallable
std::future< RejectGrantOutcome > RejectGrantOutcomeCallable
Aws::Utils::Outcome< ListReceivedGrantsForOrganizationResult, LicenseManagerError > ListReceivedGrantsForOrganizationOutcome
std::future< UpdateLicenseSpecificationsForResourceOutcome > UpdateLicenseSpecificationsForResourceOutcomeCallable
Aws::Utils::Outcome< ListAssociationsForLicenseConfigurationResult, LicenseManagerError > ListAssociationsForLicenseConfigurationOutcome
std::future< ListResourceInventoryOutcome > ListResourceInventoryOutcomeCallable
std::future< DeleteLicenseManagerReportGeneratorOutcome > DeleteLicenseManagerReportGeneratorOutcomeCallable
std::future< UpdateLicenseConfigurationOutcome > UpdateLicenseConfigurationOutcomeCallable
std::future< ListFailuresForLicenseConfigurationOperationsOutcome > ListFailuresForLicenseConfigurationOperationsOutcomeCallable
Aws::Utils::Outcome< DeleteGrantResult, LicenseManagerError > DeleteGrantOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< CheckoutLicenseOutcome > CheckoutLicenseOutcomeCallable
std::future< ListLicenseVersionsOutcome > ListLicenseVersionsOutcomeCallable
std::future< ListReceivedGrantsForOrganizationOutcome > ListReceivedGrantsForOrganizationOutcomeCallable
Aws::Utils::Outcome< DeleteLicenseManagerReportGeneratorResult, LicenseManagerError > DeleteLicenseManagerReportGeneratorOutcome
std::future< CreateTokenOutcome > CreateTokenOutcomeCallable
Aws::Utils::Outcome< GetGrantResult, LicenseManagerError > GetGrantOutcome
Aws::Utils::Outcome< ListLicenseSpecificationsForResourceResult, LicenseManagerError > ListLicenseSpecificationsForResourceOutcome
Aws::Utils::Outcome< AcceptGrantResult, LicenseManagerError > AcceptGrantOutcome
Aws::Utils::Outcome< ListReceivedLicensesResult, LicenseManagerError > ListReceivedLicensesOutcome
Aws::Utils::Outcome< CreateTokenResult, LicenseManagerError > CreateTokenOutcome
Aws::Utils::Outcome< GetLicenseUsageResult, LicenseManagerError > GetLicenseUsageOutcome
Aws::Utils::Outcome< CreateLicenseVersionResult, LicenseManagerError > CreateLicenseVersionOutcome
Aws::Utils::Outcome< UpdateLicenseSpecificationsForResourceResult, LicenseManagerError > UpdateLicenseSpecificationsForResourceOutcome
std::future< ListAssociationsForLicenseConfigurationOutcome > ListAssociationsForLicenseConfigurationOutcomeCallable
Aws::Utils::Outcome< UpdateServiceSettingsResult, LicenseManagerError > UpdateServiceSettingsOutcome
std::future< GetAccessTokenOutcome > GetAccessTokenOutcomeCallable
Aws::Utils::Outcome< CreateGrantVersionResult, LicenseManagerError > CreateGrantVersionOutcome
Aws::Utils::Outcome< ExtendLicenseConsumptionResult, LicenseManagerError > ExtendLicenseConsumptionOutcome
std::future< GetServiceSettingsOutcome > GetServiceSettingsOutcomeCallable
Aws::Utils::Outcome< ListLicenseVersionsResult, LicenseManagerError > ListLicenseVersionsOutcome
std::future< DeleteLicenseConfigurationOutcome > DeleteLicenseConfigurationOutcomeCallable
Aws::Utils::Outcome< GetLicenseConversionTaskResult, LicenseManagerError > GetLicenseConversionTaskOutcome
Aws::Utils::Outcome< UpdateLicenseConfigurationResult, LicenseManagerError > UpdateLicenseConfigurationOutcome
Aws::Utils::Outcome< GetAccessTokenResult, LicenseManagerError > GetAccessTokenOutcome
std::future< CreateLicenseConversionTaskForResourceOutcome > CreateLicenseConversionTaskForResourceOutcomeCallable
std::future< ListReceivedLicensesOutcome > ListReceivedLicensesOutcomeCallable
Aws::Utils::Outcome< ListTokensResult, LicenseManagerError > ListTokensOutcome
std::future< CreateLicenseManagerReportGeneratorOutcome > CreateLicenseManagerReportGeneratorOutcomeCallable
std::future< GetLicenseConfigurationOutcome > GetLicenseConfigurationOutcomeCallable
std::future< ListLicenseConfigurationsOutcome > ListLicenseConfigurationsOutcomeCallable
Aws::Utils::Outcome< DeleteTokenResult, LicenseManagerError > DeleteTokenOutcome
Aws::Utils::Outcome< CheckoutBorrowLicenseResult, LicenseManagerError > CheckoutBorrowLicenseOutcome
std::future< ListReceivedLicensesForOrganizationOutcome > ListReceivedLicensesForOrganizationOutcomeCallable
Aws::Utils::Outcome< GetLicenseConfigurationResult, LicenseManagerError > GetLicenseConfigurationOutcome
Aws::Utils::Outcome< DeleteLicenseConfigurationResult, LicenseManagerError > DeleteLicenseConfigurationOutcome
Aws::Utils::Outcome< DeleteLicenseResult, LicenseManagerError > DeleteLicenseOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListLicenseConversionTasksOutcome > ListLicenseConversionTasksOutcomeCallable
std::future< GetLicenseOutcome > GetLicenseOutcomeCallable
std::future< GetLicenseUsageOutcome > GetLicenseUsageOutcomeCallable
Aws::Utils::Outcome< ListResourceInventoryResult, LicenseManagerError > ListResourceInventoryOutcome
std::future< UpdateLicenseManagerReportGeneratorOutcome > UpdateLicenseManagerReportGeneratorOutcomeCallable
std::future< ListUsageForLicenseConfigurationOutcome > ListUsageForLicenseConfigurationOutcomeCallable
Aws::Utils::Outcome< ListLicenseManagerReportGeneratorsResult, LicenseManagerError > ListLicenseManagerReportGeneratorsOutcome
Aws::Utils::Outcome< ListLicenseConversionTasksResult, LicenseManagerError > ListLicenseConversionTasksOutcome
std::future< CreateLicenseOutcome > CreateLicenseOutcomeCallable
Aws::Utils::Outcome< CreateGrantResult, LicenseManagerError > CreateGrantOutcome
Aws::Utils::Outcome< ListReceivedGrantsResult, LicenseManagerError > ListReceivedGrantsOutcome
std::future< CreateGrantOutcome > CreateGrantOutcomeCallable
std::future< CreateLicenseVersionOutcome > CreateLicenseVersionOutcomeCallable
Aws::Utils::Outcome< CheckoutLicenseResult, LicenseManagerError > CheckoutLicenseOutcome
std::future< AcceptGrantOutcome > AcceptGrantOutcomeCallable
std::future< ListLicenseManagerReportGeneratorsOutcome > ListLicenseManagerReportGeneratorsOutcomeCallable
Aws::Utils::Outcome< GetLicenseManagerReportGeneratorResult, LicenseManagerError > GetLicenseManagerReportGeneratorOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, LicenseManagerError > ListTagsForResourceOutcome
std::function< void(const LicenseManagerClient *, const Model::CheckoutBorrowLicenseRequest &, const Model::CheckoutBorrowLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CheckoutBorrowLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::UpdateLicenseManagerReportGeneratorRequest &, const Model::UpdateLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLicenseManagerReportGeneratorResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetLicenseConfigurationRequest &, const Model::GetLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListReceivedLicensesForOrganizationRequest &, const Model::ListReceivedLicensesForOrganizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReceivedLicensesForOrganizationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicenseConfigurationsRequest &, const Model::ListLicenseConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicenseConfigurationsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListReceivedGrantsForOrganizationRequest &, const Model::ListReceivedGrantsForOrganizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReceivedGrantsForOrganizationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicenseVersionsRequest &, const Model::ListLicenseVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicenseVersionsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetLicenseConversionTaskRequest &, const Model::GetLicenseConversionTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLicenseConversionTaskResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicenseSpecificationsForResourceRequest &, const Model::ListLicenseSpecificationsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicenseSpecificationsForResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateLicenseConfigurationRequest &, const Model::CreateLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::RejectGrantRequest &, const Model::RejectGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RejectGrantResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::DeleteLicenseRequest &, const Model::DeleteLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListAssociationsForLicenseConfigurationRequest &, const Model::ListAssociationsForLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAssociationsForLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CheckInLicenseRequest &, const Model::CheckInLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CheckInLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListTokensRequest &, const Model::ListTokensOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTokensResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::DeleteTokenRequest &, const Model::DeleteTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTokenResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListUsageForLicenseConfigurationRequest &, const Model::ListUsageForLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListUsageForLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::UpdateLicenseSpecificationsForResourceRequest &, const Model::UpdateLicenseSpecificationsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLicenseSpecificationsForResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetGrantRequest &, const Model::GetGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetGrantResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListFailuresForLicenseConfigurationOperationsRequest &, const Model::ListFailuresForLicenseConfigurationOperationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFailuresForLicenseConfigurationOperationsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::UpdateServiceSettingsRequest &, const Model::UpdateServiceSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateServiceSettingsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::UpdateLicenseConfigurationRequest &, const Model::UpdateLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ExtendLicenseConsumptionRequest &, const Model::ExtendLicenseConsumptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ExtendLicenseConsumptionResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::AcceptGrantRequest &, const Model::AcceptGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcceptGrantResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicenseConversionTasksRequest &, const Model::ListLicenseConversionTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicenseConversionTasksResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListResourceInventoryRequest &, const Model::ListResourceInventoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListResourceInventoryResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::DeleteLicenseConfigurationRequest &, const Model::DeleteLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLicenseConfigurationResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateLicenseVersionRequest &, const Model::CreateLicenseVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLicenseVersionResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetLicenseManagerReportGeneratorRequest &, const Model::GetLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLicenseManagerReportGeneratorResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetLicenseUsageRequest &, const Model::GetLicenseUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLicenseUsageResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::DeleteGrantRequest &, const Model::DeleteGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteGrantResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicenseManagerReportGeneratorsRequest &, const Model::ListLicenseManagerReportGeneratorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicenseManagerReportGeneratorsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListReceivedLicensesRequest &, const Model::ListReceivedLicensesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReceivedLicensesResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateLicenseManagerReportGeneratorRequest &, const Model::CreateLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLicenseManagerReportGeneratorResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListReceivedGrantsRequest &, const Model::ListReceivedGrantsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReceivedGrantsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateLicenseConversionTaskForResourceRequest &, const Model::CreateLicenseConversionTaskForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLicenseConversionTaskForResourceResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::DeleteLicenseManagerReportGeneratorRequest &, const Model::DeleteLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLicenseManagerReportGeneratorResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListLicensesRequest &, const Model::ListLicensesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLicensesResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateTokenRequest &, const Model::CreateTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTokenResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateGrantRequest &, const Model::CreateGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGrantResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateLicenseRequest &, const Model::CreateLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetServiceSettingsRequest &, const Model::GetServiceSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetServiceSettingsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListDistributedGrantsRequest &, const Model::ListDistributedGrantsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDistributedGrantsResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetAccessTokenRequest &, const Model::GetAccessTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccessTokenResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::GetLicenseRequest &, const Model::GetLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CheckoutLicenseRequest &, const Model::CheckoutLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CheckoutLicenseResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::CreateGrantVersionRequest &, const Model::CreateGrantVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateGrantVersionResponseReceivedHandler