AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
ApplicationInsightsClient.h
1
6#pragma once
7#include <aws/application-insights/ApplicationInsightsPaginationBase.h>
8#include <aws/application-insights/ApplicationInsightsServiceClientModel.h>
9#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
10#include <aws/core/client/AWSClient.h>
11#include <aws/core/client/AWSClientAsyncCRTP.h>
12#include <aws/core/client/ClientConfiguration.h>
13#include <aws/core/utils/json/JsonSerializer.h>
14
15namespace Aws {
16namespace ApplicationInsights {
32class AWS_APPLICATIONINSIGHTS_API ApplicationInsightsClient : public Aws::Client::AWSJsonClient,
33 public Aws::Client::ClientWithAsyncTemplateMethods<ApplicationInsightsClient>,
34 public ApplicationInsightsPaginationBase<ApplicationInsightsClient> {
35 public:
37 static const char* GetServiceName();
38 static const char* GetAllocationTag();
39
42
49 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr);
50
56 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr,
59
64 ApplicationInsightsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
65 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr,
68
69 /* Legacy constructors due deprecation */
75
81
86 ApplicationInsightsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
87 const Aws::Client::ClientConfiguration& clientConfiguration);
88
89 /* End of legacy constructors due deprecation */
91
99
103 template <typename AddWorkloadRequestT = Model::AddWorkloadRequest>
104 Model::AddWorkloadOutcomeCallable AddWorkloadCallable(const AddWorkloadRequestT& request) const {
105 return SubmitCallable(&ApplicationInsightsClient::AddWorkload, request);
106 }
107
112 template <typename AddWorkloadRequestT = Model::AddWorkloadRequest>
113 void AddWorkloadAsync(const AddWorkloadRequestT& request, const AddWorkloadResponseReceivedHandler& handler,
114 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
115 return SubmitAsync(&ApplicationInsightsClient::AddWorkload, request, handler, context);
116 }
117
125
130 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
131 Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT& request = {}) const {
132 return SubmitCallable(&ApplicationInsightsClient::CreateApplication, request);
133 }
134
139 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
141 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
142 const CreateApplicationRequestT& request = {}) const {
143 return SubmitAsync(&ApplicationInsightsClient::CreateApplication, request, handler, context);
144 }
145
153
157 template <typename CreateComponentRequestT = Model::CreateComponentRequest>
158 Model::CreateComponentOutcomeCallable CreateComponentCallable(const CreateComponentRequestT& request) const {
159 return SubmitCallable(&ApplicationInsightsClient::CreateComponent, request);
160 }
161
166 template <typename CreateComponentRequestT = Model::CreateComponentRequest>
167 void CreateComponentAsync(const CreateComponentRequestT& request, const CreateComponentResponseReceivedHandler& handler,
168 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
169 return SubmitAsync(&ApplicationInsightsClient::CreateComponent, request, handler, context);
170 }
171
179
184 template <typename CreateLogPatternRequestT = Model::CreateLogPatternRequest>
185 Model::CreateLogPatternOutcomeCallable CreateLogPatternCallable(const CreateLogPatternRequestT& request) const {
186 return SubmitCallable(&ApplicationInsightsClient::CreateLogPattern, request);
187 }
188
193 template <typename CreateLogPatternRequestT = Model::CreateLogPatternRequest>
194 void CreateLogPatternAsync(const CreateLogPatternRequestT& request, const CreateLogPatternResponseReceivedHandler& handler,
195 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
196 return SubmitAsync(&ApplicationInsightsClient::CreateLogPattern, request, handler, context);
197 }
198
206
211 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
212 Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT& request) const {
213 return SubmitCallable(&ApplicationInsightsClient::DeleteApplication, request);
214 }
215
220 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
221 void DeleteApplicationAsync(const DeleteApplicationRequestT& request, const DeleteApplicationResponseReceivedHandler& handler,
222 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
223 return SubmitAsync(&ApplicationInsightsClient::DeleteApplication, request, handler, context);
224 }
225
234
238 template <typename DeleteComponentRequestT = Model::DeleteComponentRequest>
239 Model::DeleteComponentOutcomeCallable DeleteComponentCallable(const DeleteComponentRequestT& request) const {
240 return SubmitCallable(&ApplicationInsightsClient::DeleteComponent, request);
241 }
242
247 template <typename DeleteComponentRequestT = Model::DeleteComponentRequest>
248 void DeleteComponentAsync(const DeleteComponentRequestT& request, const DeleteComponentResponseReceivedHandler& handler,
249 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
250 return SubmitAsync(&ApplicationInsightsClient::DeleteComponent, request, handler, context);
251 }
252
260
265 template <typename DeleteLogPatternRequestT = Model::DeleteLogPatternRequest>
266 Model::DeleteLogPatternOutcomeCallable DeleteLogPatternCallable(const DeleteLogPatternRequestT& request) const {
267 return SubmitCallable(&ApplicationInsightsClient::DeleteLogPattern, request);
268 }
269
274 template <typename DeleteLogPatternRequestT = Model::DeleteLogPatternRequest>
275 void DeleteLogPatternAsync(const DeleteLogPatternRequestT& request, const DeleteLogPatternResponseReceivedHandler& handler,
276 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
277 return SubmitAsync(&ApplicationInsightsClient::DeleteLogPattern, request, handler, context);
278 }
279
286
291 template <typename DescribeApplicationRequestT = Model::DescribeApplicationRequest>
292 Model::DescribeApplicationOutcomeCallable DescribeApplicationCallable(const DescribeApplicationRequestT& request) const {
293 return SubmitCallable(&ApplicationInsightsClient::DescribeApplication, request);
294 }
295
300 template <typename DescribeApplicationRequestT = Model::DescribeApplicationRequest>
301 void DescribeApplicationAsync(const DescribeApplicationRequestT& request, const DescribeApplicationResponseReceivedHandler& handler,
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
303 return SubmitAsync(&ApplicationInsightsClient::DescribeApplication, request, handler, context);
304 }
305
313
318 template <typename DescribeComponentRequestT = Model::DescribeComponentRequest>
319 Model::DescribeComponentOutcomeCallable DescribeComponentCallable(const DescribeComponentRequestT& request) const {
320 return SubmitCallable(&ApplicationInsightsClient::DescribeComponent, request);
321 }
322
327 template <typename DescribeComponentRequestT = Model::DescribeComponentRequest>
328 void DescribeComponentAsync(const DescribeComponentRequestT& request, const DescribeComponentResponseReceivedHandler& handler,
329 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
330 return SubmitAsync(&ApplicationInsightsClient::DescribeComponent, request, handler, context);
331 }
332
341
346 template <typename DescribeComponentConfigurationRequestT = Model::DescribeComponentConfigurationRequest>
348 const DescribeComponentConfigurationRequestT& request) const {
349 return SubmitCallable(&ApplicationInsightsClient::DescribeComponentConfiguration, request);
350 }
351
356 template <typename DescribeComponentConfigurationRequestT = Model::DescribeComponentConfigurationRequest>
357 void DescribeComponentConfigurationAsync(const DescribeComponentConfigurationRequestT& request,
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
360 return SubmitAsync(&ApplicationInsightsClient::DescribeComponentConfiguration, request, handler, context);
361 }
362
371
376 template <typename DescribeComponentConfigurationRecommendationRequestT = Model::DescribeComponentConfigurationRecommendationRequest>
378 const DescribeComponentConfigurationRecommendationRequestT& request) const {
379 return SubmitCallable(&ApplicationInsightsClient::DescribeComponentConfigurationRecommendation, request);
380 }
381
386 template <typename DescribeComponentConfigurationRecommendationRequestT = Model::DescribeComponentConfigurationRecommendationRequest>
388 const DescribeComponentConfigurationRecommendationRequestT& request,
390 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
391 return SubmitAsync(&ApplicationInsightsClient::DescribeComponentConfigurationRecommendation, request, handler, context);
392 }
393
401
406 template <typename DescribeLogPatternRequestT = Model::DescribeLogPatternRequest>
407 Model::DescribeLogPatternOutcomeCallable DescribeLogPatternCallable(const DescribeLogPatternRequestT& request) const {
408 return SubmitCallable(&ApplicationInsightsClient::DescribeLogPattern, request);
409 }
410
415 template <typename DescribeLogPatternRequestT = Model::DescribeLogPatternRequest>
416 void DescribeLogPatternAsync(const DescribeLogPatternRequestT& request, const DescribeLogPatternResponseReceivedHandler& handler,
417 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
418 return SubmitAsync(&ApplicationInsightsClient::DescribeLogPattern, request, handler, context);
419 }
420
428
433 template <typename DescribeObservationRequestT = Model::DescribeObservationRequest>
434 Model::DescribeObservationOutcomeCallable DescribeObservationCallable(const DescribeObservationRequestT& request) const {
435 return SubmitCallable(&ApplicationInsightsClient::DescribeObservation, request);
436 }
437
442 template <typename DescribeObservationRequestT = Model::DescribeObservationRequest>
443 void DescribeObservationAsync(const DescribeObservationRequestT& request, const DescribeObservationResponseReceivedHandler& handler,
444 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
445 return SubmitAsync(&ApplicationInsightsClient::DescribeObservation, request, handler, context);
446 }
447
454
458 template <typename DescribeProblemRequestT = Model::DescribeProblemRequest>
459 Model::DescribeProblemOutcomeCallable DescribeProblemCallable(const DescribeProblemRequestT& request) const {
460 return SubmitCallable(&ApplicationInsightsClient::DescribeProblem, request);
461 }
462
467 template <typename DescribeProblemRequestT = Model::DescribeProblemRequest>
468 void DescribeProblemAsync(const DescribeProblemRequestT& request, const DescribeProblemResponseReceivedHandler& handler,
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
470 return SubmitAsync(&ApplicationInsightsClient::DescribeProblem, request, handler, context);
471 }
472
480 const Model::DescribeProblemObservationsRequest& request) const;
481
486 template <typename DescribeProblemObservationsRequestT = Model::DescribeProblemObservationsRequest>
488 const DescribeProblemObservationsRequestT& request) const {
489 return SubmitCallable(&ApplicationInsightsClient::DescribeProblemObservations, request);
490 }
491
496 template <typename DescribeProblemObservationsRequestT = Model::DescribeProblemObservationsRequest>
497 void DescribeProblemObservationsAsync(const DescribeProblemObservationsRequestT& request,
499 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
500 return SubmitAsync(&ApplicationInsightsClient::DescribeProblemObservations, request, handler, context);
501 }
502
509
514 template <typename DescribeWorkloadRequestT = Model::DescribeWorkloadRequest>
515 Model::DescribeWorkloadOutcomeCallable DescribeWorkloadCallable(const DescribeWorkloadRequestT& request) const {
516 return SubmitCallable(&ApplicationInsightsClient::DescribeWorkload, request);
517 }
518
523 template <typename DescribeWorkloadRequestT = Model::DescribeWorkloadRequest>
524 void DescribeWorkloadAsync(const DescribeWorkloadRequestT& request, const DescribeWorkloadResponseReceivedHandler& handler,
525 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
526 return SubmitAsync(&ApplicationInsightsClient::DescribeWorkload, request, handler, context);
527 }
528
536
541 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
542 Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT& request = {}) const {
543 return SubmitCallable(&ApplicationInsightsClient::ListApplications, request);
544 }
545
550 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
552 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
553 const ListApplicationsRequestT& request = {}) const {
554 return SubmitAsync(&ApplicationInsightsClient::ListApplications, request, handler, context);
555 }
556
564
568 template <typename ListComponentsRequestT = Model::ListComponentsRequest>
569 Model::ListComponentsOutcomeCallable ListComponentsCallable(const ListComponentsRequestT& request) const {
570 return SubmitCallable(&ApplicationInsightsClient::ListComponents, request);
571 }
572
577 template <typename ListComponentsRequestT = Model::ListComponentsRequest>
578 void ListComponentsAsync(const ListComponentsRequestT& request, const ListComponentsResponseReceivedHandler& handler,
579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
580 return SubmitAsync(&ApplicationInsightsClient::ListComponents, request, handler, context);
581 }
582
594
599 template <typename ListConfigurationHistoryRequestT = Model::ListConfigurationHistoryRequest>
601 const ListConfigurationHistoryRequestT& request = {}) const {
602 return SubmitCallable(&ApplicationInsightsClient::ListConfigurationHistory, request);
603 }
604
609 template <typename ListConfigurationHistoryRequestT = Model::ListConfigurationHistoryRequest>
611 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
612 const ListConfigurationHistoryRequestT& request = {}) const {
613 return SubmitAsync(&ApplicationInsightsClient::ListConfigurationHistory, request, handler, context);
614 }
615
623
628 template <typename ListLogPatternSetsRequestT = Model::ListLogPatternSetsRequest>
629 Model::ListLogPatternSetsOutcomeCallable ListLogPatternSetsCallable(const ListLogPatternSetsRequestT& request) const {
630 return SubmitCallable(&ApplicationInsightsClient::ListLogPatternSets, request);
631 }
632
637 template <typename ListLogPatternSetsRequestT = Model::ListLogPatternSetsRequest>
638 void ListLogPatternSetsAsync(const ListLogPatternSetsRequestT& request, const ListLogPatternSetsResponseReceivedHandler& handler,
639 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
640 return SubmitAsync(&ApplicationInsightsClient::ListLogPatternSets, request, handler, context);
641 }
642
650
654 template <typename ListLogPatternsRequestT = Model::ListLogPatternsRequest>
655 Model::ListLogPatternsOutcomeCallable ListLogPatternsCallable(const ListLogPatternsRequestT& request) const {
656 return SubmitCallable(&ApplicationInsightsClient::ListLogPatterns, request);
657 }
658
663 template <typename ListLogPatternsRequestT = Model::ListLogPatternsRequest>
664 void ListLogPatternsAsync(const ListLogPatternsRequestT& request, const ListLogPatternsResponseReceivedHandler& handler,
665 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
666 return SubmitAsync(&ApplicationInsightsClient::ListLogPatterns, request, handler, context);
667 }
668
675
679 template <typename ListProblemsRequestT = Model::ListProblemsRequest>
680 Model::ListProblemsOutcomeCallable ListProblemsCallable(const ListProblemsRequestT& request = {}) const {
681 return SubmitCallable(&ApplicationInsightsClient::ListProblems, request);
682 }
683
688 template <typename ListProblemsRequestT = Model::ListProblemsRequest>
690 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
691 const ListProblemsRequestT& request = {}) const {
692 return SubmitAsync(&ApplicationInsightsClient::ListProblems, request, handler, context);
693 }
694
706
711 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
712 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
713 return SubmitCallable(&ApplicationInsightsClient::ListTagsForResource, request);
714 }
715
720 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
721 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
722 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
723 return SubmitAsync(&ApplicationInsightsClient::ListTagsForResource, request, handler, context);
724 }
725
733
737 template <typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
738 Model::ListWorkloadsOutcomeCallable ListWorkloadsCallable(const ListWorkloadsRequestT& request) const {
739 return SubmitCallable(&ApplicationInsightsClient::ListWorkloads, request);
740 }
741
746 template <typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
747 void ListWorkloadsAsync(const ListWorkloadsRequestT& request, const ListWorkloadsResponseReceivedHandler& handler,
748 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
749 return SubmitAsync(&ApplicationInsightsClient::ListWorkloads, request, handler, context);
750 }
751
758
762 template <typename RemoveWorkloadRequestT = Model::RemoveWorkloadRequest>
763 Model::RemoveWorkloadOutcomeCallable RemoveWorkloadCallable(const RemoveWorkloadRequestT& request) const {
764 return SubmitCallable(&ApplicationInsightsClient::RemoveWorkload, request);
765 }
766
771 template <typename RemoveWorkloadRequestT = Model::RemoveWorkloadRequest>
772 void RemoveWorkloadAsync(const RemoveWorkloadRequestT& request, const RemoveWorkloadResponseReceivedHandler& handler,
773 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
774 return SubmitAsync(&ApplicationInsightsClient::RemoveWorkload, request, handler, context);
775 }
776
790
794 template <typename TagResourceRequestT = Model::TagResourceRequest>
795 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
796 return SubmitCallable(&ApplicationInsightsClient::TagResource, request);
797 }
798
803 template <typename TagResourceRequestT = Model::TagResourceRequest>
804 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
805 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
806 return SubmitAsync(&ApplicationInsightsClient::TagResource, request, handler, context);
807 }
808
816
820 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
821 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
822 return SubmitCallable(&ApplicationInsightsClient::UntagResource, request);
823 }
824
829 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
830 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
831 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
832 return SubmitAsync(&ApplicationInsightsClient::UntagResource, request, handler, context);
833 }
834
841
846 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
847 Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT& request) const {
848 return SubmitCallable(&ApplicationInsightsClient::UpdateApplication, request);
849 }
850
855 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
856 void UpdateApplicationAsync(const UpdateApplicationRequestT& request, const UpdateApplicationResponseReceivedHandler& handler,
857 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
858 return SubmitAsync(&ApplicationInsightsClient::UpdateApplication, request, handler, context);
859 }
860
868
872 template <typename UpdateComponentRequestT = Model::UpdateComponentRequest>
873 Model::UpdateComponentOutcomeCallable UpdateComponentCallable(const UpdateComponentRequestT& request) const {
874 return SubmitCallable(&ApplicationInsightsClient::UpdateComponent, request);
875 }
876
881 template <typename UpdateComponentRequestT = Model::UpdateComponentRequest>
882 void UpdateComponentAsync(const UpdateComponentRequestT& request, const UpdateComponentResponseReceivedHandler& handler,
883 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
884 return SubmitAsync(&ApplicationInsightsClient::UpdateComponent, request, handler, context);
885 }
886
897 const Model::UpdateComponentConfigurationRequest& request) const;
898
903 template <typename UpdateComponentConfigurationRequestT = Model::UpdateComponentConfigurationRequest>
905 const UpdateComponentConfigurationRequestT& request) const {
906 return SubmitCallable(&ApplicationInsightsClient::UpdateComponentConfiguration, request);
907 }
908
913 template <typename UpdateComponentConfigurationRequestT = Model::UpdateComponentConfigurationRequest>
914 void UpdateComponentConfigurationAsync(const UpdateComponentConfigurationRequestT& request,
916 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
917 return SubmitAsync(&ApplicationInsightsClient::UpdateComponentConfiguration, request, handler, context);
918 }
919
927
932 template <typename UpdateLogPatternRequestT = Model::UpdateLogPatternRequest>
933 Model::UpdateLogPatternOutcomeCallable UpdateLogPatternCallable(const UpdateLogPatternRequestT& request) const {
934 return SubmitCallable(&ApplicationInsightsClient::UpdateLogPattern, request);
935 }
936
941 template <typename UpdateLogPatternRequestT = Model::UpdateLogPatternRequest>
942 void UpdateLogPatternAsync(const UpdateLogPatternRequestT& request, const UpdateLogPatternResponseReceivedHandler& handler,
943 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
944 return SubmitAsync(&ApplicationInsightsClient::UpdateLogPattern, request, handler, context);
945 }
946
954
958 template <typename UpdateProblemRequestT = Model::UpdateProblemRequest>
959 Model::UpdateProblemOutcomeCallable UpdateProblemCallable(const UpdateProblemRequestT& request) const {
960 return SubmitCallable(&ApplicationInsightsClient::UpdateProblem, request);
961 }
962
967 template <typename UpdateProblemRequestT = Model::UpdateProblemRequest>
968 void UpdateProblemAsync(const UpdateProblemRequestT& request, const UpdateProblemResponseReceivedHandler& handler,
969 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
970 return SubmitAsync(&ApplicationInsightsClient::UpdateProblem, request, handler, context);
971 }
972
980
984 template <typename UpdateWorkloadRequestT = Model::UpdateWorkloadRequest>
985 Model::UpdateWorkloadOutcomeCallable UpdateWorkloadCallable(const UpdateWorkloadRequestT& request) const {
986 return SubmitCallable(&ApplicationInsightsClient::UpdateWorkload, request);
987 }
988
993 template <typename UpdateWorkloadRequestT = Model::UpdateWorkloadRequest>
994 void UpdateWorkloadAsync(const UpdateWorkloadRequestT& request, const UpdateWorkloadResponseReceivedHandler& handler,
995 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
996 return SubmitAsync(&ApplicationInsightsClient::UpdateWorkload, request, handler, context);
997 }
998
999 virtual void OverrideEndpoint(const Aws::String& endpoint);
1000 virtual std::shared_ptr<ApplicationInsightsEndpointProviderBase>& accessEndpointProvider();
1001
1002 private:
1004 void init(const ApplicationInsightsClientConfiguration& clientConfiguration);
1005
1006 ApplicationInsightsClientConfiguration m_clientConfiguration;
1007 std::shared_ptr<ApplicationInsightsEndpointProviderBase> m_endpointProvider;
1008};
1009
1010} // namespace ApplicationInsights
1011} // namespace Aws
ApplicationInsightsClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ApplicationInsightsEndpointProviderBase > endpointProvider=nullptr, const Aws::ApplicationInsights::ApplicationInsightsClientConfiguration &clientConfiguration=Aws::ApplicationInsights::ApplicationInsightsClientConfiguration())
Model::UpdateLogPatternOutcomeCallable UpdateLogPatternCallable(const UpdateLogPatternRequestT &request) const
Model::UpdateWorkloadOutcomeCallable UpdateWorkloadCallable(const UpdateWorkloadRequestT &request) const
void DescribeWorkloadAsync(const DescribeWorkloadRequestT &request, const DescribeWorkloadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT &request) const
ApplicationInsightsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ApplicationInsightsEndpointProviderBase > endpointProvider=nullptr, const Aws::ApplicationInsights::ApplicationInsightsClientConfiguration &clientConfiguration=Aws::ApplicationInsights::ApplicationInsightsClientConfiguration())
virtual Model::CreateLogPatternOutcome CreateLogPattern(const Model::CreateLogPatternRequest &request) const
void AddWorkloadAsync(const AddWorkloadRequestT &request, const AddWorkloadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT &request={}) const
Model::ListLogPatternSetsOutcomeCallable ListLogPatternSetsCallable(const ListLogPatternSetsRequestT &request) const
virtual Model::DeleteApplicationOutcome DeleteApplication(const Model::DeleteApplicationRequest &request) const
void UpdateWorkloadAsync(const UpdateWorkloadRequestT &request, const UpdateWorkloadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AddWorkloadOutcome AddWorkload(const Model::AddWorkloadRequest &request) const
void DescribeLogPatternAsync(const DescribeLogPatternRequestT &request, const DescribeLogPatternResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT &request={}) const
void RemoveWorkloadAsync(const RemoveWorkloadRequestT &request, const RemoveWorkloadResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateProblemOutcomeCallable UpdateProblemCallable(const UpdateProblemRequestT &request) const
virtual Model::ListProblemsOutcome ListProblems(const Model::ListProblemsRequest &request={}) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::DeleteComponentOutcome DeleteComponent(const Model::DeleteComponentRequest &request) const
Model::DescribeApplicationOutcomeCallable DescribeApplicationCallable(const DescribeApplicationRequestT &request) const
virtual Model::ListConfigurationHistoryOutcome ListConfigurationHistory(const Model::ListConfigurationHistoryRequest &request={}) const
Model::DeleteComponentOutcomeCallable DeleteComponentCallable(const DeleteComponentRequestT &request) const
Model::AddWorkloadOutcomeCallable AddWorkloadCallable(const AddWorkloadRequestT &request) const
virtual Model::UpdateComponentConfigurationOutcome UpdateComponentConfiguration(const Model::UpdateComponentConfigurationRequest &request) const
virtual Model::ListLogPatternSetsOutcome ListLogPatternSets(const Model::ListLogPatternSetsRequest &request) const
ApplicationInsightsClient(const Aws::ApplicationInsights::ApplicationInsightsClientConfiguration &clientConfiguration=Aws::ApplicationInsights::ApplicationInsightsClientConfiguration(), std::shared_ptr< ApplicationInsightsEndpointProviderBase > endpointProvider=nullptr)
virtual Model::UpdateProblemOutcome UpdateProblem(const Model::UpdateProblemRequest &request) const
Model::ListWorkloadsOutcomeCallable ListWorkloadsCallable(const ListWorkloadsRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListConfigurationHistoryAsync(const ListConfigurationHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListConfigurationHistoryRequestT &request={}) const
virtual Model::DescribeComponentConfigurationRecommendationOutcome DescribeComponentConfigurationRecommendation(const Model::DescribeComponentConfigurationRecommendationRequest &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual std::shared_ptr< ApplicationInsightsEndpointProviderBase > & accessEndpointProvider()
virtual Model::DescribeComponentOutcome DescribeComponent(const Model::DescribeComponentRequest &request) const
ApplicationInsightsClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListProblemsOutcomeCallable ListProblemsCallable(const ListProblemsRequestT &request={}) const
void UpdateProblemAsync(const UpdateProblemRequestT &request, const UpdateProblemResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateComponentAsync(const UpdateComponentRequestT &request, const UpdateComponentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeComponentConfigurationRecommendationOutcomeCallable DescribeComponentConfigurationRecommendationCallable(const DescribeComponentConfigurationRecommendationRequestT &request) const
virtual Model::DescribeLogPatternOutcome DescribeLogPattern(const Model::DescribeLogPatternRequest &request) const
void ListLogPatternSetsAsync(const ListLogPatternSetsRequestT &request, const ListLogPatternSetsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ApplicationInsightsClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::UpdateApplicationOutcome UpdateApplication(const Model::UpdateApplicationRequest &request) const
Model::DescribeComponentOutcomeCallable DescribeComponentCallable(const DescribeComponentRequestT &request) const
virtual Model::UpdateWorkloadOutcome UpdateWorkload(const Model::UpdateWorkloadRequest &request) const
virtual Model::RemoveWorkloadOutcome RemoveWorkload(const Model::RemoveWorkloadRequest &request) const
virtual Model::UpdateLogPatternOutcome UpdateLogPattern(const Model::UpdateLogPatternRequest &request) const
Model::DescribeWorkloadOutcomeCallable DescribeWorkloadCallable(const DescribeWorkloadRequestT &request) const
void DeleteComponentAsync(const DeleteComponentRequestT &request, const DeleteComponentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::RemoveWorkloadOutcomeCallable RemoveWorkloadCallable(const RemoveWorkloadRequestT &request) const
Model::ListLogPatternsOutcomeCallable ListLogPatternsCallable(const ListLogPatternsRequestT &request) const
Model::CreateLogPatternOutcomeCallable CreateLogPatternCallable(const CreateLogPatternRequestT &request) const
virtual Model::DescribeProblemOutcome DescribeProblem(const Model::DescribeProblemRequest &request) const
void CreateComponentAsync(const CreateComponentRequestT &request, const CreateComponentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListProblemsAsync(const ListProblemsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListProblemsRequestT &request={}) const
virtual Model::CreateApplicationOutcome CreateApplication(const Model::CreateApplicationRequest &request={}) const
virtual Model::DescribeWorkloadOutcome DescribeWorkload(const Model::DescribeWorkloadRequest &request) const
virtual Model::ListLogPatternsOutcome ListLogPatterns(const Model::ListLogPatternsRequest &request) const
void ListWorkloadsAsync(const ListWorkloadsRequestT &request, const ListWorkloadsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateComponentOutcomeCallable UpdateComponentCallable(const UpdateComponentRequestT &request) const
void DescribeComponentConfigurationRecommendationAsync(const DescribeComponentConfigurationRecommendationRequestT &request, const DescribeComponentConfigurationRecommendationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeProblemObservationsAsync(const DescribeProblemObservationsRequestT &request, const DescribeProblemObservationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListComponentsAsync(const ListComponentsRequestT &request, const ListComponentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeComponentConfigurationOutcome DescribeComponentConfiguration(const Model::DescribeComponentConfigurationRequest &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
Model::DescribeObservationOutcomeCallable DescribeObservationCallable(const DescribeObservationRequestT &request) const
virtual Model::DescribeProblemObservationsOutcome DescribeProblemObservations(const Model::DescribeProblemObservationsRequest &request) const
void CreateApplicationAsync(const CreateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const CreateApplicationRequestT &request={}) const
void DescribeComponentAsync(const DescribeComponentRequestT &request, const DescribeComponentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeLogPatternOutcomeCallable DescribeLogPatternCallable(const DescribeLogPatternRequestT &request) const
virtual Model::CreateComponentOutcome CreateComponent(const Model::CreateComponentRequest &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void UpdateLogPatternAsync(const UpdateLogPatternRequestT &request, const UpdateLogPatternResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListComponentsOutcome ListComponents(const Model::ListComponentsRequest &request) const
ApplicationInsightsClientConfiguration ClientConfigurationType
void DeleteApplicationAsync(const DeleteApplicationRequestT &request, const DeleteApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeProblemOutcomeCallable DescribeProblemCallable(const DescribeProblemRequestT &request) const
Model::DescribeProblemObservationsOutcomeCallable DescribeProblemObservationsCallable(const DescribeProblemObservationsRequestT &request) const
void DescribeProblemAsync(const DescribeProblemRequestT &request, const DescribeProblemResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteLogPatternOutcome DeleteLogPattern(const Model::DeleteLogPatternRequest &request) const
void UpdateComponentConfigurationAsync(const UpdateComponentConfigurationRequestT &request, const UpdateComponentConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeComponentConfigurationAsync(const DescribeComponentConfigurationRequestT &request, const DescribeComponentConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ApplicationInsightsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::CreateComponentOutcomeCallable CreateComponentCallable(const CreateComponentRequestT &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::DeleteLogPatternOutcomeCallable DeleteLogPatternCallable(const DeleteLogPatternRequestT &request) const
Model::ListComponentsOutcomeCallable ListComponentsCallable(const ListComponentsRequestT &request) const
void CreateLogPatternAsync(const CreateLogPatternRequestT &request, const CreateLogPatternResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListApplicationsAsync(const ListApplicationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListApplicationsRequestT &request={}) const
Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT &request) const
virtual Model::UpdateComponentOutcome UpdateComponent(const Model::UpdateComponentRequest &request) const
virtual Model::ListWorkloadsOutcome ListWorkloads(const Model::ListWorkloadsRequest &request) const
void DescribeApplicationAsync(const DescribeApplicationRequestT &request, const DescribeApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::DescribeApplicationOutcome DescribeApplication(const Model::DescribeApplicationRequest &request) const
void ListLogPatternsAsync(const ListLogPatternsRequestT &request, const ListLogPatternsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeObservationAsync(const DescribeObservationRequestT &request, const DescribeObservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::ListApplicationsOutcome ListApplications(const Model::ListApplicationsRequest &request={}) const
void DeleteLogPatternAsync(const DeleteLogPatternRequestT &request, const DeleteLogPatternResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateApplicationAsync(const UpdateApplicationRequestT &request, const UpdateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListConfigurationHistoryOutcomeCallable ListConfigurationHistoryCallable(const ListConfigurationHistoryRequestT &request={}) const
Model::DescribeComponentConfigurationOutcomeCallable DescribeComponentConfigurationCallable(const DescribeComponentConfigurationRequestT &request) const
Model::UpdateComponentConfigurationOutcomeCallable UpdateComponentConfigurationCallable(const UpdateComponentConfigurationRequestT &request) const
virtual Model::DescribeObservationOutcome DescribeObservation(const Model::DescribeObservationRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
std::future< ListComponentsOutcome > ListComponentsOutcomeCallable
std::future< DescribeComponentOutcome > DescribeComponentOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< CreateComponentOutcome > CreateComponentOutcomeCallable
std::future< DescribeObservationOutcome > DescribeObservationOutcomeCallable
std::future< UpdateLogPatternOutcome > UpdateLogPatternOutcomeCallable
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
std::future< DescribeApplicationOutcome > DescribeApplicationOutcomeCallable
std::future< UpdateWorkloadOutcome > UpdateWorkloadOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DescribeComponentConfigurationOutcome > DescribeComponentConfigurationOutcomeCallable
std::future< ListLogPatternSetsOutcome > ListLogPatternSetsOutcomeCallable
std::future< UpdateComponentConfigurationOutcome > UpdateComponentConfigurationOutcomeCallable
std::future< DescribeLogPatternOutcome > DescribeLogPatternOutcomeCallable
std::future< CreateLogPatternOutcome > CreateLogPatternOutcomeCallable
std::future< DescribeProblemOutcome > DescribeProblemOutcomeCallable
std::future< AddWorkloadOutcome > AddWorkloadOutcomeCallable
std::future< UpdateComponentOutcome > UpdateComponentOutcomeCallable
std::future< ListLogPatternsOutcome > ListLogPatternsOutcomeCallable
std::future< ListConfigurationHistoryOutcome > ListConfigurationHistoryOutcomeCallable
std::future< DescribeWorkloadOutcome > DescribeWorkloadOutcomeCallable
std::future< ListProblemsOutcome > ListProblemsOutcomeCallable
std::future< DeleteApplicationOutcome > DeleteApplicationOutcomeCallable
std::future< DeleteLogPatternOutcome > DeleteLogPatternOutcomeCallable
std::future< DescribeComponentConfigurationRecommendationOutcome > DescribeComponentConfigurationRecommendationOutcomeCallable
std::future< DeleteComponentOutcome > DeleteComponentOutcomeCallable
std::future< RemoveWorkloadOutcome > RemoveWorkloadOutcomeCallable
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
std::future< DescribeProblemObservationsOutcome > DescribeProblemObservationsOutcomeCallable
std::future< ListWorkloadsOutcome > ListWorkloadsOutcomeCallable
std::future< UpdateProblemOutcome > UpdateProblemOutcomeCallable
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
std::function< void(const ApplicationInsightsClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeComponentRequest &, const Model::DescribeComponentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeComponentResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UpdateComponentRequest &, const Model::UpdateComponentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateComponentResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListWorkloadsRequest &, const Model::ListWorkloadsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListWorkloadsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::RemoveWorkloadRequest &, const Model::RemoveWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveWorkloadResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeApplicationRequest &, const Model::DescribeApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeApplicationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DeleteComponentRequest &, const Model::DeleteComponentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteComponentResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeProblemObservationsRequest &, const Model::DescribeProblemObservationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeProblemObservationsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListConfigurationHistoryRequest &, const Model::ListConfigurationHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConfigurationHistoryResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeLogPatternRequest &, const Model::DescribeLogPatternOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeLogPatternResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeComponentConfigurationRequest &, const Model::DescribeComponentConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeComponentConfigurationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UpdateWorkloadRequest &, const Model::UpdateWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateWorkloadResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListComponentsRequest &, const Model::ListComponentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListComponentsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::CreateLogPatternRequest &, const Model::CreateLogPatternOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLogPatternResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UpdateProblemRequest &, const Model::UpdateProblemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateProblemResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeProblemRequest &, const Model::DescribeProblemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeProblemResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UpdateComponentConfigurationRequest &, const Model::UpdateComponentConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateComponentConfigurationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListLogPatternsRequest &, const Model::ListLogPatternsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLogPatternsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeComponentConfigurationRecommendationRequest &, const Model::DescribeComponentConfigurationRecommendationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeComponentConfigurationRecommendationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeWorkloadRequest &, const Model::DescribeWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeWorkloadResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListProblemsRequest &, const Model::ListProblemsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProblemsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DeleteLogPatternRequest &, const Model::DeleteLogPatternOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteLogPatternResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListLogPatternSetsRequest &, const Model::ListLogPatternSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLogPatternSetsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DescribeObservationRequest &, const Model::DescribeObservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeObservationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::UpdateLogPatternRequest &, const Model::UpdateLogPatternOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateLogPatternResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::AddWorkloadRequest &, const Model::AddWorkloadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddWorkloadResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListApplicationsResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateApplicationResponseReceivedHandler
std::function< void(const ApplicationInsightsClient *, const Model::CreateComponentRequest &, const Model::CreateComponentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateComponentResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String