AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
LicenseManagerServiceClientModel.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/license-manager/LicenseManagerEndpointProvider.h>
15#include <aws/license-manager/LicenseManagerErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in LicenseManagerClient header */
22#include <aws/license-manager/model/AcceptGrantResult.h>
23#include <aws/license-manager/model/CheckInLicenseResult.h>
24#include <aws/license-manager/model/CheckoutBorrowLicenseResult.h>
25#include <aws/license-manager/model/CheckoutLicenseResult.h>
26#include <aws/license-manager/model/CreateGrantResult.h>
27#include <aws/license-manager/model/CreateGrantVersionResult.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/CreateLicenseResult.h>
32#include <aws/license-manager/model/CreateLicenseVersionResult.h>
33#include <aws/license-manager/model/CreateTokenResult.h>
34#include <aws/license-manager/model/DeleteGrantResult.h>
35#include <aws/license-manager/model/DeleteLicenseConfigurationResult.h>
36#include <aws/license-manager/model/DeleteLicenseManagerReportGeneratorResult.h>
37#include <aws/license-manager/model/DeleteLicenseResult.h>
38#include <aws/license-manager/model/DeleteTokenResult.h>
39#include <aws/license-manager/model/ExtendLicenseConsumptionResult.h>
40#include <aws/license-manager/model/GetAccessTokenResult.h>
41#include <aws/license-manager/model/GetGrantResult.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/GetLicenseResult.h>
46#include <aws/license-manager/model/GetLicenseUsageResult.h>
47#include <aws/license-manager/model/GetServiceSettingsRequest.h>
48#include <aws/license-manager/model/GetServiceSettingsResult.h>
49#include <aws/license-manager/model/ListAssociationsForLicenseConfigurationResult.h>
50#include <aws/license-manager/model/ListDistributedGrantsRequest.h>
51#include <aws/license-manager/model/ListDistributedGrantsResult.h>
52#include <aws/license-manager/model/ListFailuresForLicenseConfigurationOperationsResult.h>
53#include <aws/license-manager/model/ListLicenseConfigurationsRequest.h>
54#include <aws/license-manager/model/ListLicenseConfigurationsResult.h>
55#include <aws/license-manager/model/ListLicenseConversionTasksRequest.h>
56#include <aws/license-manager/model/ListLicenseConversionTasksResult.h>
57#include <aws/license-manager/model/ListLicenseManagerReportGeneratorsRequest.h>
58#include <aws/license-manager/model/ListLicenseManagerReportGeneratorsResult.h>
59#include <aws/license-manager/model/ListLicenseSpecificationsForResourceResult.h>
60#include <aws/license-manager/model/ListLicenseVersionsResult.h>
61#include <aws/license-manager/model/ListLicensesRequest.h>
62#include <aws/license-manager/model/ListLicensesResult.h>
63#include <aws/license-manager/model/ListReceivedGrantsForOrganizationResult.h>
64#include <aws/license-manager/model/ListReceivedGrantsRequest.h>
65#include <aws/license-manager/model/ListReceivedGrantsResult.h>
66#include <aws/license-manager/model/ListReceivedLicensesForOrganizationRequest.h>
67#include <aws/license-manager/model/ListReceivedLicensesForOrganizationResult.h>
68#include <aws/license-manager/model/ListReceivedLicensesRequest.h>
69#include <aws/license-manager/model/ListReceivedLicensesResult.h>
70#include <aws/license-manager/model/ListResourceInventoryRequest.h>
71#include <aws/license-manager/model/ListResourceInventoryResult.h>
72#include <aws/license-manager/model/ListTagsForResourceResult.h>
73#include <aws/license-manager/model/ListTokensRequest.h>
74#include <aws/license-manager/model/ListTokensResult.h>
75#include <aws/license-manager/model/ListUsageForLicenseConfigurationResult.h>
76#include <aws/license-manager/model/RejectGrantResult.h>
77#include <aws/license-manager/model/TagResourceResult.h>
78#include <aws/license-manager/model/UntagResourceResult.h>
79#include <aws/license-manager/model/UpdateLicenseConfigurationResult.h>
80#include <aws/license-manager/model/UpdateLicenseManagerReportGeneratorResult.h>
81#include <aws/license-manager/model/UpdateLicenseSpecificationsForResourceResult.h>
82#include <aws/license-manager/model/UpdateServiceSettingsRequest.h>
83#include <aws/license-manager/model/UpdateServiceSettingsResult.h>
84/* End of service model headers required in LicenseManagerClient header */
85
86namespace Aws {
87namespace Http {
88class HttpClient;
89class HttpClientFactory;
90} // namespace Http
91
92namespace Utils {
93template <typename R, typename E>
94class Outcome;
95
96namespace Threading {
97class Executor;
98} // namespace Threading
99} // namespace Utils
100
101namespace Auth {
102class AWSCredentials;
103class AWSCredentialsProvider;
104} // namespace Auth
105
106namespace Client {
107class RetryStrategy;
108} // namespace Client
109
110namespace LicenseManager {
114
115namespace Model {
116/* Service model forward declarations required in LicenseManagerClient header */
136class GetGrantRequest;
167/* End of service model forward declarations required in LicenseManagerClient header */
168
169/* Service model Outcome class definitions */
224/* End of service model Outcome class definitions */
225
226/* Service model Outcome callable definitions */
227typedef std::future<AcceptGrantOutcome> AcceptGrantOutcomeCallable;
228typedef std::future<CheckInLicenseOutcome> CheckInLicenseOutcomeCallable;
229typedef std::future<CheckoutBorrowLicenseOutcome> CheckoutBorrowLicenseOutcomeCallable;
230typedef std::future<CheckoutLicenseOutcome> CheckoutLicenseOutcomeCallable;
231typedef std::future<CreateGrantOutcome> CreateGrantOutcomeCallable;
232typedef std::future<CreateGrantVersionOutcome> CreateGrantVersionOutcomeCallable;
233typedef std::future<CreateLicenseOutcome> CreateLicenseOutcomeCallable;
234typedef std::future<CreateLicenseConfigurationOutcome> CreateLicenseConfigurationOutcomeCallable;
235typedef std::future<CreateLicenseConversionTaskForResourceOutcome> CreateLicenseConversionTaskForResourceOutcomeCallable;
236typedef std::future<CreateLicenseManagerReportGeneratorOutcome> CreateLicenseManagerReportGeneratorOutcomeCallable;
237typedef std::future<CreateLicenseVersionOutcome> CreateLicenseVersionOutcomeCallable;
238typedef std::future<CreateTokenOutcome> CreateTokenOutcomeCallable;
239typedef std::future<DeleteGrantOutcome> DeleteGrantOutcomeCallable;
240typedef std::future<DeleteLicenseOutcome> DeleteLicenseOutcomeCallable;
241typedef std::future<DeleteLicenseConfigurationOutcome> DeleteLicenseConfigurationOutcomeCallable;
242typedef std::future<DeleteLicenseManagerReportGeneratorOutcome> DeleteLicenseManagerReportGeneratorOutcomeCallable;
243typedef std::future<DeleteTokenOutcome> DeleteTokenOutcomeCallable;
244typedef std::future<ExtendLicenseConsumptionOutcome> ExtendLicenseConsumptionOutcomeCallable;
245typedef std::future<GetAccessTokenOutcome> GetAccessTokenOutcomeCallable;
246typedef std::future<GetGrantOutcome> GetGrantOutcomeCallable;
247typedef std::future<GetLicenseOutcome> GetLicenseOutcomeCallable;
248typedef std::future<GetLicenseConfigurationOutcome> GetLicenseConfigurationOutcomeCallable;
249typedef std::future<GetLicenseConversionTaskOutcome> GetLicenseConversionTaskOutcomeCallable;
250typedef std::future<GetLicenseManagerReportGeneratorOutcome> GetLicenseManagerReportGeneratorOutcomeCallable;
251typedef std::future<GetLicenseUsageOutcome> GetLicenseUsageOutcomeCallable;
252typedef std::future<GetServiceSettingsOutcome> GetServiceSettingsOutcomeCallable;
253typedef std::future<ListAssociationsForLicenseConfigurationOutcome> ListAssociationsForLicenseConfigurationOutcomeCallable;
254typedef std::future<ListDistributedGrantsOutcome> ListDistributedGrantsOutcomeCallable;
255typedef std::future<ListFailuresForLicenseConfigurationOperationsOutcome> ListFailuresForLicenseConfigurationOperationsOutcomeCallable;
256typedef std::future<ListLicenseConfigurationsOutcome> ListLicenseConfigurationsOutcomeCallable;
257typedef std::future<ListLicenseConversionTasksOutcome> ListLicenseConversionTasksOutcomeCallable;
258typedef std::future<ListLicenseManagerReportGeneratorsOutcome> ListLicenseManagerReportGeneratorsOutcomeCallable;
259typedef std::future<ListLicenseSpecificationsForResourceOutcome> ListLicenseSpecificationsForResourceOutcomeCallable;
260typedef std::future<ListLicenseVersionsOutcome> ListLicenseVersionsOutcomeCallable;
261typedef std::future<ListLicensesOutcome> ListLicensesOutcomeCallable;
262typedef std::future<ListReceivedGrantsOutcome> ListReceivedGrantsOutcomeCallable;
263typedef std::future<ListReceivedGrantsForOrganizationOutcome> ListReceivedGrantsForOrganizationOutcomeCallable;
264typedef std::future<ListReceivedLicensesOutcome> ListReceivedLicensesOutcomeCallable;
265typedef std::future<ListReceivedLicensesForOrganizationOutcome> ListReceivedLicensesForOrganizationOutcomeCallable;
266typedef std::future<ListResourceInventoryOutcome> ListResourceInventoryOutcomeCallable;
267typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
268typedef std::future<ListTokensOutcome> ListTokensOutcomeCallable;
269typedef std::future<ListUsageForLicenseConfigurationOutcome> ListUsageForLicenseConfigurationOutcomeCallable;
270typedef std::future<RejectGrantOutcome> RejectGrantOutcomeCallable;
271typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
272typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
273typedef std::future<UpdateLicenseConfigurationOutcome> UpdateLicenseConfigurationOutcomeCallable;
274typedef std::future<UpdateLicenseManagerReportGeneratorOutcome> UpdateLicenseManagerReportGeneratorOutcomeCallable;
275typedef std::future<UpdateLicenseSpecificationsForResourceOutcome> UpdateLicenseSpecificationsForResourceOutcomeCallable;
276typedef std::future<UpdateServiceSettingsOutcome> UpdateServiceSettingsOutcomeCallable;
277/* End of service model Outcome callable definitions */
278} // namespace Model
279
281
282/* Service model async handlers definitions */
283typedef std::function<void(const LicenseManagerClient*, const Model::AcceptGrantRequest&, const Model::AcceptGrantOutcome&,
284 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
286typedef std::function<void(const LicenseManagerClient*, const Model::CheckInLicenseRequest&, const Model::CheckInLicenseOutcome&,
287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
289typedef std::function<void(const LicenseManagerClient*, const Model::CheckoutBorrowLicenseRequest&,
290 const Model::CheckoutBorrowLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292typedef std::function<void(const LicenseManagerClient*, const Model::CheckoutLicenseRequest&, const Model::CheckoutLicenseOutcome&,
293 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
295typedef std::function<void(const LicenseManagerClient*, const Model::CreateGrantRequest&, const Model::CreateGrantOutcome&,
296 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
298typedef std::function<void(const LicenseManagerClient*, const Model::CreateGrantVersionRequest&, const Model::CreateGrantVersionOutcome&,
299 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
301typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseRequest&, const Model::CreateLicenseOutcome&,
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
304typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseConfigurationRequest&,
305 const Model::CreateLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
307typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseConversionTaskForResourceRequest&,
309 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
311typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseManagerReportGeneratorRequest&,
313 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
315typedef std::function<void(const LicenseManagerClient*, const Model::CreateLicenseVersionRequest&,
316 const Model::CreateLicenseVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
318typedef std::function<void(const LicenseManagerClient*, const Model::CreateTokenRequest&, const Model::CreateTokenOutcome&,
319 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
321typedef std::function<void(const LicenseManagerClient*, const Model::DeleteGrantRequest&, const Model::DeleteGrantOutcome&,
322 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
324typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseRequest&, const Model::DeleteLicenseOutcome&,
325 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
327typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseConfigurationRequest&,
328 const Model::DeleteLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
330typedef std::function<void(const LicenseManagerClient*, const Model::DeleteLicenseManagerReportGeneratorRequest&,
332 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
334typedef std::function<void(const LicenseManagerClient*, const Model::DeleteTokenRequest&, const Model::DeleteTokenOutcome&,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
337typedef std::function<void(const LicenseManagerClient*, const Model::ExtendLicenseConsumptionRequest&,
338 const Model::ExtendLicenseConsumptionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const LicenseManagerClient*, const Model::GetAccessTokenRequest&, const Model::GetAccessTokenOutcome&,
341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const LicenseManagerClient*, const Model::GetGrantRequest&, const Model::GetGrantOutcome&,
344 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
346typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseRequest&, const Model::GetLicenseOutcome&,
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseConfigurationRequest&,
350 const Model::GetLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
352typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseConversionTaskRequest&,
353 const Model::GetLicenseConversionTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
355typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseManagerReportGeneratorRequest&,
357 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
359typedef std::function<void(const LicenseManagerClient*, const Model::GetLicenseUsageRequest&, const Model::GetLicenseUsageOutcome&,
360 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
362typedef std::function<void(const LicenseManagerClient*, const Model::GetServiceSettingsRequest&, const Model::GetServiceSettingsOutcome&,
363 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
367 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
369typedef std::function<void(const LicenseManagerClient*, const Model::ListDistributedGrantsRequest&,
370 const Model::ListDistributedGrantsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
376typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseConfigurationsRequest&,
377 const Model::ListLicenseConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
379typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseConversionTasksRequest&,
380 const Model::ListLicenseConversionTasksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
382typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseManagerReportGeneratorsRequest&,
384 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
386typedef std::function<void(const LicenseManagerClient*, const Model::ListLicenseSpecificationsForResourceRequest&,
388 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
391 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
393typedef std::function<void(const LicenseManagerClient*, const Model::ListLicensesRequest&, const Model::ListLicensesOutcome&,
394 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
396typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedGrantsRequest&, const Model::ListReceivedGrantsOutcome&,
397 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
399typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedGrantsForOrganizationRequest&,
401 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
403typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedLicensesRequest&,
404 const Model::ListReceivedLicensesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
406typedef std::function<void(const LicenseManagerClient*, const Model::ListReceivedLicensesForOrganizationRequest&,
408 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
410typedef std::function<void(const LicenseManagerClient*, const Model::ListResourceInventoryRequest&,
411 const Model::ListResourceInventoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
414 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
416typedef std::function<void(const LicenseManagerClient*, const Model::ListTokensRequest&, const Model::ListTokensOutcome&,
417 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
419typedef std::function<void(const LicenseManagerClient*, const Model::ListUsageForLicenseConfigurationRequest&,
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
423typedef std::function<void(const LicenseManagerClient*, const Model::RejectGrantRequest&, const Model::RejectGrantOutcome&,
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
426typedef std::function<void(const LicenseManagerClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
427 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
429typedef std::function<void(const LicenseManagerClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
430 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
432typedef std::function<void(const LicenseManagerClient*, const Model::UpdateLicenseConfigurationRequest&,
433 const Model::UpdateLicenseConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
435typedef std::function<void(const LicenseManagerClient*, const Model::UpdateLicenseManagerReportGeneratorRequest&,
437 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
439typedef std::function<void(const LicenseManagerClient*, const Model::UpdateLicenseSpecificationsForResourceRequest&,
441 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
443typedef std::function<void(const LicenseManagerClient*, const Model::UpdateServiceSettingsRequest&,
444 const Model::UpdateServiceSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
446/* End of service model async handlers definitions */
447} // namespace LicenseManager
448} // 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::CheckoutLicenseRequest &, const Model::CheckoutLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CheckoutLicenseResponseReceivedHandler
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::CreateLicenseRequest &, const Model::CreateLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLicenseResponseReceivedHandler
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::CheckoutBorrowLicenseRequest &, const Model::CheckoutBorrowLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CheckoutBorrowLicenseResponseReceivedHandler
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::CreateLicenseConfigurationRequest &, const Model::CreateLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLicenseConfigurationResponseReceivedHandler
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::ListReceivedGrantsRequest &, const Model::ListReceivedGrantsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListReceivedGrantsResponseReceivedHandler
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::AcceptGrantRequest &, const Model::AcceptGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptGrantResponseReceivedHandler
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::ListLicenseSpecificationsForResourceRequest &, const Model::ListLicenseSpecificationsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLicenseSpecificationsForResourceResponseReceivedHandler
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::UpdateLicenseManagerReportGeneratorRequest &, const Model::UpdateLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateLicenseManagerReportGeneratorResponseReceivedHandler
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::ListUsageForLicenseConfigurationRequest &, const Model::ListUsageForLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListUsageForLicenseConfigurationResponseReceivedHandler
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::CreateLicenseVersionRequest &, const Model::CreateLicenseVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLicenseVersionResponseReceivedHandler
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::ListLicenseConfigurationsRequest &, const Model::ListLicenseConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLicenseConfigurationsResponseReceivedHandler
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::GetLicenseConversionTaskRequest &, const Model::GetLicenseConversionTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLicenseConversionTaskResponseReceivedHandler
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::UpdateLicenseSpecificationsForResourceRequest &, const Model::UpdateLicenseSpecificationsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateLicenseSpecificationsForResourceResponseReceivedHandler
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::ListLicenseVersionsRequest &, const Model::ListLicenseVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLicenseVersionsResponseReceivedHandler
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::DeleteTokenRequest &, const Model::DeleteTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTokenResponseReceivedHandler
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::GetGrantRequest &, const Model::GetGrantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGrantResponseReceivedHandler
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::CreateTokenRequest &, const Model::CreateTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTokenResponseReceivedHandler
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::CheckInLicenseRequest &, const Model::CheckInLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CheckInLicenseResponseReceivedHandler
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::GetLicenseConfigurationRequest &, const Model::GetLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLicenseConfigurationResponseReceivedHandler
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::GetAccessTokenRequest &, const Model::GetAccessTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccessTokenResponseReceivedHandler
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::GetLicenseManagerReportGeneratorRequest &, const Model::GetLicenseManagerReportGeneratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLicenseManagerReportGeneratorResponseReceivedHandler
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::ListResourceInventoryRequest &, const Model::ListResourceInventoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListResourceInventoryResponseReceivedHandler
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::DeleteLicenseConfigurationRequest &, const Model::DeleteLicenseConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteLicenseConfigurationResponseReceivedHandler
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::CreateGrantVersionRequest &, const Model::CreateGrantVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGrantVersionResponseReceivedHandler
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::ListLicenseConversionTasksRequest &, const Model::ListLicenseConversionTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLicenseConversionTasksResponseReceivedHandler
std::function< void(const LicenseManagerClient *, const Model::ListReceivedLicensesForOrganizationRequest &, const Model::ListReceivedLicensesForOrganizationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListReceivedLicensesForOrganizationResponseReceivedHandler