AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
LaunchWizardServiceClientModel.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/launch-wizard/LaunchWizardEndpointProvider.h>
15#include <aws/launch-wizard/LaunchWizardErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in LaunchWizardClient header */
22#include <aws/launch-wizard/model/CreateDeploymentResult.h>
23#include <aws/launch-wizard/model/DeleteDeploymentResult.h>
24#include <aws/launch-wizard/model/GetDeploymentPatternVersionResult.h>
25#include <aws/launch-wizard/model/GetDeploymentResult.h>
26#include <aws/launch-wizard/model/GetWorkloadDeploymentPatternResult.h>
27#include <aws/launch-wizard/model/GetWorkloadResult.h>
28#include <aws/launch-wizard/model/ListDeploymentEventsResult.h>
29#include <aws/launch-wizard/model/ListDeploymentPatternVersionsResult.h>
30#include <aws/launch-wizard/model/ListDeploymentsRequest.h>
31#include <aws/launch-wizard/model/ListDeploymentsResult.h>
32#include <aws/launch-wizard/model/ListTagsForResourceResult.h>
33#include <aws/launch-wizard/model/ListWorkloadDeploymentPatternsResult.h>
34#include <aws/launch-wizard/model/ListWorkloadsRequest.h>
35#include <aws/launch-wizard/model/ListWorkloadsResult.h>
36#include <aws/launch-wizard/model/TagResourceResult.h>
37#include <aws/launch-wizard/model/UntagResourceResult.h>
38#include <aws/launch-wizard/model/UpdateDeploymentResult.h>
39/* End of service model headers required in LaunchWizardClient header */
40
41namespace Aws {
42namespace Http {
43class HttpClient;
44class HttpClientFactory;
45} // namespace Http
46
47namespace Utils {
48template <typename R, typename E>
49class Outcome;
50
51namespace Threading {
52class Executor;
53} // namespace Threading
54} // namespace Utils
55
56namespace Auth {
57class AWSCredentials;
58class AWSCredentialsProvider;
59} // namespace Auth
60
61namespace Client {
62class RetryStrategy;
63} // namespace Client
64
65namespace LaunchWizard {
69
70namespace Model {
71/* 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 */
105/* End of service model Outcome class definitions */
106
107/* Service model Outcome callable definitions */
108typedef std::future<CreateDeploymentOutcome> CreateDeploymentOutcomeCallable;
109typedef std::future<DeleteDeploymentOutcome> DeleteDeploymentOutcomeCallable;
110typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
111typedef std::future<GetDeploymentPatternVersionOutcome> GetDeploymentPatternVersionOutcomeCallable;
112typedef std::future<GetWorkloadOutcome> GetWorkloadOutcomeCallable;
113typedef std::future<GetWorkloadDeploymentPatternOutcome> GetWorkloadDeploymentPatternOutcomeCallable;
114typedef std::future<ListDeploymentEventsOutcome> ListDeploymentEventsOutcomeCallable;
115typedef std::future<ListDeploymentPatternVersionsOutcome> ListDeploymentPatternVersionsOutcomeCallable;
116typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
117typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
118typedef std::future<ListWorkloadDeploymentPatternsOutcome> ListWorkloadDeploymentPatternsOutcomeCallable;
119typedef std::future<ListWorkloadsOutcome> ListWorkloadsOutcomeCallable;
120typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
121typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
122typedef std::future<UpdateDeploymentOutcome> UpdateDeploymentOutcomeCallable;
123/* End of service model Outcome callable definitions */
124} // namespace Model
125
127
128/* Service model async handlers definitions */
129typedef std::function<void(const LaunchWizardClient*, const Model::CreateDeploymentRequest&, const Model::CreateDeploymentOutcome&,
130 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
132typedef std::function<void(const LaunchWizardClient*, const Model::DeleteDeploymentRequest&, const Model::DeleteDeploymentOutcome&,
133 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
135typedef std::function<void(const LaunchWizardClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&,
136 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
138typedef std::function<void(const LaunchWizardClient*, const Model::GetDeploymentPatternVersionRequest&,
139 const Model::GetDeploymentPatternVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
141typedef std::function<void(const LaunchWizardClient*, const Model::GetWorkloadRequest&, const Model::GetWorkloadOutcome&,
142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
144typedef std::function<void(const LaunchWizardClient*, const Model::GetWorkloadDeploymentPatternRequest&,
146 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
149 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
151typedef std::function<void(const LaunchWizardClient*, const Model::ListDeploymentPatternVersionsRequest&,
153 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
155typedef std::function<void(const LaunchWizardClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&,
156 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
158typedef std::function<void(const LaunchWizardClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
161typedef std::function<void(const LaunchWizardClient*, const Model::ListWorkloadDeploymentPatternsRequest&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
165typedef std::function<void(const LaunchWizardClient*, const Model::ListWorkloadsRequest&, const Model::ListWorkloadsOutcome&,
166 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const LaunchWizardClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const LaunchWizardClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const LaunchWizardClient*, const Model::UpdateDeploymentRequest&, const Model::UpdateDeploymentOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177/* End of service model async handlers definitions */
178} // namespace LaunchWizard
179} // namespace Aws
EndpointProviderBase< LaunchWizardClientConfiguration, LaunchWizardBuiltInParameters, LaunchWizardClientContextParameters > LaunchWizardEndpointProviderBase
Aws::Utils::Outcome< GetDeploymentPatternVersionResult, LaunchWizardError > GetDeploymentPatternVersionOutcome
std::future< DeleteDeploymentOutcome > DeleteDeploymentOutcomeCallable
Aws::Utils::Outcome< ListDeploymentPatternVersionsResult, LaunchWizardError > ListDeploymentPatternVersionsOutcome
Aws::Utils::Outcome< TagResourceResult, LaunchWizardError > TagResourceOutcome
std::future< ListDeploymentPatternVersionsOutcome > ListDeploymentPatternVersionsOutcomeCallable
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
Aws::Utils::Outcome< UpdateDeploymentResult, LaunchWizardError > UpdateDeploymentOutcome
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< GetDeploymentPatternVersionOutcome > GetDeploymentPatternVersionOutcomeCallable
std::future< UpdateDeploymentOutcome > UpdateDeploymentOutcomeCallable
std::future< ListWorkloadsOutcome > ListWorkloadsOutcomeCallable
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::ListDeploymentPatternVersionsRequest &, const Model::ListDeploymentPatternVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDeploymentPatternVersionsResponseReceivedHandler
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::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::UpdateDeploymentRequest &, const Model::UpdateDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDeploymentResponseReceivedHandler
std::function< void(const LaunchWizardClient *, const Model::GetDeploymentPatternVersionRequest &, const Model::GetDeploymentPatternVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDeploymentPatternVersionResponseReceivedHandler
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::GetWorkloadRequest &, const Model::GetWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetWorkloadResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
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::DeleteDeploymentRequest &, const Model::DeleteDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDeploymentResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler