AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CodeStarconnectionsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/codestar-connections/CodeStarconnectionsErrors.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/codestar-connections/CodeStarconnectionsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in CodeStarconnectionsClient header */
21#include <aws/codestar-connections/model/CreateConnectionResult.h>
22#include <aws/codestar-connections/model/CreateHostResult.h>
23#include <aws/codestar-connections/model/CreateRepositoryLinkResult.h>
24#include <aws/codestar-connections/model/CreateSyncConfigurationResult.h>
25#include <aws/codestar-connections/model/DeleteConnectionResult.h>
26#include <aws/codestar-connections/model/DeleteHostResult.h>
27#include <aws/codestar-connections/model/DeleteRepositoryLinkResult.h>
28#include <aws/codestar-connections/model/DeleteSyncConfigurationResult.h>
29#include <aws/codestar-connections/model/GetConnectionResult.h>
30#include <aws/codestar-connections/model/GetHostResult.h>
31#include <aws/codestar-connections/model/GetRepositoryLinkResult.h>
32#include <aws/codestar-connections/model/GetRepositorySyncStatusResult.h>
33#include <aws/codestar-connections/model/GetResourceSyncStatusResult.h>
34#include <aws/codestar-connections/model/GetSyncBlockerSummaryResult.h>
35#include <aws/codestar-connections/model/GetSyncConfigurationResult.h>
36#include <aws/codestar-connections/model/ListConnectionsResult.h>
37#include <aws/codestar-connections/model/ListHostsResult.h>
38#include <aws/codestar-connections/model/ListRepositoryLinksResult.h>
39#include <aws/codestar-connections/model/ListRepositorySyncDefinitionsResult.h>
40#include <aws/codestar-connections/model/ListSyncConfigurationsResult.h>
41#include <aws/codestar-connections/model/ListTagsForResourceResult.h>
42#include <aws/codestar-connections/model/TagResourceResult.h>
43#include <aws/codestar-connections/model/UntagResourceResult.h>
44#include <aws/codestar-connections/model/UpdateHostResult.h>
45#include <aws/codestar-connections/model/UpdateRepositoryLinkResult.h>
46#include <aws/codestar-connections/model/UpdateSyncBlockerResult.h>
47#include <aws/codestar-connections/model/UpdateSyncConfigurationResult.h>
48#include <aws/codestar-connections/model/ListRepositoryLinksRequest.h>
49#include <aws/codestar-connections/model/ListHostsRequest.h>
50#include <aws/codestar-connections/model/ListConnectionsRequest.h>
51/* End of service model headers required in CodeStarconnectionsClient header */
52
53namespace Aws
54{
55 namespace Http
56 {
57 class HttpClient;
58 class HttpClientFactory;
59 } // namespace Http
60
61 namespace Utils
62 {
63 template< typename R, typename E> class Outcome;
64
65 namespace Threading
66 {
67 class Executor;
68 } // namespace Threading
69 } // namespace Utils
70
71 namespace Auth
72 {
73 class AWSCredentials;
74 class AWSCredentialsProvider;
75 } // namespace Auth
76
77 namespace Client
78 {
79 class RetryStrategy;
80 } // namespace Client
81
82 namespace CodeStarconnections
83 {
87
88 namespace Model
89 {
90 /* Service model forward declarations required in CodeStarconnectionsClient header */
100 class GetHostRequest;
107 class ListHostsRequest;
112 class TagResourceRequest;
114 class UpdateHostRequest;
118 /* End of service model forward declarations required in CodeStarconnectionsClient header */
119
120 /* Service model Outcome class definitions */
148 /* End of service model Outcome class definitions */
149
150 /* Service model Outcome callable definitions */
151 typedef std::future<CreateConnectionOutcome> CreateConnectionOutcomeCallable;
152 typedef std::future<CreateHostOutcome> CreateHostOutcomeCallable;
153 typedef std::future<CreateRepositoryLinkOutcome> CreateRepositoryLinkOutcomeCallable;
154 typedef std::future<CreateSyncConfigurationOutcome> CreateSyncConfigurationOutcomeCallable;
155 typedef std::future<DeleteConnectionOutcome> DeleteConnectionOutcomeCallable;
156 typedef std::future<DeleteHostOutcome> DeleteHostOutcomeCallable;
157 typedef std::future<DeleteRepositoryLinkOutcome> DeleteRepositoryLinkOutcomeCallable;
158 typedef std::future<DeleteSyncConfigurationOutcome> DeleteSyncConfigurationOutcomeCallable;
159 typedef std::future<GetConnectionOutcome> GetConnectionOutcomeCallable;
160 typedef std::future<GetHostOutcome> GetHostOutcomeCallable;
161 typedef std::future<GetRepositoryLinkOutcome> GetRepositoryLinkOutcomeCallable;
162 typedef std::future<GetRepositorySyncStatusOutcome> GetRepositorySyncStatusOutcomeCallable;
163 typedef std::future<GetResourceSyncStatusOutcome> GetResourceSyncStatusOutcomeCallable;
164 typedef std::future<GetSyncBlockerSummaryOutcome> GetSyncBlockerSummaryOutcomeCallable;
165 typedef std::future<GetSyncConfigurationOutcome> GetSyncConfigurationOutcomeCallable;
166 typedef std::future<ListConnectionsOutcome> ListConnectionsOutcomeCallable;
167 typedef std::future<ListHostsOutcome> ListHostsOutcomeCallable;
168 typedef std::future<ListRepositoryLinksOutcome> ListRepositoryLinksOutcomeCallable;
169 typedef std::future<ListRepositorySyncDefinitionsOutcome> ListRepositorySyncDefinitionsOutcomeCallable;
170 typedef std::future<ListSyncConfigurationsOutcome> ListSyncConfigurationsOutcomeCallable;
171 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
172 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
173 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
174 typedef std::future<UpdateHostOutcome> UpdateHostOutcomeCallable;
175 typedef std::future<UpdateRepositoryLinkOutcome> UpdateRepositoryLinkOutcomeCallable;
176 typedef std::future<UpdateSyncBlockerOutcome> UpdateSyncBlockerOutcomeCallable;
177 typedef std::future<UpdateSyncConfigurationOutcome> UpdateSyncConfigurationOutcomeCallable;
178 /* End of service model Outcome callable definitions */
179 } // namespace Model
180
182
183 /* Service model async handlers definitions */
184 typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateConnectionRequest&, const Model::CreateConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateConnectionResponseReceivedHandler;
185 typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateHostRequest&, const Model::CreateHostOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateHostResponseReceivedHandler;
186 typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateRepositoryLinkRequest&, const Model::CreateRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateRepositoryLinkResponseReceivedHandler;
187 typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateSyncConfigurationRequest&, const Model::CreateSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSyncConfigurationResponseReceivedHandler;
188 typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteConnectionRequest&, const Model::DeleteConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteConnectionResponseReceivedHandler;
189 typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteHostRequest&, const Model::DeleteHostOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteHostResponseReceivedHandler;
190 typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteRepositoryLinkRequest&, const Model::DeleteRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteRepositoryLinkResponseReceivedHandler;
191 typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteSyncConfigurationRequest&, const Model::DeleteSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSyncConfigurationResponseReceivedHandler;
192 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetConnectionRequest&, const Model::GetConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetConnectionResponseReceivedHandler;
193 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetHostRequest&, const Model::GetHostOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetHostResponseReceivedHandler;
194 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetRepositoryLinkRequest&, const Model::GetRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRepositoryLinkResponseReceivedHandler;
195 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetRepositorySyncStatusRequest&, const Model::GetRepositorySyncStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRepositorySyncStatusResponseReceivedHandler;
196 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetResourceSyncStatusRequest&, const Model::GetResourceSyncStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetResourceSyncStatusResponseReceivedHandler;
197 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetSyncBlockerSummaryRequest&, const Model::GetSyncBlockerSummaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSyncBlockerSummaryResponseReceivedHandler;
198 typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetSyncConfigurationRequest&, const Model::GetSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSyncConfigurationResponseReceivedHandler;
199 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListConnectionsRequest&, const Model::ListConnectionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConnectionsResponseReceivedHandler;
200 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListHostsRequest&, const Model::ListHostsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListHostsResponseReceivedHandler;
201 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListRepositoryLinksRequest&, const Model::ListRepositoryLinksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRepositoryLinksResponseReceivedHandler;
202 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListRepositorySyncDefinitionsRequest&, const Model::ListRepositorySyncDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRepositorySyncDefinitionsResponseReceivedHandler;
203 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListSyncConfigurationsRequest&, const Model::ListSyncConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSyncConfigurationsResponseReceivedHandler;
204 typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
205 typedef std::function<void(const CodeStarconnectionsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
206 typedef std::function<void(const CodeStarconnectionsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
207 typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateHostRequest&, const Model::UpdateHostOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateHostResponseReceivedHandler;
208 typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateRepositoryLinkRequest&, const Model::UpdateRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateRepositoryLinkResponseReceivedHandler;
209 typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateSyncBlockerRequest&, const Model::UpdateSyncBlockerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSyncBlockerResponseReceivedHandler;
210 typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateSyncConfigurationRequest&, const Model::UpdateSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSyncConfigurationResponseReceivedHandler;
211 /* End of service model async handlers definitions */
212 } // namespace CodeStarconnections
213} // namespace Aws
EndpointProviderBase< CodeStarconnectionsClientConfiguration, CodeStarconnectionsBuiltInParameters, CodeStarconnectionsClientContextParameters > CodeStarconnectionsEndpointProviderBase
Aws::Utils::Outcome< DeleteConnectionResult, CodeStarconnectionsError > DeleteConnectionOutcome
std::future< DeleteSyncConfigurationOutcome > DeleteSyncConfigurationOutcomeCallable
Aws::Utils::Outcome< DeleteRepositoryLinkResult, CodeStarconnectionsError > DeleteRepositoryLinkOutcome
std::future< GetSyncConfigurationOutcome > GetSyncConfigurationOutcomeCallable
std::future< CreateHostOutcome > CreateHostOutcomeCallable
Aws::Utils::Outcome< CreateConnectionResult, CodeStarconnectionsError > CreateConnectionOutcome
std::future< CreateRepositoryLinkOutcome > CreateRepositoryLinkOutcomeCallable
std::future< CreateSyncConfigurationOutcome > CreateSyncConfigurationOutcomeCallable
std::future< GetConnectionOutcome > GetConnectionOutcomeCallable
std::future< GetResourceSyncStatusOutcome > GetResourceSyncStatusOutcomeCallable
std::future< UpdateSyncBlockerOutcome > UpdateSyncBlockerOutcomeCallable
Aws::Utils::Outcome< ListRepositorySyncDefinitionsResult, CodeStarconnectionsError > ListRepositorySyncDefinitionsOutcome
std::future< UpdateHostOutcome > UpdateHostOutcomeCallable
Aws::Utils::Outcome< GetRepositoryLinkResult, CodeStarconnectionsError > GetRepositoryLinkOutcome
Aws::Utils::Outcome< GetSyncBlockerSummaryResult, CodeStarconnectionsError > GetSyncBlockerSummaryOutcome
std::future< GetRepositorySyncStatusOutcome > GetRepositorySyncStatusOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListHostsOutcome > ListHostsOutcomeCallable
Aws::Utils::Outcome< ListSyncConfigurationsResult, CodeStarconnectionsError > ListSyncConfigurationsOutcome
Aws::Utils::Outcome< CreateSyncConfigurationResult, CodeStarconnectionsError > CreateSyncConfigurationOutcome
std::future< CreateConnectionOutcome > CreateConnectionOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetRepositoryLinkOutcome > GetRepositoryLinkOutcomeCallable
Aws::Utils::Outcome< CreateHostResult, CodeStarconnectionsError > CreateHostOutcome
std::future< DeleteRepositoryLinkOutcome > DeleteRepositoryLinkOutcomeCallable
std::future< GetSyncBlockerSummaryOutcome > GetSyncBlockerSummaryOutcomeCallable
Aws::Utils::Outcome< CreateRepositoryLinkResult, CodeStarconnectionsError > CreateRepositoryLinkOutcome
Aws::Utils::Outcome< GetResourceSyncStatusResult, CodeStarconnectionsError > GetResourceSyncStatusOutcome
Aws::Utils::Outcome< UpdateHostResult, CodeStarconnectionsError > UpdateHostOutcome
Aws::Utils::Outcome< GetConnectionResult, CodeStarconnectionsError > GetConnectionOutcome
Aws::Utils::Outcome< ListHostsResult, CodeStarconnectionsError > ListHostsOutcome
std::future< UpdateSyncConfigurationOutcome > UpdateSyncConfigurationOutcomeCallable
std::future< ListConnectionsOutcome > ListConnectionsOutcomeCallable
std::future< DeleteConnectionOutcome > DeleteConnectionOutcomeCallable
Aws::Utils::Outcome< GetHostResult, CodeStarconnectionsError > GetHostOutcome
std::future< UpdateRepositoryLinkOutcome > UpdateRepositoryLinkOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListSyncConfigurationsOutcome > ListSyncConfigurationsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, CodeStarconnectionsError > TagResourceOutcome
Aws::Utils::Outcome< UntagResourceResult, CodeStarconnectionsError > UntagResourceOutcome
Aws::Utils::Outcome< DeleteSyncConfigurationResult, CodeStarconnectionsError > DeleteSyncConfigurationOutcome
std::future< ListRepositorySyncDefinitionsOutcome > ListRepositorySyncDefinitionsOutcomeCallable
Aws::Utils::Outcome< UpdateSyncBlockerResult, CodeStarconnectionsError > UpdateSyncBlockerOutcome
Aws::Utils::Outcome< GetSyncConfigurationResult, CodeStarconnectionsError > GetSyncConfigurationOutcome
Aws::Utils::Outcome< DeleteHostResult, CodeStarconnectionsError > DeleteHostOutcome
Aws::Utils::Outcome< UpdateRepositoryLinkResult, CodeStarconnectionsError > UpdateRepositoryLinkOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, CodeStarconnectionsError > ListTagsForResourceOutcome
Aws::Utils::Outcome< UpdateSyncConfigurationResult, CodeStarconnectionsError > UpdateSyncConfigurationOutcome
Aws::Utils::Outcome< GetRepositorySyncStatusResult, CodeStarconnectionsError > GetRepositorySyncStatusOutcome
Aws::Utils::Outcome< ListConnectionsResult, CodeStarconnectionsError > ListConnectionsOutcome
std::future< ListRepositoryLinksOutcome > ListRepositoryLinksOutcomeCallable
std::future< DeleteHostOutcome > DeleteHostOutcomeCallable
Aws::Utils::Outcome< ListRepositoryLinksResult, CodeStarconnectionsError > ListRepositoryLinksOutcome
std::function< void(const CodeStarconnectionsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListRepositorySyncDefinitionsRequest &, const Model::ListRepositorySyncDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRepositorySyncDefinitionsResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::DeleteHostRequest &, const Model::DeleteHostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteHostResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetSyncBlockerSummaryRequest &, const Model::GetSyncBlockerSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSyncBlockerSummaryResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::UpdateHostRequest &, const Model::UpdateHostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateHostResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::DeleteConnectionRequest &, const Model::DeleteConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteConnectionResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::UpdateSyncConfigurationRequest &, const Model::UpdateSyncConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSyncConfigurationResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::DeleteSyncConfigurationRequest &, const Model::DeleteSyncConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSyncConfigurationResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::CreateSyncConfigurationRequest &, const Model::CreateSyncConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSyncConfigurationResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListSyncConfigurationsRequest &, const Model::ListSyncConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSyncConfigurationsResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::UpdateSyncBlockerRequest &, const Model::UpdateSyncBlockerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSyncBlockerResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::UpdateRepositoryLinkRequest &, const Model::UpdateRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateRepositoryLinkResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::CreateConnectionRequest &, const Model::CreateConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateConnectionResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::CreateRepositoryLinkRequest &, const Model::CreateRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateRepositoryLinkResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetResourceSyncStatusRequest &, const Model::GetResourceSyncStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetResourceSyncStatusResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetConnectionRequest &, const Model::GetConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetConnectionResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetSyncConfigurationRequest &, const Model::GetSyncConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSyncConfigurationResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::CreateHostRequest &, const Model::CreateHostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateHostResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetRepositorySyncStatusRequest &, const Model::GetRepositorySyncStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRepositorySyncStatusResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetHostRequest &, const Model::GetHostOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetHostResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::DeleteRepositoryLinkRequest &, const Model::DeleteRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteRepositoryLinkResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::GetRepositoryLinkRequest &, const Model::GetRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRepositoryLinkResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListRepositoryLinksRequest &, const Model::ListRepositoryLinksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRepositoryLinksResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListConnectionsRequest &, const Model::ListConnectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConnectionsResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListHostsRequest &, const Model::ListHostsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListHostsResponseReceivedHandler