AWS SDK for C++

AWS SDK for C++ Version 1.11.694

Loading...
Searching...
No Matches
ApplicationSignalsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/application-signals/ApplicationSignalsEndpointProvider.h>
10#include <aws/application-signals/ApplicationSignalsErrors.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 ApplicationSignalsClient header */
22#include <aws/application-signals/model/BatchGetServiceLevelObjectiveBudgetReportResult.h>
23#include <aws/application-signals/model/BatchUpdateExclusionWindowsResult.h>
24#include <aws/application-signals/model/CreateServiceLevelObjectiveResult.h>
25#include <aws/application-signals/model/DeleteGroupingConfigurationRequest.h>
26#include <aws/application-signals/model/DeleteGroupingConfigurationResult.h>
27#include <aws/application-signals/model/DeleteServiceLevelObjectiveResult.h>
28#include <aws/application-signals/model/GetServiceLevelObjectiveResult.h>
29#include <aws/application-signals/model/GetServiceResult.h>
30#include <aws/application-signals/model/ListAuditFindingsResult.h>
31#include <aws/application-signals/model/ListEntityEventsResult.h>
32#include <aws/application-signals/model/ListGroupingAttributeDefinitionsRequest.h>
33#include <aws/application-signals/model/ListGroupingAttributeDefinitionsResult.h>
34#include <aws/application-signals/model/ListServiceDependenciesResult.h>
35#include <aws/application-signals/model/ListServiceDependentsResult.h>
36#include <aws/application-signals/model/ListServiceLevelObjectiveExclusionWindowsResult.h>
37#include <aws/application-signals/model/ListServiceLevelObjectivesRequest.h>
38#include <aws/application-signals/model/ListServiceLevelObjectivesResult.h>
39#include <aws/application-signals/model/ListServiceOperationsResult.h>
40#include <aws/application-signals/model/ListServiceStatesResult.h>
41#include <aws/application-signals/model/ListServicesResult.h>
42#include <aws/application-signals/model/ListTagsForResourceResult.h>
43#include <aws/application-signals/model/PutGroupingConfigurationResult.h>
44#include <aws/application-signals/model/StartDiscoveryRequest.h>
45#include <aws/application-signals/model/StartDiscoveryResult.h>
46#include <aws/application-signals/model/TagResourceResult.h>
47#include <aws/application-signals/model/UntagResourceResult.h>
48#include <aws/application-signals/model/UpdateServiceLevelObjectiveResult.h>
49/* End of service model headers required in ApplicationSignalsClient header */
50
51namespace Aws {
52namespace Http {
53class HttpClient;
54class HttpClientFactory;
55} // namespace Http
56
57namespace Utils {
58template <typename R, typename E>
59class Outcome;
60
61namespace Threading {
62class Executor;
63} // namespace Threading
64} // namespace Utils
65
66namespace Auth {
67class AWSCredentials;
68class AWSCredentialsProvider;
69} // namespace Auth
70
71namespace Client {
72class RetryStrategy;
73} // namespace Client
74
75namespace ApplicationSignals {
79
80namespace Model {
81/* Service model forward declarations required in ApplicationSignalsClient header */
105/* End of service model forward declarations required in ApplicationSignalsClient header */
106
107/* Service model Outcome class definitions */
133/* End of service model Outcome class definitions */
134
135/* Service model Outcome callable definitions */
136typedef std::future<BatchGetServiceLevelObjectiveBudgetReportOutcome> BatchGetServiceLevelObjectiveBudgetReportOutcomeCallable;
137typedef std::future<BatchUpdateExclusionWindowsOutcome> BatchUpdateExclusionWindowsOutcomeCallable;
138typedef std::future<CreateServiceLevelObjectiveOutcome> CreateServiceLevelObjectiveOutcomeCallable;
139typedef std::future<DeleteGroupingConfigurationOutcome> DeleteGroupingConfigurationOutcomeCallable;
140typedef std::future<DeleteServiceLevelObjectiveOutcome> DeleteServiceLevelObjectiveOutcomeCallable;
141typedef std::future<GetServiceOutcome> GetServiceOutcomeCallable;
142typedef std::future<GetServiceLevelObjectiveOutcome> GetServiceLevelObjectiveOutcomeCallable;
143typedef std::future<ListAuditFindingsOutcome> ListAuditFindingsOutcomeCallable;
144typedef std::future<ListEntityEventsOutcome> ListEntityEventsOutcomeCallable;
145typedef std::future<ListGroupingAttributeDefinitionsOutcome> ListGroupingAttributeDefinitionsOutcomeCallable;
146typedef std::future<ListServiceDependenciesOutcome> ListServiceDependenciesOutcomeCallable;
147typedef std::future<ListServiceDependentsOutcome> ListServiceDependentsOutcomeCallable;
148typedef std::future<ListServiceLevelObjectiveExclusionWindowsOutcome> ListServiceLevelObjectiveExclusionWindowsOutcomeCallable;
149typedef std::future<ListServiceLevelObjectivesOutcome> ListServiceLevelObjectivesOutcomeCallable;
150typedef std::future<ListServiceOperationsOutcome> ListServiceOperationsOutcomeCallable;
151typedef std::future<ListServiceStatesOutcome> ListServiceStatesOutcomeCallable;
152typedef std::future<ListServicesOutcome> ListServicesOutcomeCallable;
153typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
154typedef std::future<PutGroupingConfigurationOutcome> PutGroupingConfigurationOutcomeCallable;
155typedef std::future<StartDiscoveryOutcome> StartDiscoveryOutcomeCallable;
156typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
157typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
158typedef std::future<UpdateServiceLevelObjectiveOutcome> UpdateServiceLevelObjectiveOutcomeCallable;
159/* End of service model Outcome callable definitions */
160} // namespace Model
161
163
164/* Service model async handlers definitions */
167 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
169typedef std::function<void(const ApplicationSignalsClient*, const Model::BatchUpdateExclusionWindowsRequest&,
170 const Model::BatchUpdateExclusionWindowsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
172typedef std::function<void(const ApplicationSignalsClient*, const Model::CreateServiceLevelObjectiveRequest&,
173 const Model::CreateServiceLevelObjectiveOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
175typedef std::function<void(const ApplicationSignalsClient*, const Model::DeleteGroupingConfigurationRequest&,
176 const Model::DeleteGroupingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
178typedef std::function<void(const ApplicationSignalsClient*, const Model::DeleteServiceLevelObjectiveRequest&,
179 const Model::DeleteServiceLevelObjectiveOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
181typedef std::function<void(const ApplicationSignalsClient*, const Model::GetServiceRequest&, const Model::GetServiceOutcome&,
182 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
184typedef std::function<void(const ApplicationSignalsClient*, const Model::GetServiceLevelObjectiveRequest&,
185 const Model::GetServiceLevelObjectiveOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
188 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
190typedef std::function<void(const ApplicationSignalsClient*, const Model::ListEntityEventsRequest&, const Model::ListEntityEventsOutcome&,
191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
193typedef std::function<void(const ApplicationSignalsClient*, const Model::ListGroupingAttributeDefinitionsRequest&,
195 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
197typedef std::function<void(const ApplicationSignalsClient*, const Model::ListServiceDependenciesRequest&,
198 const Model::ListServiceDependenciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
200typedef std::function<void(const ApplicationSignalsClient*, const Model::ListServiceDependentsRequest&,
201 const Model::ListServiceDependentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
207typedef std::function<void(const ApplicationSignalsClient*, const Model::ListServiceLevelObjectivesRequest&,
208 const Model::ListServiceLevelObjectivesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
210typedef std::function<void(const ApplicationSignalsClient*, const Model::ListServiceOperationsRequest&,
211 const Model::ListServiceOperationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
214 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
216typedef std::function<void(const ApplicationSignalsClient*, const Model::ListServicesRequest&, const Model::ListServicesOutcome&,
217 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
219typedef std::function<void(const ApplicationSignalsClient*, const Model::ListTagsForResourceRequest&,
220 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
222typedef std::function<void(const ApplicationSignalsClient*, const Model::PutGroupingConfigurationRequest&,
223 const Model::PutGroupingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
225typedef std::function<void(const ApplicationSignalsClient*, const Model::StartDiscoveryRequest&, const Model::StartDiscoveryOutcome&,
226 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
228typedef std::function<void(const ApplicationSignalsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
229 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
231typedef std::function<void(const ApplicationSignalsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
232 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
234typedef std::function<void(const ApplicationSignalsClient*, const Model::UpdateServiceLevelObjectiveRequest&,
235 const Model::UpdateServiceLevelObjectiveOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
237/* End of service model async handlers definitions */
238} // namespace ApplicationSignals
239} // namespace Aws
EndpointProviderBase< ApplicationSignalsClientConfiguration, ApplicationSignalsBuiltInParameters, ApplicationSignalsClientContextParameters > ApplicationSignalsEndpointProviderBase
Aws::Utils::Outcome< GetServiceLevelObjectiveResult, ApplicationSignalsError > GetServiceLevelObjectiveOutcome
Aws::Utils::Outcome< ListServiceStatesResult, ApplicationSignalsError > ListServiceStatesOutcome
Aws::Utils::Outcome< UntagResourceResult, ApplicationSignalsError > UntagResourceOutcome
std::future< StartDiscoveryOutcome > StartDiscoveryOutcomeCallable
std::future< ListGroupingAttributeDefinitionsOutcome > ListGroupingAttributeDefinitionsOutcomeCallable
std::future< DeleteGroupingConfigurationOutcome > DeleteGroupingConfigurationOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< BatchUpdateExclusionWindowsResult, ApplicationSignalsError > BatchUpdateExclusionWindowsOutcome
Aws::Utils::Outcome< BatchGetServiceLevelObjectiveBudgetReportResult, ApplicationSignalsError > BatchGetServiceLevelObjectiveBudgetReportOutcome
std::future< ListServiceStatesOutcome > ListServiceStatesOutcomeCallable
std::future< ListServiceOperationsOutcome > ListServiceOperationsOutcomeCallable
Aws::Utils::Outcome< ListServiceLevelObjectiveExclusionWindowsResult, ApplicationSignalsError > ListServiceLevelObjectiveExclusionWindowsOutcome
Aws::Utils::Outcome< ListAuditFindingsResult, ApplicationSignalsError > ListAuditFindingsOutcome
Aws::Utils::Outcome< ListServiceOperationsResult, ApplicationSignalsError > ListServiceOperationsOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListServiceDependentsOutcome > ListServiceDependentsOutcomeCallable
std::future< ListServiceLevelObjectiveExclusionWindowsOutcome > ListServiceLevelObjectiveExclusionWindowsOutcomeCallable
Aws::Utils::Outcome< ListServiceLevelObjectivesResult, ApplicationSignalsError > ListServiceLevelObjectivesOutcome
Aws::Utils::Outcome< ListServiceDependentsResult, ApplicationSignalsError > ListServiceDependentsOutcome
Aws::Utils::Outcome< ListGroupingAttributeDefinitionsResult, ApplicationSignalsError > ListGroupingAttributeDefinitionsOutcome
std::future< ListAuditFindingsOutcome > ListAuditFindingsOutcomeCallable
std::future< BatchGetServiceLevelObjectiveBudgetReportOutcome > BatchGetServiceLevelObjectiveBudgetReportOutcomeCallable
std::future< ListServiceDependenciesOutcome > ListServiceDependenciesOutcomeCallable
Aws::Utils::Outcome< StartDiscoveryResult, ApplicationSignalsError > StartDiscoveryOutcome
Aws::Utils::Outcome< ListEntityEventsResult, ApplicationSignalsError > ListEntityEventsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteGroupingConfigurationResult, ApplicationSignalsError > DeleteGroupingConfigurationOutcome
std::future< DeleteServiceLevelObjectiveOutcome > DeleteServiceLevelObjectiveOutcomeCallable
std::future< ListServicesOutcome > ListServicesOutcomeCallable
std::future< ListEntityEventsOutcome > ListEntityEventsOutcomeCallable
std::future< GetServiceLevelObjectiveOutcome > GetServiceLevelObjectiveOutcomeCallable
std::future< UpdateServiceLevelObjectiveOutcome > UpdateServiceLevelObjectiveOutcomeCallable
std::future< GetServiceOutcome > GetServiceOutcomeCallable
Aws::Utils::Outcome< CreateServiceLevelObjectiveResult, ApplicationSignalsError > CreateServiceLevelObjectiveOutcome
Aws::Utils::Outcome< UpdateServiceLevelObjectiveResult, ApplicationSignalsError > UpdateServiceLevelObjectiveOutcome
std::future< CreateServiceLevelObjectiveOutcome > CreateServiceLevelObjectiveOutcomeCallable
Aws::Utils::Outcome< PutGroupingConfigurationResult, ApplicationSignalsError > PutGroupingConfigurationOutcome
Aws::Utils::Outcome< TagResourceResult, ApplicationSignalsError > TagResourceOutcome
Aws::Utils::Outcome< DeleteServiceLevelObjectiveResult, ApplicationSignalsError > DeleteServiceLevelObjectiveOutcome
Aws::Utils::Outcome< ListServicesResult, ApplicationSignalsError > ListServicesOutcome
std::future< BatchUpdateExclusionWindowsOutcome > BatchUpdateExclusionWindowsOutcomeCallable
Aws::Utils::Outcome< ListServiceDependenciesResult, ApplicationSignalsError > ListServiceDependenciesOutcome
Aws::Utils::Outcome< GetServiceResult, ApplicationSignalsError > GetServiceOutcome
std::future< ListServiceLevelObjectivesOutcome > ListServiceLevelObjectivesOutcomeCallable
std::future< PutGroupingConfigurationOutcome > PutGroupingConfigurationOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ApplicationSignalsError > ListTagsForResourceOutcome
std::function< void(const ApplicationSignalsClient *, const Model::BatchUpdateExclusionWindowsRequest &, const Model::BatchUpdateExclusionWindowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateExclusionWindowsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::GetServiceRequest &, const Model::GetServiceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetServiceResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::UpdateServiceLevelObjectiveRequest &, const Model::UpdateServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateServiceLevelObjectiveResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::CreateServiceLevelObjectiveRequest &, const Model::CreateServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateServiceLevelObjectiveResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceDependentsRequest &, const Model::ListServiceDependentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceDependentsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceOperationsRequest &, const Model::ListServiceOperationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceOperationsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::DeleteServiceLevelObjectiveRequest &, const Model::DeleteServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteServiceLevelObjectiveResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListAuditFindingsRequest &, const Model::ListAuditFindingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAuditFindingsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::DeleteGroupingConfigurationRequest &, const Model::DeleteGroupingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGroupingConfigurationResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::GetServiceLevelObjectiveRequest &, const Model::GetServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetServiceLevelObjectiveResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::StartDiscoveryRequest &, const Model::StartDiscoveryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartDiscoveryResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListEntityEventsRequest &, const Model::ListEntityEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEntityEventsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceLevelObjectivesRequest &, const Model::ListServiceLevelObjectivesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceLevelObjectivesResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListGroupingAttributeDefinitionsRequest &, const Model::ListGroupingAttributeDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGroupingAttributeDefinitionsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceDependenciesRequest &, const Model::ListServiceDependenciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceDependenciesResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceLevelObjectiveExclusionWindowsRequest &, const Model::ListServiceLevelObjectiveExclusionWindowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceLevelObjectiveExclusionWindowsResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServiceStatesRequest &, const Model::ListServiceStatesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceStatesResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::PutGroupingConfigurationRequest &, const Model::PutGroupingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutGroupingConfigurationResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::BatchGetServiceLevelObjectiveBudgetReportRequest &, const Model::BatchGetServiceLevelObjectiveBudgetReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetServiceLevelObjectiveBudgetReportResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListServicesRequest &, const Model::ListServicesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServicesResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler