AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
PrometheusServiceServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/amp/PrometheusServiceErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/amp/PrometheusServiceEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in PrometheusServiceClient header */
21#include <aws/amp/model/CreateAlertManagerDefinitionResult.h>
22#include <aws/amp/model/CreateLoggingConfigurationResult.h>
23#include <aws/amp/model/CreateQueryLoggingConfigurationResult.h>
24#include <aws/amp/model/CreateRuleGroupsNamespaceResult.h>
25#include <aws/amp/model/CreateScraperResult.h>
26#include <aws/amp/model/CreateWorkspaceResult.h>
27#include <aws/amp/model/DeleteScraperResult.h>
28#include <aws/amp/model/DescribeAlertManagerDefinitionResult.h>
29#include <aws/amp/model/DescribeLoggingConfigurationResult.h>
30#include <aws/amp/model/DescribeQueryLoggingConfigurationResult.h>
31#include <aws/amp/model/DescribeRuleGroupsNamespaceResult.h>
32#include <aws/amp/model/DescribeScraperResult.h>
33#include <aws/amp/model/DescribeWorkspaceResult.h>
34#include <aws/amp/model/DescribeWorkspaceConfigurationResult.h>
35#include <aws/amp/model/GetDefaultScraperConfigurationResult.h>
36#include <aws/amp/model/ListRuleGroupsNamespacesResult.h>
37#include <aws/amp/model/ListScrapersResult.h>
38#include <aws/amp/model/ListTagsForResourceResult.h>
39#include <aws/amp/model/ListWorkspacesResult.h>
40#include <aws/amp/model/PutAlertManagerDefinitionResult.h>
41#include <aws/amp/model/PutRuleGroupsNamespaceResult.h>
42#include <aws/amp/model/TagResourceResult.h>
43#include <aws/amp/model/UntagResourceResult.h>
44#include <aws/amp/model/UpdateLoggingConfigurationResult.h>
45#include <aws/amp/model/UpdateQueryLoggingConfigurationResult.h>
46#include <aws/amp/model/UpdateScraperResult.h>
47#include <aws/amp/model/UpdateWorkspaceConfigurationResult.h>
48#include <aws/amp/model/ListWorkspacesRequest.h>
49#include <aws/amp/model/GetDefaultScraperConfigurationRequest.h>
50#include <aws/amp/model/ListScrapersRequest.h>
51#include <aws/amp/model/CreateWorkspaceRequest.h>
52#include <aws/core/NoResult.h>
53/* End of service model headers required in PrometheusServiceClient header */
54
55namespace Aws
56{
57 namespace Http
58 {
59 class HttpClient;
60 class HttpClientFactory;
61 } // namespace Http
62
63 namespace Utils
64 {
65 template< typename R, typename E> class Outcome;
66
67 namespace Threading
68 {
69 class Executor;
70 } // namespace Threading
71 } // namespace Utils
72
73 namespace Auth
74 {
75 class AWSCredentials;
76 class AWSCredentialsProvider;
77 } // namespace Auth
78
79 namespace Client
80 {
81 class RetryStrategy;
82 } // namespace Client
83
84 namespace PrometheusService
85 {
89
90 namespace Model
91 {
92 /* Service model forward declarations required in PrometheusServiceClient header */
93 class CreateAlertManagerDefinitionRequest;
94 class CreateLoggingConfigurationRequest;
95 class CreateQueryLoggingConfigurationRequest;
96 class CreateRuleGroupsNamespaceRequest;
97 class CreateScraperRequest;
98 class CreateWorkspaceRequest;
99 class DeleteAlertManagerDefinitionRequest;
100 class DeleteLoggingConfigurationRequest;
101 class DeleteQueryLoggingConfigurationRequest;
102 class DeleteRuleGroupsNamespaceRequest;
103 class DeleteScraperRequest;
104 class DeleteWorkspaceRequest;
105 class DescribeAlertManagerDefinitionRequest;
106 class DescribeLoggingConfigurationRequest;
107 class DescribeQueryLoggingConfigurationRequest;
108 class DescribeRuleGroupsNamespaceRequest;
109 class DescribeScraperRequest;
110 class DescribeWorkspaceRequest;
111 class DescribeWorkspaceConfigurationRequest;
112 class GetDefaultScraperConfigurationRequest;
113 class ListRuleGroupsNamespacesRequest;
114 class ListScrapersRequest;
115 class ListTagsForResourceRequest;
116 class ListWorkspacesRequest;
117 class PutAlertManagerDefinitionRequest;
118 class PutRuleGroupsNamespaceRequest;
119 class TagResourceRequest;
120 class UntagResourceRequest;
121 class UpdateLoggingConfigurationRequest;
122 class UpdateQueryLoggingConfigurationRequest;
123 class UpdateScraperRequest;
124 class UpdateWorkspaceAliasRequest;
125 class UpdateWorkspaceConfigurationRequest;
126 /* End of service model forward declarations required in PrometheusServiceClient header */
127
128 /* Service model Outcome class definitions */
162 /* End of service model Outcome class definitions */
163
164 /* Service model Outcome callable definitions */
165 typedef std::future<CreateAlertManagerDefinitionOutcome> CreateAlertManagerDefinitionOutcomeCallable;
166 typedef std::future<CreateLoggingConfigurationOutcome> CreateLoggingConfigurationOutcomeCallable;
167 typedef std::future<CreateQueryLoggingConfigurationOutcome> CreateQueryLoggingConfigurationOutcomeCallable;
168 typedef std::future<CreateRuleGroupsNamespaceOutcome> CreateRuleGroupsNamespaceOutcomeCallable;
169 typedef std::future<CreateScraperOutcome> CreateScraperOutcomeCallable;
170 typedef std::future<CreateWorkspaceOutcome> CreateWorkspaceOutcomeCallable;
171 typedef std::future<DeleteAlertManagerDefinitionOutcome> DeleteAlertManagerDefinitionOutcomeCallable;
172 typedef std::future<DeleteLoggingConfigurationOutcome> DeleteLoggingConfigurationOutcomeCallable;
173 typedef std::future<DeleteQueryLoggingConfigurationOutcome> DeleteQueryLoggingConfigurationOutcomeCallable;
174 typedef std::future<DeleteRuleGroupsNamespaceOutcome> DeleteRuleGroupsNamespaceOutcomeCallable;
175 typedef std::future<DeleteScraperOutcome> DeleteScraperOutcomeCallable;
176 typedef std::future<DeleteWorkspaceOutcome> DeleteWorkspaceOutcomeCallable;
177 typedef std::future<DescribeAlertManagerDefinitionOutcome> DescribeAlertManagerDefinitionOutcomeCallable;
178 typedef std::future<DescribeLoggingConfigurationOutcome> DescribeLoggingConfigurationOutcomeCallable;
179 typedef std::future<DescribeQueryLoggingConfigurationOutcome> DescribeQueryLoggingConfigurationOutcomeCallable;
180 typedef std::future<DescribeRuleGroupsNamespaceOutcome> DescribeRuleGroupsNamespaceOutcomeCallable;
181 typedef std::future<DescribeScraperOutcome> DescribeScraperOutcomeCallable;
182 typedef std::future<DescribeWorkspaceOutcome> DescribeWorkspaceOutcomeCallable;
183 typedef std::future<DescribeWorkspaceConfigurationOutcome> DescribeWorkspaceConfigurationOutcomeCallable;
184 typedef std::future<GetDefaultScraperConfigurationOutcome> GetDefaultScraperConfigurationOutcomeCallable;
185 typedef std::future<ListRuleGroupsNamespacesOutcome> ListRuleGroupsNamespacesOutcomeCallable;
186 typedef std::future<ListScrapersOutcome> ListScrapersOutcomeCallable;
187 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
188 typedef std::future<ListWorkspacesOutcome> ListWorkspacesOutcomeCallable;
189 typedef std::future<PutAlertManagerDefinitionOutcome> PutAlertManagerDefinitionOutcomeCallable;
190 typedef std::future<PutRuleGroupsNamespaceOutcome> PutRuleGroupsNamespaceOutcomeCallable;
191 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
192 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
193 typedef std::future<UpdateLoggingConfigurationOutcome> UpdateLoggingConfigurationOutcomeCallable;
194 typedef std::future<UpdateQueryLoggingConfigurationOutcome> UpdateQueryLoggingConfigurationOutcomeCallable;
195 typedef std::future<UpdateScraperOutcome> UpdateScraperOutcomeCallable;
196 typedef std::future<UpdateWorkspaceAliasOutcome> UpdateWorkspaceAliasOutcomeCallable;
197 typedef std::future<UpdateWorkspaceConfigurationOutcome> UpdateWorkspaceConfigurationOutcomeCallable;
198 /* End of service model Outcome callable definitions */
199 } // namespace Model
200
202
203 /* Service model async handlers definitions */
204 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateAlertManagerDefinitionRequest&, const Model::CreateAlertManagerDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateAlertManagerDefinitionResponseReceivedHandler;
205 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateLoggingConfigurationRequest&, const Model::CreateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLoggingConfigurationResponseReceivedHandler;
206 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateQueryLoggingConfigurationRequest&, const Model::CreateQueryLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateQueryLoggingConfigurationResponseReceivedHandler;
207 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateRuleGroupsNamespaceRequest&, const Model::CreateRuleGroupsNamespaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateRuleGroupsNamespaceResponseReceivedHandler;
208 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateScraperRequest&, const Model::CreateScraperOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateScraperResponseReceivedHandler;
209 typedef std::function<void(const PrometheusServiceClient*, const Model::CreateWorkspaceRequest&, const Model::CreateWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateWorkspaceResponseReceivedHandler;
210 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteAlertManagerDefinitionRequest&, const Model::DeleteAlertManagerDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAlertManagerDefinitionResponseReceivedHandler;
211 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteLoggingConfigurationRequest&, const Model::DeleteLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLoggingConfigurationResponseReceivedHandler;
212 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteQueryLoggingConfigurationRequest&, const Model::DeleteQueryLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteQueryLoggingConfigurationResponseReceivedHandler;
213 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteRuleGroupsNamespaceRequest&, const Model::DeleteRuleGroupsNamespaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteRuleGroupsNamespaceResponseReceivedHandler;
214 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteScraperRequest&, const Model::DeleteScraperOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteScraperResponseReceivedHandler;
215 typedef std::function<void(const PrometheusServiceClient*, const Model::DeleteWorkspaceRequest&, const Model::DeleteWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteWorkspaceResponseReceivedHandler;
216 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeAlertManagerDefinitionRequest&, const Model::DescribeAlertManagerDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeAlertManagerDefinitionResponseReceivedHandler;
217 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeLoggingConfigurationRequest&, const Model::DescribeLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLoggingConfigurationResponseReceivedHandler;
218 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeQueryLoggingConfigurationRequest&, const Model::DescribeQueryLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeQueryLoggingConfigurationResponseReceivedHandler;
219 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeRuleGroupsNamespaceRequest&, const Model::DescribeRuleGroupsNamespaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeRuleGroupsNamespaceResponseReceivedHandler;
220 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeScraperRequest&, const Model::DescribeScraperOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeScraperResponseReceivedHandler;
221 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeWorkspaceRequest&, const Model::DescribeWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeWorkspaceResponseReceivedHandler;
222 typedef std::function<void(const PrometheusServiceClient*, const Model::DescribeWorkspaceConfigurationRequest&, const Model::DescribeWorkspaceConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeWorkspaceConfigurationResponseReceivedHandler;
223 typedef std::function<void(const PrometheusServiceClient*, const Model::GetDefaultScraperConfigurationRequest&, const Model::GetDefaultScraperConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDefaultScraperConfigurationResponseReceivedHandler;
224 typedef std::function<void(const PrometheusServiceClient*, const Model::ListRuleGroupsNamespacesRequest&, const Model::ListRuleGroupsNamespacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRuleGroupsNamespacesResponseReceivedHandler;
225 typedef std::function<void(const PrometheusServiceClient*, const Model::ListScrapersRequest&, const Model::ListScrapersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListScrapersResponseReceivedHandler;
226 typedef std::function<void(const PrometheusServiceClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
227 typedef std::function<void(const PrometheusServiceClient*, const Model::ListWorkspacesRequest&, const Model::ListWorkspacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkspacesResponseReceivedHandler;
228 typedef std::function<void(const PrometheusServiceClient*, const Model::PutAlertManagerDefinitionRequest&, const Model::PutAlertManagerDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAlertManagerDefinitionResponseReceivedHandler;
229 typedef std::function<void(const PrometheusServiceClient*, const Model::PutRuleGroupsNamespaceRequest&, const Model::PutRuleGroupsNamespaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutRuleGroupsNamespaceResponseReceivedHandler;
230 typedef std::function<void(const PrometheusServiceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
231 typedef std::function<void(const PrometheusServiceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
232 typedef std::function<void(const PrometheusServiceClient*, const Model::UpdateLoggingConfigurationRequest&, const Model::UpdateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLoggingConfigurationResponseReceivedHandler;
233 typedef std::function<void(const PrometheusServiceClient*, const Model::UpdateQueryLoggingConfigurationRequest&, const Model::UpdateQueryLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateQueryLoggingConfigurationResponseReceivedHandler;
234 typedef std::function<void(const PrometheusServiceClient*, const Model::UpdateScraperRequest&, const Model::UpdateScraperOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateScraperResponseReceivedHandler;
235 typedef std::function<void(const PrometheusServiceClient*, const Model::UpdateWorkspaceAliasRequest&, const Model::UpdateWorkspaceAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateWorkspaceAliasResponseReceivedHandler;
236 typedef std::function<void(const PrometheusServiceClient*, const Model::UpdateWorkspaceConfigurationRequest&, const Model::UpdateWorkspaceConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateWorkspaceConfigurationResponseReceivedHandler;
237 /* End of service model async handlers definitions */
238 } // namespace PrometheusService
239} // namespace Aws
EndpointProviderBase< PrometheusServiceClientConfiguration, PrometheusServiceBuiltInParameters, PrometheusServiceClientContextParameters > PrometheusServiceEndpointProviderBase
std::future< UpdateWorkspaceAliasOutcome > UpdateWorkspaceAliasOutcomeCallable
Aws::Utils::Outcome< PutAlertManagerDefinitionResult, PrometheusServiceError > PutAlertManagerDefinitionOutcome
std::future< DescribeQueryLoggingConfigurationOutcome > DescribeQueryLoggingConfigurationOutcomeCallable
std::future< UpdateWorkspaceConfigurationOutcome > UpdateWorkspaceConfigurationOutcomeCallable
std::future< DescribeAlertManagerDefinitionOutcome > DescribeAlertManagerDefinitionOutcomeCallable
Aws::Utils::Outcome< CreateRuleGroupsNamespaceResult, PrometheusServiceError > CreateRuleGroupsNamespaceOutcome
std::future< CreateQueryLoggingConfigurationOutcome > CreateQueryLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > DeleteLoggingConfigurationOutcome
std::future< ListWorkspacesOutcome > ListWorkspacesOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > UpdateWorkspaceAliasOutcome
std::future< DeleteQueryLoggingConfigurationOutcome > DeleteQueryLoggingConfigurationOutcomeCallable
std::future< DeleteLoggingConfigurationOutcome > DeleteLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< ListWorkspacesResult, PrometheusServiceError > ListWorkspacesOutcome
Aws::Utils::Outcome< DescribeAlertManagerDefinitionResult, PrometheusServiceError > DescribeAlertManagerDefinitionOutcome
std::future< PutAlertManagerDefinitionOutcome > PutAlertManagerDefinitionOutcomeCallable
Aws::Utils::Outcome< UpdateLoggingConfigurationResult, PrometheusServiceError > UpdateLoggingConfigurationOutcome
Aws::Utils::Outcome< DescribeRuleGroupsNamespaceResult, PrometheusServiceError > DescribeRuleGroupsNamespaceOutcome
std::future< ListRuleGroupsNamespacesOutcome > ListRuleGroupsNamespacesOutcomeCallable
Aws::Utils::Outcome< ListRuleGroupsNamespacesResult, PrometheusServiceError > ListRuleGroupsNamespacesOutcome
std::future< ListScrapersOutcome > ListScrapersOutcomeCallable
Aws::Utils::Outcome< PutRuleGroupsNamespaceResult, PrometheusServiceError > PutRuleGroupsNamespaceOutcome
Aws::Utils::Outcome< CreateWorkspaceResult, PrometheusServiceError > CreateWorkspaceOutcome
Aws::Utils::Outcome< ListScrapersResult, PrometheusServiceError > ListScrapersOutcome
std::future< DeleteScraperOutcome > DeleteScraperOutcomeCallable
std::future< CreateLoggingConfigurationOutcome > CreateLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateLoggingConfigurationResult, PrometheusServiceError > CreateLoggingConfigurationOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DescribeLoggingConfigurationOutcome > DescribeLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateAlertManagerDefinitionResult, PrometheusServiceError > CreateAlertManagerDefinitionOutcome
std::future< CreateWorkspaceOutcome > CreateWorkspaceOutcomeCallable
std::future< GetDefaultScraperConfigurationOutcome > GetDefaultScraperConfigurationOutcomeCallable
std::future< PutRuleGroupsNamespaceOutcome > PutRuleGroupsNamespaceOutcomeCallable
std::future< CreateRuleGroupsNamespaceOutcome > CreateRuleGroupsNamespaceOutcomeCallable
std::future< CreateScraperOutcome > CreateScraperOutcomeCallable
Aws::Utils::Outcome< DescribeLoggingConfigurationResult, PrometheusServiceError > DescribeLoggingConfigurationOutcome
std::future< DescribeScraperOutcome > DescribeScraperOutcomeCallable
std::future< DeleteWorkspaceOutcome > DeleteWorkspaceOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > DeleteAlertManagerDefinitionOutcome
std::future< DescribeWorkspaceConfigurationOutcome > DescribeWorkspaceConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateQueryLoggingConfigurationResult, PrometheusServiceError > CreateQueryLoggingConfigurationOutcome
Aws::Utils::Outcome< UntagResourceResult, PrometheusServiceError > UntagResourceOutcome
Aws::Utils::Outcome< DescribeWorkspaceConfigurationResult, PrometheusServiceError > DescribeWorkspaceConfigurationOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, PrometheusServiceError > ListTagsForResourceOutcome
std::future< DescribeWorkspaceOutcome > DescribeWorkspaceOutcomeCallable
Aws::Utils::Outcome< UpdateWorkspaceConfigurationResult, PrometheusServiceError > UpdateWorkspaceConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > DeleteWorkspaceOutcome
Aws::Utils::Outcome< GetDefaultScraperConfigurationResult, PrometheusServiceError > GetDefaultScraperConfigurationOutcome
Aws::Utils::Outcome< DescribeWorkspaceResult, PrometheusServiceError > DescribeWorkspaceOutcome
Aws::Utils::Outcome< DeleteScraperResult, PrometheusServiceError > DeleteScraperOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< DescribeQueryLoggingConfigurationResult, PrometheusServiceError > DescribeQueryLoggingConfigurationOutcome
std::future< UpdateQueryLoggingConfigurationOutcome > UpdateQueryLoggingConfigurationOutcomeCallable
std::future< DescribeRuleGroupsNamespaceOutcome > DescribeRuleGroupsNamespaceOutcomeCallable
Aws::Utils::Outcome< CreateScraperResult, PrometheusServiceError > CreateScraperOutcome
std::future< UpdateLoggingConfigurationOutcome > UpdateLoggingConfigurationOutcomeCallable
std::future< DeleteRuleGroupsNamespaceOutcome > DeleteRuleGroupsNamespaceOutcomeCallable
Aws::Utils::Outcome< UpdateQueryLoggingConfigurationResult, PrometheusServiceError > UpdateQueryLoggingConfigurationOutcome
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > DeleteRuleGroupsNamespaceOutcome
Aws::Utils::Outcome< Aws::NoResult, PrometheusServiceError > DeleteQueryLoggingConfigurationOutcome
std::future< DeleteAlertManagerDefinitionOutcome > DeleteAlertManagerDefinitionOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< DescribeScraperResult, PrometheusServiceError > DescribeScraperOutcome
std::future< UpdateScraperOutcome > UpdateScraperOutcomeCallable
Aws::Utils::Outcome< UpdateScraperResult, PrometheusServiceError > UpdateScraperOutcome
std::future< CreateAlertManagerDefinitionOutcome > CreateAlertManagerDefinitionOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, PrometheusServiceError > TagResourceOutcome
std::function< void(const PrometheusServiceClient *, const Model::DescribeScraperRequest &, const Model::DescribeScraperOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeScraperResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteLoggingConfigurationRequest &, const Model::DeleteLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::ListRuleGroupsNamespacesRequest &, const Model::ListRuleGroupsNamespacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRuleGroupsNamespacesResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UpdateLoggingConfigurationRequest &, const Model::UpdateLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeWorkspaceConfigurationRequest &, const Model::DescribeWorkspaceConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkspaceConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeRuleGroupsNamespaceRequest &, const Model::DescribeRuleGroupsNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRuleGroupsNamespaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::PutRuleGroupsNamespaceRequest &, const Model::PutRuleGroupsNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutRuleGroupsNamespaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateAlertManagerDefinitionRequest &, const Model::CreateAlertManagerDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateAlertManagerDefinitionResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateRuleGroupsNamespaceRequest &, const Model::CreateRuleGroupsNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateRuleGroupsNamespaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::GetDefaultScraperConfigurationRequest &, const Model::GetDefaultScraperConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDefaultScraperConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteAlertManagerDefinitionRequest &, const Model::DeleteAlertManagerDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAlertManagerDefinitionResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteRuleGroupsNamespaceRequest &, const Model::DeleteRuleGroupsNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteRuleGroupsNamespaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UpdateScraperRequest &, const Model::UpdateScraperOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateScraperResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeQueryLoggingConfigurationRequest &, const Model::DescribeQueryLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeQueryLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteQueryLoggingConfigurationRequest &, const Model::DeleteQueryLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteQueryLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::PutAlertManagerDefinitionRequest &, const Model::PutAlertManagerDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAlertManagerDefinitionResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeWorkspaceRequest &, const Model::DescribeWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkspaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateScraperRequest &, const Model::CreateScraperOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateScraperResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UpdateWorkspaceConfigurationRequest &, const Model::UpdateWorkspaceConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateWorkspaceConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::ListWorkspacesRequest &, const Model::ListWorkspacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkspacesResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::ListScrapersRequest &, const Model::ListScrapersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListScrapersResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeAlertManagerDefinitionRequest &, const Model::DescribeAlertManagerDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAlertManagerDefinitionResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DescribeLoggingConfigurationRequest &, const Model::DescribeLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UpdateWorkspaceAliasRequest &, const Model::UpdateWorkspaceAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateWorkspaceAliasResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::UpdateQueryLoggingConfigurationRequest &, const Model::UpdateQueryLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateQueryLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteWorkspaceRequest &, const Model::DeleteWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkspaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateWorkspaceRequest &, const Model::CreateWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkspaceResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateQueryLoggingConfigurationRequest &, const Model::CreateQueryLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateQueryLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::CreateLoggingConfigurationRequest &, const Model::CreateLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLoggingConfigurationResponseReceivedHandler
std::function< void(const PrometheusServiceClient *, const Model::DeleteScraperRequest &, const Model::DeleteScraperOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteScraperResponseReceivedHandler