AWS SDK for C++

AWS SDK for C++ Version 1.11.845

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/CreateExperimentDefinitionResult.h>
27#include <aws/appconfig/model/CreateExtensionAssociationResult.h>
28#include <aws/appconfig/model/CreateExtensionResult.h>
29#include <aws/appconfig/model/CreateHostedConfigurationVersionResult.h>
30#include <aws/appconfig/model/GetAccountSettingsRequest.h>
31#include <aws/appconfig/model/GetAccountSettingsResult.h>
32#include <aws/appconfig/model/GetApplicationResult.h>
33#include <aws/appconfig/model/GetConfigurationProfileResult.h>
34#include <aws/appconfig/model/GetDeploymentResult.h>
35#include <aws/appconfig/model/GetDeploymentStrategyResult.h>
36#include <aws/appconfig/model/GetEnvironmentResult.h>
37#include <aws/appconfig/model/GetExperimentDefinitionResult.h>
38#include <aws/appconfig/model/GetExperimentRunResult.h>
39#include <aws/appconfig/model/GetExtensionAssociationResult.h>
40#include <aws/appconfig/model/GetExtensionResult.h>
41#include <aws/appconfig/model/GetHostedConfigurationVersionResult.h>
42#include <aws/appconfig/model/ListApplicationsRequest.h>
43#include <aws/appconfig/model/ListApplicationsResult.h>
44#include <aws/appconfig/model/ListConfigurationProfilesResult.h>
45#include <aws/appconfig/model/ListDeploymentStrategiesRequest.h>
46#include <aws/appconfig/model/ListDeploymentStrategiesResult.h>
47#include <aws/appconfig/model/ListDeploymentsResult.h>
48#include <aws/appconfig/model/ListEnvironmentsResult.h>
49#include <aws/appconfig/model/ListExperimentDefinitionsRequest.h>
50#include <aws/appconfig/model/ListExperimentDefinitionsResult.h>
51#include <aws/appconfig/model/ListExperimentRunEventsResult.h>
52#include <aws/appconfig/model/ListExperimentRunsResult.h>
53#include <aws/appconfig/model/ListExtensionAssociationsRequest.h>
54#include <aws/appconfig/model/ListExtensionAssociationsResult.h>
55#include <aws/appconfig/model/ListExtensionsRequest.h>
56#include <aws/appconfig/model/ListExtensionsResult.h>
57#include <aws/appconfig/model/ListHostedConfigurationVersionsResult.h>
58#include <aws/appconfig/model/ListTagsForResourceResult.h>
59#include <aws/appconfig/model/StartDeploymentResult.h>
60#include <aws/appconfig/model/StartExperimentRunResult.h>
61#include <aws/appconfig/model/StopDeploymentResult.h>
62#include <aws/appconfig/model/StopExperimentRunResult.h>
63#include <aws/appconfig/model/UpdateAccountSettingsRequest.h>
64#include <aws/appconfig/model/UpdateAccountSettingsResult.h>
65#include <aws/appconfig/model/UpdateApplicationResult.h>
66#include <aws/appconfig/model/UpdateConfigurationProfileResult.h>
67#include <aws/appconfig/model/UpdateDeploymentStrategyResult.h>
68#include <aws/appconfig/model/UpdateEnvironmentResult.h>
69#include <aws/appconfig/model/UpdateExperimentDefinitionResult.h>
70#include <aws/appconfig/model/UpdateExperimentRunResult.h>
71#include <aws/appconfig/model/UpdateExtensionAssociationResult.h>
72#include <aws/appconfig/model/UpdateExtensionResult.h>
73#include <aws/core/NoResult.h>
74/* End of service model headers required in AppConfigClient header */
75
76namespace Aws {
77namespace Http {
78class HttpClient;
79class HttpClientFactory;
80} // namespace Http
81
82namespace Utils {
83template <typename R, typename E>
84class Outcome;
85
86namespace Threading {
87class Executor;
88} // namespace Threading
89} // namespace Utils
90
91namespace Auth {
92class AWSCredentials;
93class AWSCredentialsProvider;
94} // namespace Auth
95
96namespace Client {
97class RetryStrategy;
98} // namespace Client
99
100namespace AppConfig {
104
105namespace Model {
106/* Service model forward declarations required in AppConfigClient header */
162/* End of service model forward declarations required in AppConfigClient header */
163
164/* Service model Outcome class definitions */
220/* End of service model Outcome class definitions */
221
222/* Service model Outcome callable definitions */
223typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
224typedef std::future<CreateConfigurationProfileOutcome> CreateConfigurationProfileOutcomeCallable;
225typedef std::future<CreateDeploymentStrategyOutcome> CreateDeploymentStrategyOutcomeCallable;
226typedef std::future<CreateEnvironmentOutcome> CreateEnvironmentOutcomeCallable;
227typedef std::future<CreateExperimentDefinitionOutcome> CreateExperimentDefinitionOutcomeCallable;
228typedef std::future<CreateExtensionOutcome> CreateExtensionOutcomeCallable;
229typedef std::future<CreateExtensionAssociationOutcome> CreateExtensionAssociationOutcomeCallable;
230typedef std::future<CreateHostedConfigurationVersionOutcome> CreateHostedConfigurationVersionOutcomeCallable;
231typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
232typedef std::future<DeleteConfigurationProfileOutcome> DeleteConfigurationProfileOutcomeCallable;
233typedef std::future<DeleteDeploymentStrategyOutcome> DeleteDeploymentStrategyOutcomeCallable;
234typedef std::future<DeleteEnvironmentOutcome> DeleteEnvironmentOutcomeCallable;
235typedef std::future<DeleteExperimentDefinitionOutcome> DeleteExperimentDefinitionOutcomeCallable;
236typedef std::future<DeleteExtensionOutcome> DeleteExtensionOutcomeCallable;
237typedef std::future<DeleteExtensionAssociationOutcome> DeleteExtensionAssociationOutcomeCallable;
238typedef std::future<DeleteHostedConfigurationVersionOutcome> DeleteHostedConfigurationVersionOutcomeCallable;
239typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
240typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
241typedef std::future<GetConfigurationProfileOutcome> GetConfigurationProfileOutcomeCallable;
242typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
243typedef std::future<GetDeploymentStrategyOutcome> GetDeploymentStrategyOutcomeCallable;
244typedef std::future<GetEnvironmentOutcome> GetEnvironmentOutcomeCallable;
245typedef std::future<GetExperimentDefinitionOutcome> GetExperimentDefinitionOutcomeCallable;
246typedef std::future<GetExperimentRunOutcome> GetExperimentRunOutcomeCallable;
247typedef std::future<GetExtensionOutcome> GetExtensionOutcomeCallable;
248typedef std::future<GetExtensionAssociationOutcome> GetExtensionAssociationOutcomeCallable;
249typedef std::future<GetHostedConfigurationVersionOutcome> GetHostedConfigurationVersionOutcomeCallable;
250typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
251typedef std::future<ListConfigurationProfilesOutcome> ListConfigurationProfilesOutcomeCallable;
252typedef std::future<ListDeploymentStrategiesOutcome> ListDeploymentStrategiesOutcomeCallable;
253typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
254typedef std::future<ListEnvironmentsOutcome> ListEnvironmentsOutcomeCallable;
255typedef std::future<ListExperimentDefinitionsOutcome> ListExperimentDefinitionsOutcomeCallable;
256typedef std::future<ListExperimentRunEventsOutcome> ListExperimentRunEventsOutcomeCallable;
257typedef std::future<ListExperimentRunsOutcome> ListExperimentRunsOutcomeCallable;
258typedef std::future<ListExtensionAssociationsOutcome> ListExtensionAssociationsOutcomeCallable;
259typedef std::future<ListExtensionsOutcome> ListExtensionsOutcomeCallable;
260typedef std::future<ListHostedConfigurationVersionsOutcome> ListHostedConfigurationVersionsOutcomeCallable;
261typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
262typedef std::future<StartDeploymentOutcome> StartDeploymentOutcomeCallable;
263typedef std::future<StartExperimentRunOutcome> StartExperimentRunOutcomeCallable;
264typedef std::future<StopDeploymentOutcome> StopDeploymentOutcomeCallable;
265typedef std::future<StopExperimentRunOutcome> StopExperimentRunOutcomeCallable;
266typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
267typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
268typedef std::future<UpdateAccountSettingsOutcome> UpdateAccountSettingsOutcomeCallable;
269typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
270typedef std::future<UpdateConfigurationProfileOutcome> UpdateConfigurationProfileOutcomeCallable;
271typedef std::future<UpdateDeploymentStrategyOutcome> UpdateDeploymentStrategyOutcomeCallable;
272typedef std::future<UpdateEnvironmentOutcome> UpdateEnvironmentOutcomeCallable;
273typedef std::future<UpdateExperimentDefinitionOutcome> UpdateExperimentDefinitionOutcomeCallable;
274typedef std::future<UpdateExperimentRunOutcome> UpdateExperimentRunOutcomeCallable;
275typedef std::future<UpdateExtensionOutcome> UpdateExtensionOutcomeCallable;
276typedef std::future<UpdateExtensionAssociationOutcome> UpdateExtensionAssociationOutcomeCallable;
277typedef std::future<ValidateConfigurationOutcome> ValidateConfigurationOutcomeCallable;
278/* End of service model Outcome callable definitions */
279} // namespace Model
280
281class AppConfigClient;
282
283/* Service model async handlers definitions */
284typedef std::function<void(const AppConfigClient*, const Model::CreateApplicationRequest&, const Model::CreateApplicationOutcome&,
285 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
287typedef std::function<void(const AppConfigClient*, const Model::CreateConfigurationProfileRequest&,
288 const Model::CreateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
290typedef std::function<void(const AppConfigClient*, const Model::CreateDeploymentStrategyRequest&,
291 const Model::CreateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
293typedef std::function<void(const AppConfigClient*, const Model::CreateEnvironmentRequest&, const Model::CreateEnvironmentOutcome&,
294 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
296typedef std::function<void(const AppConfigClient*, const Model::CreateExperimentDefinitionRequest&,
297 const Model::CreateExperimentDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
299typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionRequest&, const Model::CreateExtensionOutcome&,
300 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
302typedef std::function<void(const AppConfigClient*, const Model::CreateExtensionAssociationRequest&,
303 const Model::CreateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
305typedef std::function<void(const AppConfigClient*, const Model::CreateHostedConfigurationVersionRequest&,
306 Model::CreateHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
308typedef std::function<void(const AppConfigClient*, const Model::DeleteApplicationRequest&, const Model::DeleteApplicationOutcome&,
309 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
311typedef std::function<void(const AppConfigClient*, const Model::DeleteConfigurationProfileRequest&,
312 const Model::DeleteConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
314typedef std::function<void(const AppConfigClient*, const Model::DeleteDeploymentStrategyRequest&,
315 const Model::DeleteDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
317typedef std::function<void(const AppConfigClient*, const Model::DeleteEnvironmentRequest&, const Model::DeleteEnvironmentOutcome&,
318 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
320typedef std::function<void(const AppConfigClient*, const Model::DeleteExperimentDefinitionRequest&,
321 const Model::DeleteExperimentDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
323typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionRequest&, const Model::DeleteExtensionOutcome&,
324 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
326typedef std::function<void(const AppConfigClient*, const Model::DeleteExtensionAssociationRequest&,
327 const Model::DeleteExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
329typedef std::function<void(const AppConfigClient*, const Model::DeleteHostedConfigurationVersionRequest&,
331 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
333typedef std::function<void(const AppConfigClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&,
334 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
336typedef std::function<void(const AppConfigClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&,
337 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
339typedef std::function<void(const AppConfigClient*, const Model::GetConfigurationProfileRequest&,
340 const Model::GetConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
342typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&,
343 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
345typedef std::function<void(const AppConfigClient*, const Model::GetDeploymentStrategyRequest&, const Model::GetDeploymentStrategyOutcome&,
346 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
348typedef std::function<void(const AppConfigClient*, const Model::GetEnvironmentRequest&, const Model::GetEnvironmentOutcome&,
349 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
351typedef std::function<void(const AppConfigClient*, const Model::GetExperimentDefinitionRequest&,
352 const Model::GetExperimentDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
354typedef std::function<void(const AppConfigClient*, const Model::GetExperimentRunRequest&, const Model::GetExperimentRunOutcome&,
355 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
357typedef std::function<void(const AppConfigClient*, const Model::GetExtensionRequest&, const Model::GetExtensionOutcome&,
358 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
360typedef std::function<void(const AppConfigClient*, const Model::GetExtensionAssociationRequest&,
361 const Model::GetExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
363typedef std::function<void(const AppConfigClient*, const Model::GetHostedConfigurationVersionRequest&,
364 Model::GetHostedConfigurationVersionOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
366typedef std::function<void(const AppConfigClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&,
367 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
369typedef std::function<void(const AppConfigClient*, const Model::ListConfigurationProfilesRequest&,
370 const Model::ListConfigurationProfilesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
372typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentStrategiesRequest&,
373 const Model::ListDeploymentStrategiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
375typedef std::function<void(const AppConfigClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&,
376 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
378typedef std::function<void(const AppConfigClient*, const Model::ListEnvironmentsRequest&, const Model::ListEnvironmentsOutcome&,
379 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
381typedef std::function<void(const AppConfigClient*, const Model::ListExperimentDefinitionsRequest&,
382 const Model::ListExperimentDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
384typedef std::function<void(const AppConfigClient*, const Model::ListExperimentRunEventsRequest&,
385 const Model::ListExperimentRunEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
387typedef std::function<void(const AppConfigClient*, const Model::ListExperimentRunsRequest&, const Model::ListExperimentRunsOutcome&,
388 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
390typedef std::function<void(const AppConfigClient*, const Model::ListExtensionAssociationsRequest&,
391 const Model::ListExtensionAssociationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
393typedef std::function<void(const AppConfigClient*, const Model::ListExtensionsRequest&, const Model::ListExtensionsOutcome&,
394 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
396typedef std::function<void(const AppConfigClient*, const Model::ListHostedConfigurationVersionsRequest&,
398 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
400typedef std::function<void(const AppConfigClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
401 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
403typedef std::function<void(const AppConfigClient*, const Model::StartDeploymentRequest&, const Model::StartDeploymentOutcome&,
404 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
406typedef std::function<void(const AppConfigClient*, const Model::StartExperimentRunRequest&, const Model::StartExperimentRunOutcome&,
407 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
409typedef std::function<void(const AppConfigClient*, const Model::StopDeploymentRequest&, const Model::StopDeploymentOutcome&,
410 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
412typedef std::function<void(const AppConfigClient*, const Model::StopExperimentRunRequest&, const Model::StopExperimentRunOutcome&,
413 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
415typedef std::function<void(const AppConfigClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
416 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
418typedef std::function<void(const AppConfigClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
419 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
421typedef std::function<void(const AppConfigClient*, const Model::UpdateAccountSettingsRequest&, const Model::UpdateAccountSettingsOutcome&,
422 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
424typedef std::function<void(const AppConfigClient*, const Model::UpdateApplicationRequest&, const Model::UpdateApplicationOutcome&,
425 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
427typedef std::function<void(const AppConfigClient*, const Model::UpdateConfigurationProfileRequest&,
428 const Model::UpdateConfigurationProfileOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
430typedef std::function<void(const AppConfigClient*, const Model::UpdateDeploymentStrategyRequest&,
431 const Model::UpdateDeploymentStrategyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
433typedef std::function<void(const AppConfigClient*, const Model::UpdateEnvironmentRequest&, const Model::UpdateEnvironmentOutcome&,
434 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
436typedef std::function<void(const AppConfigClient*, const Model::UpdateExperimentDefinitionRequest&,
437 const Model::UpdateExperimentDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
439typedef std::function<void(const AppConfigClient*, const Model::UpdateExperimentRunRequest&, const Model::UpdateExperimentRunOutcome&,
440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
442typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionRequest&, const Model::UpdateExtensionOutcome&,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
445typedef std::function<void(const AppConfigClient*, const Model::UpdateExtensionAssociationRequest&,
446 const Model::UpdateExtensionAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
448typedef std::function<void(const AppConfigClient*, const Model::ValidateConfigurationRequest&, const Model::ValidateConfigurationOutcome&,
449 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
451/* End of service model async handlers definitions */
452} // namespace AppConfig
453} // 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
std::future< ListExperimentRunEventsOutcome > ListExperimentRunEventsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteExperimentDefinitionOutcome
Aws::Utils::Outcome< StartDeploymentResult, AppConfigError > StartDeploymentOutcome
std::future< GetExperimentDefinitionOutcome > GetExperimentDefinitionOutcomeCallable
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
Aws::Utils::Outcome< CreateExperimentDefinitionResult, AppConfigError > CreateExperimentDefinitionOutcome
std::future< CreateExperimentDefinitionOutcome > CreateExperimentDefinitionOutcomeCallable
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
Aws::Utils::Outcome< GetExperimentRunResult, AppConfigError > GetExperimentRunOutcome
std::future< DeleteExtensionAssociationOutcome > DeleteExtensionAssociationOutcomeCallable
Aws::Utils::Outcome< UpdateExperimentDefinitionResult, AppConfigError > UpdateExperimentDefinitionOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > ValidateConfigurationOutcome
std::future< CreateExtensionOutcome > CreateExtensionOutcomeCallable
std::future< CreateExtensionAssociationOutcome > CreateExtensionAssociationOutcomeCallable
std::future< ValidateConfigurationOutcome > ValidateConfigurationOutcomeCallable
std::future< UpdateExperimentRunOutcome > UpdateExperimentRunOutcomeCallable
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< GetExperimentDefinitionResult, AppConfigError > GetExperimentDefinitionOutcome
Aws::Utils::Outcome< ListExtensionAssociationsResult, AppConfigError > ListExtensionAssociationsOutcome
Aws::Utils::Outcome< ListExtensionsResult, AppConfigError > ListExtensionsOutcome
Aws::Utils::Outcome< UpdateExtensionAssociationResult, AppConfigError > UpdateExtensionAssociationOutcome
std::future< ListExperimentDefinitionsOutcome > ListExperimentDefinitionsOutcomeCallable
Aws::Utils::Outcome< CreateDeploymentStrategyResult, AppConfigError > CreateDeploymentStrategyOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< GetDeploymentStrategyOutcome > GetDeploymentStrategyOutcomeCallable
std::future< GetDeploymentOutcome > GetDeploymentOutcomeCallable
std::future< GetExperimentRunOutcome > GetExperimentRunOutcomeCallable
std::future< ListExperimentRunsOutcome > ListExperimentRunsOutcomeCallable
std::future< DeleteExperimentDefinitionOutcome > DeleteExperimentDefinitionOutcomeCallable
Aws::Utils::Outcome< UpdateAccountSettingsResult, AppConfigError > UpdateAccountSettingsOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteEnvironmentOutcome
Aws::Utils::Outcome< Aws::NoResult, AppConfigError > DeleteApplicationOutcome
Aws::Utils::Outcome< ListExperimentRunsResult, AppConfigError > ListExperimentRunsOutcome
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
Aws::Utils::Outcome< ListExperimentDefinitionsResult, AppConfigError > ListExperimentDefinitionsOutcome
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
Aws::Utils::Outcome< UpdateExperimentRunResult, AppConfigError > UpdateExperimentRunOutcome
std::future< DeleteHostedConfigurationVersionOutcome > DeleteHostedConfigurationVersionOutcomeCallable
Aws::Utils::Outcome< StopExperimentRunResult, AppConfigError > StopExperimentRunOutcome
Aws::Utils::Outcome< CreateExtensionAssociationResult, AppConfigError > CreateExtensionAssociationOutcome
std::future< StartExperimentRunOutcome > StartExperimentRunOutcomeCallable
std::future< StopExperimentRunOutcome > StopExperimentRunOutcomeCallable
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< StartExperimentRunResult, AppConfigError > StartExperimentRunOutcome
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
std::future< UpdateExperimentDefinitionOutcome > UpdateExperimentDefinitionOutcomeCallable
Aws::Utils::Outcome< ListExperimentRunEventsResult, AppConfigError > ListExperimentRunEventsOutcome
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::ListExperimentDefinitionsRequest &, const Model::ListExperimentDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExperimentDefinitionsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::UpdateExperimentDefinitionRequest &, const Model::UpdateExperimentDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateExperimentDefinitionResponseReceivedHandler
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::CreateExperimentDefinitionRequest &, const Model::CreateExperimentDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateExperimentDefinitionResponseReceivedHandler
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::StopExperimentRunRequest &, const Model::StopExperimentRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopExperimentRunResponseReceivedHandler
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::StartExperimentRunRequest &, const Model::StartExperimentRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartExperimentRunResponseReceivedHandler
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::GetExperimentDefinitionRequest &, const Model::GetExperimentDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExperimentDefinitionResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::GetExperimentRunRequest &, const Model::GetExperimentRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetExperimentRunResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListExperimentRunEventsRequest &, const Model::ListExperimentRunEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExperimentRunEventsResponseReceivedHandler
std::function< void(const AppConfigClient *, const Model::ListExperimentRunsRequest &, const Model::ListExperimentRunsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExperimentRunsResponseReceivedHandler
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::DeleteExperimentDefinitionRequest &, const Model::DeleteExperimentDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteExperimentDefinitionResponseReceivedHandler
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
std::function< void(const AppConfigClient *, const Model::UpdateExperimentRunRequest &, const Model::UpdateExperimentRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateExperimentRunResponseReceivedHandler