AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ManagedGrafanaServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/grafana/ManagedGrafanaErrors.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/grafana/ManagedGrafanaEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ManagedGrafanaClient header */
21#include <aws/grafana/model/AssociateLicenseResult.h>
22#include <aws/grafana/model/CreateWorkspaceResult.h>
23#include <aws/grafana/model/CreateWorkspaceApiKeyResult.h>
24#include <aws/grafana/model/CreateWorkspaceServiceAccountResult.h>
25#include <aws/grafana/model/CreateWorkspaceServiceAccountTokenResult.h>
26#include <aws/grafana/model/DeleteWorkspaceResult.h>
27#include <aws/grafana/model/DeleteWorkspaceApiKeyResult.h>
28#include <aws/grafana/model/DeleteWorkspaceServiceAccountResult.h>
29#include <aws/grafana/model/DeleteWorkspaceServiceAccountTokenResult.h>
30#include <aws/grafana/model/DescribeWorkspaceResult.h>
31#include <aws/grafana/model/DescribeWorkspaceAuthenticationResult.h>
32#include <aws/grafana/model/DescribeWorkspaceConfigurationResult.h>
33#include <aws/grafana/model/DisassociateLicenseResult.h>
34#include <aws/grafana/model/ListPermissionsResult.h>
35#include <aws/grafana/model/ListTagsForResourceResult.h>
36#include <aws/grafana/model/ListVersionsResult.h>
37#include <aws/grafana/model/ListWorkspaceServiceAccountTokensResult.h>
38#include <aws/grafana/model/ListWorkspaceServiceAccountsResult.h>
39#include <aws/grafana/model/ListWorkspacesResult.h>
40#include <aws/grafana/model/TagResourceResult.h>
41#include <aws/grafana/model/UntagResourceResult.h>
42#include <aws/grafana/model/UpdatePermissionsResult.h>
43#include <aws/grafana/model/UpdateWorkspaceResult.h>
44#include <aws/grafana/model/UpdateWorkspaceAuthenticationResult.h>
45#include <aws/grafana/model/UpdateWorkspaceConfigurationResult.h>
46#include <aws/grafana/model/ListWorkspacesRequest.h>
47#include <aws/grafana/model/ListVersionsRequest.h>
48/* End of service model headers required in ManagedGrafanaClient header */
49
50namespace Aws
51{
52 namespace Http
53 {
54 class HttpClient;
55 class HttpClientFactory;
56 } // namespace Http
57
58 namespace Utils
59 {
60 template< typename R, typename E> class Outcome;
61
62 namespace Threading
63 {
64 class Executor;
65 } // namespace Threading
66 } // namespace Utils
67
68 namespace Auth
69 {
70 class AWSCredentials;
71 class AWSCredentialsProvider;
72 } // namespace Auth
73
74 namespace Client
75 {
76 class RetryStrategy;
77 } // namespace Client
78
79 namespace ManagedGrafana
80 {
84
85 namespace Model
86 {
87 /* Service model forward declarations required in ManagedGrafanaClient header */
107 class TagResourceRequest;
113 /* End of service model forward declarations required in ManagedGrafanaClient header */
114
115 /* Service model Outcome class definitions */
141 /* End of service model Outcome class definitions */
142
143 /* Service model Outcome callable definitions */
144 typedef std::future<AssociateLicenseOutcome> AssociateLicenseOutcomeCallable;
145 typedef std::future<CreateWorkspaceOutcome> CreateWorkspaceOutcomeCallable;
146 typedef std::future<CreateWorkspaceApiKeyOutcome> CreateWorkspaceApiKeyOutcomeCallable;
147 typedef std::future<CreateWorkspaceServiceAccountOutcome> CreateWorkspaceServiceAccountOutcomeCallable;
148 typedef std::future<CreateWorkspaceServiceAccountTokenOutcome> CreateWorkspaceServiceAccountTokenOutcomeCallable;
149 typedef std::future<DeleteWorkspaceOutcome> DeleteWorkspaceOutcomeCallable;
150 typedef std::future<DeleteWorkspaceApiKeyOutcome> DeleteWorkspaceApiKeyOutcomeCallable;
151 typedef std::future<DeleteWorkspaceServiceAccountOutcome> DeleteWorkspaceServiceAccountOutcomeCallable;
152 typedef std::future<DeleteWorkspaceServiceAccountTokenOutcome> DeleteWorkspaceServiceAccountTokenOutcomeCallable;
153 typedef std::future<DescribeWorkspaceOutcome> DescribeWorkspaceOutcomeCallable;
154 typedef std::future<DescribeWorkspaceAuthenticationOutcome> DescribeWorkspaceAuthenticationOutcomeCallable;
155 typedef std::future<DescribeWorkspaceConfigurationOutcome> DescribeWorkspaceConfigurationOutcomeCallable;
156 typedef std::future<DisassociateLicenseOutcome> DisassociateLicenseOutcomeCallable;
157 typedef std::future<ListPermissionsOutcome> ListPermissionsOutcomeCallable;
158 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
159 typedef std::future<ListVersionsOutcome> ListVersionsOutcomeCallable;
160 typedef std::future<ListWorkspaceServiceAccountTokensOutcome> ListWorkspaceServiceAccountTokensOutcomeCallable;
161 typedef std::future<ListWorkspaceServiceAccountsOutcome> ListWorkspaceServiceAccountsOutcomeCallable;
162 typedef std::future<ListWorkspacesOutcome> ListWorkspacesOutcomeCallable;
163 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
164 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
165 typedef std::future<UpdatePermissionsOutcome> UpdatePermissionsOutcomeCallable;
166 typedef std::future<UpdateWorkspaceOutcome> UpdateWorkspaceOutcomeCallable;
167 typedef std::future<UpdateWorkspaceAuthenticationOutcome> UpdateWorkspaceAuthenticationOutcomeCallable;
168 typedef std::future<UpdateWorkspaceConfigurationOutcome> UpdateWorkspaceConfigurationOutcomeCallable;
169 /* End of service model Outcome callable definitions */
170 } // namespace Model
171
173
174 /* Service model async handlers definitions */
175 typedef std::function<void(const ManagedGrafanaClient*, const Model::AssociateLicenseRequest&, const Model::AssociateLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AssociateLicenseResponseReceivedHandler;
176 typedef std::function<void(const ManagedGrafanaClient*, const Model::CreateWorkspaceRequest&, const Model::CreateWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateWorkspaceResponseReceivedHandler;
177 typedef std::function<void(const ManagedGrafanaClient*, const Model::CreateWorkspaceApiKeyRequest&, const Model::CreateWorkspaceApiKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateWorkspaceApiKeyResponseReceivedHandler;
178 typedef std::function<void(const ManagedGrafanaClient*, const Model::CreateWorkspaceServiceAccountRequest&, const Model::CreateWorkspaceServiceAccountOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateWorkspaceServiceAccountResponseReceivedHandler;
179 typedef std::function<void(const ManagedGrafanaClient*, const Model::CreateWorkspaceServiceAccountTokenRequest&, const Model::CreateWorkspaceServiceAccountTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateWorkspaceServiceAccountTokenResponseReceivedHandler;
180 typedef std::function<void(const ManagedGrafanaClient*, const Model::DeleteWorkspaceRequest&, const Model::DeleteWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteWorkspaceResponseReceivedHandler;
181 typedef std::function<void(const ManagedGrafanaClient*, const Model::DeleteWorkspaceApiKeyRequest&, const Model::DeleteWorkspaceApiKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteWorkspaceApiKeyResponseReceivedHandler;
182 typedef std::function<void(const ManagedGrafanaClient*, const Model::DeleteWorkspaceServiceAccountRequest&, const Model::DeleteWorkspaceServiceAccountOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteWorkspaceServiceAccountResponseReceivedHandler;
183 typedef std::function<void(const ManagedGrafanaClient*, const Model::DeleteWorkspaceServiceAccountTokenRequest&, const Model::DeleteWorkspaceServiceAccountTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteWorkspaceServiceAccountTokenResponseReceivedHandler;
184 typedef std::function<void(const ManagedGrafanaClient*, const Model::DescribeWorkspaceRequest&, const Model::DescribeWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeWorkspaceResponseReceivedHandler;
185 typedef std::function<void(const ManagedGrafanaClient*, const Model::DescribeWorkspaceAuthenticationRequest&, const Model::DescribeWorkspaceAuthenticationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeWorkspaceAuthenticationResponseReceivedHandler;
186 typedef std::function<void(const ManagedGrafanaClient*, const Model::DescribeWorkspaceConfigurationRequest&, const Model::DescribeWorkspaceConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeWorkspaceConfigurationResponseReceivedHandler;
187 typedef std::function<void(const ManagedGrafanaClient*, const Model::DisassociateLicenseRequest&, const Model::DisassociateLicenseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisassociateLicenseResponseReceivedHandler;
188 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListPermissionsRequest&, const Model::ListPermissionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListPermissionsResponseReceivedHandler;
189 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
190 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListVersionsRequest&, const Model::ListVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListVersionsResponseReceivedHandler;
191 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListWorkspaceServiceAccountTokensRequest&, const Model::ListWorkspaceServiceAccountTokensOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkspaceServiceAccountTokensResponseReceivedHandler;
192 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListWorkspaceServiceAccountsRequest&, const Model::ListWorkspaceServiceAccountsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkspaceServiceAccountsResponseReceivedHandler;
193 typedef std::function<void(const ManagedGrafanaClient*, const Model::ListWorkspacesRequest&, const Model::ListWorkspacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListWorkspacesResponseReceivedHandler;
194 typedef std::function<void(const ManagedGrafanaClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
195 typedef std::function<void(const ManagedGrafanaClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
196 typedef std::function<void(const ManagedGrafanaClient*, const Model::UpdatePermissionsRequest&, const Model::UpdatePermissionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdatePermissionsResponseReceivedHandler;
197 typedef std::function<void(const ManagedGrafanaClient*, const Model::UpdateWorkspaceRequest&, const Model::UpdateWorkspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateWorkspaceResponseReceivedHandler;
198 typedef std::function<void(const ManagedGrafanaClient*, const Model::UpdateWorkspaceAuthenticationRequest&, const Model::UpdateWorkspaceAuthenticationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateWorkspaceAuthenticationResponseReceivedHandler;
199 typedef std::function<void(const ManagedGrafanaClient*, const Model::UpdateWorkspaceConfigurationRequest&, const Model::UpdateWorkspaceConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateWorkspaceConfigurationResponseReceivedHandler;
200 /* End of service model async handlers definitions */
201 } // namespace ManagedGrafana
202} // namespace Aws
EndpointProviderBase< ManagedGrafanaClientConfiguration, ManagedGrafanaBuiltInParameters, ManagedGrafanaClientContextParameters > ManagedGrafanaEndpointProviderBase
Aws::Utils::Outcome< UntagResourceResult, ManagedGrafanaError > UntagResourceOutcome
Aws::Utils::Outcome< DescribeWorkspaceResult, ManagedGrafanaError > DescribeWorkspaceOutcome
std::future< ListPermissionsOutcome > ListPermissionsOutcomeCallable
std::future< DescribeWorkspaceOutcome > DescribeWorkspaceOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListWorkspaceServiceAccountTokensOutcome > ListWorkspaceServiceAccountTokensOutcomeCallable
std::future< DescribeWorkspaceAuthenticationOutcome > DescribeWorkspaceAuthenticationOutcomeCallable
std::future< AssociateLicenseOutcome > AssociateLicenseOutcomeCallable
Aws::Utils::Outcome< CreateWorkspaceResult, ManagedGrafanaError > CreateWorkspaceOutcome
Aws::Utils::Outcome< ListPermissionsResult, ManagedGrafanaError > ListPermissionsOutcome
std::future< UpdateWorkspaceOutcome > UpdateWorkspaceOutcomeCallable
Aws::Utils::Outcome< DeleteWorkspaceServiceAccountTokenResult, ManagedGrafanaError > DeleteWorkspaceServiceAccountTokenOutcome
Aws::Utils::Outcome< CreateWorkspaceApiKeyResult, ManagedGrafanaError > CreateWorkspaceApiKeyOutcome
Aws::Utils::Outcome< ListWorkspaceServiceAccountTokensResult, ManagedGrafanaError > ListWorkspaceServiceAccountTokensOutcome
std::future< DeleteWorkspaceServiceAccountTokenOutcome > DeleteWorkspaceServiceAccountTokenOutcomeCallable
Aws::Utils::Outcome< DeleteWorkspaceServiceAccountResult, ManagedGrafanaError > DeleteWorkspaceServiceAccountOutcome
Aws::Utils::Outcome< ListWorkspaceServiceAccountsResult, ManagedGrafanaError > ListWorkspaceServiceAccountsOutcome
Aws::Utils::Outcome< UpdateWorkspaceAuthenticationResult, ManagedGrafanaError > UpdateWorkspaceAuthenticationOutcome
std::future< DescribeWorkspaceConfigurationOutcome > DescribeWorkspaceConfigurationOutcomeCallable
std::future< UpdatePermissionsOutcome > UpdatePermissionsOutcomeCallable
Aws::Utils::Outcome< UpdateWorkspaceResult, ManagedGrafanaError > UpdateWorkspaceOutcome
Aws::Utils::Outcome< DescribeWorkspaceAuthenticationResult, ManagedGrafanaError > DescribeWorkspaceAuthenticationOutcome
Aws::Utils::Outcome< CreateWorkspaceServiceAccountTokenResult, ManagedGrafanaError > CreateWorkspaceServiceAccountTokenOutcome
Aws::Utils::Outcome< ListWorkspacesResult, ManagedGrafanaError > ListWorkspacesOutcome
std::future< CreateWorkspaceServiceAccountTokenOutcome > CreateWorkspaceServiceAccountTokenOutcomeCallable
Aws::Utils::Outcome< ListVersionsResult, ManagedGrafanaError > ListVersionsOutcome
std::future< CreateWorkspaceApiKeyOutcome > CreateWorkspaceApiKeyOutcomeCallable
std::future< ListVersionsOutcome > ListVersionsOutcomeCallable
std::future< CreateWorkspaceOutcome > CreateWorkspaceOutcomeCallable
std::future< UpdateWorkspaceAuthenticationOutcome > UpdateWorkspaceAuthenticationOutcomeCallable
std::future< DeleteWorkspaceOutcome > DeleteWorkspaceOutcomeCallable
Aws::Utils::Outcome< DeleteWorkspaceResult, ManagedGrafanaError > DeleteWorkspaceOutcome
Aws::Utils::Outcome< DeleteWorkspaceApiKeyResult, ManagedGrafanaError > DeleteWorkspaceApiKeyOutcome
Aws::Utils::Outcome< DisassociateLicenseResult, ManagedGrafanaError > DisassociateLicenseOutcome
Aws::Utils::Outcome< AssociateLicenseResult, ManagedGrafanaError > AssociateLicenseOutcome
std::future< UpdateWorkspaceConfigurationOutcome > UpdateWorkspaceConfigurationOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ManagedGrafanaError > ListTagsForResourceOutcome
std::future< DeleteWorkspaceServiceAccountOutcome > DeleteWorkspaceServiceAccountOutcomeCallable
Aws::Utils::Outcome< UpdateWorkspaceConfigurationResult, ManagedGrafanaError > UpdateWorkspaceConfigurationOutcome
Aws::Utils::Outcome< UpdatePermissionsResult, ManagedGrafanaError > UpdatePermissionsOutcome
std::future< DisassociateLicenseOutcome > DisassociateLicenseOutcomeCallable
std::future< ListWorkspaceServiceAccountsOutcome > ListWorkspaceServiceAccountsOutcomeCallable
std::future< CreateWorkspaceServiceAccountOutcome > CreateWorkspaceServiceAccountOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DeleteWorkspaceApiKeyOutcome > DeleteWorkspaceApiKeyOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, ManagedGrafanaError > TagResourceOutcome
std::future< ListWorkspacesOutcome > ListWorkspacesOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< CreateWorkspaceServiceAccountResult, ManagedGrafanaError > CreateWorkspaceServiceAccountOutcome
Aws::Utils::Outcome< DescribeWorkspaceConfigurationResult, ManagedGrafanaError > DescribeWorkspaceConfigurationOutcome
std::function< void(const ManagedGrafanaClient *, const Model::ListPermissionsRequest &, const Model::ListPermissionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPermissionsResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::ListVersionsRequest &, const Model::ListVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListVersionsResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DescribeWorkspaceConfigurationRequest &, const Model::DescribeWorkspaceConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkspaceConfigurationResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::CreateWorkspaceServiceAccountRequest &, const Model::CreateWorkspaceServiceAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkspaceServiceAccountResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::CreateWorkspaceRequest &, const Model::CreateWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkspaceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::ListWorkspacesRequest &, const Model::ListWorkspacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkspacesResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DeleteWorkspaceRequest &, const Model::DeleteWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkspaceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::AssociateLicenseRequest &, const Model::AssociateLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateLicenseResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::UpdatePermissionsRequest &, const Model::UpdatePermissionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdatePermissionsResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::CreateWorkspaceApiKeyRequest &, const Model::CreateWorkspaceApiKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkspaceApiKeyResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::UpdateWorkspaceAuthenticationRequest &, const Model::UpdateWorkspaceAuthenticationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateWorkspaceAuthenticationResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::UpdateWorkspaceConfigurationRequest &, const Model::UpdateWorkspaceConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateWorkspaceConfigurationResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::CreateWorkspaceServiceAccountTokenRequest &, const Model::CreateWorkspaceServiceAccountTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateWorkspaceServiceAccountTokenResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DisassociateLicenseRequest &, const Model::DisassociateLicenseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateLicenseResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DeleteWorkspaceServiceAccountRequest &, const Model::DeleteWorkspaceServiceAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkspaceServiceAccountResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::UpdateWorkspaceRequest &, const Model::UpdateWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateWorkspaceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::ListWorkspaceServiceAccountTokensRequest &, const Model::ListWorkspaceServiceAccountTokensOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkspaceServiceAccountTokensResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DeleteWorkspaceServiceAccountTokenRequest &, const Model::DeleteWorkspaceServiceAccountTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkspaceServiceAccountTokenResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DescribeWorkspaceRequest &, const Model::DescribeWorkspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkspaceResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DeleteWorkspaceApiKeyRequest &, const Model::DeleteWorkspaceApiKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWorkspaceApiKeyResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::ListWorkspaceServiceAccountsRequest &, const Model::ListWorkspaceServiceAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWorkspaceServiceAccountsResponseReceivedHandler
std::function< void(const ManagedGrafanaClient *, const Model::DescribeWorkspaceAuthenticationRequest &, const Model::DescribeWorkspaceAuthenticationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeWorkspaceAuthenticationResponseReceivedHandler