AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LaunchWizardServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/launch-wizard/LaunchWizardErrors.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/launch-wizard/LaunchWizardEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in LaunchWizardClient header */
21#include <aws/launch-wizard/model/CreateDeploymentResult.h>
22#include <aws/launch-wizard/model/DeleteDeploymentResult.h>
23#include <aws/launch-wizard/model/GetDeploymentResult.h>
24#include <aws/launch-wizard/model/GetWorkloadResult.h>
25#include <aws/launch-wizard/model/GetWorkloadDeploymentPatternResult.h>
26#include <aws/launch-wizard/model/ListDeploymentEventsResult.h>
27#include <aws/launch-wizard/model/ListDeploymentsResult.h>
28#include <aws/launch-wizard/model/ListTagsForResourceResult.h>
29#include <aws/launch-wizard/model/ListWorkloadDeploymentPatternsResult.h>
30#include <aws/launch-wizard/model/ListWorkloadsResult.h>
31#include <aws/launch-wizard/model/TagResourceResult.h>
32#include <aws/launch-wizard/model/UntagResourceResult.h>
33#include <aws/launch-wizard/model/ListWorkloadsRequest.h>
34#include <aws/launch-wizard/model/ListDeploymentsRequest.h>
35/* End of service model headers required in LaunchWizardClient header */
36
37namespace Aws
38{
39 namespace Http
40 {
41 class HttpClient;
42 class HttpClientFactory;
43 } // namespace Http
44
45 namespace Utils
46 {
47 template< typename R, typename E> class Outcome;
48
49 namespace Threading
50 {
51 class Executor;
52 } // namespace Threading
53 } // namespace Utils
54
55 namespace Auth
56 {
57 class AWSCredentials;
58 class AWSCredentialsProvider;
59 } // namespace Auth
60
61 namespace Client
62 {
63 class RetryStrategy;
64 } // namespace Client
65
66 namespace LaunchWizard
67 {
71
72 namespace Model
73 {
74 /* Service model forward declarations required in LaunchWizardClient header */
87 /* End of service model forward declarations required in LaunchWizardClient header */
88
89 /* Service model Outcome class definitions */
102 /* End of service model Outcome class definitions */
103
104 /* Service model Outcome callable definitions */
105 typedef std::future<CreateDeploymentOutcome> CreateDeploymentOutcomeCallable;
106 typedef std::future<DeleteDeploymentOutcome> DeleteDeploymentOutcomeCallable;
107 typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
108 typedef std::future<GetWorkloadOutcome> GetWorkloadOutcomeCallable;
109 typedef std::future<GetWorkloadDeploymentPatternOutcome> GetWorkloadDeploymentPatternOutcomeCallable;
110 typedef std::future<ListDeploymentEventsOutcome> ListDeploymentEventsOutcomeCallable;
111 typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
112 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
113 typedef std::future<ListWorkloadDeploymentPatternsOutcome> ListWorkloadDeploymentPatternsOutcomeCallable;
114 typedef std::future<ListWorkloadsOutcome> ListWorkloadsOutcomeCallable;
115 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
116 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
117 /* End of service model Outcome callable definitions */
118 } // namespace Model
119
120 class LaunchWizardClient;
121
122 /* Service model async handlers definitions */
123 typedef std::function<void(const LaunchWizardClient*, const Model::CreateDeploymentRequest&, const Model::CreateDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDeploymentResponseReceivedHandler;
124 typedef std::function<void(const LaunchWizardClient*, const Model::DeleteDeploymentRequest&, const Model::DeleteDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteDeploymentResponseReceivedHandler;
125 typedef std::function<void(const LaunchWizardClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeploymentResponseReceivedHandler;
126 typedef std::function<void(const LaunchWizardClient*, const Model::GetWorkloadRequest&, const Model::GetWorkloadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetWorkloadResponseReceivedHandler;
127 typedef std::function<void(const LaunchWizardClient*, const Model::GetWorkloadDeploymentPatternRequest&, const Model::GetWorkloadDeploymentPatternOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetWorkloadDeploymentPatternResponseReceivedHandler;
128 typedef std::function<void(const LaunchWizardClient*, const Model::ListDeploymentEventsRequest&, const Model::ListDeploymentEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDeploymentEventsResponseReceivedHandler;
129 typedef std::function<void(const LaunchWizardClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDeploymentsResponseReceivedHandler;
130 typedef std::function<void(const LaunchWizardClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
131 typedef std::function<void(const LaunchWizardClient*, const Model::ListWorkloadDeploymentPatternsRequest&, const Model::ListWorkloadDeploymentPatternsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkloadDeploymentPatternsResponseReceivedHandler;
132 typedef std::function<void(const LaunchWizardClient*, const Model::ListWorkloadsRequest&, const Model::ListWorkloadsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkloadsResponseReceivedHandler;
133 typedef std::function<void(const LaunchWizardClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
134 typedef std::function<void(const LaunchWizardClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
135 /* End of service model async handlers definitions */
136 } // namespace LaunchWizard
137} // namespace Aws
EndpointProviderBase< LaunchWizardClientConfiguration, LaunchWizardBuiltInParameters, LaunchWizardClientContextParameters > LaunchWizardEndpointProviderBase
std::future< DeleteDeploymentOutcome > DeleteDeploymentOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, LaunchWizardError > TagResourceOutcome
Aws::Utils::Outcome< UntagResourceResult, LaunchWizardError > UntagResourceOutcome
Aws::Utils::Outcome< ListWorkloadDeploymentPatternsResult, LaunchWizardError > ListWorkloadDeploymentPatternsOutcome
Aws::Utils::Outcome< ListDeploymentsResult, LaunchWizardError > ListDeploymentsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListWorkloadsResult, LaunchWizardError > ListWorkloadsOutcome
std::future< GetWorkloadOutcome > GetWorkloadOutcomeCallable
Aws::Utils::Outcome< GetDeploymentResult, LaunchWizardError > GetDeploymentOutcome
std::future< ListWorkloadDeploymentPatternsOutcome > ListWorkloadDeploymentPatternsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< CreateDeploymentResult, LaunchWizardError > CreateDeploymentOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListDeploymentEventsOutcome > ListDeploymentEventsOutcomeCallable
Aws::Utils::Outcome< GetWorkloadDeploymentPatternResult, LaunchWizardError > GetWorkloadDeploymentPatternOutcome
std::future< CreateDeploymentOutcome > CreateDeploymentOutcomeCallable
Aws::Utils::Outcome< DeleteDeploymentResult, LaunchWizardError > DeleteDeploymentOutcome
std::future< GetWorkloadDeploymentPatternOutcome > GetWorkloadDeploymentPatternOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, LaunchWizardError > ListTagsForResourceOutcome
Aws::Utils::Outcome< GetWorkloadResult, LaunchWizardError > GetWorkloadOutcome
Aws::Utils::Outcome< ListDeploymentEventsResult, LaunchWizardError > ListDeploymentEventsOutcome
std::future< GetDeploymentOutcome > GetDeploymentOutcomeCallable
std::future< ListDeploymentsOutcome > ListDeploymentsOutcomeCallable
std::future< ListWorkloadsOutcome > ListWorkloadsOutcomeCallable
std::function< void(const LaunchWizardClient *, const Model::DeleteDeploymentRequest &, const Model::DeleteDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteDeploymentResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::ListWorkloadDeploymentPatternsRequest &, const Model::ListWorkloadDeploymentPatternsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkloadDeploymentPatternsResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::ListDeploymentEventsRequest &, const Model::ListDeploymentEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDeploymentEventsResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::ListWorkloadsRequest &, const Model::ListWorkloadsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkloadsResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::GetDeploymentRequest &, const Model::GetDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeploymentResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::ListDeploymentsRequest &, const Model::ListDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDeploymentsResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::GetWorkloadDeploymentPatternRequest &, const Model::GetWorkloadDeploymentPatternOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetWorkloadDeploymentPatternResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::CreateDeploymentRequest &, const Model::CreateDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDeploymentResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::GetWorkloadRequest &, const Model::GetWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetWorkloadResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler