AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
CodeStarconnectionsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/codestar-connections/CodeStarconnectionsEndpointProvider.h>
10#include <aws/codestar-connections/CodeStarconnectionsErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in CodeStarconnectionsClient header */
22#include <aws/codestar-connections/model/CreateConnectionResult.h>
23#include <aws/codestar-connections/model/CreateHostResult.h>
24#include <aws/codestar-connections/model/CreateRepositoryLinkResult.h>
25#include <aws/codestar-connections/model/CreateSyncConfigurationResult.h>
26#include <aws/codestar-connections/model/DeleteConnectionResult.h>
27#include <aws/codestar-connections/model/DeleteHostResult.h>
28#include <aws/codestar-connections/model/DeleteRepositoryLinkResult.h>
29#include <aws/codestar-connections/model/DeleteSyncConfigurationResult.h>
30#include <aws/codestar-connections/model/GetConnectionResult.h>
31#include <aws/codestar-connections/model/GetHostResult.h>
32#include <aws/codestar-connections/model/GetRepositoryLinkResult.h>
33#include <aws/codestar-connections/model/GetRepositorySyncStatusResult.h>
34#include <aws/codestar-connections/model/GetResourceSyncStatusResult.h>
35#include <aws/codestar-connections/model/GetSyncBlockerSummaryResult.h>
36#include <aws/codestar-connections/model/GetSyncConfigurationResult.h>
37#include <aws/codestar-connections/model/ListConnectionsRequest.h>
38#include <aws/codestar-connections/model/ListConnectionsResult.h>
39#include <aws/codestar-connections/model/ListHostsRequest.h>
40#include <aws/codestar-connections/model/ListHostsResult.h>
41#include <aws/codestar-connections/model/ListRepositoryLinksRequest.h>
42#include <aws/codestar-connections/model/ListRepositoryLinksResult.h>
43#include <aws/codestar-connections/model/ListRepositorySyncDefinitionsResult.h>
44#include <aws/codestar-connections/model/ListSyncConfigurationsResult.h>
45#include <aws/codestar-connections/model/ListTagsForResourceResult.h>
46#include <aws/codestar-connections/model/TagResourceResult.h>
47#include <aws/codestar-connections/model/UntagResourceResult.h>
48#include <aws/codestar-connections/model/UpdateHostResult.h>
49#include <aws/codestar-connections/model/UpdateRepositoryLinkResult.h>
50#include <aws/codestar-connections/model/UpdateSyncBlockerResult.h>
51#include <aws/codestar-connections/model/UpdateSyncConfigurationResult.h>
52/* End of service model headers required in CodeStarconnectionsClient header */
53
54namespace Aws {
55namespace Http {
56class HttpClient;
57class HttpClientFactory;
58} // namespace Http
59
60namespace Utils {
61template <typename R, typename E>
62class Outcome;
63
64namespace Threading {
65class Executor;
66} // namespace Threading
67} // namespace Utils
68
69namespace Auth {
70class AWSCredentials;
71class AWSCredentialsProvider;
72} // namespace Auth
73
74namespace Client {
75class RetryStrategy;
76} // namespace Client
77
78namespace CodeStarconnections {
82
83namespace Model {
84/* Service model forward declarations required in CodeStarconnectionsClient header */
94class GetHostRequest;
101class ListHostsRequest;
112/* End of service model forward declarations required in CodeStarconnectionsClient header */
113
114/* Service model Outcome class definitions */
142/* End of service model Outcome class definitions */
143
144/* Service model Outcome callable definitions */
145typedef std::future<CreateConnectionOutcome> CreateConnectionOutcomeCallable;
146typedef std::future<CreateHostOutcome> CreateHostOutcomeCallable;
147typedef std::future<CreateRepositoryLinkOutcome> CreateRepositoryLinkOutcomeCallable;
148typedef std::future<CreateSyncConfigurationOutcome> CreateSyncConfigurationOutcomeCallable;
149typedef std::future<DeleteConnectionOutcome> DeleteConnectionOutcomeCallable;
150typedef std::future<DeleteHostOutcome> DeleteHostOutcomeCallable;
151typedef std::future<DeleteRepositoryLinkOutcome> DeleteRepositoryLinkOutcomeCallable;
152typedef std::future<DeleteSyncConfigurationOutcome> DeleteSyncConfigurationOutcomeCallable;
153typedef std::future<GetConnectionOutcome> GetConnectionOutcomeCallable;
154typedef std::future<GetHostOutcome> GetHostOutcomeCallable;
155typedef std::future<GetRepositoryLinkOutcome> GetRepositoryLinkOutcomeCallable;
156typedef std::future<GetRepositorySyncStatusOutcome> GetRepositorySyncStatusOutcomeCallable;
157typedef std::future<GetResourceSyncStatusOutcome> GetResourceSyncStatusOutcomeCallable;
158typedef std::future<GetSyncBlockerSummaryOutcome> GetSyncBlockerSummaryOutcomeCallable;
159typedef std::future<GetSyncConfigurationOutcome> GetSyncConfigurationOutcomeCallable;
160typedef std::future<ListConnectionsOutcome> ListConnectionsOutcomeCallable;
161typedef std::future<ListHostsOutcome> ListHostsOutcomeCallable;
162typedef std::future<ListRepositoryLinksOutcome> ListRepositoryLinksOutcomeCallable;
163typedef std::future<ListRepositorySyncDefinitionsOutcome> ListRepositorySyncDefinitionsOutcomeCallable;
164typedef std::future<ListSyncConfigurationsOutcome> ListSyncConfigurationsOutcomeCallable;
165typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
166typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
167typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
168typedef std::future<UpdateHostOutcome> UpdateHostOutcomeCallable;
169typedef std::future<UpdateRepositoryLinkOutcome> UpdateRepositoryLinkOutcomeCallable;
170typedef std::future<UpdateSyncBlockerOutcome> UpdateSyncBlockerOutcomeCallable;
171typedef std::future<UpdateSyncConfigurationOutcome> UpdateSyncConfigurationOutcomeCallable;
172/* End of service model Outcome callable definitions */
173} // namespace Model
174
176
177/* Service model async handlers definitions */
178typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateConnectionRequest&, const Model::CreateConnectionOutcome&,
179 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
181typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateHostRequest&, const Model::CreateHostOutcome&,
182 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
184typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateRepositoryLinkRequest&,
185 const Model::CreateRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
187typedef std::function<void(const CodeStarconnectionsClient*, const Model::CreateSyncConfigurationRequest&,
188 const Model::CreateSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
190typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteConnectionRequest&, const Model::DeleteConnectionOutcome&,
191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
193typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteHostRequest&, const Model::DeleteHostOutcome&,
194 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
196typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteRepositoryLinkRequest&,
197 const Model::DeleteRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
199typedef std::function<void(const CodeStarconnectionsClient*, const Model::DeleteSyncConfigurationRequest&,
200 const Model::DeleteSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
202typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetConnectionRequest&, const Model::GetConnectionOutcome&,
203 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
205typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetHostRequest&, const Model::GetHostOutcome&,
206 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
209 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
211typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetRepositorySyncStatusRequest&,
212 const Model::GetRepositorySyncStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
214typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetResourceSyncStatusRequest&,
215 const Model::GetResourceSyncStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
217typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetSyncBlockerSummaryRequest&,
218 const Model::GetSyncBlockerSummaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
220typedef std::function<void(const CodeStarconnectionsClient*, const Model::GetSyncConfigurationRequest&,
221 const Model::GetSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
223typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListConnectionsRequest&, const Model::ListConnectionsOutcome&,
224 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
226typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListHostsRequest&, const Model::ListHostsOutcome&,
227 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
229typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListRepositoryLinksRequest&,
230 const Model::ListRepositoryLinksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
232typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListRepositorySyncDefinitionsRequest&,
234 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
236typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListSyncConfigurationsRequest&,
237 const Model::ListSyncConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
239typedef std::function<void(const CodeStarconnectionsClient*, const Model::ListTagsForResourceRequest&,
240 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
242typedef std::function<void(const CodeStarconnectionsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
245typedef std::function<void(const CodeStarconnectionsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
246 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
248typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateHostRequest&, const Model::UpdateHostOutcome&,
249 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
251typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateRepositoryLinkRequest&,
252 const Model::UpdateRepositoryLinkOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
255 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
257typedef std::function<void(const CodeStarconnectionsClient*, const Model::UpdateSyncConfigurationRequest&,
258 const Model::UpdateSyncConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
260/* End of service model async handlers definitions */
261} // namespace CodeStarconnections
262} // 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::GetRepositoryLinkRequest &, const Model::GetRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRepositoryLinkResponseReceivedHandler
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::ListRepositoryLinksRequest &, const Model::ListRepositoryLinksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRepositoryLinksResponseReceivedHandler
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::GetSyncBlockerSummaryRequest &, const Model::GetSyncBlockerSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSyncBlockerSummaryResponseReceivedHandler
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::DeleteConnectionRequest &, const Model::DeleteConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConnectionResponseReceivedHandler
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::GetRepositorySyncStatusRequest &, const Model::GetRepositorySyncStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRepositorySyncStatusResponseReceivedHandler
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::CreateSyncConfigurationRequest &, const Model::CreateSyncConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSyncConfigurationResponseReceivedHandler
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::ListConnectionsRequest &, const Model::ListConnectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConnectionsResponseReceivedHandler
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::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::DeleteRepositoryLinkRequest &, const Model::DeleteRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteRepositoryLinkResponseReceivedHandler
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::GetResourceSyncStatusRequest &, const Model::GetResourceSyncStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourceSyncStatusResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::CreateRepositoryLinkRequest &, const Model::CreateRepositoryLinkOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateRepositoryLinkResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const CodeStarconnectionsClient *, const Model::ListHostsRequest &, const Model::ListHostsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListHostsResponseReceivedHandler