AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ApplicationInsightsClient.h
1
6#pragma once
7#include <aws/application-insights/ApplicationInsightsServiceClientModel.h>
8#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/client/ClientConfiguration.h>
12#include <aws/core/utils/json/JsonSerializer.h>
13
14namespace Aws {
15namespace ApplicationInsights {
31class AWS_APPLICATIONINSIGHTS_API ApplicationInsightsClient
33 public Aws::Client::ClientWithAsyncTemplateMethods<ApplicationInsightsClient> {
34 public:
36 static const char* GetServiceName();
37 static const char* GetAllocationTag();
38
41
48 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr);
49
55 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr,
58
63 ApplicationInsightsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
64 std::shared_ptr<ApplicationInsightsEndpointProviderBase> endpointProvider = nullptr,
67
68 /* Legacy constructors due deprecation */
74
80
85 ApplicationInsightsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
86 const Aws::Client::ClientConfiguration& clientConfiguration);
87
88 /* End of legacy constructors due deprecation */
90
98
102 template <typename AddWorkloadRequestT = Model::AddWorkloadRequest>
103 Model::AddWorkloadOutcomeCallable AddWorkloadCallable(const AddWorkloadRequestT& request) const {
104 return SubmitCallable(&ApplicationInsightsClient::AddWorkload, request);
105 }
106
111 template <typename AddWorkloadRequestT = Model::AddWorkloadRequest>
112 void AddWorkloadAsync(const AddWorkloadRequestT& request, const AddWorkloadResponseReceivedHandler& handler,
113 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
114 return SubmitAsync(&ApplicationInsightsClient::AddWorkload, request, handler, context);
115 }
116
124
129 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
130 Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT& request = {}) const {
131 return SubmitCallable(&ApplicationInsightsClient::CreateApplication, request);
132 }
133
138 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
141 const CreateApplicationRequestT& request = {}) const {
142 return SubmitAsync(&ApplicationInsightsClient::CreateApplication, request, handler, context);
143 }
144
152
156 template <typename CreateComponentRequestT = Model::CreateComponentRequest>
157 Model::CreateComponentOutcomeCallable CreateComponentCallable(const CreateComponentRequestT& request) const {
158 return SubmitCallable(&ApplicationInsightsClient::CreateComponent, request);
159 }
160
165 template <typename CreateComponentRequestT = Model::CreateComponentRequest>
166 void CreateComponentAsync(const CreateComponentRequestT& request, const CreateComponentResponseReceivedHandler& handler,
167 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
168 return SubmitAsync(&ApplicationInsightsClient::CreateComponent, request, handler, context);
169 }
170
178
183 template <typename CreateLogPatternRequestT = Model::CreateLogPatternRequest>
184 Model::CreateLogPatternOutcomeCallable CreateLogPatternCallable(const CreateLogPatternRequestT& request) const {
185 return SubmitCallable(&ApplicationInsightsClient::CreateLogPattern, request);
186 }
187
192 template <typename CreateLogPatternRequestT = Model::CreateLogPatternRequest>
193 void CreateLogPatternAsync(const CreateLogPatternRequestT& request, const CreateLogPatternResponseReceivedHandler& handler,
194 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
195 return SubmitAsync(&ApplicationInsightsClient::CreateLogPattern, request, handler, context);
196 }
197
205
210 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
211 Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT& request) const {
212 return SubmitCallable(&ApplicationInsightsClient::DeleteApplication, request);
213 }
214
219 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
220 void DeleteApplicationAsync(const DeleteApplicationRequestT& request, const DeleteApplicationResponseReceivedHandler& handler,
221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
222 return SubmitAsync(&ApplicationInsightsClient::DeleteApplication, request, handler, context);
223 }
224
233
237 template <typename DeleteComponentRequestT = Model::DeleteComponentRequest>
238 Model::DeleteComponentOutcomeCallable DeleteComponentCallable(const DeleteComponentRequestT& request) const {
239 return SubmitCallable(&ApplicationInsightsClient::DeleteComponent, request);
240 }
241
246 template <typename DeleteComponentRequestT = Model::DeleteComponentRequest>
247 void DeleteComponentAsync(const DeleteComponentRequestT& request, const DeleteComponentResponseReceivedHandler& handler,
248 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
249 return SubmitAsync(&ApplicationInsightsClient::DeleteComponent, request, handler, context);
250 }
251
259
264 template <typename DeleteLogPatternRequestT = Model::DeleteLogPatternRequest>
265 Model::DeleteLogPatternOutcomeCallable DeleteLogPatternCallable(const DeleteLogPatternRequestT& request) const {
266 return SubmitCallable(&ApplicationInsightsClient::DeleteLogPattern, request);
267 }
268
273 template <typename DeleteLogPatternRequestT = Model::DeleteLogPatternRequest>
274 void DeleteLogPatternAsync(const DeleteLogPatternRequestT& request, const DeleteLogPatternResponseReceivedHandler& handler,
275 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
276 return SubmitAsync(&ApplicationInsightsClient::DeleteLogPattern, request, handler, context);
277 }
278
285
290 template <typename DescribeApplicationRequestT = Model::DescribeApplicationRequest>
291 Model::DescribeApplicationOutcomeCallable DescribeApplicationCallable(const DescribeApplicationRequestT& request) const {
292 return SubmitCallable(&ApplicationInsightsClient::DescribeApplication, request);
293 }
294
299 template <typename DescribeApplicationRequestT = Model::DescribeApplicationRequest>
300 void DescribeApplicationAsync(const DescribeApplicationRequestT& request, const DescribeApplicationResponseReceivedHandler& handler,
301 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
302 return SubmitAsync(&ApplicationInsightsClient::DescribeApplication, request, handler, context);
303 }
304
312
317 template <typename DescribeComponentRequestT = Model::DescribeComponentRequest>
318 Model::DescribeComponentOutcomeCallable DescribeComponentCallable(const DescribeComponentRequestT& request) const {
319 return SubmitCallable(&ApplicationInsightsClient::DescribeComponent, request);
320 }
321
326 template <typename DescribeComponentRequestT = Model::DescribeComponentRequest>
327 void DescribeComponentAsync(const DescribeComponentRequestT& request, const DescribeComponentResponseReceivedHandler& handler,
328 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
329 return SubmitAsync(&ApplicationInsightsClient::DescribeComponent, request, handler, context);
330 }
331
340
345 template <typename DescribeComponentConfigurationRequestT = Model::DescribeComponentConfigurationRequest>
347 const DescribeComponentConfigurationRequestT& request) const {
348 return SubmitCallable(&ApplicationInsightsClient::DescribeComponentConfiguration, request);
349 }
350
355 template <typename DescribeComponentConfigurationRequestT = Model::DescribeComponentConfigurationRequest>
356 void DescribeComponentConfigurationAsync(const DescribeComponentConfigurationRequestT& request,
358 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
359 return SubmitAsync(&ApplicationInsightsClient::DescribeComponentConfiguration, request, handler, context);
360 }
361
370
375 template <typename DescribeComponentConfigurationRecommendationRequestT = Model::DescribeComponentConfigurationRecommendationRequest>
377 const DescribeComponentConfigurationRecommendationRequestT& request) const {
378 return SubmitCallable(&ApplicationInsightsClient::DescribeComponentConfigurationRecommendation, request);
379 }
380
385 template <typename DescribeComponentConfigurationRecommendationRequestT = Model::DescribeComponentConfigurationRecommendationRequest>
387 const DescribeComponentConfigurationRecommendationRequestT& request,
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
390 return SubmitAsync(&ApplicationInsightsClient::DescribeComponentConfigurationRecommendation, request, handler, context);
391 }
392
400
405 template <typename DescribeLogPatternRequestT = Model::DescribeLogPatternRequest>
406 Model::DescribeLogPatternOutcomeCallable DescribeLogPatternCallable(const DescribeLogPatternRequestT& request) const {
407 return SubmitCallable(&ApplicationInsightsClient::DescribeLogPattern, request);
408 }
409
414 template <typename DescribeLogPatternRequestT = Model::DescribeLogPatternRequest>
415 void DescribeLogPatternAsync(const DescribeLogPatternRequestT& request, const DescribeLogPatternResponseReceivedHandler& handler,
416 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
417 return SubmitAsync(&ApplicationInsightsClient::DescribeLogPattern, request, handler, context);
418 }
419
427
432 template <typename DescribeObservationRequestT = Model::DescribeObservationRequest>
433 Model::DescribeObservationOutcomeCallable DescribeObservationCallable(const DescribeObservationRequestT& request) const {
434 return SubmitCallable(&ApplicationInsightsClient::DescribeObservation, request);
435 }
436
441 template <typename DescribeObservationRequestT = Model::DescribeObservationRequest>
442 void DescribeObservationAsync(const DescribeObservationRequestT& request, const DescribeObservationResponseReceivedHandler& handler,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
444 return SubmitAsync(&ApplicationInsightsClient::DescribeObservation, request, handler, context);
445 }
446
453
457 template <typename DescribeProblemRequestT = Model::DescribeProblemRequest>
458 Model::DescribeProblemOutcomeCallable DescribeProblemCallable(const DescribeProblemRequestT& request) const {
459 return SubmitCallable(&ApplicationInsightsClient::DescribeProblem, request);
460 }
461
466 template <typename DescribeProblemRequestT = Model::DescribeProblemRequest>
467 void DescribeProblemAsync(const DescribeProblemRequestT& request, const DescribeProblemResponseReceivedHandler& handler,
468 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
469 return SubmitAsync(&ApplicationInsightsClient::DescribeProblem, request, handler, context);
470 }
471
479 const Model::DescribeProblemObservationsRequest& request) const;
480
485 template <typename DescribeProblemObservationsRequestT = Model::DescribeProblemObservationsRequest>
487 const DescribeProblemObservationsRequestT& request) const {
488 return SubmitCallable(&ApplicationInsightsClient::DescribeProblemObservations, request);
489 }
490
495 template <typename DescribeProblemObservationsRequestT = Model::DescribeProblemObservationsRequest>
496 void DescribeProblemObservationsAsync(const DescribeProblemObservationsRequestT& request,
498 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
499 return SubmitAsync(&ApplicationInsightsClient::DescribeProblemObservations, request, handler, context);
500 }
501
508
513 template <typename DescribeWorkloadRequestT = Model::DescribeWorkloadRequest>
514 Model::DescribeWorkloadOutcomeCallable DescribeWorkloadCallable(const DescribeWorkloadRequestT& request) const {
515 return SubmitCallable(&ApplicationInsightsClient::DescribeWorkload, request);
516 }
517
522 template <typename DescribeWorkloadRequestT = Model::DescribeWorkloadRequest>
523 void DescribeWorkloadAsync(const DescribeWorkloadRequestT& request, const DescribeWorkloadResponseReceivedHandler& handler,
524 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
525 return SubmitAsync(&ApplicationInsightsClient::DescribeWorkload, request, handler, context);
526 }
527
535
540 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
541 Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT& request = {}) const {
542 return SubmitCallable(&ApplicationInsightsClient::ListApplications, request);
543 }
544
549 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
551 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
552 const ListApplicationsRequestT& request = {}) const {
553 return SubmitAsync(&ApplicationInsightsClient::ListApplications, request, handler, context);
554 }
555
563
567 template <typename ListComponentsRequestT = Model::ListComponentsRequest>
568 Model::ListComponentsOutcomeCallable ListComponentsCallable(const ListComponentsRequestT& request) const {
569 return SubmitCallable(&ApplicationInsightsClient::ListComponents, request);
570 }
571
576 template <typename ListComponentsRequestT = Model::ListComponentsRequest>
577 void ListComponentsAsync(const ListComponentsRequestT& request, const ListComponentsResponseReceivedHandler& handler,
578 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
579 return SubmitAsync(&ApplicationInsightsClient::ListComponents, request, handler, context);
580 }
581
593
598 template <typename ListConfigurationHistoryRequestT = Model::ListConfigurationHistoryRequest>
600 const ListConfigurationHistoryRequestT& request = {}) const {
601 return SubmitCallable(&ApplicationInsightsClient::ListConfigurationHistory, request);
602 }
603
608 template <typename ListConfigurationHistoryRequestT = Model::ListConfigurationHistoryRequest>
610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
611 const ListConfigurationHistoryRequestT& request = {}) const {
612 return SubmitAsync(&ApplicationInsightsClient::ListConfigurationHistory, request, handler, context);
613 }
614
622
627 template <typename ListLogPatternSetsRequestT = Model::ListLogPatternSetsRequest>
628 Model::ListLogPatternSetsOutcomeCallable ListLogPatternSetsCallable(const ListLogPatternSetsRequestT& request) const {
629 return SubmitCallable(&ApplicationInsightsClient::ListLogPatternSets, request);
630 }
631
636 template <typename ListLogPatternSetsRequestT = Model::ListLogPatternSetsRequest>
637 void ListLogPatternSetsAsync(const ListLogPatternSetsRequestT& request, const ListLogPatternSetsResponseReceivedHandler& handler,
638 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
639 return SubmitAsync(&ApplicationInsightsClient::ListLogPatternSets, request, handler, context);
640 }
641
649
653 template <typename ListLogPatternsRequestT = Model::ListLogPatternsRequest>
654 Model::ListLogPatternsOutcomeCallable ListLogPatternsCallable(const ListLogPatternsRequestT& request) const {
655 return SubmitCallable(&ApplicationInsightsClient::ListLogPatterns, request);
656 }
657
662 template <typename ListLogPatternsRequestT = Model::ListLogPatternsRequest>
663 void ListLogPatternsAsync(const ListLogPatternsRequestT& request, const ListLogPatternsResponseReceivedHandler& handler,
664 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
665 return SubmitAsync(&ApplicationInsightsClient::ListLogPatterns, request, handler, context);
666 }
667
674
678 template <typename ListProblemsRequestT = Model::ListProblemsRequest>
679 Model::ListProblemsOutcomeCallable ListProblemsCallable(const ListProblemsRequestT& request = {}) const {
680 return SubmitCallable(&ApplicationInsightsClient::ListProblems, request);
681 }
682
687 template <typename ListProblemsRequestT = Model::ListProblemsRequest>
689 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
690 const ListProblemsRequestT& request = {}) const {
691 return SubmitAsync(&ApplicationInsightsClient::ListProblems, request, handler, context);
692 }
693
705
710 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
711 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
712 return SubmitCallable(&ApplicationInsightsClient::ListTagsForResource, request);
713 }
714
719 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
720 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
721 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
722 return SubmitAsync(&ApplicationInsightsClient::ListTagsForResource, request, handler, context);
723 }
724
732
736 template <typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
737 Model::ListWorkloadsOutcomeCallable ListWorkloadsCallable(const ListWorkloadsRequestT& request) const {
738 return SubmitCallable(&ApplicationInsightsClient::ListWorkloads, request);
739 }
740
745 template <typename ListWorkloadsRequestT = Model::ListWorkloadsRequest>
746 void ListWorkloadsAsync(const ListWorkloadsRequestT& request, const ListWorkloadsResponseReceivedHandler& handler,
747 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
748 return SubmitAsync(&ApplicationInsightsClient::ListWorkloads, request, handler, context);
749 }
750
757
761 template <typename RemoveWorkloadRequestT = Model::RemoveWorkloadRequest>
762 Model::RemoveWorkloadOutcomeCallable RemoveWorkloadCallable(const RemoveWorkloadRequestT& request) const {
763 return SubmitCallable(&ApplicationInsightsClient::RemoveWorkload, request);
764 }
765
770 template <typename RemoveWorkloadRequestT = Model::RemoveWorkloadRequest>
771 void RemoveWorkloadAsync(const RemoveWorkloadRequestT& request, const RemoveWorkloadResponseReceivedHandler& handler,
772 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
773 return SubmitAsync(&ApplicationInsightsClient::RemoveWorkload, request, handler, context);
774 }
775
789
793 template <typename TagResourceRequestT = Model::TagResourceRequest>
794 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
795 return SubmitCallable(&ApplicationInsightsClient::TagResource, request);
796 }
797
802 template <typename TagResourceRequestT = Model::TagResourceRequest>
803 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
804 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
805 return SubmitAsync(&ApplicationInsightsClient::TagResource, request, handler, context);
806 }
807
815
819 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
820 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
821 return SubmitCallable(&ApplicationInsightsClient::UntagResource, request);
822 }
823
828 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
829 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
830 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
831 return SubmitAsync(&ApplicationInsightsClient::UntagResource, request, handler, context);
832 }
833
840
845 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
846 Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT& request) const {
847 return SubmitCallable(&ApplicationInsightsClient::UpdateApplication, request);
848 }
849
854 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
855 void UpdateApplicationAsync(const UpdateApplicationRequestT& request, const UpdateApplicationResponseReceivedHandler& handler,
856 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
857 return SubmitAsync(&ApplicationInsightsClient::UpdateApplication, request, handler, context);
858 }
859
867
871 template <typename UpdateComponentRequestT = Model::UpdateComponentRequest>
872 Model::UpdateComponentOutcomeCallable UpdateComponentCallable(const UpdateComponentRequestT& request) const {
873 return SubmitCallable(&ApplicationInsightsClient::UpdateComponent, request);
874 }
875
880 template <typename UpdateComponentRequestT = Model::UpdateComponentRequest>
881 void UpdateComponentAsync(const UpdateComponentRequestT& request, const UpdateComponentResponseReceivedHandler& handler,
882 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
883 return SubmitAsync(&ApplicationInsightsClient::UpdateComponent, request, handler, context);
884 }
885
896 const Model::UpdateComponentConfigurationRequest& request) const;
897
902 template <typename UpdateComponentConfigurationRequestT = Model::UpdateComponentConfigurationRequest>
904 const UpdateComponentConfigurationRequestT& request) const {
905 return SubmitCallable(&ApplicationInsightsClient::UpdateComponentConfiguration, request);
906 }
907
912 template <typename UpdateComponentConfigurationRequestT = Model::UpdateComponentConfigurationRequest>
913 void UpdateComponentConfigurationAsync(const UpdateComponentConfigurationRequestT& request,
915 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
916 return SubmitAsync(&ApplicationInsightsClient::UpdateComponentConfiguration, request, handler, context);
917 }
918
926
931 template <typename UpdateLogPatternRequestT = Model::UpdateLogPatternRequest>
932 Model::UpdateLogPatternOutcomeCallable UpdateLogPatternCallable(const UpdateLogPatternRequestT& request) const {
933 return SubmitCallable(&ApplicationInsightsClient::UpdateLogPattern, request);
934 }
935
940 template <typename UpdateLogPatternRequestT = Model::UpdateLogPatternRequest>
941 void UpdateLogPatternAsync(const UpdateLogPatternRequestT& request, const UpdateLogPatternResponseReceivedHandler& handler,
942 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
943 return SubmitAsync(&ApplicationInsightsClient::UpdateLogPattern, request, handler, context);
944 }
945
953
957 template <typename UpdateProblemRequestT = Model::UpdateProblemRequest>
958 Model::UpdateProblemOutcomeCallable UpdateProblemCallable(const UpdateProblemRequestT& request) const {
959 return SubmitCallable(&ApplicationInsightsClient::UpdateProblem, request);
960 }
961
966 template <typename UpdateProblemRequestT = Model::UpdateProblemRequest>
967 void UpdateProblemAsync(const UpdateProblemRequestT& request, const UpdateProblemResponseReceivedHandler& handler,
968 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
969 return SubmitAsync(&ApplicationInsightsClient::UpdateProblem, request, handler, context);
970 }
971
979
983 template <typename UpdateWorkloadRequestT = Model::UpdateWorkloadRequest>
984 Model::UpdateWorkloadOutcomeCallable UpdateWorkloadCallable(const UpdateWorkloadRequestT& request) const {
985 return SubmitCallable(&ApplicationInsightsClient::UpdateWorkload, request);
986 }
987
992 template <typename UpdateWorkloadRequestT = Model::UpdateWorkloadRequest>
993 void UpdateWorkloadAsync(const UpdateWorkloadRequestT& request, const UpdateWorkloadResponseReceivedHandler& handler,
994 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
995 return SubmitAsync(&ApplicationInsightsClient::UpdateWorkload, request, handler, context);
996 }
997
998 virtual void OverrideEndpoint(const Aws::String& endpoint);
999 virtual std::shared_ptr<ApplicationInsightsEndpointProviderBase>& accessEndpointProvider();
1000
1001 private:
1003 void init(const ApplicationInsightsClientConfiguration& clientConfiguration);
1004
1005 ApplicationInsightsClientConfiguration m_clientConfiguration;
1006 std::shared_ptr<ApplicationInsightsEndpointProviderBase> m_endpointProvider;
1007};
1008
1009} // namespace ApplicationInsights
1010} // 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