AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SyntheticsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/synthetics/SyntheticsErrors.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/synthetics/SyntheticsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in SyntheticsClient header */
21#include <aws/synthetics/model/AssociateResourceResult.h>
22#include <aws/synthetics/model/CreateCanaryResult.h>
23#include <aws/synthetics/model/CreateGroupResult.h>
24#include <aws/synthetics/model/DeleteCanaryResult.h>
25#include <aws/synthetics/model/DeleteGroupResult.h>
26#include <aws/synthetics/model/DescribeCanariesResult.h>
27#include <aws/synthetics/model/DescribeCanariesLastRunResult.h>
28#include <aws/synthetics/model/DescribeRuntimeVersionsResult.h>
29#include <aws/synthetics/model/DisassociateResourceResult.h>
30#include <aws/synthetics/model/GetCanaryResult.h>
31#include <aws/synthetics/model/GetCanaryRunsResult.h>
32#include <aws/synthetics/model/GetGroupResult.h>
33#include <aws/synthetics/model/ListAssociatedGroupsResult.h>
34#include <aws/synthetics/model/ListGroupResourcesResult.h>
35#include <aws/synthetics/model/ListGroupsResult.h>
36#include <aws/synthetics/model/ListTagsForResourceResult.h>
37#include <aws/synthetics/model/StartCanaryResult.h>
38#include <aws/synthetics/model/StartCanaryDryRunResult.h>
39#include <aws/synthetics/model/StopCanaryResult.h>
40#include <aws/synthetics/model/TagResourceResult.h>
41#include <aws/synthetics/model/UntagResourceResult.h>
42#include <aws/synthetics/model/UpdateCanaryResult.h>
43#include <aws/synthetics/model/DescribeRuntimeVersionsRequest.h>
44#include <aws/synthetics/model/ListGroupsRequest.h>
45#include <aws/synthetics/model/DescribeCanariesLastRunRequest.h>
46#include <aws/synthetics/model/DescribeCanariesRequest.h>
47/* End of service model headers required in SyntheticsClient header */
48
49namespace Aws
50{
51 namespace Http
52 {
53 class HttpClient;
54 class HttpClientFactory;
55 } // namespace Http
56
57 namespace Utils
58 {
59 template< typename R, typename E> class Outcome;
60
61 namespace Threading
62 {
63 class Executor;
64 } // namespace Threading
65 } // namespace Utils
66
67 namespace Auth
68 {
69 class AWSCredentials;
70 class AWSCredentialsProvider;
71 } // namespace Auth
72
73 namespace Client
74 {
75 class RetryStrategy;
76 } // namespace Client
77
78 namespace Synthetics
79 {
83
84 namespace Model
85 {
86 /* Service model forward declarations required in SyntheticsClient header */
87 class AssociateResourceRequest;
88 class CreateCanaryRequest;
89 class CreateGroupRequest;
90 class DeleteCanaryRequest;
91 class DeleteGroupRequest;
92 class DescribeCanariesRequest;
93 class DescribeCanariesLastRunRequest;
94 class DescribeRuntimeVersionsRequest;
95 class DisassociateResourceRequest;
96 class GetCanaryRequest;
97 class GetCanaryRunsRequest;
98 class GetGroupRequest;
99 class ListAssociatedGroupsRequest;
100 class ListGroupResourcesRequest;
101 class ListGroupsRequest;
102 class ListTagsForResourceRequest;
103 class StartCanaryRequest;
104 class StartCanaryDryRunRequest;
105 class StopCanaryRequest;
106 class TagResourceRequest;
107 class UntagResourceRequest;
108 class UpdateCanaryRequest;
109 /* End of service model forward declarations required in SyntheticsClient header */
110
111 /* Service model Outcome class definitions */
134 /* End of service model Outcome class definitions */
135
136 /* Service model Outcome callable definitions */
137 typedef std::future<AssociateResourceOutcome> AssociateResourceOutcomeCallable;
138 typedef std::future<CreateCanaryOutcome> CreateCanaryOutcomeCallable;
139 typedef std::future<CreateGroupOutcome> CreateGroupOutcomeCallable;
140 typedef std::future<DeleteCanaryOutcome> DeleteCanaryOutcomeCallable;
141 typedef std::future<DeleteGroupOutcome> DeleteGroupOutcomeCallable;
142 typedef std::future<DescribeCanariesOutcome> DescribeCanariesOutcomeCallable;
143 typedef std::future<DescribeCanariesLastRunOutcome> DescribeCanariesLastRunOutcomeCallable;
144 typedef std::future<DescribeRuntimeVersionsOutcome> DescribeRuntimeVersionsOutcomeCallable;
145 typedef std::future<DisassociateResourceOutcome> DisassociateResourceOutcomeCallable;
146 typedef std::future<GetCanaryOutcome> GetCanaryOutcomeCallable;
147 typedef std::future<GetCanaryRunsOutcome> GetCanaryRunsOutcomeCallable;
148 typedef std::future<GetGroupOutcome> GetGroupOutcomeCallable;
149 typedef std::future<ListAssociatedGroupsOutcome> ListAssociatedGroupsOutcomeCallable;
150 typedef std::future<ListGroupResourcesOutcome> ListGroupResourcesOutcomeCallable;
151 typedef std::future<ListGroupsOutcome> ListGroupsOutcomeCallable;
152 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
153 typedef std::future<StartCanaryOutcome> StartCanaryOutcomeCallable;
154 typedef std::future<StartCanaryDryRunOutcome> StartCanaryDryRunOutcomeCallable;
155 typedef std::future<StopCanaryOutcome> StopCanaryOutcomeCallable;
156 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
157 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
158 typedef std::future<UpdateCanaryOutcome> UpdateCanaryOutcomeCallable;
159 /* End of service model Outcome callable definitions */
160 } // namespace Model
161
162 class SyntheticsClient;
163
164 /* Service model async handlers definitions */
165 typedef std::function<void(const SyntheticsClient*, const Model::AssociateResourceRequest&, const Model::AssociateResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AssociateResourceResponseReceivedHandler;
166 typedef std::function<void(const SyntheticsClient*, const Model::CreateCanaryRequest&, const Model::CreateCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateCanaryResponseReceivedHandler;
167 typedef std::function<void(const SyntheticsClient*, const Model::CreateGroupRequest&, const Model::CreateGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGroupResponseReceivedHandler;
168 typedef std::function<void(const SyntheticsClient*, const Model::DeleteCanaryRequest&, const Model::DeleteCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteCanaryResponseReceivedHandler;
169 typedef std::function<void(const SyntheticsClient*, const Model::DeleteGroupRequest&, const Model::DeleteGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGroupResponseReceivedHandler;
170 typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesRequest&, const Model::DescribeCanariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeCanariesResponseReceivedHandler;
171 typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesLastRunRequest&, const Model::DescribeCanariesLastRunOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeCanariesLastRunResponseReceivedHandler;
172 typedef std::function<void(const SyntheticsClient*, const Model::DescribeRuntimeVersionsRequest&, const Model::DescribeRuntimeVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeRuntimeVersionsResponseReceivedHandler;
173 typedef std::function<void(const SyntheticsClient*, const Model::DisassociateResourceRequest&, const Model::DisassociateResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisassociateResourceResponseReceivedHandler;
174 typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRequest&, const Model::GetCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCanaryResponseReceivedHandler;
175 typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRunsRequest&, const Model::GetCanaryRunsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCanaryRunsResponseReceivedHandler;
176 typedef std::function<void(const SyntheticsClient*, const Model::GetGroupRequest&, const Model::GetGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGroupResponseReceivedHandler;
177 typedef std::function<void(const SyntheticsClient*, const Model::ListAssociatedGroupsRequest&, const Model::ListAssociatedGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAssociatedGroupsResponseReceivedHandler;
178 typedef std::function<void(const SyntheticsClient*, const Model::ListGroupResourcesRequest&, const Model::ListGroupResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGroupResourcesResponseReceivedHandler;
179 typedef std::function<void(const SyntheticsClient*, const Model::ListGroupsRequest&, const Model::ListGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGroupsResponseReceivedHandler;
180 typedef std::function<void(const SyntheticsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
181 typedef std::function<void(const SyntheticsClient*, const Model::StartCanaryRequest&, const Model::StartCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartCanaryResponseReceivedHandler;
182 typedef std::function<void(const SyntheticsClient*, const Model::StartCanaryDryRunRequest&, const Model::StartCanaryDryRunOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartCanaryDryRunResponseReceivedHandler;
183 typedef std::function<void(const SyntheticsClient*, const Model::StopCanaryRequest&, const Model::StopCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopCanaryResponseReceivedHandler;
184 typedef std::function<void(const SyntheticsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
185 typedef std::function<void(const SyntheticsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
186 typedef std::function<void(const SyntheticsClient*, const Model::UpdateCanaryRequest&, const Model::UpdateCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateCanaryResponseReceivedHandler;
187 /* End of service model async handlers definitions */
188 } // namespace Synthetics
189} // 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::DescribeRuntimeVersionsRequest &, const Model::DescribeRuntimeVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRuntimeVersionsResponseReceivedHandler
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::UpdateCanaryRequest &, const Model::UpdateCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateCanaryResponseReceivedHandler
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::GetGroupRequest &, const Model::GetGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetGroupResponseReceivedHandler
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::ListGroupResourcesRequest &, const Model::ListGroupResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListGroupResourcesResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
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::GetCanaryRunsRequest &, const Model::GetCanaryRunsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCanaryRunsResponseReceivedHandler
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::CreateCanaryRequest &, const Model::CreateCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCanaryResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
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::ListAssociatedGroupsRequest &, const Model::ListAssociatedGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAssociatedGroupsResponseReceivedHandler
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::DescribeCanariesLastRunRequest &, const Model::DescribeCanariesLastRunOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeCanariesLastRunResponseReceivedHandler
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::DeleteCanaryRequest &, const Model::DeleteCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCanaryResponseReceivedHandler
std::function< void(const SyntheticsClient *, const Model::GetCanaryRequest &, const Model::GetCanaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCanaryResponseReceivedHandler