AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
AppConfigServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/appconfig/AppConfigEndpointProvider.h>
10#include <aws/appconfig/AppConfigErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in AppConfigClient header */
22#include <aws/appconfig/model/CreateApplicationResult.h>
23#include <aws/appconfig/model/CreateConfigurationProfileResult.h>
24#include <aws/appconfig/model/CreateDeploymentStrategyResult.h>
25#include <aws/appconfig/model/CreateEnvironmentResult.h>
26#include <aws/appconfig/model/CreateExtensionAssociationResult.h>
27#include <aws/appconfig/model/CreateExtensionResult.h>
28#include <aws/appconfig/model/CreateHostedConfigurationVersionResult.h>
29#include <aws/appconfig/model/GetAccountSettingsRequest.h>
30#include <aws/appconfig/model/GetAccountSettingsResult.h>
31#include <aws/appconfig/model/GetApplicationResult.h>
32#include <aws/appconfig/model/GetConfigurationProfileResult.h>
33#include <aws/appconfig/model/GetDeploymentResult.h>
34#include <aws/appconfig/model/GetDeploymentStrategyResult.h>
35#include <aws/appconfig/model/GetEnvironmentResult.h>
36#include <aws/appconfig/model/GetExtensionAssociationResult.h>
37#include <aws/appconfig/model/GetExtensionResult.h>
38#include <aws/appconfig/model/GetHostedConfigurationVersionResult.h>
39#include <aws/appconfig/model/ListApplicationsRequest.h>
40#include <aws/appconfig/model/ListApplicationsResult.h>
41#include <aws/appconfig/model/ListConfigurationProfilesResult.h>
42#include <aws/appconfig/model/ListDeploymentStrategiesRequest.h>
43#include <aws/appconfig/model/ListDeploymentStrategiesResult.h>
44#include <aws/appconfig/model/ListDeploymentsResult.h>
45#include <aws/appconfig/model/ListEnvironmentsResult.h>
46#include <aws/appconfig/model/ListExtensionAssociationsRequest.h>
47#include <aws/appconfig/model/ListExtensionAssociationsResult.h>
48#include <aws/appconfig/model/ListExtensionsRequest.h>
49#include <aws/appconfig/model/ListExtensionsResult.h>
50#include <aws/appconfig/model/ListHostedConfigurationVersionsResult.h>
51#include <aws/appconfig/model/ListTagsForResourceResult.h>
52#include <aws/appconfig/model/StartDeploymentResult.h>
53#include <aws/appconfig/model/StopDeploymentResult.h>
54#include <aws/appconfig/model/UpdateAccountSettingsRequest.h>
55#include <aws/appconfig/model/UpdateAccountSettingsResult.h>
56#include <aws/appconfig/model/UpdateApplicationResult.h>
57#include <aws/appconfig/model/UpdateConfigurationProfileResult.h>
58#include <aws/appconfig/model/UpdateDeploymentStrategyResult.h>
59#include <aws/appconfig/model/UpdateEnvironmentResult.h>
60#include <aws/appconfig/model/UpdateExtensionAssociationResult.h>
61#include <aws/appconfig/model/UpdateExtensionResult.h>
62#include <aws/core/NoResult.h>
63/* End of service model headers required in AppConfigClient header */
64
65namespace Aws {
66namespace Http {
67class HttpClient;
68class HttpClientFactory;
69} // namespace Http
70
71namespace Utils {
72template <typename R, typename E>
73class Outcome;
74
75namespace Threading {
76class Executor;
77} // namespace Threading
78} // namespace Utils
79
80namespace Auth {
81class AWSCredentials;
82class AWSCredentialsProvider;
83} // namespace Auth
84
85namespace Client {
86class RetryStrategy;
87} // namespace Client
88
89namespace AppConfig {
93
94namespace Model {
95/* Service model forward declarations required in AppConfigClient header */
140/* End of service model forward declarations required in AppConfigClient header */
141
142/* Service model Outcome class definitions */
187/* End of service model Outcome class definitions */
188
189/* Service model Outcome callable definitions */
190typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
191typedef std::future<CreateConfigurationProfileOutcome> CreateConfigurationProfileOutcomeCallable;
192typedef std::future<CreateDeploymentStrategyOutcome> CreateDeploymentStrategyOutcomeCallable;
193typedef std::future<CreateEnvironmentOutcome> CreateEnvironmentOutcomeCallable;
194typedef std::future<CreateExtensionOutcome> CreateExtensionOutcomeCallable;
195typedef std::future<CreateExtensionAssociationOutcome> CreateExtensionAssociationOutcomeCallable;
196typedef std::future<CreateHostedConfigurationVersionOutcome> CreateHostedConfigurationVersionOutcomeCallable;
197typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
198typedef std::future<DeleteConfigurationProfileOutcome> DeleteConfigurationProfileOutcomeCallable;
199typedef std::future<DeleteDeploymentStrategyOutcome> DeleteDeploymentStrategyOutcomeCallable;
200typedef std::future<DeleteEnvironmentOutcome> DeleteEnvironmentOutcomeCallable;
201typedef std::future<DeleteExtensionOutcome> DeleteExtensionOutcomeCallable;
202typedef std::future<DeleteExtensionAssociationOutcome> DeleteExtensionAssociationOutcomeCallable;
203typedef std::future<DeleteHostedConfigurationVersionOutcome> DeleteHostedConfigurationVersionOutcomeCallable;
204typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
205typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
206typedef std::future<GetConfigurationProfileOutcome> GetConfigurationProfileOutcomeCallable;
207typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
208typedef std::future<GetDeploymentStrategyOutcome> GetDeploymentStrategyOutcomeCallable;
209typedef std::future<GetEnvironmentOutcome> GetEnvironmentOutcomeCallable;
210typedef std::future<GetExtensionOutcome> GetExtensionOutcomeCallable;
211typedef std::future<GetExtensionAssociationOutcome> GetExtensionAssociationOutcomeCallable;
212typedef std::future<GetHostedConfigurationVersionOutcome> GetHostedConfigurationVersionOutcomeCallable;
213typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
214typedef std::future<ListConfigurationProfilesOutcome> ListConfigurationProfilesOutcomeCallable;
215typedef std::future<ListDeploymentStrategiesOutcome> ListDeploymentStrategiesOutcomeCallable;
216typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
217typedef std::future<ListEnvironmentsOutcome> ListEnvironmentsOutcomeCallable;
218typedef std::future<ListExtensionAssociationsOutcome> ListExtensionAssociationsOutcomeCallable;
219typedef std::future<ListExtensionsOutcome> ListExtensionsOutcomeCallable;
220typedef std::future<ListHostedConfigurationVersionsOutcome> ListHostedConfigurationVersionsOutcomeCallable;
221typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
222typedef std::future<StartDeploymentOutcome> StartDeploymentOutcomeCallable;
223typedef std::future<StopDeploymentOutcome> StopDeploymentOutcomeCallable;
224typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
225typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
226typedef std::future<UpdateAccountSettingsOutcome> UpdateAccountSettingsOutcomeCallable;
227typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
228typedef std::future<UpdateConfigurationProfileOutcome> UpdateConfigurationProfileOutcomeCallable;
229typedef std::future<UpdateDeploymentStrategyOutcome> UpdateDeploymentStrategyOutcomeCallable;
230typedef std::future<UpdateEnvironmentOutcome> UpdateEnvironmentOutcomeCallable;
231typedef std::future<UpdateExtensionOutcome> UpdateExtensionOutcomeCallable;
232typedef std::future<UpdateExtensionAssociationOutcome> UpdateExtensionAssociationOutcomeCallable;
233typedef std::future<ValidateConfigurationOutcome> ValidateConfigurationOutcomeCallable;
234/* End of service model Outcome callable definitions */
235} // namespace Model
236
237class AppConfigClient;
238
239/* Service model async handlers definitions */
240typedef std::function<void(const AppConfigClient*, const Model::CreateApplicationRequest&, const Model::CreateApplicationOutcome&,
241 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
243typedef std::function<void(const AppConfigClient*, const Model::CreateConfigurationProfileRequest&,
244 const Model::CreateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
246typedef std::function<void(const AppConfigClient*, const Model::CreateDeploymentStrategyRequest&,
247 const Model::CreateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
249typedef std::function<void(const AppConfigClient*, const Model::CreateEnvironmentRequest&, const Model::CreateEnvironmentOutcome&,
250 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
252typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionRequest&, const Model::CreateExtensionOutcome&,
253 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
255typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionAssociationRequest&,
256 const Model::CreateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
258typedef std::function<void(const AppConfigClient*, const Model::CreateHostedConfigurationVersionRequest&,
259 Model::CreateHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
261typedef std::function<void(const AppConfigClient*, const Model::DeleteApplicationRequest&, const Model::DeleteApplicationOutcome&,
262 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
264typedef std::function<void(const AppConfigClient*, const Model::DeleteConfigurationProfileRequest&,
265 const Model::DeleteConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
267typedef std::function<void(const AppConfigClient*, const Model::DeleteDeploymentStrategyRequest&,
268 const Model::DeleteDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
270typedef std::function<void(const AppConfigClient*, const Model::DeleteEnvironmentRequest&, const Model::DeleteEnvironmentOutcome&,
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
273typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionRequest&, const Model::DeleteExtensionOutcome&,
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
276typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionAssociationRequest&,
277 const Model::DeleteExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
279typedef std::function<void(const AppConfigClient*, const Model::DeleteHostedConfigurationVersionRequest&,
281 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
283typedef std::function<void(const AppConfigClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&,
284 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
286typedef std::function<void(const AppConfigClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&,
287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
289typedef std::function<void(const AppConfigClient*, const Model::GetConfigurationProfileRequest&,
290 const Model::GetConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&,
293 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
295typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentStrategyRequest&, const Model::GetDeploymentStrategyOutcome&,
296 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
298typedef std::function<void(const AppConfigClient*, const Model::GetEnvironmentRequest&, const Model::GetEnvironmentOutcome&,
299 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
301typedef std::function<void(const AppConfigClient*, const Model::GetExtensionRequest&, const Model::GetExtensionOutcome&,
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
304typedef std::function<void(const AppConfigClient*, const Model::GetExtensionAssociationRequest&,
305 const Model::GetExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
307typedef std::function<void(const AppConfigClient*, const Model::GetHostedConfigurationVersionRequest&,
308 Model::GetHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
310typedef std::function<void(const AppConfigClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&,
311 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
313typedef std::function<void(const AppConfigClient*, const Model::ListConfigurationProfilesRequest&,
314 const Model::ListConfigurationProfilesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
316typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentStrategiesRequest&,
317 const Model::ListDeploymentStrategiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
319typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&,
320 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
322typedef std::function<void(const AppConfigClient*, const Model::ListEnvironmentsRequest&, const Model::ListEnvironmentsOutcome&,
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
325typedef std::function<void(const AppConfigClient*, const Model::ListExtensionAssociationsRequest&,
326 const Model::ListExtensionAssociationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
328typedef std::function<void(const AppConfigClient*, const Model::ListExtensionsRequest&, const Model::ListExtensionsOutcome&,
329 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331typedef std::function<void(const AppConfigClient*, const Model::ListHostedConfigurationVersionsRequest&,
333 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
335typedef std::function<void(const AppConfigClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
336 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
338typedef std::function<void(const AppConfigClient*, const Model::StartDeploymentRequest&, const Model::StartDeploymentOutcome&,
339 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
341typedef std::function<void(const AppConfigClient*, const Model::StopDeploymentRequest&, const Model::StopDeploymentOutcome&,
342 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
344typedef std::function<void(const AppConfigClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
345 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
347typedef std::function<void(const AppConfigClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
348 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
350typedef std::function<void(const AppConfigClient*, const Model::UpdateAccountSettingsRequest&, const Model::UpdateAccountSettingsOutcome&,
351 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
353typedef std::function<void(const AppConfigClient*, const Model::UpdateApplicationRequest&, const Model::UpdateApplicationOutcome&,
354 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
356typedef std::function<void(const AppConfigClient*, const Model::UpdateConfigurationProfileRequest&,
357 const Model::UpdateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
359typedef std::function<void(const AppConfigClient*, const Model::UpdateDeploymentStrategyRequest&,
360 const Model::UpdateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
362typedef std::function<void(const AppConfigClient*, const Model::UpdateEnvironmentRequest&, const Model::UpdateEnvironmentOutcome&,
363 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
365typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionRequest&, const Model::UpdateExtensionOutcome&,
366 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
368typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionAssociationRequest&,
369 const Model::UpdateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
371typedef std::function<void(const AppConfigClient*, const Model::ValidateConfigurationRequest&, const Model::ValidateConfigurationOutcome&,
372 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374/* End of service model async handlers definitions */
375} // namespace AppConfig
376} // namespace Aws
EndpointProviderBase< AppConfigClientConfiguration, AppConfigBuiltInParameters, AppConfigClientContextParameters > AppConfigEndpointProviderBase
Aws::Utils::Outcome< ListApplicationsResult, AppConfigError > ListApplicationsOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteDeploymentStrategyOutcome
std::future< UpdateExtensionAssociationOutcome > UpdateExtensionAssociationOutcomeCallable
Aws::Utils::Outcome< GetHostedConfigurationVersionResult, AppConfigError > GetHostedConfigurationVersionOutcome
Aws::Utils::Outcome< GetApplicationResult, AppConfigError > GetApplicationOutcome
std::future< CreateConfigurationProfileOutcome > CreateConfigurationProfileOutcomeCallable
Aws::Utils::Outcome< StartDeploymentResult, AppConfigError > StartDeploymentOutcome
Aws::Utils::Outcome< UpdateConfigurationProfileResult, AppConfigError > UpdateConfigurationProfileOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteExtensionAssociationOutcome
Aws::Utils::Outcome< UpdateDeploymentStrategyResult, AppConfigError > UpdateDeploymentStrategyOutcome
std::future< GetExtensionOutcome > GetExtensionOutcomeCallable
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
std::future< GetConfigurationProfileOutcome > GetConfigurationProfileOutcomeCallable
std::future< DeleteConfigurationProfileOutcome > DeleteConfigurationProfileOutcomeCallable
Aws::Utils::Outcome< ListDeploymentsResult, AppConfigError > ListDeploymentsOutcome
std::future< CreateHostedConfigurationVersionOutcome > CreateHostedConfigurationVersionOutcomeCallable
std::future< CreateDeploymentStrategyOutcome > CreateDeploymentStrategyOutcomeCallable
std::future< ListExtensionAssociationsOutcome > ListExtensionAssociationsOutcomeCallable
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
Aws::Utils::Outcome< UpdateEnvironmentResult, AppConfigError > UpdateEnvironmentOutcome
std::future< DeleteExtensionAssociationOutcome > DeleteExtensionAssociationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > ValidateConfigurationOutcome
std::future< CreateExtensionOutcome > CreateExtensionOutcomeCallable
std::future< CreateExtensionAssociationOutcome > CreateExtensionAssociationOutcomeCallable
std::future< ValidateConfigurationOutcome > ValidateConfigurationOutcomeCallable
std::future< CreateEnvironmentOutcome > CreateEnvironmentOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteExtensionOutcome
Aws::Utils::Outcome< UpdateApplicationResult, AppConfigError > UpdateApplicationOutcome
std::future< ListExtensionsOutcome > ListExtensionsOutcomeCallable
Aws::Utils::Outcome< CreateExtensionResult, AppConfigError > CreateExtensionOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > UntagResourceOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteConfigurationProfileOutcome
Aws::Utils::Outcome< ListExtensionAssociationsResult, AppConfigError > ListExtensionAssociationsOutcome
Aws::Utils::Outcome< ListExtensionsResult, AppConfigError > ListExtensionsOutcome
Aws::Utils::Outcome< UpdateExtensionAssociationResult, AppConfigError > UpdateExtensionAssociationOutcome
Aws::Utils::Outcome< CreateDeploymentStrategyResult, AppConfigError > CreateDeploymentStrategyOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< GetDeploymentStrategyOutcome > GetDeploymentStrategyOutcomeCallable
std::future< GetDeploymentOutcome > GetDeploymentOutcomeCallable
Aws::Utils::Outcome< UpdateAccountSettingsResult, AppConfigError > UpdateAccountSettingsOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteEnvironmentOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteApplicationOutcome
std::future< UpdateAccountSettingsOutcome > UpdateAccountSettingsOutcomeCallable
Aws::Utils::Outcome< CreateConfigurationProfileResult, AppConfigError > CreateConfigurationProfileOutcome
std::future< DeleteDeploymentStrategyOutcome > DeleteDeploymentStrategyOutcomeCallable
Aws::Utils::Outcome< StopDeploymentResult, AppConfigError > StopDeploymentOutcome
Aws::Utils::Outcome< ListEnvironmentsResult, AppConfigError > ListEnvironmentsOutcome
std::future< UpdateDeploymentStrategyOutcome > UpdateDeploymentStrategyOutcomeCallable
std::future< GetExtensionAssociationOutcome > GetExtensionAssociationOutcomeCallable
Aws::Utils::Outcome< GetDeploymentResult, AppConfigError > GetDeploymentOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< GetEnvironmentOutcome > GetEnvironmentOutcomeCallable
std::future< DeleteApplicationOutcome > DeleteApplicationOutcomeCallable
std::future< ListDeploymentStrategiesOutcome > ListDeploymentStrategiesOutcomeCallable
std::future< UpdateEnvironmentOutcome > UpdateEnvironmentOutcomeCallable
std::future< DeleteExtensionOutcome > DeleteExtensionOutcomeCallable
std::future< UpdateConfigurationProfileOutcome > UpdateConfigurationProfileOutcomeCallable
std::future< ListEnvironmentsOutcome > ListEnvironmentsOutcomeCallable
std::future< UpdateExtensionOutcome > UpdateExtensionOutcomeCallable
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< GetConfigurationProfileResult, AppConfigError > GetConfigurationProfileOutcome
std::future< GetAccountSettingsOutcome > GetAccountSettingsOutcomeCallable
std::future< ListConfigurationProfilesOutcome > ListConfigurationProfilesOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteHostedConfigurationVersionOutcome
std::future< ListDeploymentsOutcome > ListDeploymentsOutcomeCallable
Aws::Utils::Outcome< GetEnvironmentResult, AppConfigError > GetEnvironmentOutcome
std::future< DeleteHostedConfigurationVersionOutcome > DeleteHostedConfigurationVersionOutcomeCallable
Aws::Utils::Outcome< CreateExtensionAssociationResult, AppConfigError > CreateExtensionAssociationOutcome
Aws::Utils::Outcome< GetExtensionResult, AppConfigError > GetExtensionOutcome
std::future< StartDeploymentOutcome > StartDeploymentOutcomeCallable
Aws::Utils::Outcome< UpdateExtensionResult, AppConfigError > UpdateExtensionOutcome
std::future< DeleteEnvironmentOutcome > DeleteEnvironmentOutcomeCallable
std::future< ListHostedConfigurationVersionsOutcome > ListHostedConfigurationVersionsOutcomeCallable
std::future< StopDeploymentOutcome > StopDeploymentOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > TagResourceOutcome
Aws::Utils::Outcome< CreateApplicationResult, AppConfigError > CreateApplicationOutcome
Aws::Utils::Outcome< ListConfigurationProfilesResult, AppConfigError > ListConfigurationProfilesOutcome
Aws::Utils::Outcome< ListHostedConfigurationVersionsResult, AppConfigError > ListHostedConfigurationVersionsOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, AppConfigError > ListTagsForResourceOutcome
Aws::Utils::Outcome< CreateHostedConfigurationVersionResult, AppConfigError > CreateHostedConfigurationVersionOutcome
Aws::Utils::Outcome< GetAccountSettingsResult, AppConfigError > GetAccountSettingsOutcome
std::future< GetApplicationOutcome > GetApplicationOutcomeCallable
Aws::Utils::Outcome< ListDeploymentStrategiesResult, AppConfigError > ListDeploymentStrategiesOutcome
Aws::Utils::Outcome< CreateEnvironmentResult, AppConfigError > CreateEnvironmentOutcome
Aws::Utils::Outcome< GetExtensionAssociationResult, AppConfigError > GetExtensionAssociationOutcome
Aws::Utils::Outcome< GetDeploymentStrategyResult, AppConfigError > GetDeploymentStrategyOutcome
std::future< GetHostedConfigurationVersionOutcome > GetHostedConfigurationVersionOutcomeCallable
std::function< void(const AppConfigClient *, const Model::UpdateEnvironmentRequest &, const Model::UpdateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEnvironmentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteExtensionAssociationRequest &, const Model::DeleteExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteExtensionAssociationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ValidateConfigurationRequest &, const Model::ValidateConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ValidateConfigurationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetEnvironmentRequest &, const Model::GetEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnvironmentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateConfigurationProfileRequest &, const Model::UpdateConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateConfigurationProfileResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetApplicationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetExtensionRequest &, const Model::GetExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExtensionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteConfigurationProfileRequest &, const Model::DeleteConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConfigurationProfileResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::StopDeploymentRequest &, const Model::StopDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopDeploymentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateDeploymentStrategyRequest &, const Model::UpdateDeploymentStrategyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDeploymentStrategyResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetAccountSettingsRequest &, const Model::GetAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountSettingsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteEnvironmentRequest &, const Model::DeleteEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteEnvironmentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateExtensionRequest &, const Model::CreateExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateExtensionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::StartDeploymentRequest &, const Model::StartDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartDeploymentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetDeploymentRequest &, const Model::GetDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDeploymentResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateExtensionAssociationRequest &, const Model::CreateExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateExtensionAssociationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListApplicationsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteHostedConfigurationVersionRequest &, const Model::DeleteHostedConfigurationVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteHostedConfigurationVersionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListExtensionAssociationsRequest &, const Model::ListExtensionAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExtensionAssociationsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListHostedConfigurationVersionsRequest &, const Model::ListHostedConfigurationVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListHostedConfigurationVersionsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateConfigurationProfileRequest &, const Model::CreateConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateConfigurationProfileResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateExtensionRequest &, const Model::UpdateExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateExtensionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteExtensionRequest &, const Model::DeleteExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteExtensionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetDeploymentStrategyRequest &, const Model::GetDeploymentStrategyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDeploymentStrategyResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateExtensionAssociationRequest &, const Model::UpdateExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateExtensionAssociationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListDeploymentStrategiesRequest &, const Model::ListDeploymentStrategiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDeploymentStrategiesResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListDeploymentsRequest &, const Model::ListDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDeploymentsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateApplicationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetConfigurationProfileRequest &, const Model::GetConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConfigurationProfileResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListExtensionsRequest &, const Model::ListExtensionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExtensionsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetExtensionAssociationRequest &, const Model::GetExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExtensionAssociationResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::DeleteDeploymentStrategyRequest &, const Model::DeleteDeploymentStrategyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDeploymentStrategyResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateDeploymentStrategyRequest &, const Model::CreateDeploymentStrategyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDeploymentStrategyResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListConfigurationProfilesRequest &, const Model::ListConfigurationProfilesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConfigurationProfilesResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateAccountSettingsRequest &, const Model::UpdateAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateAccountSettingsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetHostedConfigurationVersionRequest &, Model::GetHostedConfigurationVersionOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetHostedConfigurationVersionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateHostedConfigurationVersionRequest &, Model::CreateHostedConfigurationVersionOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateHostedConfigurationVersionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListEnvironmentsRequest &, const Model::ListEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEnvironmentsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateEnvironmentRequest &, const Model::CreateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEnvironmentResponseReceivedHandler