AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
SyntheticsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/synthetics/SyntheticsEndpointProvider.h>
15#include <aws/synthetics/SyntheticsErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in SyntheticsClient header */
22#include <aws/synthetics/model/AssociateResourceResult.h>
23#include <aws/synthetics/model/CreateCanaryResult.h>
24#include <aws/synthetics/model/CreateGroupResult.h>
25#include <aws/synthetics/model/DeleteCanaryResult.h>
26#include <aws/synthetics/model/DeleteGroupResult.h>
27#include <aws/synthetics/model/DescribeCanariesLastRunRequest.h>
28#include <aws/synthetics/model/DescribeCanariesLastRunResult.h>
29#include <aws/synthetics/model/DescribeCanariesRequest.h>
30#include <aws/synthetics/model/DescribeCanariesResult.h>
31#include <aws/synthetics/model/DescribeRuntimeVersionsRequest.h>
32#include <aws/synthetics/model/DescribeRuntimeVersionsResult.h>
33#include <aws/synthetics/model/DisassociateResourceResult.h>
34#include <aws/synthetics/model/GetCanaryResult.h>
35#include <aws/synthetics/model/GetCanaryRunsResult.h>
36#include <aws/synthetics/model/GetGroupResult.h>
37#include <aws/synthetics/model/ListAssociatedGroupsResult.h>
38#include <aws/synthetics/model/ListGroupResourcesResult.h>
39#include <aws/synthetics/model/ListGroupsRequest.h>
40#include <aws/synthetics/model/ListGroupsResult.h>
41#include <aws/synthetics/model/ListTagsForResourceResult.h>
42#include <aws/synthetics/model/StartCanaryDryRunResult.h>
43#include <aws/synthetics/model/StartCanaryResult.h>
44#include <aws/synthetics/model/StopCanaryResult.h>
45#include <aws/synthetics/model/TagResourceResult.h>
46#include <aws/synthetics/model/UntagResourceResult.h>
47#include <aws/synthetics/model/UpdateCanaryResult.h>
48/* End of service model headers required in SyntheticsClient header */
49
50namespace Aws {
51namespace Http {
52class HttpClient;
53class HttpClientFactory;
54} // namespace Http
55
56namespace Utils {
57template <typename R, typename E>
58class Outcome;
59
60namespace Threading {
61class Executor;
62} // namespace Threading
63} // namespace Utils
64
65namespace Auth {
66class AWSCredentials;
67class AWSCredentialsProvider;
68} // namespace Auth
69
70namespace Client {
71class RetryStrategy;
72} // namespace Client
73
74namespace Synthetics {
78
79namespace Model {
80/* Service model forward declarations required in SyntheticsClient header */
81class AssociateResourceRequest;
82class CreateCanaryRequest;
83class CreateGroupRequest;
84class DeleteCanaryRequest;
85class DeleteGroupRequest;
86class DescribeCanariesRequest;
87class DescribeCanariesLastRunRequest;
88class DescribeRuntimeVersionsRequest;
89class DisassociateResourceRequest;
90class GetCanaryRequest;
91class GetCanaryRunsRequest;
92class GetGroupRequest;
93class ListAssociatedGroupsRequest;
94class ListGroupResourcesRequest;
95class ListGroupsRequest;
96class ListTagsForResourceRequest;
97class StartCanaryRequest;
98class StartCanaryDryRunRequest;
99class StopCanaryRequest;
100class TagResourceRequest;
101class UntagResourceRequest;
102class UpdateCanaryRequest;
103/* End of service model forward declarations required in SyntheticsClient header */
104
105/* Service model Outcome class definitions */
128/* End of service model Outcome class definitions */
129
130/* Service model Outcome callable definitions */
131typedef std::future<AssociateResourceOutcome> AssociateResourceOutcomeCallable;
132typedef std::future<CreateCanaryOutcome> CreateCanaryOutcomeCallable;
133typedef std::future<CreateGroupOutcome> CreateGroupOutcomeCallable;
134typedef std::future<DeleteCanaryOutcome> DeleteCanaryOutcomeCallable;
135typedef std::future<DeleteGroupOutcome> DeleteGroupOutcomeCallable;
136typedef std::future<DescribeCanariesOutcome> DescribeCanariesOutcomeCallable;
137typedef std::future<DescribeCanariesLastRunOutcome> DescribeCanariesLastRunOutcomeCallable;
138typedef std::future<DescribeRuntimeVersionsOutcome> DescribeRuntimeVersionsOutcomeCallable;
139typedef std::future<DisassociateResourceOutcome> DisassociateResourceOutcomeCallable;
140typedef std::future<GetCanaryOutcome> GetCanaryOutcomeCallable;
141typedef std::future<GetCanaryRunsOutcome> GetCanaryRunsOutcomeCallable;
142typedef std::future<GetGroupOutcome> GetGroupOutcomeCallable;
143typedef std::future<ListAssociatedGroupsOutcome> ListAssociatedGroupsOutcomeCallable;
144typedef std::future<ListGroupResourcesOutcome> ListGroupResourcesOutcomeCallable;
145typedef std::future<ListGroupsOutcome> ListGroupsOutcomeCallable;
146typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
147typedef std::future<StartCanaryOutcome> StartCanaryOutcomeCallable;
148typedef std::future<StartCanaryDryRunOutcome> StartCanaryDryRunOutcomeCallable;
149typedef std::future<StopCanaryOutcome> StopCanaryOutcomeCallable;
150typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
151typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
152typedef std::future<UpdateCanaryOutcome> UpdateCanaryOutcomeCallable;
153/* End of service model Outcome callable definitions */
154} // namespace Model
155
156class SyntheticsClient;
157
158/* Service model async handlers definitions */
159typedef std::function<void(const SyntheticsClient*, const Model::AssociateResourceRequest&, const Model::AssociateResourceOutcome&,
160 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
162typedef std::function<void(const SyntheticsClient*, const Model::CreateCanaryRequest&, const Model::CreateCanaryOutcome&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
165typedef std::function<void(const SyntheticsClient*, const Model::CreateGroupRequest&, const Model::CreateGroupOutcome&,
166 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const SyntheticsClient*, const Model::DeleteCanaryRequest&, const Model::DeleteCanaryOutcome&,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const SyntheticsClient*, const Model::DeleteGroupRequest&, const Model::DeleteGroupOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesRequest&, const Model::DescribeCanariesOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesLastRunRequest&,
178 const Model::DescribeCanariesLastRunOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180typedef std::function<void(const SyntheticsClient*, const Model::DescribeRuntimeVersionsRequest&,
181 const Model::DescribeRuntimeVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
183typedef std::function<void(const SyntheticsClient*, const Model::DisassociateResourceRequest&, const Model::DisassociateResourceOutcome&,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
186typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRequest&, const Model::GetCanaryOutcome&,
187 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
189typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRunsRequest&, const Model::GetCanaryRunsOutcome&,
190 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
192typedef std::function<void(const SyntheticsClient*, const Model::GetGroupRequest&, const Model::GetGroupOutcome&,
193 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
195typedef std::function<void(const SyntheticsClient*, const Model::ListAssociatedGroupsRequest&, const Model::ListAssociatedGroupsOutcome&,
196 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
198typedef std::function<void(const SyntheticsClient*, const Model::ListGroupResourcesRequest&, const Model::ListGroupResourcesOutcome&,
199 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
201typedef std::function<void(const SyntheticsClient*, const Model::ListGroupsRequest&, const Model::ListGroupsOutcome&,
202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
204typedef std::function<void(const SyntheticsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
207typedef std::function<void(const SyntheticsClient*, const Model::StartCanaryRequest&, const Model::StartCanaryOutcome&,
208 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
210typedef std::function<void(const SyntheticsClient*, const Model::StartCanaryDryRunRequest&, const Model::StartCanaryDryRunOutcome&,
211 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
213typedef std::function<void(const SyntheticsClient*, const Model::StopCanaryRequest&, const Model::StopCanaryOutcome&,
214 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
216typedef std::function<void(const SyntheticsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
217 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
219typedef std::function<void(const SyntheticsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
220 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
222typedef std::function<void(const SyntheticsClient*, const Model::UpdateCanaryRequest&, const Model::UpdateCanaryOutcome&,
223 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
225/* End of service model async handlers definitions */
226} // namespace Synthetics
227} // namespace Aws
EndpointProviderBase< SyntheticsClientConfiguration, SyntheticsBuiltInParameters, SyntheticsClientContextParameters > SyntheticsEndpointProviderBase
Aws::Utils::Outcome< GetGroupResult, SyntheticsError > GetGroupOutcome
std::future< CreateGroupOutcome > CreateGroupOutcomeCallable
std::future< ListAssociatedGroupsOutcome > ListAssociatedGroupsOutcomeCallable
Aws::Utils::Outcome< DeleteCanaryResult, SyntheticsError > DeleteCanaryOutcome
std::future< GetCanaryRunsOutcome > GetCanaryRunsOutcomeCallable
Aws::Utils::Outcome< DeleteGroupResult, SyntheticsError > DeleteGroupOutcome
Aws::Utils::Outcome< DescribeRuntimeVersionsResult, SyntheticsError > DescribeRuntimeVersionsOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, SyntheticsError > ListTagsForResourceOutcome
Aws::Utils::Outcome< TagResourceResult, SyntheticsError > TagResourceOutcome
std::future< DeleteGroupOutcome > DeleteGroupOutcomeCallable
Aws::Utils::Outcome< CreateGroupResult, SyntheticsError > CreateGroupOutcome
Aws::Utils::Outcome< CreateCanaryResult, SyntheticsError > CreateCanaryOutcome
Aws::Utils::Outcome< StartCanaryDryRunResult, SyntheticsError > StartCanaryDryRunOutcome
std::future< UpdateCanaryOutcome > UpdateCanaryOutcomeCallable
std::future< DescribeCanariesLastRunOutcome > DescribeCanariesLastRunOutcomeCallable
std::future< ListGroupsOutcome > ListGroupsOutcomeCallable
std::future< GetGroupOutcome > GetGroupOutcomeCallable
std::future< CreateCanaryOutcome > CreateCanaryOutcomeCallable
std::future< StartCanaryDryRunOutcome > StartCanaryDryRunOutcomeCallable
std::future< DescribeCanariesOutcome > DescribeCanariesOutcomeCallable
Aws::Utils::Outcome< GetCanaryRunsResult, SyntheticsError > GetCanaryRunsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< StartCanaryResult, SyntheticsError > StartCanaryOutcome
Aws::Utils::Outcome< StopCanaryResult, SyntheticsError > StopCanaryOutcome
Aws::Utils::Outcome< DescribeCanariesLastRunResult, SyntheticsError > DescribeCanariesLastRunOutcome
Aws::Utils::Outcome< AssociateResourceResult, SyntheticsError > AssociateResourceOutcome
std::future< ListGroupResourcesOutcome > ListGroupResourcesOutcomeCallable
std::future< StartCanaryOutcome > StartCanaryOutcomeCallable
Aws::Utils::Outcome< UpdateCanaryResult, SyntheticsError > UpdateCanaryOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DeleteCanaryOutcome > DeleteCanaryOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DescribeRuntimeVersionsOutcome > DescribeRuntimeVersionsOutcomeCallable
std::future< DisassociateResourceOutcome > DisassociateResourceOutcomeCallable
std::future< GetCanaryOutcome > GetCanaryOutcomeCallable
Aws::Utils::Outcome< ListGroupResourcesResult, SyntheticsError > ListGroupResourcesOutcome
Aws::Utils::Outcome< GetCanaryResult, SyntheticsError > GetCanaryOutcome
Aws::Utils::Outcome< UntagResourceResult, SyntheticsError > UntagResourceOutcome
std::future< StopCanaryOutcome > StopCanaryOutcomeCallable
std::future< AssociateResourceOutcome > AssociateResourceOutcomeCallable
Aws::Utils::Outcome< DisassociateResourceResult, SyntheticsError > DisassociateResourceOutcome
Aws::Utils::Outcome< ListGroupsResult, SyntheticsError > ListGroupsOutcome
Aws::Utils::Outcome< DescribeCanariesResult, SyntheticsError > DescribeCanariesOutcome
Aws::Utils::Outcome< ListAssociatedGroupsResult, SyntheticsError > ListAssociatedGroupsOutcome
std::function< void(const SyntheticsClient *, const Model::DescribeCanariesLastRunRequest &, const Model::DescribeCanariesLastRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeCanariesLastRunResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::GetGroupRequest &, const Model::GetGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGroupResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::CreateCanaryRequest &, const Model::CreateCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::GetCanaryRunsRequest &, const Model::GetCanaryRunsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCanaryRunsResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::DeleteCanaryRequest &, const Model::DeleteCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::DisassociateResourceRequest &, const Model::DisassociateResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateResourceResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::ListAssociatedGroupsRequest &, const Model::ListAssociatedGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAssociatedGroupsResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::DeleteGroupRequest &, const Model::DeleteGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGroupResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::StartCanaryDryRunRequest &, const Model::StartCanaryDryRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCanaryDryRunResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::AssociateResourceRequest &, const Model::AssociateResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateResourceResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::ListGroupResourcesRequest &, const Model::ListGroupResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGroupResourcesResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::StopCanaryRequest &, const Model::StopCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::UpdateCanaryRequest &, const Model::UpdateCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::ListGroupsRequest &, const Model::ListGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGroupsResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::StartCanaryRequest &, const Model::StartCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::GetCanaryRequest &, const Model::GetCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::DescribeCanariesRequest &, const Model::DescribeCanariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeCanariesResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::CreateGroupRequest &, const Model::CreateGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGroupResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::DescribeRuntimeVersionsRequest &, const Model::DescribeRuntimeVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeRuntimeVersionsResponseReceivedHandler