AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AppConfigServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/appconfig/AppConfigErrors.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/appconfig/AppConfigEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AppConfigClient header */
21#include <aws/appconfig/model/CreateApplicationResult.h>
22#include <aws/appconfig/model/CreateConfigurationProfileResult.h>
23#include <aws/appconfig/model/CreateDeploymentStrategyResult.h>
24#include <aws/appconfig/model/CreateEnvironmentResult.h>
25#include <aws/appconfig/model/CreateExtensionResult.h>
26#include <aws/appconfig/model/CreateExtensionAssociationResult.h>
27#include <aws/appconfig/model/CreateHostedConfigurationVersionResult.h>
28#include <aws/appconfig/model/GetAccountSettingsResult.h>
29#include <aws/appconfig/model/GetApplicationResult.h>
30#include <aws/appconfig/model/GetConfigurationProfileResult.h>
31#include <aws/appconfig/model/GetDeploymentResult.h>
32#include <aws/appconfig/model/GetDeploymentStrategyResult.h>
33#include <aws/appconfig/model/GetEnvironmentResult.h>
34#include <aws/appconfig/model/GetExtensionResult.h>
35#include <aws/appconfig/model/GetExtensionAssociationResult.h>
36#include <aws/appconfig/model/GetHostedConfigurationVersionResult.h>
37#include <aws/appconfig/model/ListApplicationsResult.h>
38#include <aws/appconfig/model/ListConfigurationProfilesResult.h>
39#include <aws/appconfig/model/ListDeploymentStrategiesResult.h>
40#include <aws/appconfig/model/ListDeploymentsResult.h>
41#include <aws/appconfig/model/ListEnvironmentsResult.h>
42#include <aws/appconfig/model/ListExtensionAssociationsResult.h>
43#include <aws/appconfig/model/ListExtensionsResult.h>
44#include <aws/appconfig/model/ListHostedConfigurationVersionsResult.h>
45#include <aws/appconfig/model/ListTagsForResourceResult.h>
46#include <aws/appconfig/model/StartDeploymentResult.h>
47#include <aws/appconfig/model/StopDeploymentResult.h>
48#include <aws/appconfig/model/UpdateAccountSettingsResult.h>
49#include <aws/appconfig/model/UpdateApplicationResult.h>
50#include <aws/appconfig/model/UpdateConfigurationProfileResult.h>
51#include <aws/appconfig/model/UpdateDeploymentStrategyResult.h>
52#include <aws/appconfig/model/UpdateEnvironmentResult.h>
53#include <aws/appconfig/model/UpdateExtensionResult.h>
54#include <aws/appconfig/model/UpdateExtensionAssociationResult.h>
55#include <aws/appconfig/model/ListApplicationsRequest.h>
56#include <aws/appconfig/model/UpdateAccountSettingsRequest.h>
57#include <aws/appconfig/model/ListDeploymentStrategiesRequest.h>
58#include <aws/appconfig/model/ListExtensionAssociationsRequest.h>
59#include <aws/appconfig/model/GetAccountSettingsRequest.h>
60#include <aws/appconfig/model/ListExtensionsRequest.h>
61#include <aws/core/NoResult.h>
62/* End of service model headers required in AppConfigClient header */
63
64namespace Aws
65{
66 namespace Http
67 {
68 class HttpClient;
69 class HttpClientFactory;
70 } // namespace Http
71
72 namespace Utils
73 {
74 template< typename R, typename E> class Outcome;
75
76 namespace Threading
77 {
78 class Executor;
79 } // namespace Threading
80 } // namespace Utils
81
82 namespace Auth
83 {
84 class AWSCredentials;
85 class AWSCredentialsProvider;
86 } // namespace Auth
87
88 namespace Client
89 {
90 class RetryStrategy;
91 } // namespace Client
92
93 namespace AppConfig
94 {
98
99 namespace Model
100 {
101 /* Service model forward declarations required in AppConfigClient header */
136 class TagResourceRequest;
146 /* End of service model forward declarations required in AppConfigClient header */
147
148 /* Service model Outcome class definitions */
193 /* End of service model Outcome class definitions */
194
195 /* Service model Outcome callable definitions */
196 typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
197 typedef std::future<CreateConfigurationProfileOutcome> CreateConfigurationProfileOutcomeCallable;
198 typedef std::future<CreateDeploymentStrategyOutcome> CreateDeploymentStrategyOutcomeCallable;
199 typedef std::future<CreateEnvironmentOutcome> CreateEnvironmentOutcomeCallable;
200 typedef std::future<CreateExtensionOutcome> CreateExtensionOutcomeCallable;
201 typedef std::future<CreateExtensionAssociationOutcome> CreateExtensionAssociationOutcomeCallable;
202 typedef std::future<CreateHostedConfigurationVersionOutcome> CreateHostedConfigurationVersionOutcomeCallable;
203 typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
204 typedef std::future<DeleteConfigurationProfileOutcome> DeleteConfigurationProfileOutcomeCallable;
205 typedef std::future<DeleteDeploymentStrategyOutcome> DeleteDeploymentStrategyOutcomeCallable;
206 typedef std::future<DeleteEnvironmentOutcome> DeleteEnvironmentOutcomeCallable;
207 typedef std::future<DeleteExtensionOutcome> DeleteExtensionOutcomeCallable;
208 typedef std::future<DeleteExtensionAssociationOutcome> DeleteExtensionAssociationOutcomeCallable;
209 typedef std::future<DeleteHostedConfigurationVersionOutcome> DeleteHostedConfigurationVersionOutcomeCallable;
210 typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
211 typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
212 typedef std::future<GetConfigurationProfileOutcome> GetConfigurationProfileOutcomeCallable;
213 typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
214 typedef std::future<GetDeploymentStrategyOutcome> GetDeploymentStrategyOutcomeCallable;
215 typedef std::future<GetEnvironmentOutcome> GetEnvironmentOutcomeCallable;
216 typedef std::future<GetExtensionOutcome> GetExtensionOutcomeCallable;
217 typedef std::future<GetExtensionAssociationOutcome> GetExtensionAssociationOutcomeCallable;
218 typedef std::future<GetHostedConfigurationVersionOutcome> GetHostedConfigurationVersionOutcomeCallable;
219 typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
220 typedef std::future<ListConfigurationProfilesOutcome> ListConfigurationProfilesOutcomeCallable;
221 typedef std::future<ListDeploymentStrategiesOutcome> ListDeploymentStrategiesOutcomeCallable;
222 typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
223 typedef std::future<ListEnvironmentsOutcome> ListEnvironmentsOutcomeCallable;
224 typedef std::future<ListExtensionAssociationsOutcome> ListExtensionAssociationsOutcomeCallable;
225 typedef std::future<ListExtensionsOutcome> ListExtensionsOutcomeCallable;
226 typedef std::future<ListHostedConfigurationVersionsOutcome> ListHostedConfigurationVersionsOutcomeCallable;
227 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
228 typedef std::future<StartDeploymentOutcome> StartDeploymentOutcomeCallable;
229 typedef std::future<StopDeploymentOutcome> StopDeploymentOutcomeCallable;
230 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
231 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
232 typedef std::future<UpdateAccountSettingsOutcome> UpdateAccountSettingsOutcomeCallable;
233 typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
234 typedef std::future<UpdateConfigurationProfileOutcome> UpdateConfigurationProfileOutcomeCallable;
235 typedef std::future<UpdateDeploymentStrategyOutcome> UpdateDeploymentStrategyOutcomeCallable;
236 typedef std::future<UpdateEnvironmentOutcome> UpdateEnvironmentOutcomeCallable;
237 typedef std::future<UpdateExtensionOutcome> UpdateExtensionOutcomeCallable;
238 typedef std::future<UpdateExtensionAssociationOutcome> UpdateExtensionAssociationOutcomeCallable;
239 typedef std::future<ValidateConfigurationOutcome> ValidateConfigurationOutcomeCallable;
240 /* End of service model Outcome callable definitions */
241 } // namespace Model
242
243 class AppConfigClient;
244
245 /* Service model async handlers definitions */
246 typedef std::function<void(const AppConfigClient*, const Model::CreateApplicationRequest&, const Model::CreateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateApplicationResponseReceivedHandler;
247 typedef std::function<void(const AppConfigClient*, const Model::CreateConfigurationProfileRequest&, const Model::CreateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateConfigurationProfileResponseReceivedHandler;
248 typedef std::function<void(const AppConfigClient*, const Model::CreateDeploymentStrategyRequest&, const Model::CreateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDeploymentStrategyResponseReceivedHandler;
249 typedef std::function<void(const AppConfigClient*, const Model::CreateEnvironmentRequest&, const Model::CreateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEnvironmentResponseReceivedHandler;
250 typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionRequest&, const Model::CreateExtensionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateExtensionResponseReceivedHandler;
251 typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionAssociationRequest&, const Model::CreateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateExtensionAssociationResponseReceivedHandler;
252 typedef std::function<void(const AppConfigClient*, const Model::CreateHostedConfigurationVersionRequest&, Model::CreateHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateHostedConfigurationVersionResponseReceivedHandler;
253 typedef std::function<void(const AppConfigClient*, const Model::DeleteApplicationRequest&, const Model::DeleteApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteApplicationResponseReceivedHandler;
254 typedef std::function<void(const AppConfigClient*, const Model::DeleteConfigurationProfileRequest&, const Model::DeleteConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteConfigurationProfileResponseReceivedHandler;
255 typedef std::function<void(const AppConfigClient*, const Model::DeleteDeploymentStrategyRequest&, const Model::DeleteDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteDeploymentStrategyResponseReceivedHandler;
256 typedef std::function<void(const AppConfigClient*, const Model::DeleteEnvironmentRequest&, const Model::DeleteEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEnvironmentResponseReceivedHandler;
257 typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionRequest&, const Model::DeleteExtensionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteExtensionResponseReceivedHandler;
258 typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionAssociationRequest&, const Model::DeleteExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteExtensionAssociationResponseReceivedHandler;
259 typedef std::function<void(const AppConfigClient*, const Model::DeleteHostedConfigurationVersionRequest&, const Model::DeleteHostedConfigurationVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteHostedConfigurationVersionResponseReceivedHandler;
260 typedef std::function<void(const AppConfigClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountSettingsResponseReceivedHandler;
261 typedef std::function<void(const AppConfigClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetApplicationResponseReceivedHandler;
262 typedef std::function<void(const AppConfigClient*, const Model::GetConfigurationProfileRequest&, const Model::GetConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetConfigurationProfileResponseReceivedHandler;
263 typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeploymentResponseReceivedHandler;
264 typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentStrategyRequest&, const Model::GetDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeploymentStrategyResponseReceivedHandler;
265 typedef std::function<void(const AppConfigClient*, const Model::GetEnvironmentRequest&, const Model::GetEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetEnvironmentResponseReceivedHandler;
266 typedef std::function<void(const AppConfigClient*, const Model::GetExtensionRequest&, const Model::GetExtensionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetExtensionResponseReceivedHandler;
267 typedef std::function<void(const AppConfigClient*, const Model::GetExtensionAssociationRequest&, const Model::GetExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetExtensionAssociationResponseReceivedHandler;
268 typedef std::function<void(const AppConfigClient*, const Model::GetHostedConfigurationVersionRequest&, Model::GetHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetHostedConfigurationVersionResponseReceivedHandler;
269 typedef std::function<void(const AppConfigClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListApplicationsResponseReceivedHandler;
270 typedef std::function<void(const AppConfigClient*, const Model::ListConfigurationProfilesRequest&, const Model::ListConfigurationProfilesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConfigurationProfilesResponseReceivedHandler;
271 typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentStrategiesRequest&, const Model::ListDeploymentStrategiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDeploymentStrategiesResponseReceivedHandler;
272 typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDeploymentsResponseReceivedHandler;
273 typedef std::function<void(const AppConfigClient*, const Model::ListEnvironmentsRequest&, const Model::ListEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEnvironmentsResponseReceivedHandler;
274 typedef std::function<void(const AppConfigClient*, const Model::ListExtensionAssociationsRequest&, const Model::ListExtensionAssociationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListExtensionAssociationsResponseReceivedHandler;
275 typedef std::function<void(const AppConfigClient*, const Model::ListExtensionsRequest&, const Model::ListExtensionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListExtensionsResponseReceivedHandler;
276 typedef std::function<void(const AppConfigClient*, const Model::ListHostedConfigurationVersionsRequest&, const Model::ListHostedConfigurationVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListHostedConfigurationVersionsResponseReceivedHandler;
277 typedef std::function<void(const AppConfigClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
278 typedef std::function<void(const AppConfigClient*, const Model::StartDeploymentRequest&, const Model::StartDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartDeploymentResponseReceivedHandler;
279 typedef std::function<void(const AppConfigClient*, const Model::StopDeploymentRequest&, const Model::StopDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopDeploymentResponseReceivedHandler;
280 typedef std::function<void(const AppConfigClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
281 typedef std::function<void(const AppConfigClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
282 typedef std::function<void(const AppConfigClient*, const Model::UpdateAccountSettingsRequest&, const Model::UpdateAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateAccountSettingsResponseReceivedHandler;
283 typedef std::function<void(const AppConfigClient*, const Model::UpdateApplicationRequest&, const Model::UpdateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateApplicationResponseReceivedHandler;
284 typedef std::function<void(const AppConfigClient*, const Model::UpdateConfigurationProfileRequest&, const Model::UpdateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateConfigurationProfileResponseReceivedHandler;
285 typedef std::function<void(const AppConfigClient*, const Model::UpdateDeploymentStrategyRequest&, const Model::UpdateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateDeploymentStrategyResponseReceivedHandler;
286 typedef std::function<void(const AppConfigClient*, const Model::UpdateEnvironmentRequest&, const Model::UpdateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateEnvironmentResponseReceivedHandler;
287 typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionRequest&, const Model::UpdateExtensionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateExtensionResponseReceivedHandler;
288 typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionAssociationRequest&, const Model::UpdateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateExtensionAssociationResponseReceivedHandler;
289 typedef std::function<void(const AppConfigClient*, const Model::ValidateConfigurationRequest&, const Model::ValidateConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ValidateConfigurationResponseReceivedHandler;
290 /* End of service model async handlers definitions */
291 } // namespace AppConfig
292} // 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::GetDeploymentStrategyRequest &, const Model::GetDeploymentStrategyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeploymentStrategyResponseReceivedHandler
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::GetEnvironmentRequest &, const Model::GetEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEnvironmentResponseReceivedHandler
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::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteApplicationResponseReceivedHandler
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::StartDeploymentRequest &, const Model::StartDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartDeploymentResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
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::UpdateExtensionRequest &, const Model::UpdateExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateExtensionResponseReceivedHandler
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::UpdateEnvironmentRequest &, const Model::UpdateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateEnvironmentResponseReceivedHandler
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::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::ListEnvironmentsRequest &, const Model::ListEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEnvironmentsResponseReceivedHandler
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::DeleteExtensionAssociationRequest &, const Model::DeleteExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteExtensionAssociationResponseReceivedHandler
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::CreateExtensionRequest &, const Model::CreateExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateExtensionResponseReceivedHandler
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::DeleteEnvironmentRequest &, const Model::DeleteEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEnvironmentResponseReceivedHandler
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::DeleteExtensionRequest &, const Model::DeleteExtensionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteExtensionResponseReceivedHandler
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::CreateConfigurationProfileRequest &, const Model::CreateConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateConfigurationProfileResponseReceivedHandler
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::ListHostedConfigurationVersionsRequest &, const Model::ListHostedConfigurationVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListHostedConfigurationVersionsResponseReceivedHandler
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::DeleteConfigurationProfileRequest &, const Model::DeleteConfigurationProfileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteConfigurationProfileResponseReceivedHandler
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::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListApplicationsResponseReceivedHandler
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::ListExtensionsRequest &, const Model::ListExtensionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListExtensionsResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
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::ListExtensionAssociationsRequest &, const Model::ListExtensionAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListExtensionAssociationsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::CreateEnvironmentRequest &, const Model::CreateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEnvironmentResponseReceivedHandler
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::CreateExtensionAssociationRequest &, const Model::CreateExtensionAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateExtensionAssociationResponseReceivedHandler
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::GetHostedConfigurationVersionRequest &, Model::GetHostedConfigurationVersionOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetHostedConfigurationVersionResponseReceivedHandler