AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
DevOpsGuruClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/devops-guru/DevOpsGuruServiceClientModel.h>
12#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
13
14namespace Aws {
15namespace DevOpsGuru {
36class AWS_DEVOPSGURU_API DevOpsGuruClient : public Aws::Client::AWSJsonClient,
37 public Aws::Client::ClientWithAsyncTemplateMethods<DevOpsGuruClient> {
38 public:
40 static const char* GetServiceName();
41 static const char* GetAllocationTag();
42
45
52 std::shared_ptr<DevOpsGuruEndpointProviderBase> endpointProvider = nullptr);
53
59 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<DevOpsGuruEndpointProviderBase> endpointProvider = nullptr,
61
67 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
68 std::shared_ptr<DevOpsGuruEndpointProviderBase> endpointProvider = nullptr,
70
71 /* Legacy constructors due deprecation */
77
82 DevOpsGuruClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
83
88 DevOpsGuruClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
89 const Aws::Client::ClientConfiguration& clientConfiguration);
90
91 /* End of legacy constructors due deprecation */
93
113
118 template <typename AddNotificationChannelRequestT = Model::AddNotificationChannelRequest>
119 Model::AddNotificationChannelOutcomeCallable AddNotificationChannelCallable(const AddNotificationChannelRequestT& request) const {
120 return SubmitCallable(&DevOpsGuruClient::AddNotificationChannel, request);
121 }
122
127 template <typename AddNotificationChannelRequestT = Model::AddNotificationChannelRequest>
128 void AddNotificationChannelAsync(const AddNotificationChannelRequestT& request,
130 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
131 return SubmitAsync(&DevOpsGuruClient::AddNotificationChannel, request, handler, context);
132 }
133
141
145 template <typename DeleteInsightRequestT = Model::DeleteInsightRequest>
146 Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT& request) const {
147 return SubmitCallable(&DevOpsGuruClient::DeleteInsight, request);
148 }
149
154 template <typename DeleteInsightRequestT = Model::DeleteInsightRequest>
155 void DeleteInsightAsync(const DeleteInsightRequestT& request, const DeleteInsightResponseReceivedHandler& handler,
156 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
157 return SubmitAsync(&DevOpsGuruClient::DeleteInsight, request, handler, context);
158 }
159
169
174 template <typename DescribeAccountHealthRequestT = Model::DescribeAccountHealthRequest>
175 Model::DescribeAccountHealthOutcomeCallable DescribeAccountHealthCallable(const DescribeAccountHealthRequestT& request = {}) const {
176 return SubmitCallable(&DevOpsGuruClient::DescribeAccountHealth, request);
177 }
178
183 template <typename DescribeAccountHealthRequestT = Model::DescribeAccountHealthRequest>
185 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
186 const DescribeAccountHealthRequestT& request = {}) const {
187 return SubmitAsync(&DevOpsGuruClient::DescribeAccountHealth, request, handler, context);
188 }
189
199
204 template <typename DescribeAccountOverviewRequestT = Model::DescribeAccountOverviewRequest>
205 Model::DescribeAccountOverviewOutcomeCallable DescribeAccountOverviewCallable(const DescribeAccountOverviewRequestT& request) const {
206 return SubmitCallable(&DevOpsGuruClient::DescribeAccountOverview, request);
207 }
208
213 template <typename DescribeAccountOverviewRequestT = Model::DescribeAccountOverviewRequest>
214 void DescribeAccountOverviewAsync(const DescribeAccountOverviewRequestT& request,
216 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
217 return SubmitAsync(&DevOpsGuruClient::DescribeAccountOverview, request, handler, context);
218 }
219
227
231 template <typename DescribeAnomalyRequestT = Model::DescribeAnomalyRequest>
232 Model::DescribeAnomalyOutcomeCallable DescribeAnomalyCallable(const DescribeAnomalyRequestT& request) const {
233 return SubmitCallable(&DevOpsGuruClient::DescribeAnomaly, request);
234 }
235
240 template <typename DescribeAnomalyRequestT = Model::DescribeAnomalyRequest>
241 void DescribeAnomalyAsync(const DescribeAnomalyRequestT& request, const DescribeAnomalyResponseReceivedHandler& handler,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
243 return SubmitAsync(&DevOpsGuruClient::DescribeAnomaly, request, handler, context);
244 }
245
256 const Model::DescribeEventSourcesConfigRequest& request = {}) const;
257
262 template <typename DescribeEventSourcesConfigRequestT = Model::DescribeEventSourcesConfigRequest>
264 const DescribeEventSourcesConfigRequestT& request = {}) const {
265 return SubmitCallable(&DevOpsGuruClient::DescribeEventSourcesConfig, request);
266 }
267
272 template <typename DescribeEventSourcesConfigRequestT = Model::DescribeEventSourcesConfigRequest>
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
275 const DescribeEventSourcesConfigRequestT& request = {}) const {
276 return SubmitAsync(&DevOpsGuruClient::DescribeEventSourcesConfig, request, handler, context);
277 }
278
286
291 template <typename DescribeFeedbackRequestT = Model::DescribeFeedbackRequest>
292 Model::DescribeFeedbackOutcomeCallable DescribeFeedbackCallable(const DescribeFeedbackRequestT& request = {}) const {
293 return SubmitCallable(&DevOpsGuruClient::DescribeFeedback, request);
294 }
295
300 template <typename DescribeFeedbackRequestT = Model::DescribeFeedbackRequest>
302 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
303 const DescribeFeedbackRequestT& request = {}) const {
304 return SubmitAsync(&DevOpsGuruClient::DescribeFeedback, request, handler, context);
305 }
306
314
318 template <typename DescribeInsightRequestT = Model::DescribeInsightRequest>
319 Model::DescribeInsightOutcomeCallable DescribeInsightCallable(const DescribeInsightRequestT& request) const {
320 return SubmitCallable(&DevOpsGuruClient::DescribeInsight, request);
321 }
322
327 template <typename DescribeInsightRequestT = Model::DescribeInsightRequest>
328 void DescribeInsightAsync(const DescribeInsightRequestT& request, const DescribeInsightResponseReceivedHandler& handler,
329 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
330 return SubmitAsync(&DevOpsGuruClient::DescribeInsight, request, handler, context);
331 }
332
340 const Model::DescribeOrganizationHealthRequest& request = {}) const;
341
346 template <typename DescribeOrganizationHealthRequestT = Model::DescribeOrganizationHealthRequest>
348 const DescribeOrganizationHealthRequestT& request = {}) const {
349 return SubmitCallable(&DevOpsGuruClient::DescribeOrganizationHealth, request);
350 }
351
356 template <typename DescribeOrganizationHealthRequestT = Model::DescribeOrganizationHealthRequest>
358 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
359 const DescribeOrganizationHealthRequestT& request = {}) const {
360 return SubmitAsync(&DevOpsGuruClient::DescribeOrganizationHealth, request, handler, context);
361 }
362
371 const Model::DescribeOrganizationOverviewRequest& request) const;
372
377 template <typename DescribeOrganizationOverviewRequestT = Model::DescribeOrganizationOverviewRequest>
379 const DescribeOrganizationOverviewRequestT& request) const {
380 return SubmitCallable(&DevOpsGuruClient::DescribeOrganizationOverview, request);
381 }
382
387 template <typename DescribeOrganizationOverviewRequestT = Model::DescribeOrganizationOverviewRequest>
388 void DescribeOrganizationOverviewAsync(const DescribeOrganizationOverviewRequestT& request,
390 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
391 return SubmitAsync(&DevOpsGuruClient::DescribeOrganizationOverview, request, handler, context);
392 }
393
403
408 template <typename DescribeOrganizationResourceCollectionHealthRequestT = Model::DescribeOrganizationResourceCollectionHealthRequest>
410 const DescribeOrganizationResourceCollectionHealthRequestT& request) const {
411 return SubmitCallable(&DevOpsGuruClient::DescribeOrganizationResourceCollectionHealth, request);
412 }
413
418 template <typename DescribeOrganizationResourceCollectionHealthRequestT = Model::DescribeOrganizationResourceCollectionHealthRequest>
420 const DescribeOrganizationResourceCollectionHealthRequestT& request,
422 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
423 return SubmitAsync(&DevOpsGuruClient::DescribeOrganizationResourceCollectionHealth, request, handler, context);
424 }
425
441
446 template <typename DescribeResourceCollectionHealthRequestT = Model::DescribeResourceCollectionHealthRequest>
448 const DescribeResourceCollectionHealthRequestT& request) const {
449 return SubmitCallable(&DevOpsGuruClient::DescribeResourceCollectionHealth, request);
450 }
451
456 template <typename DescribeResourceCollectionHealthRequestT = Model::DescribeResourceCollectionHealthRequest>
457 void DescribeResourceCollectionHealthAsync(const DescribeResourceCollectionHealthRequestT& request,
459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
460 return SubmitAsync(&DevOpsGuruClient::DescribeResourceCollectionHealth, request, handler, context);
461 }
462
472 const Model::DescribeServiceIntegrationRequest& request = {}) const;
473
478 template <typename DescribeServiceIntegrationRequestT = Model::DescribeServiceIntegrationRequest>
480 const DescribeServiceIntegrationRequestT& request = {}) const {
481 return SubmitCallable(&DevOpsGuruClient::DescribeServiceIntegration, request);
482 }
483
488 template <typename DescribeServiceIntegrationRequestT = Model::DescribeServiceIntegrationRequest>
490 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
491 const DescribeServiceIntegrationRequestT& request = {}) const {
492 return SubmitAsync(&DevOpsGuruClient::DescribeServiceIntegration, request, handler, context);
493 }
494
506
511 template <typename GetCostEstimationRequestT = Model::GetCostEstimationRequest>
512 Model::GetCostEstimationOutcomeCallable GetCostEstimationCallable(const GetCostEstimationRequestT& request = {}) const {
513 return SubmitCallable(&DevOpsGuruClient::GetCostEstimation, request);
514 }
515
520 template <typename GetCostEstimationRequestT = Model::GetCostEstimationRequest>
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
523 const GetCostEstimationRequestT& request = {}) const {
524 return SubmitAsync(&DevOpsGuruClient::GetCostEstimation, request, handler, context);
525 }
526
540
545 template <typename GetResourceCollectionRequestT = Model::GetResourceCollectionRequest>
546 Model::GetResourceCollectionOutcomeCallable GetResourceCollectionCallable(const GetResourceCollectionRequestT& request) const {
547 return SubmitCallable(&DevOpsGuruClient::GetResourceCollection, request);
548 }
549
554 template <typename GetResourceCollectionRequestT = Model::GetResourceCollectionRequest>
555 void GetResourceCollectionAsync(const GetResourceCollectionRequestT& request, const GetResourceCollectionResponseReceivedHandler& handler,
556 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
557 return SubmitAsync(&DevOpsGuruClient::GetResourceCollection, request, handler, context);
558 }
559
567
572 template <typename ListAnomaliesForInsightRequestT = Model::ListAnomaliesForInsightRequest>
573 Model::ListAnomaliesForInsightOutcomeCallable ListAnomaliesForInsightCallable(const ListAnomaliesForInsightRequestT& request) const {
574 return SubmitCallable(&DevOpsGuruClient::ListAnomaliesForInsight, request);
575 }
576
581 template <typename ListAnomaliesForInsightRequestT = Model::ListAnomaliesForInsightRequest>
582 void ListAnomaliesForInsightAsync(const ListAnomaliesForInsightRequestT& request,
584 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
585 return SubmitAsync(&DevOpsGuruClient::ListAnomaliesForInsight, request, handler, context);
586 }
587
595
600 template <typename ListAnomalousLogGroupsRequestT = Model::ListAnomalousLogGroupsRequest>
601 Model::ListAnomalousLogGroupsOutcomeCallable ListAnomalousLogGroupsCallable(const ListAnomalousLogGroupsRequestT& request) const {
602 return SubmitCallable(&DevOpsGuruClient::ListAnomalousLogGroups, request);
603 }
604
609 template <typename ListAnomalousLogGroupsRequestT = Model::ListAnomalousLogGroupsRequest>
610 void ListAnomalousLogGroupsAsync(const ListAnomalousLogGroupsRequestT& request,
612 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
613 return SubmitAsync(&DevOpsGuruClient::ListAnomalousLogGroups, request, handler, context);
614 }
615
624
628 template <typename ListEventsRequestT = Model::ListEventsRequest>
629 Model::ListEventsOutcomeCallable ListEventsCallable(const ListEventsRequestT& request) const {
630 return SubmitCallable(&DevOpsGuruClient::ListEvents, request);
631 }
632
637 template <typename ListEventsRequestT = Model::ListEventsRequest>
638 void ListEventsAsync(const ListEventsRequestT& request, const ListEventsResponseReceivedHandler& handler,
639 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
640 return SubmitAsync(&DevOpsGuruClient::ListEvents, request, handler, context);
641 }
642
652
656 template <typename ListInsightsRequestT = Model::ListInsightsRequest>
657 Model::ListInsightsOutcomeCallable ListInsightsCallable(const ListInsightsRequestT& request) const {
658 return SubmitCallable(&DevOpsGuruClient::ListInsights, request);
659 }
660
665 template <typename ListInsightsRequestT = Model::ListInsightsRequest>
666 void ListInsightsAsync(const ListInsightsRequestT& request, const ListInsightsResponseReceivedHandler& handler,
667 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
668 return SubmitAsync(&DevOpsGuruClient::ListInsights, request, handler, context);
669 }
670
678
683 template <typename ListMonitoredResourcesRequestT = Model::ListMonitoredResourcesRequest>
684 Model::ListMonitoredResourcesOutcomeCallable ListMonitoredResourcesCallable(const ListMonitoredResourcesRequestT& request = {}) const {
685 return SubmitCallable(&DevOpsGuruClient::ListMonitoredResources, request);
686 }
687
692 template <typename ListMonitoredResourcesRequestT = Model::ListMonitoredResourcesRequest>
694 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
695 const ListMonitoredResourcesRequestT& request = {}) const {
696 return SubmitAsync(&DevOpsGuruClient::ListMonitoredResources, request, handler, context);
697 }
698
709
714 template <typename ListNotificationChannelsRequestT = Model::ListNotificationChannelsRequest>
716 const ListNotificationChannelsRequestT& request = {}) const {
717 return SubmitCallable(&DevOpsGuruClient::ListNotificationChannels, request);
718 }
719
724 template <typename ListNotificationChannelsRequestT = Model::ListNotificationChannelsRequest>
726 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
727 const ListNotificationChannelsRequestT& request = {}) const {
728 return SubmitAsync(&DevOpsGuruClient::ListNotificationChannels, request, handler, context);
729 }
730
738
743 template <typename ListOrganizationInsightsRequestT = Model::ListOrganizationInsightsRequest>
744 Model::ListOrganizationInsightsOutcomeCallable ListOrganizationInsightsCallable(const ListOrganizationInsightsRequestT& request) const {
745 return SubmitCallable(&DevOpsGuruClient::ListOrganizationInsights, request);
746 }
747
752 template <typename ListOrganizationInsightsRequestT = Model::ListOrganizationInsightsRequest>
753 void ListOrganizationInsightsAsync(const ListOrganizationInsightsRequestT& request,
755 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
756 return SubmitAsync(&DevOpsGuruClient::ListOrganizationInsights, request, handler, context);
757 }
758
767
772 template <typename ListRecommendationsRequestT = Model::ListRecommendationsRequest>
773 Model::ListRecommendationsOutcomeCallable ListRecommendationsCallable(const ListRecommendationsRequestT& request) const {
774 return SubmitCallable(&DevOpsGuruClient::ListRecommendations, request);
775 }
776
781 template <typename ListRecommendationsRequestT = Model::ListRecommendationsRequest>
782 void ListRecommendationsAsync(const ListRecommendationsRequestT& request, const ListRecommendationsResponseReceivedHandler& handler,
783 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
784 return SubmitAsync(&DevOpsGuruClient::ListRecommendations, request, handler, context);
785 }
786
794
798 template <typename PutFeedbackRequestT = Model::PutFeedbackRequest>
799 Model::PutFeedbackOutcomeCallable PutFeedbackCallable(const PutFeedbackRequestT& request = {}) const {
800 return SubmitCallable(&DevOpsGuruClient::PutFeedback, request);
801 }
802
807 template <typename PutFeedbackRequestT = Model::PutFeedbackRequest>
809 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
810 const PutFeedbackRequestT& request = {}) const {
811 return SubmitAsync(&DevOpsGuruClient::PutFeedback, request, handler, context);
812 }
813
822
827 template <typename RemoveNotificationChannelRequestT = Model::RemoveNotificationChannelRequest>
829 const RemoveNotificationChannelRequestT& request) const {
830 return SubmitCallable(&DevOpsGuruClient::RemoveNotificationChannel, request);
831 }
832
837 template <typename RemoveNotificationChannelRequestT = Model::RemoveNotificationChannelRequest>
838 void RemoveNotificationChannelAsync(const RemoveNotificationChannelRequestT& request,
840 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
841 return SubmitAsync(&DevOpsGuruClient::RemoveNotificationChannel, request, handler, context);
842 }
843
857
861 template <typename SearchInsightsRequestT = Model::SearchInsightsRequest>
862 Model::SearchInsightsOutcomeCallable SearchInsightsCallable(const SearchInsightsRequestT& request) const {
863 return SubmitCallable(&DevOpsGuruClient::SearchInsights, request);
864 }
865
870 template <typename SearchInsightsRequestT = Model::SearchInsightsRequest>
871 void SearchInsightsAsync(const SearchInsightsRequestT& request, const SearchInsightsResponseReceivedHandler& handler,
872 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
873 return SubmitAsync(&DevOpsGuruClient::SearchInsights, request, handler, context);
874 }
875
889 const Model::SearchOrganizationInsightsRequest& request) const;
890
895 template <typename SearchOrganizationInsightsRequestT = Model::SearchOrganizationInsightsRequest>
897 const SearchOrganizationInsightsRequestT& request) const {
898 return SubmitCallable(&DevOpsGuruClient::SearchOrganizationInsights, request);
899 }
900
905 template <typename SearchOrganizationInsightsRequestT = Model::SearchOrganizationInsightsRequest>
906 void SearchOrganizationInsightsAsync(const SearchOrganizationInsightsRequestT& request,
908 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
909 return SubmitAsync(&DevOpsGuruClient::SearchOrganizationInsights, request, handler, context);
910 }
911
919
924 template <typename StartCostEstimationRequestT = Model::StartCostEstimationRequest>
925 Model::StartCostEstimationOutcomeCallable StartCostEstimationCallable(const StartCostEstimationRequestT& request) const {
926 return SubmitCallable(&DevOpsGuruClient::StartCostEstimation, request);
927 }
928
933 template <typename StartCostEstimationRequestT = Model::StartCostEstimationRequest>
934 void StartCostEstimationAsync(const StartCostEstimationRequestT& request, const StartCostEstimationResponseReceivedHandler& handler,
935 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
936 return SubmitAsync(&DevOpsGuruClient::StartCostEstimation, request, handler, context);
937 }
938
948
953 template <typename UpdateEventSourcesConfigRequestT = Model::UpdateEventSourcesConfigRequest>
955 const UpdateEventSourcesConfigRequestT& request = {}) const {
956 return SubmitCallable(&DevOpsGuruClient::UpdateEventSourcesConfig, request);
957 }
958
963 template <typename UpdateEventSourcesConfigRequestT = Model::UpdateEventSourcesConfigRequest>
965 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
966 const UpdateEventSourcesConfigRequestT& request = {}) const {
967 return SubmitAsync(&DevOpsGuruClient::UpdateEventSourcesConfig, request, handler, context);
968 }
969
983
988 template <typename UpdateResourceCollectionRequestT = Model::UpdateResourceCollectionRequest>
989 Model::UpdateResourceCollectionOutcomeCallable UpdateResourceCollectionCallable(const UpdateResourceCollectionRequestT& request) const {
990 return SubmitCallable(&DevOpsGuruClient::UpdateResourceCollection, request);
991 }
992
997 template <typename UpdateResourceCollectionRequestT = Model::UpdateResourceCollectionRequest>
998 void UpdateResourceCollectionAsync(const UpdateResourceCollectionRequestT& request,
1000 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1001 return SubmitAsync(&DevOpsGuruClient::UpdateResourceCollection, request, handler, context);
1002 }
1003
1013
1018 template <typename UpdateServiceIntegrationRequestT = Model::UpdateServiceIntegrationRequest>
1019 Model::UpdateServiceIntegrationOutcomeCallable UpdateServiceIntegrationCallable(const UpdateServiceIntegrationRequestT& request) const {
1020 return SubmitCallable(&DevOpsGuruClient::UpdateServiceIntegration, request);
1021 }
1022
1027 template <typename UpdateServiceIntegrationRequestT = Model::UpdateServiceIntegrationRequest>
1028 void UpdateServiceIntegrationAsync(const UpdateServiceIntegrationRequestT& request,
1030 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1031 return SubmitAsync(&DevOpsGuruClient::UpdateServiceIntegration, request, handler, context);
1032 }
1033
1034 void OverrideEndpoint(const Aws::String& endpoint);
1035 std::shared_ptr<DevOpsGuruEndpointProviderBase>& accessEndpointProvider();
1036
1037 private:
1039 void init(const DevOpsGuruClientConfiguration& clientConfiguration);
1040
1041 DevOpsGuruClientConfiguration m_clientConfiguration;
1042 std::shared_ptr<DevOpsGuruEndpointProviderBase> m_endpointProvider;
1043};
1044
1045} // namespace DevOpsGuru
1046} // namespace Aws
Model::DescribeOrganizationOverviewOutcomeCallable DescribeOrganizationOverviewCallable(const DescribeOrganizationOverviewRequestT &request) const
Model::SearchInsightsOutcomeCallable SearchInsightsCallable(const SearchInsightsRequestT &request) const
Model::DescribeOrganizationHealthOutcomeCallable DescribeOrganizationHealthCallable(const DescribeOrganizationHealthRequestT &request={}) const
virtual Model::DescribeInsightOutcome DescribeInsight(const Model::DescribeInsightRequest &request) const
void ListAnomaliesForInsightAsync(const ListAnomaliesForInsightRequestT &request, const ListAnomaliesForInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void SearchInsightsAsync(const SearchInsightsRequestT &request, const SearchInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::shared_ptr< DevOpsGuruEndpointProviderBase > & accessEndpointProvider()
virtual Model::DescribeServiceIntegrationOutcome DescribeServiceIntegration(const Model::DescribeServiceIntegrationRequest &request={}) const
virtual Model::ListInsightsOutcome ListInsights(const Model::ListInsightsRequest &request) const
Model::ListNotificationChannelsOutcomeCallable ListNotificationChannelsCallable(const ListNotificationChannelsRequestT &request={}) const
Model::SearchOrganizationInsightsOutcomeCallable SearchOrganizationInsightsCallable(const SearchOrganizationInsightsRequestT &request) const
void DescribeServiceIntegrationAsync(const DescribeServiceIntegrationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeServiceIntegrationRequestT &request={}) const
Aws::Client::AWSJsonClient BASECLASS
Model::UpdateResourceCollectionOutcomeCallable UpdateResourceCollectionCallable(const UpdateResourceCollectionRequestT &request) const
virtual Model::DescribeOrganizationResourceCollectionHealthOutcome DescribeOrganizationResourceCollectionHealth(const Model::DescribeOrganizationResourceCollectionHealthRequest &request) const
DevOpsGuruClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
void DescribeInsightAsync(const DescribeInsightRequestT &request, const DescribeInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
DevOpsGuruClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
DevOpsGuruClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< DevOpsGuruEndpointProviderBase > endpointProvider=nullptr, const Aws::DevOpsGuru::DevOpsGuruClientConfiguration &clientConfiguration=Aws::DevOpsGuru::DevOpsGuruClientConfiguration())
Model::ListEventsOutcomeCallable ListEventsCallable(const ListEventsRequestT &request) const
DevOpsGuruClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< DevOpsGuruEndpointProviderBase > endpointProvider=nullptr, const Aws::DevOpsGuru::DevOpsGuruClientConfiguration &clientConfiguration=Aws::DevOpsGuru::DevOpsGuruClientConfiguration())
virtual Model::ListOrganizationInsightsOutcome ListOrganizationInsights(const Model::ListOrganizationInsightsRequest &request) const
void DeleteInsightAsync(const DeleteInsightRequestT &request, const DeleteInsightResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeAnomalyOutcomeCallable DescribeAnomalyCallable(const DescribeAnomalyRequestT &request) const
virtual Model::DescribeAnomalyOutcome DescribeAnomaly(const Model::DescribeAnomalyRequest &request) const
void StartCostEstimationAsync(const StartCostEstimationRequestT &request, const StartCostEstimationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeFeedbackAsync(const DescribeFeedbackResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeFeedbackRequestT &request={}) const
void DescribeAccountHealthAsync(const DescribeAccountHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeAccountHealthRequestT &request={}) const
Model::DescribeServiceIntegrationOutcomeCallable DescribeServiceIntegrationCallable(const DescribeServiceIntegrationRequestT &request={}) const
Model::DescribeOrganizationResourceCollectionHealthOutcomeCallable DescribeOrganizationResourceCollectionHealthCallable(const DescribeOrganizationResourceCollectionHealthRequestT &request) const
Model::ListAnomaliesForInsightOutcomeCallable ListAnomaliesForInsightCallable(const ListAnomaliesForInsightRequestT &request) const
Model::DescribeFeedbackOutcomeCallable DescribeFeedbackCallable(const DescribeFeedbackRequestT &request={}) const
void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::SearchInsightsOutcome SearchInsights(const Model::SearchInsightsRequest &request) const
virtual Model::ListEventsOutcome ListEvents(const Model::ListEventsRequest &request) const
Model::ListMonitoredResourcesOutcomeCallable ListMonitoredResourcesCallable(const ListMonitoredResourcesRequestT &request={}) const
Model::UpdateEventSourcesConfigOutcomeCallable UpdateEventSourcesConfigCallable(const UpdateEventSourcesConfigRequestT &request={}) const
void ListOrganizationInsightsAsync(const ListOrganizationInsightsRequestT &request, const ListOrganizationInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeAccountOverviewAsync(const DescribeAccountOverviewRequestT &request, const DescribeAccountOverviewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListNotificationChannelsOutcome ListNotificationChannels(const Model::ListNotificationChannelsRequest &request={}) const
void UpdateServiceIntegrationAsync(const UpdateServiceIntegrationRequestT &request, const UpdateServiceIntegrationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListRecommendationsOutcome ListRecommendations(const Model::ListRecommendationsRequest &request) const
virtual Model::DeleteInsightOutcome DeleteInsight(const Model::DeleteInsightRequest &request) const
void DescribeOrganizationOverviewAsync(const DescribeOrganizationOverviewRequestT &request, const DescribeOrganizationOverviewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartCostEstimationOutcomeCallable StartCostEstimationCallable(const StartCostEstimationRequestT &request) const
void SearchOrganizationInsightsAsync(const SearchOrganizationInsightsRequestT &request, const SearchOrganizationInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListAnomalousLogGroupsAsync(const ListAnomalousLogGroupsRequestT &request, const ListAnomalousLogGroupsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeInsightOutcomeCallable DescribeInsightCallable(const DescribeInsightRequestT &request) const
virtual Model::UpdateResourceCollectionOutcome UpdateResourceCollection(const Model::UpdateResourceCollectionRequest &request) const
void DescribeOrganizationHealthAsync(const DescribeOrganizationHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeOrganizationHealthRequestT &request={}) const
Model::GetCostEstimationOutcomeCallable GetCostEstimationCallable(const GetCostEstimationRequestT &request={}) const
virtual Model::ListAnomalousLogGroupsOutcome ListAnomalousLogGroups(const Model::ListAnomalousLogGroupsRequest &request) const
Model::ListOrganizationInsightsOutcomeCallable ListOrganizationInsightsCallable(const ListOrganizationInsightsRequestT &request) const
Model::ListInsightsOutcomeCallable ListInsightsCallable(const ListInsightsRequestT &request) const
Model::PutFeedbackOutcomeCallable PutFeedbackCallable(const PutFeedbackRequestT &request={}) const
Model::DescribeEventSourcesConfigOutcomeCallable DescribeEventSourcesConfigCallable(const DescribeEventSourcesConfigRequestT &request={}) const
virtual Model::DescribeEventSourcesConfigOutcome DescribeEventSourcesConfig(const Model::DescribeEventSourcesConfigRequest &request={}) const
Model::RemoveNotificationChannelOutcomeCallable RemoveNotificationChannelCallable(const RemoveNotificationChannelRequestT &request) const
virtual Model::DescribeResourceCollectionHealthOutcome DescribeResourceCollectionHealth(const Model::DescribeResourceCollectionHealthRequest &request) const
void GetResourceCollectionAsync(const GetResourceCollectionRequestT &request, const GetResourceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListEventsAsync(const ListEventsRequestT &request, const ListEventsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeFeedbackOutcome DescribeFeedback(const Model::DescribeFeedbackRequest &request={}) const
virtual Model::DescribeOrganizationOverviewOutcome DescribeOrganizationOverview(const Model::DescribeOrganizationOverviewRequest &request) const
virtual Model::RemoveNotificationChannelOutcome RemoveNotificationChannel(const Model::RemoveNotificationChannelRequest &request) const
virtual Model::StartCostEstimationOutcome StartCostEstimation(const Model::StartCostEstimationRequest &request) const
Model::AddNotificationChannelOutcomeCallable AddNotificationChannelCallable(const AddNotificationChannelRequestT &request) const
void UpdateEventSourcesConfigAsync(const UpdateEventSourcesConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateEventSourcesConfigRequestT &request={}) const
void DescribeAnomalyAsync(const DescribeAnomalyRequestT &request, const DescribeAnomalyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateServiceIntegrationOutcome UpdateServiceIntegration(const Model::UpdateServiceIntegrationRequest &request) const
Model::UpdateServiceIntegrationOutcomeCallable UpdateServiceIntegrationCallable(const UpdateServiceIntegrationRequestT &request) const
void GetCostEstimationAsync(const GetCostEstimationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetCostEstimationRequestT &request={}) const
virtual Model::AddNotificationChannelOutcome AddNotificationChannel(const Model::AddNotificationChannelRequest &request) const
virtual Model::DescribeAccountOverviewOutcome DescribeAccountOverview(const Model::DescribeAccountOverviewRequest &request) const
virtual Model::GetResourceCollectionOutcome GetResourceCollection(const Model::GetResourceCollectionRequest &request) const
Model::DeleteInsightOutcomeCallable DeleteInsightCallable(const DeleteInsightRequestT &request) const
void ListInsightsAsync(const ListInsightsRequestT &request, const ListInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetServiceName()
virtual Model::ListAnomaliesForInsightOutcome ListAnomaliesForInsight(const Model::ListAnomaliesForInsightRequest &request) const
Model::DescribeAccountOverviewOutcomeCallable DescribeAccountOverviewCallable(const DescribeAccountOverviewRequestT &request) const
static const char * GetAllocationTag()
virtual Model::PutFeedbackOutcome PutFeedback(const Model::PutFeedbackRequest &request={}) const
void DescribeEventSourcesConfigAsync(const DescribeEventSourcesConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeEventSourcesConfigRequestT &request={}) const
void ListRecommendationsAsync(const ListRecommendationsRequestT &request, const ListRecommendationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
DevOpsGuruEndpointProvider EndpointProviderType
void RemoveNotificationChannelAsync(const RemoveNotificationChannelRequestT &request, const RemoveNotificationChannelResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutFeedbackAsync(const PutFeedbackResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const PutFeedbackRequestT &request={}) const
void DescribeOrganizationResourceCollectionHealthAsync(const DescribeOrganizationResourceCollectionHealthRequestT &request, const DescribeOrganizationResourceCollectionHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListRecommendationsOutcomeCallable ListRecommendationsCallable(const ListRecommendationsRequestT &request) const
DevOpsGuruClient(const Aws::DevOpsGuru::DevOpsGuruClientConfiguration &clientConfiguration=Aws::DevOpsGuru::DevOpsGuruClientConfiguration(), std::shared_ptr< DevOpsGuruEndpointProviderBase > endpointProvider=nullptr)
void ListMonitoredResourcesAsync(const ListMonitoredResourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMonitoredResourcesRequestT &request={}) const
Model::DescribeResourceCollectionHealthOutcomeCallable DescribeResourceCollectionHealthCallable(const DescribeResourceCollectionHealthRequestT &request) const
void ListNotificationChannelsAsync(const ListNotificationChannelsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListNotificationChannelsRequestT &request={}) const
virtual Model::DescribeOrganizationHealthOutcome DescribeOrganizationHealth(const Model::DescribeOrganizationHealthRequest &request={}) const
virtual Model::DescribeAccountHealthOutcome DescribeAccountHealth(const Model::DescribeAccountHealthRequest &request={}) const
virtual Model::ListMonitoredResourcesOutcome ListMonitoredResources(const Model::ListMonitoredResourcesRequest &request={}) const
Model::DescribeAccountHealthOutcomeCallable DescribeAccountHealthCallable(const DescribeAccountHealthRequestT &request={}) const
DevOpsGuruClient(const Aws::Client::ClientConfiguration &clientConfiguration)
DevOpsGuruClientConfiguration ClientConfigurationType
Model::ListAnomalousLogGroupsOutcomeCallable ListAnomalousLogGroupsCallable(const ListAnomalousLogGroupsRequestT &request) const
void UpdateResourceCollectionAsync(const UpdateResourceCollectionRequestT &request, const UpdateResourceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetResourceCollectionOutcomeCallable GetResourceCollectionCallable(const GetResourceCollectionRequestT &request) const
virtual Model::SearchOrganizationInsightsOutcome SearchOrganizationInsights(const Model::SearchOrganizationInsightsRequest &request) const
virtual Model::GetCostEstimationOutcome GetCostEstimation(const Model::GetCostEstimationRequest &request={}) const
virtual Model::UpdateEventSourcesConfigOutcome UpdateEventSourcesConfig(const Model::UpdateEventSourcesConfigRequest &request={}) const
void AddNotificationChannelAsync(const AddNotificationChannelRequestT &request, const AddNotificationChannelResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeResourceCollectionHealthAsync(const DescribeResourceCollectionHealthRequestT &request, const DescribeResourceCollectionHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< GetCostEstimationOutcome > GetCostEstimationOutcomeCallable
std::future< UpdateEventSourcesConfigOutcome > UpdateEventSourcesConfigOutcomeCallable
std::future< ListInsightsOutcome > ListInsightsOutcomeCallable
std::future< DescribeInsightOutcome > DescribeInsightOutcomeCallable
std::future< DescribeOrganizationHealthOutcome > DescribeOrganizationHealthOutcomeCallable
std::future< GetResourceCollectionOutcome > GetResourceCollectionOutcomeCallable
std::future< DescribeEventSourcesConfigOutcome > DescribeEventSourcesConfigOutcomeCallable
std::future< DescribeOrganizationOverviewOutcome > DescribeOrganizationOverviewOutcomeCallable
std::future< DescribeAnomalyOutcome > DescribeAnomalyOutcomeCallable
std::future< UpdateServiceIntegrationOutcome > UpdateServiceIntegrationOutcomeCallable
std::future< AddNotificationChannelOutcome > AddNotificationChannelOutcomeCallable
std::future< SearchOrganizationInsightsOutcome > SearchOrganizationInsightsOutcomeCallable
std::future< ListNotificationChannelsOutcome > ListNotificationChannelsOutcomeCallable
std::future< ListRecommendationsOutcome > ListRecommendationsOutcomeCallable
std::future< DescribeAccountHealthOutcome > DescribeAccountHealthOutcomeCallable
std::future< ListAnomalousLogGroupsOutcome > ListAnomalousLogGroupsOutcomeCallable
std::future< DescribeFeedbackOutcome > DescribeFeedbackOutcomeCallable
std::future< StartCostEstimationOutcome > StartCostEstimationOutcomeCallable
std::future< ListAnomaliesForInsightOutcome > ListAnomaliesForInsightOutcomeCallable
std::future< DescribeOrganizationResourceCollectionHealthOutcome > DescribeOrganizationResourceCollectionHealthOutcomeCallable
std::future< DeleteInsightOutcome > DeleteInsightOutcomeCallable
std::future< PutFeedbackOutcome > PutFeedbackOutcomeCallable
std::future< ListEventsOutcome > ListEventsOutcomeCallable
std::future< DescribeServiceIntegrationOutcome > DescribeServiceIntegrationOutcomeCallable
std::future< ListMonitoredResourcesOutcome > ListMonitoredResourcesOutcomeCallable
std::future< RemoveNotificationChannelOutcome > RemoveNotificationChannelOutcomeCallable
std::future< SearchInsightsOutcome > SearchInsightsOutcomeCallable
std::future< DescribeResourceCollectionHealthOutcome > DescribeResourceCollectionHealthOutcomeCallable
std::future< DescribeAccountOverviewOutcome > DescribeAccountOverviewOutcomeCallable
std::future< ListOrganizationInsightsOutcome > ListOrganizationInsightsOutcomeCallable
std::future< UpdateResourceCollectionOutcome > UpdateResourceCollectionOutcomeCallable
std::function< void(const DevOpsGuruClient *, const Model::UpdateEventSourcesConfigRequest &, const Model::UpdateEventSourcesConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEventSourcesConfigResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeInsightRequest &, const Model::DescribeInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeInsightResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListNotificationChannelsRequest &, const Model::ListNotificationChannelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListNotificationChannelsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListInsightsRequest &, const Model::ListInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInsightsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeServiceIntegrationRequest &, const Model::DescribeServiceIntegrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeServiceIntegrationResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeOrganizationOverviewRequest &, const Model::DescribeOrganizationOverviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationOverviewResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::StartCostEstimationRequest &, const Model::StartCostEstimationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCostEstimationResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeOrganizationResourceCollectionHealthRequest &, const Model::DescribeOrganizationResourceCollectionHealthOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationResourceCollectionHealthResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListRecommendationsRequest &, const Model::ListRecommendationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRecommendationsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeResourceCollectionHealthRequest &, const Model::DescribeResourceCollectionHealthOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeResourceCollectionHealthResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListMonitoredResourcesRequest &, const Model::ListMonitoredResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMonitoredResourcesResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DeleteInsightRequest &, const Model::DeleteInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteInsightResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::SearchOrganizationInsightsRequest &, const Model::SearchOrganizationInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchOrganizationInsightsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::RemoveNotificationChannelRequest &, const Model::RemoveNotificationChannelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveNotificationChannelResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::AddNotificationChannelRequest &, const Model::AddNotificationChannelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddNotificationChannelResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeFeedbackRequest &, const Model::DescribeFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeFeedbackResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::GetCostEstimationRequest &, const Model::GetCostEstimationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCostEstimationResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListAnomalousLogGroupsRequest &, const Model::ListAnomalousLogGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAnomalousLogGroupsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeAnomalyRequest &, const Model::DescribeAnomalyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeAnomalyResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListAnomaliesForInsightRequest &, const Model::ListAnomaliesForInsightOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAnomaliesForInsightResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListOrganizationInsightsRequest &, const Model::ListOrganizationInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOrganizationInsightsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::SearchInsightsRequest &, const Model::SearchInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchInsightsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::UpdateServiceIntegrationRequest &, const Model::UpdateServiceIntegrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateServiceIntegrationResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeEventSourcesConfigRequest &, const Model::DescribeEventSourcesConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeEventSourcesConfigResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::UpdateResourceCollectionRequest &, const Model::UpdateResourceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateResourceCollectionResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::GetResourceCollectionRequest &, const Model::GetResourceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourceCollectionResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeAccountOverviewRequest &, const Model::DescribeAccountOverviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeAccountOverviewResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeOrganizationHealthRequest &, const Model::DescribeOrganizationHealthOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOrganizationHealthResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::PutFeedbackRequest &, const Model::PutFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFeedbackResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::ListEventsRequest &, const Model::ListEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEventsResponseReceivedHandler
std::function< void(const DevOpsGuruClient *, const Model::DescribeAccountHealthRequest &, const Model::DescribeAccountHealthOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeAccountHealthResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String