AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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/StopCanaryResult.h>
39#include <aws/synthetics/model/TagResourceResult.h>
40#include <aws/synthetics/model/UntagResourceResult.h>
41#include <aws/synthetics/model/UpdateCanaryResult.h>
42#include <aws/synthetics/model/DescribeRuntimeVersionsRequest.h>
43#include <aws/synthetics/model/ListGroupsRequest.h>
44#include <aws/synthetics/model/DescribeCanariesLastRunRequest.h>
45#include <aws/synthetics/model/DescribeCanariesRequest.h>
46/* End of service model headers required in SyntheticsClient header */
47
48namespace Aws
49{
50 namespace Http
51 {
52 class HttpClient;
53 class HttpClientFactory;
54 } // namespace Http
55
56 namespace Utils
57 {
58 template< typename R, typename E> class Outcome;
59
60 namespace Threading
61 {
62 class Executor;
63 } // namespace Threading
64 } // namespace Utils
65
66 namespace Auth
67 {
68 class AWSCredentials;
69 class AWSCredentialsProvider;
70 } // namespace Auth
71
72 namespace Client
73 {
74 class RetryStrategy;
75 } // namespace Client
76
77 namespace Synthetics
78 {
82
83 namespace Model
84 {
85 /* Service model forward declarations required in SyntheticsClient header */
86 class AssociateResourceRequest;
87 class CreateCanaryRequest;
88 class CreateGroupRequest;
89 class DeleteCanaryRequest;
90 class DeleteGroupRequest;
91 class DescribeCanariesRequest;
92 class DescribeCanariesLastRunRequest;
93 class DescribeRuntimeVersionsRequest;
94 class DisassociateResourceRequest;
95 class GetCanaryRequest;
96 class GetCanaryRunsRequest;
97 class GetGroupRequest;
98 class ListAssociatedGroupsRequest;
99 class ListGroupResourcesRequest;
100 class ListGroupsRequest;
101 class ListTagsForResourceRequest;
102 class StartCanaryRequest;
103 class StopCanaryRequest;
104 class TagResourceRequest;
105 class UntagResourceRequest;
106 class UpdateCanaryRequest;
107 /* End of service model forward declarations required in SyntheticsClient header */
108
109 /* Service model Outcome class definitions */
131 /* End of service model Outcome class definitions */
132
133 /* Service model Outcome callable definitions */
134 typedef std::future<AssociateResourceOutcome> AssociateResourceOutcomeCallable;
135 typedef std::future<CreateCanaryOutcome> CreateCanaryOutcomeCallable;
136 typedef std::future<CreateGroupOutcome> CreateGroupOutcomeCallable;
137 typedef std::future<DeleteCanaryOutcome> DeleteCanaryOutcomeCallable;
138 typedef std::future<DeleteGroupOutcome> DeleteGroupOutcomeCallable;
139 typedef std::future<DescribeCanariesOutcome> DescribeCanariesOutcomeCallable;
140 typedef std::future<DescribeCanariesLastRunOutcome> DescribeCanariesLastRunOutcomeCallable;
141 typedef std::future<DescribeRuntimeVersionsOutcome> DescribeRuntimeVersionsOutcomeCallable;
142 typedef std::future<DisassociateResourceOutcome> DisassociateResourceOutcomeCallable;
143 typedef std::future<GetCanaryOutcome> GetCanaryOutcomeCallable;
144 typedef std::future<GetCanaryRunsOutcome> GetCanaryRunsOutcomeCallable;
145 typedef std::future<GetGroupOutcome> GetGroupOutcomeCallable;
146 typedef std::future<ListAssociatedGroupsOutcome> ListAssociatedGroupsOutcomeCallable;
147 typedef std::future<ListGroupResourcesOutcome> ListGroupResourcesOutcomeCallable;
148 typedef std::future<ListGroupsOutcome> ListGroupsOutcomeCallable;
149 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
150 typedef std::future<StartCanaryOutcome> StartCanaryOutcomeCallable;
151 typedef std::future<StopCanaryOutcome> StopCanaryOutcomeCallable;
152 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
153 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
154 typedef std::future<UpdateCanaryOutcome> UpdateCanaryOutcomeCallable;
155 /* End of service model Outcome callable definitions */
156 } // namespace Model
157
158 class SyntheticsClient;
159
160 /* Service model async handlers definitions */
161 typedef std::function<void(const SyntheticsClient*, const Model::AssociateResourceRequest&, const Model::AssociateResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AssociateResourceResponseReceivedHandler;
162 typedef std::function<void(const SyntheticsClient*, const Model::CreateCanaryRequest&, const Model::CreateCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateCanaryResponseReceivedHandler;
163 typedef std::function<void(const SyntheticsClient*, const Model::CreateGroupRequest&, const Model::CreateGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateGroupResponseReceivedHandler;
164 typedef std::function<void(const SyntheticsClient*, const Model::DeleteCanaryRequest&, const Model::DeleteCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteCanaryResponseReceivedHandler;
165 typedef std::function<void(const SyntheticsClient*, const Model::DeleteGroupRequest&, const Model::DeleteGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteGroupResponseReceivedHandler;
166 typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesRequest&, const Model::DescribeCanariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeCanariesResponseReceivedHandler;
167 typedef std::function<void(const SyntheticsClient*, const Model::DescribeCanariesLastRunRequest&, const Model::DescribeCanariesLastRunOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeCanariesLastRunResponseReceivedHandler;
168 typedef std::function<void(const SyntheticsClient*, const Model::DescribeRuntimeVersionsRequest&, const Model::DescribeRuntimeVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeRuntimeVersionsResponseReceivedHandler;
169 typedef std::function<void(const SyntheticsClient*, const Model::DisassociateResourceRequest&, const Model::DisassociateResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisassociateResourceResponseReceivedHandler;
170 typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRequest&, const Model::GetCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCanaryResponseReceivedHandler;
171 typedef std::function<void(const SyntheticsClient*, const Model::GetCanaryRunsRequest&, const Model::GetCanaryRunsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCanaryRunsResponseReceivedHandler;
172 typedef std::function<void(const SyntheticsClient*, const Model::GetGroupRequest&, const Model::GetGroupOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetGroupResponseReceivedHandler;
173 typedef std::function<void(const SyntheticsClient*, const Model::ListAssociatedGroupsRequest&, const Model::ListAssociatedGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAssociatedGroupsResponseReceivedHandler;
174 typedef std::function<void(const SyntheticsClient*, const Model::ListGroupResourcesRequest&, const Model::ListGroupResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGroupResourcesResponseReceivedHandler;
175 typedef std::function<void(const SyntheticsClient*, const Model::ListGroupsRequest&, const Model::ListGroupsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListGroupsResponseReceivedHandler;
176 typedef std::function<void(const SyntheticsClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
177 typedef std::function<void(const SyntheticsClient*, const Model::StartCanaryRequest&, const Model::StartCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartCanaryResponseReceivedHandler;
178 typedef std::function<void(const SyntheticsClient*, const Model::StopCanaryRequest&, const Model::StopCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopCanaryResponseReceivedHandler;
179 typedef std::function<void(const SyntheticsClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
180 typedef std::function<void(const SyntheticsClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
181 typedef std::function<void(const SyntheticsClient*, const Model::UpdateCanaryRequest&, const Model::UpdateCanaryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateCanaryResponseReceivedHandler;
182 /* End of service model async handlers definitions */
183 } // namespace Synthetics
184} // 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
std::future< UpdateCanaryOutcome > UpdateCanaryOutcomeCallable
std::future< DescribeCanariesLastRunOutcome > DescribeCanariesLastRunOutcomeCallable
std::future< ListGroupsOutcome > ListGroupsOutcomeCallable
std::future< GetGroupOutcome > GetGroupOutcomeCallable
std::future< CreateCanaryOutcome > CreateCanaryOutcomeCallable
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::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