7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/launch-wizard/LaunchWizardServiceClientModel.h>
12#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
15namespace LaunchWizard {
38 std::shared_ptr<LaunchWizardEndpointProviderBase> endpointProvider =
nullptr);
45 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<LaunchWizardEndpointProviderBase> endpointProvider =
nullptr,
53 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
54 std::shared_ptr<LaunchWizardEndpointProviderBase> endpointProvider =
nullptr,
74 LaunchWizardClient(
const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
93 template <
typename CreateDeploymentRequestT = Model::CreateDeploymentRequest>
95 return SubmitCallable(&LaunchWizardClient::CreateDeployment, request);
102 template <
typename CreateDeploymentRequestT = Model::CreateDeploymentRequest>
104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
105 return SubmitAsync(&LaunchWizardClient::CreateDeployment, request, handler, context);
119 template <
typename DeleteDeploymentRequestT = Model::DeleteDeploymentRequest>
121 return SubmitCallable(&LaunchWizardClient::DeleteDeployment, request);
128 template <
typename DeleteDeploymentRequestT = Model::DeleteDeploymentRequest>
130 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
131 return SubmitAsync(&LaunchWizardClient::DeleteDeployment, request, handler, context);
144 template <
typename GetDeploymentRequestT = Model::GetDeploymentRequest>
146 return SubmitCallable(&LaunchWizardClient::GetDeployment, request);
153 template <
typename GetDeploymentRequestT = Model::GetDeploymentRequest>
155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
156 return SubmitAsync(&LaunchWizardClient::GetDeployment, request, handler, context);
172 template <
typename GetDeploymentPatternVersionRequestT = Model::GetDeploymentPatternVersionRequest>
174 const GetDeploymentPatternVersionRequestT& request)
const {
175 return SubmitCallable(&LaunchWizardClient::GetDeploymentPatternVersion, request);
182 template <
typename GetDeploymentPatternVersionRequestT = Model::GetDeploymentPatternVersionRequest>
185 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
186 return SubmitAsync(&LaunchWizardClient::GetDeploymentPatternVersion, request, handler, context);
199 template <
typename GetWorkloadRequestT = Model::GetWorkloadRequest>
201 return SubmitCallable(&LaunchWizardClient::GetWorkload, request);
208 template <
typename GetWorkloadRequestT = Model::GetWorkloadRequest>
210 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
211 return SubmitAsync(&LaunchWizardClient::GetWorkload, request, handler, context);
232 template <
typename GetWorkloadDeploymentPatternRequestT = Model::GetWorkloadDeploymentPatternRequest>
234 const GetWorkloadDeploymentPatternRequestT& request)
const {
235 return SubmitCallable(&LaunchWizardClient::GetWorkloadDeploymentPattern, request);
242 template <
typename GetWorkloadDeploymentPatternRequestT = Model::GetWorkloadDeploymentPatternRequest>
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
246 return SubmitAsync(&LaunchWizardClient::GetWorkloadDeploymentPattern, request, handler, context);
260 template <
typename ListDeploymentEventsRequestT = Model::ListDeploymentEventsRequest>
262 return SubmitCallable(&LaunchWizardClient::ListDeploymentEvents, request);
269 template <
typename ListDeploymentEventsRequestT = Model::ListDeploymentEventsRequest>
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
272 return SubmitAsync(&LaunchWizardClient::ListDeploymentEvents, request, handler, context);
287 template <
typename ListDeploymentPatternVersionsRequestT = Model::ListDeploymentPatternVersionsRequest>
289 const ListDeploymentPatternVersionsRequestT& request)
const {
290 return SubmitCallable(&LaunchWizardClient::ListDeploymentPatternVersions, request);
297 template <
typename ListDeploymentPatternVersionsRequestT = Model::ListDeploymentPatternVersionsRequest>
300 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
301 return SubmitAsync(&LaunchWizardClient::ListDeploymentPatternVersions, request, handler, context);
314 template <
typename ListDeploymentsRequestT = Model::ListDeploymentsRequest>
316 return SubmitCallable(&LaunchWizardClient::ListDeployments, request);
323 template <
typename ListDeploymentsRequestT = Model::ListDeploymentsRequest>
325 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr,
326 const ListDeploymentsRequestT& request = {})
const {
327 return SubmitAsync(&LaunchWizardClient::ListDeployments, request, handler, context);
342 template <
typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
344 return SubmitCallable(&LaunchWizardClient::ListTagsForResource, request);
351 template <
typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
353 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
354 return SubmitAsync(&LaunchWizardClient::ListTagsForResource, request, handler, context);
373 template <
typename ListWorkloadDeploymentPatternsRequestT = Model::ListWorkloadDeploymentPatternsRequest>
375 const ListWorkloadDeploymentPatternsRequestT& request)
const {
376 return SubmitCallable(&LaunchWizardClient::ListWorkloadDeploymentPatterns, request);
383 template <
typename ListWorkloadDeploymentPatternsRequestT = Model::ListWorkloadDeploymentPatternsRequest>
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
387 return SubmitAsync(&LaunchWizardClient::ListWorkloadDeploymentPatterns, request, handler, context);
403 template <
typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
405 return SubmitCallable(&LaunchWizardClient::ListWorkloads, request);
412 template <
typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
414 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr,
415 const ListWorkloadsRequestT& request = {})
const {
416 return SubmitAsync(&LaunchWizardClient::ListWorkloads, request, handler, context);
429 template <
typename TagResourceRequestT = Model::TagResourceRequest>
431 return SubmitCallable(&LaunchWizardClient::TagResource, request);
438 template <
typename TagResourceRequestT = Model::TagResourceRequest>
440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
441 return SubmitAsync(&LaunchWizardClient::TagResource, request, handler, context);
455 template <
typename UntagResourceRequestT = Model::UntagResourceRequest>
457 return SubmitCallable(&LaunchWizardClient::UntagResource, request);
464 template <
typename UntagResourceRequestT = Model::UntagResourceRequest>
466 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
467 return SubmitAsync(&LaunchWizardClient::UntagResource, request, handler, context);
481 template <
typename UpdateDeploymentRequestT = Model::UpdateDeploymentRequest>
483 return SubmitCallable(&LaunchWizardClient::UpdateDeployment, request);
490 template <
typename UpdateDeploymentRequestT = Model::UpdateDeploymentRequest>
492 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
493 return SubmitAsync(&LaunchWizardClient::UpdateDeployment, request, handler, context);
504 std::shared_ptr<LaunchWizardEndpointProviderBase> m_endpointProvider;
virtual Model::ListWorkloadDeploymentPatternsOutcome ListWorkloadDeploymentPatterns(const Model::ListWorkloadDeploymentPatternsRequest &request) const
std::shared_ptr< LaunchWizardEndpointProviderBase > & accessEndpointProvider()
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
Model::UpdateDeploymentOutcomeCallable UpdateDeploymentCallable(const UpdateDeploymentRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::ListDeploymentPatternVersionsOutcomeCallable ListDeploymentPatternVersionsCallable(const ListDeploymentPatternVersionsRequestT &request) const
Model::GetWorkloadOutcomeCallable GetWorkloadCallable(const GetWorkloadRequestT &request) const
void GetDeploymentAsync(const GetDeploymentRequestT &request, const GetDeploymentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDeploymentsOutcomeCallable ListDeploymentsCallable(const ListDeploymentsRequestT &request={}) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
static const char * GetServiceName()
Model::GetDeploymentPatternVersionOutcomeCallable GetDeploymentPatternVersionCallable(const GetDeploymentPatternVersionRequestT &request) const
virtual Model::ListDeploymentEventsOutcome ListDeploymentEvents(const Model::ListDeploymentEventsRequest &request) const
LaunchWizardClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< LaunchWizardEndpointProviderBase > endpointProvider=nullptr, const Aws::LaunchWizard::LaunchWizardClientConfiguration &clientConfiguration=Aws::LaunchWizard::LaunchWizardClientConfiguration())
void ListDeploymentsAsync(const ListDeploymentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDeploymentsRequestT &request={}) const
LaunchWizardClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
void GetWorkloadDeploymentPatternAsync(const GetWorkloadDeploymentPatternRequestT &request, const GetWorkloadDeploymentPatternResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDeploymentEventsOutcomeCallable ListDeploymentEventsCallable(const ListDeploymentEventsRequestT &request) const
LaunchWizardClient(const Aws::LaunchWizard::LaunchWizardClientConfiguration &clientConfiguration=Aws::LaunchWizard::LaunchWizardClientConfiguration(), std::shared_ptr< LaunchWizardEndpointProviderBase > endpointProvider=nullptr)
void ListDeploymentEventsAsync(const ListDeploymentEventsRequestT &request, const ListDeploymentEventsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListWorkloadsAsync(const ListWorkloadsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListWorkloadsRequestT &request={}) const
void UpdateDeploymentAsync(const UpdateDeploymentRequestT &request, const UpdateDeploymentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual ~LaunchWizardClient()
virtual Model::CreateDeploymentOutcome CreateDeployment(const Model::CreateDeploymentRequest &request) const
LaunchWizardClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< LaunchWizardEndpointProviderBase > endpointProvider=nullptr, const Aws::LaunchWizard::LaunchWizardClientConfiguration &clientConfiguration=Aws::LaunchWizard::LaunchWizardClientConfiguration())
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::ListWorkloadDeploymentPatternsOutcomeCallable ListWorkloadDeploymentPatternsCallable(const ListWorkloadDeploymentPatternsRequestT &request) const
void CreateDeploymentAsync(const CreateDeploymentRequestT &request, const CreateDeploymentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void OverrideEndpoint(const Aws::String &endpoint)
Model::GetWorkloadDeploymentPatternOutcomeCallable GetWorkloadDeploymentPatternCallable(const GetWorkloadDeploymentPatternRequestT &request) const
LaunchWizardClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
LaunchWizardClient(const Aws::Client::ClientConfiguration &clientConfiguration)
void ListDeploymentPatternVersionsAsync(const ListDeploymentPatternVersionsRequestT &request, const ListDeploymentPatternVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetAllocationTag()
virtual Model::GetWorkloadDeploymentPatternOutcome GetWorkloadDeploymentPattern(const Model::GetWorkloadDeploymentPatternRequest &request) const
Model::GetDeploymentOutcomeCallable GetDeploymentCallable(const GetDeploymentRequestT &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::ListDeploymentPatternVersionsOutcome ListDeploymentPatternVersions(const Model::ListDeploymentPatternVersionsRequest &request) const
Aws::Client::AWSJsonClient BASECLASS
void DeleteDeploymentAsync(const DeleteDeploymentRequestT &request, const DeleteDeploymentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetDeploymentPatternVersionOutcome GetDeploymentPatternVersion(const Model::GetDeploymentPatternVersionRequest &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListWorkloadsOutcome ListWorkloads(const Model::ListWorkloadsRequest &request={}) const
LaunchWizardEndpointProvider EndpointProviderType
void ListWorkloadDeploymentPatternsAsync(const ListWorkloadDeploymentPatternsRequestT &request, const ListWorkloadDeploymentPatternsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListWorkloadsOutcomeCallable ListWorkloadsCallable(const ListWorkloadsRequestT &request={}) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateDeploymentOutcome UpdateDeployment(const Model::UpdateDeploymentRequest &request) const
virtual Model::GetWorkloadOutcome GetWorkload(const Model::GetWorkloadRequest &request) const
LaunchWizardClientConfiguration ClientConfigurationType
virtual Model::ListDeploymentsOutcome ListDeployments(const Model::ListDeploymentsRequest &request={}) const
Model::DeleteDeploymentOutcomeCallable DeleteDeploymentCallable(const DeleteDeploymentRequestT &request) const
virtual Model::DeleteDeploymentOutcome DeleteDeployment(const Model::DeleteDeploymentRequest &request) const
Model::CreateDeploymentOutcomeCallable CreateDeploymentCallable(const CreateDeploymentRequestT &request) const
virtual Model::GetDeploymentOutcome GetDeployment(const Model::GetDeploymentRequest &request) const
void GetDeploymentPatternVersionAsync(const GetDeploymentPatternVersionRequestT &request, const GetDeploymentPatternVersionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetWorkloadAsync(const GetWorkloadRequestT &request, const GetWorkloadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< DeleteDeploymentOutcome > DeleteDeploymentOutcomeCallable
std::future< ListDeploymentPatternVersionsOutcome > ListDeploymentPatternVersionsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetWorkloadOutcome > GetWorkloadOutcomeCallable
std::future< ListWorkloadDeploymentPatternsOutcome > ListWorkloadDeploymentPatternsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListDeploymentEventsOutcome > ListDeploymentEventsOutcomeCallable
std::future< CreateDeploymentOutcome > CreateDeploymentOutcomeCallable
std::future< GetWorkloadDeploymentPatternOutcome > GetWorkloadDeploymentPatternOutcomeCallable
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String