AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ApplicationSignalsClient.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/application-signals/ApplicationSignalsServiceClientModel.h>
13
14namespace Aws
15{
16namespace ApplicationSignals
17{
37 class AWS_APPLICATIONSIGNALS_API ApplicationSignalsClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ApplicationSignalsClient>
38 {
39 public:
41 static const char* GetServiceName();
42 static const char* GetAllocationTag();
43
46
52 std::shared_ptr<ApplicationSignalsEndpointProviderBase> endpointProvider = nullptr);
53
59 std::shared_ptr<ApplicationSignalsEndpointProviderBase> endpointProvider = nullptr,
61
66 ApplicationSignalsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
67 std::shared_ptr<ApplicationSignalsEndpointProviderBase> endpointProvider = nullptr,
69
70
71 /* Legacy constructors due deprecation */
77
83 const Aws::Client::ClientConfiguration& clientConfiguration);
84
89 ApplicationSignalsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
90 const Aws::Client::ClientConfiguration& clientConfiguration);
91
92 /* End of legacy constructors due deprecation */
94
111
115 template<typename BatchGetServiceLevelObjectiveBudgetReportRequestT = Model::BatchGetServiceLevelObjectiveBudgetReportRequest>
117 {
118 return SubmitCallable(&ApplicationSignalsClient::BatchGetServiceLevelObjectiveBudgetReport, request);
119 }
120
124 template<typename BatchGetServiceLevelObjectiveBudgetReportRequestT = Model::BatchGetServiceLevelObjectiveBudgetReportRequest>
125 void BatchGetServiceLevelObjectiveBudgetReportAsync(const BatchGetServiceLevelObjectiveBudgetReportRequestT& request, const BatchGetServiceLevelObjectiveBudgetReportResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
126 {
127 return SubmitAsync(&ApplicationSignalsClient::BatchGetServiceLevelObjectiveBudgetReport, request, handler, context);
128 }
129
187
191 template<typename CreateServiceLevelObjectiveRequestT = Model::CreateServiceLevelObjectiveRequest>
192 Model::CreateServiceLevelObjectiveOutcomeCallable CreateServiceLevelObjectiveCallable(const CreateServiceLevelObjectiveRequestT& request) const
193 {
194 return SubmitCallable(&ApplicationSignalsClient::CreateServiceLevelObjective, request);
195 }
196
200 template<typename CreateServiceLevelObjectiveRequestT = Model::CreateServiceLevelObjectiveRequest>
201 void CreateServiceLevelObjectiveAsync(const CreateServiceLevelObjectiveRequestT& request, const CreateServiceLevelObjectiveResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
202 {
203 return SubmitAsync(&ApplicationSignalsClient::CreateServiceLevelObjective, request, handler, context);
204 }
205
212
216 template<typename DeleteServiceLevelObjectiveRequestT = Model::DeleteServiceLevelObjectiveRequest>
217 Model::DeleteServiceLevelObjectiveOutcomeCallable DeleteServiceLevelObjectiveCallable(const DeleteServiceLevelObjectiveRequestT& request) const
218 {
219 return SubmitCallable(&ApplicationSignalsClient::DeleteServiceLevelObjective, request);
220 }
221
225 template<typename DeleteServiceLevelObjectiveRequestT = Model::DeleteServiceLevelObjectiveRequest>
226 void DeleteServiceLevelObjectiveAsync(const DeleteServiceLevelObjectiveRequestT& request, const DeleteServiceLevelObjectiveResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
227 {
228 return SubmitAsync(&ApplicationSignalsClient::DeleteServiceLevelObjective, request, handler, context);
229 }
230
238
242 template<typename GetServiceRequestT = Model::GetServiceRequest>
243 Model::GetServiceOutcomeCallable GetServiceCallable(const GetServiceRequestT& request) const
244 {
245 return SubmitCallable(&ApplicationSignalsClient::GetService, request);
246 }
247
251 template<typename GetServiceRequestT = Model::GetServiceRequest>
252 void GetServiceAsync(const GetServiceRequestT& request, const GetServiceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
253 {
254 return SubmitAsync(&ApplicationSignalsClient::GetService, request, handler, context);
255 }
256
264
268 template<typename GetServiceLevelObjectiveRequestT = Model::GetServiceLevelObjectiveRequest>
269 Model::GetServiceLevelObjectiveOutcomeCallable GetServiceLevelObjectiveCallable(const GetServiceLevelObjectiveRequestT& request) const
270 {
271 return SubmitCallable(&ApplicationSignalsClient::GetServiceLevelObjective, request);
272 }
273
277 template<typename GetServiceLevelObjectiveRequestT = Model::GetServiceLevelObjectiveRequest>
278 void GetServiceLevelObjectiveAsync(const GetServiceLevelObjectiveRequestT& request, const GetServiceLevelObjectiveResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
279 {
280 return SubmitAsync(&ApplicationSignalsClient::GetServiceLevelObjective, request, handler, context);
281 }
282
292
296 template<typename ListServiceDependenciesRequestT = Model::ListServiceDependenciesRequest>
297 Model::ListServiceDependenciesOutcomeCallable ListServiceDependenciesCallable(const ListServiceDependenciesRequestT& request) const
298 {
299 return SubmitCallable(&ApplicationSignalsClient::ListServiceDependencies, request);
300 }
301
305 template<typename ListServiceDependenciesRequestT = Model::ListServiceDependenciesRequest>
306 void ListServiceDependenciesAsync(const ListServiceDependenciesRequestT& request, const ListServiceDependenciesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
307 {
308 return SubmitAsync(&ApplicationSignalsClient::ListServiceDependencies, request, handler, context);
309 }
310
320
324 template<typename ListServiceDependentsRequestT = Model::ListServiceDependentsRequest>
325 Model::ListServiceDependentsOutcomeCallable ListServiceDependentsCallable(const ListServiceDependentsRequestT& request) const
326 {
327 return SubmitCallable(&ApplicationSignalsClient::ListServiceDependents, request);
328 }
329
333 template<typename ListServiceDependentsRequestT = Model::ListServiceDependentsRequest>
334 void ListServiceDependentsAsync(const ListServiceDependentsRequestT& request, const ListServiceDependentsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
335 {
336 return SubmitAsync(&ApplicationSignalsClient::ListServiceDependents, request, handler, context);
337 }
338
345
349 template<typename ListServiceLevelObjectivesRequestT = Model::ListServiceLevelObjectivesRequest>
350 Model::ListServiceLevelObjectivesOutcomeCallable ListServiceLevelObjectivesCallable(const ListServiceLevelObjectivesRequestT& request = {}) const
351 {
352 return SubmitCallable(&ApplicationSignalsClient::ListServiceLevelObjectives, request);
353 }
354
358 template<typename ListServiceLevelObjectivesRequestT = Model::ListServiceLevelObjectivesRequest>
359 void ListServiceLevelObjectivesAsync(const ListServiceLevelObjectivesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListServiceLevelObjectivesRequestT& request = {}) const
360 {
361 return SubmitAsync(&ApplicationSignalsClient::ListServiceLevelObjectives, request, handler, context);
362 }
363
372
376 template<typename ListServiceOperationsRequestT = Model::ListServiceOperationsRequest>
377 Model::ListServiceOperationsOutcomeCallable ListServiceOperationsCallable(const ListServiceOperationsRequestT& request) const
378 {
379 return SubmitCallable(&ApplicationSignalsClient::ListServiceOperations, request);
380 }
381
385 template<typename ListServiceOperationsRequestT = Model::ListServiceOperationsRequest>
386 void ListServiceOperationsAsync(const ListServiceOperationsRequestT& request, const ListServiceOperationsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
387 {
388 return SubmitAsync(&ApplicationSignalsClient::ListServiceOperations, request, handler, context);
389 }
390
400
404 template<typename ListServicesRequestT = Model::ListServicesRequest>
405 Model::ListServicesOutcomeCallable ListServicesCallable(const ListServicesRequestT& request) const
406 {
407 return SubmitCallable(&ApplicationSignalsClient::ListServices, request);
408 }
409
413 template<typename ListServicesRequestT = Model::ListServicesRequest>
414 void ListServicesAsync(const ListServicesRequestT& request, const ListServicesResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
415 {
416 return SubmitAsync(&ApplicationSignalsClient::ListServices, request, handler, context);
417 }
418
426
430 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
431 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const
432 {
433 return SubmitCallable(&ApplicationSignalsClient::ListTagsForResource, request);
434 }
435
439 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
440 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
441 {
442 return SubmitAsync(&ApplicationSignalsClient::ListTagsForResource, request, handler, context);
443 }
444
465
469 template<typename StartDiscoveryRequestT = Model::StartDiscoveryRequest>
470 Model::StartDiscoveryOutcomeCallable StartDiscoveryCallable(const StartDiscoveryRequestT& request = {}) const
471 {
472 return SubmitCallable(&ApplicationSignalsClient::StartDiscovery, request);
473 }
474
478 template<typename StartDiscoveryRequestT = Model::StartDiscoveryRequest>
479 void StartDiscoveryAsync(const StartDiscoveryResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const StartDiscoveryRequestT& request = {}) const
480 {
481 return SubmitAsync(&ApplicationSignalsClient::StartDiscovery, request, handler, context);
482 }
483
501
505 template<typename TagResourceRequestT = Model::TagResourceRequest>
506 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const
507 {
508 return SubmitCallable(&ApplicationSignalsClient::TagResource, request);
509 }
510
514 template<typename TagResourceRequestT = Model::TagResourceRequest>
515 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
516 {
517 return SubmitAsync(&ApplicationSignalsClient::TagResource, request, handler, context);
518 }
519
527
531 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
532 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const
533 {
534 return SubmitCallable(&ApplicationSignalsClient::UntagResource, request);
535 }
536
540 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
541 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
542 {
543 return SubmitAsync(&ApplicationSignalsClient::UntagResource, request, handler, context);
544 }
545
555
559 template<typename UpdateServiceLevelObjectiveRequestT = Model::UpdateServiceLevelObjectiveRequest>
560 Model::UpdateServiceLevelObjectiveOutcomeCallable UpdateServiceLevelObjectiveCallable(const UpdateServiceLevelObjectiveRequestT& request) const
561 {
562 return SubmitCallable(&ApplicationSignalsClient::UpdateServiceLevelObjective, request);
563 }
564
568 template<typename UpdateServiceLevelObjectiveRequestT = Model::UpdateServiceLevelObjectiveRequest>
569 void UpdateServiceLevelObjectiveAsync(const UpdateServiceLevelObjectiveRequestT& request, const UpdateServiceLevelObjectiveResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
570 {
571 return SubmitAsync(&ApplicationSignalsClient::UpdateServiceLevelObjective, request, handler, context);
572 }
573
574
575 void OverrideEndpoint(const Aws::String& endpoint);
576 std::shared_ptr<ApplicationSignalsEndpointProviderBase>& accessEndpointProvider();
577 private:
579 void init(const ApplicationSignalsClientConfiguration& clientConfiguration);
580
581 ApplicationSignalsClientConfiguration m_clientConfiguration;
582 std::shared_ptr<ApplicationSignalsEndpointProviderBase> m_endpointProvider;
583 };
584
585} // namespace ApplicationSignals
586} // namespace Aws
void ListServiceOperationsAsync(const ListServiceOperationsRequestT &request, const ListServiceOperationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ApplicationSignalsClientConfiguration ClientConfigurationType
Model::ListServiceLevelObjectivesOutcomeCallable ListServiceLevelObjectivesCallable(const ListServiceLevelObjectivesRequestT &request={}) const
Model::ListServicesOutcomeCallable ListServicesCallable(const ListServicesRequestT &request) const
ApplicationSignalsClient(const Aws::ApplicationSignals::ApplicationSignalsClientConfiguration &clientConfiguration=Aws::ApplicationSignals::ApplicationSignalsClientConfiguration(), std::shared_ptr< ApplicationSignalsEndpointProviderBase > endpointProvider=nullptr)
virtual Model::ListServicesOutcome ListServices(const Model::ListServicesRequest &request) const
virtual Model::GetServiceLevelObjectiveOutcome GetServiceLevelObjective(const Model::GetServiceLevelObjectiveRequest &request) const
void BatchGetServiceLevelObjectiveBudgetReportAsync(const BatchGetServiceLevelObjectiveBudgetReportRequestT &request, const BatchGetServiceLevelObjectiveBudgetReportResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateServiceLevelObjectiveOutcomeCallable UpdateServiceLevelObjectiveCallable(const UpdateServiceLevelObjectiveRequestT &request) const
virtual Model::StartDiscoveryOutcome StartDiscovery(const Model::StartDiscoveryRequest &request={}) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
virtual Model::UpdateServiceLevelObjectiveOutcome UpdateServiceLevelObjective(const Model::UpdateServiceLevelObjectiveRequest &request) const
virtual Model::ListServiceLevelObjectivesOutcome ListServiceLevelObjectives(const Model::ListServiceLevelObjectivesRequest &request={}) const
void OverrideEndpoint(const Aws::String &endpoint)
ApplicationSignalsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ApplicationSignalsEndpointProviderBase > endpointProvider=nullptr, const Aws::ApplicationSignals::ApplicationSignalsClientConfiguration &clientConfiguration=Aws::ApplicationSignals::ApplicationSignalsClientConfiguration())
virtual Model::ListServiceOperationsOutcome ListServiceOperations(const Model::ListServiceOperationsRequest &request) const
ApplicationSignalsClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateServiceLevelObjectiveOutcomeCallable CreateServiceLevelObjectiveCallable(const CreateServiceLevelObjectiveRequestT &request) const
Model::GetServiceOutcomeCallable GetServiceCallable(const GetServiceRequestT &request) const
Model::StartDiscoveryOutcomeCallable StartDiscoveryCallable(const StartDiscoveryRequestT &request={}) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void ListServiceDependenciesAsync(const ListServiceDependenciesRequestT &request, const ListServiceDependenciesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateServiceLevelObjectiveAsync(const CreateServiceLevelObjectiveRequestT &request, const CreateServiceLevelObjectiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteServiceLevelObjectiveOutcomeCallable DeleteServiceLevelObjectiveCallable(const DeleteServiceLevelObjectiveRequestT &request) const
Model::ListServiceDependenciesOutcomeCallable ListServiceDependenciesCallable(const ListServiceDependenciesRequestT &request) const
Model::ListServiceDependentsOutcomeCallable ListServiceDependentsCallable(const ListServiceDependentsRequestT &request) const
void DeleteServiceLevelObjectiveAsync(const DeleteServiceLevelObjectiveRequestT &request, const DeleteServiceLevelObjectiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListServiceDependenciesOutcome ListServiceDependencies(const Model::ListServiceDependenciesRequest &request) const
virtual Model::CreateServiceLevelObjectiveOutcome CreateServiceLevelObjective(const Model::CreateServiceLevelObjectiveRequest &request) const
void ListServicesAsync(const ListServicesRequestT &request, const ListServicesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListServiceLevelObjectivesAsync(const ListServiceLevelObjectivesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListServiceLevelObjectivesRequestT &request={}) const
void GetServiceAsync(const GetServiceRequestT &request, const GetServiceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::shared_ptr< ApplicationSignalsEndpointProviderBase > & accessEndpointProvider()
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ApplicationSignalsClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::DeleteServiceLevelObjectiveOutcome DeleteServiceLevelObjective(const Model::DeleteServiceLevelObjectiveRequest &request) const
void GetServiceLevelObjectiveAsync(const GetServiceLevelObjectiveRequestT &request, const GetServiceLevelObjectiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListServiceDependentsOutcome ListServiceDependents(const Model::ListServiceDependentsRequest &request) const
Model::GetServiceLevelObjectiveOutcomeCallable GetServiceLevelObjectiveCallable(const GetServiceLevelObjectiveRequestT &request) const
Model::ListServiceOperationsOutcomeCallable ListServiceOperationsCallable(const ListServiceOperationsRequestT &request) const
Model::BatchGetServiceLevelObjectiveBudgetReportOutcomeCallable BatchGetServiceLevelObjectiveBudgetReportCallable(const BatchGetServiceLevelObjectiveBudgetReportRequestT &request) const
virtual Model::GetServiceOutcome GetService(const Model::GetServiceRequest &request) const
void UpdateServiceLevelObjectiveAsync(const UpdateServiceLevelObjectiveRequestT &request, const UpdateServiceLevelObjectiveResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
ApplicationSignalsClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ApplicationSignalsEndpointProviderBase > endpointProvider=nullptr, const Aws::ApplicationSignals::ApplicationSignalsClientConfiguration &clientConfiguration=Aws::ApplicationSignals::ApplicationSignalsClientConfiguration())
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void StartDiscoveryAsync(const StartDiscoveryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const StartDiscoveryRequestT &request={}) const
virtual Model::BatchGetServiceLevelObjectiveBudgetReportOutcome BatchGetServiceLevelObjectiveBudgetReport(const Model::BatchGetServiceLevelObjectiveBudgetReportRequest &request) const
ApplicationSignalsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
void ListServiceDependentsAsync(const ListServiceDependentsRequestT &request, const ListServiceDependentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< StartDiscoveryOutcome > StartDiscoveryOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListServiceOperationsOutcome > ListServiceOperationsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListServiceDependentsOutcome > ListServiceDependentsOutcomeCallable
std::future< BatchGetServiceLevelObjectiveBudgetReportOutcome > BatchGetServiceLevelObjectiveBudgetReportOutcomeCallable
std::future< ListServiceDependenciesOutcome > ListServiceDependenciesOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DeleteServiceLevelObjectiveOutcome > DeleteServiceLevelObjectiveOutcomeCallable
std::future< ListServicesOutcome > ListServicesOutcomeCallable
std::future< GetServiceLevelObjectiveOutcome > GetServiceLevelObjectiveOutcomeCallable
std::future< UpdateServiceLevelObjectiveOutcome > UpdateServiceLevelObjectiveOutcomeCallable
std::future< GetServiceOutcome > GetServiceOutcomeCallable
std::future< CreateServiceLevelObjectiveOutcome > CreateServiceLevelObjectiveOutcomeCallable
std::future< ListServiceLevelObjectivesOutcome > ListServiceLevelObjectivesOutcomeCallable
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::ListServiceDependenciesRequest &, const Model::ListServiceDependenciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListServiceDependenciesResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
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::GetServiceLevelObjectiveRequest &, const Model::GetServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetServiceLevelObjectiveResponseReceivedHandler
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::GetServiceRequest &, const Model::GetServiceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetServiceResponseReceivedHandler
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::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::DeleteServiceLevelObjectiveRequest &, const Model::DeleteServiceLevelObjectiveOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteServiceLevelObjectiveResponseReceivedHandler
std::function< void(const ApplicationSignalsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
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::ListServiceDependentsRequest &, const Model::ListServiceDependentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListServiceDependentsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String