AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
SyntheticsClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/synthetics/SyntheticsServiceClientModel.h>
12#include <aws/synthetics/Synthetics_EXPORTS.h>
13
14namespace Aws {
15namespace Synthetics {
33class AWS_SYNTHETICS_API SyntheticsClient : public Aws::Client::AWSJsonClient,
34 public Aws::Client::ClientWithAsyncTemplateMethods<SyntheticsClient> {
35 public:
37 static const char* GetServiceName();
38 static const char* GetAllocationTag();
39
42
49 std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr);
50
56 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr,
58
64 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
65 std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr,
67
68 /* Legacy constructors due deprecation */
74
79 SyntheticsClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
80
85 SyntheticsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
86 const Aws::Client::ClientConfiguration& clientConfiguration);
87
88 /* End of legacy constructors due deprecation */
90
100
105 template <typename AssociateResourceRequestT = Model::AssociateResourceRequest>
106 Model::AssociateResourceOutcomeCallable AssociateResourceCallable(const AssociateResourceRequestT& request) const {
107 return SubmitCallable(&SyntheticsClient::AssociateResource, request);
108 }
109
114 template <typename AssociateResourceRequestT = Model::AssociateResourceRequest>
115 void AssociateResourceAsync(const AssociateResourceRequestT& request, const AssociateResourceResponseReceivedHandler& handler,
116 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
117 return SubmitAsync(&SyntheticsClient::AssociateResource, request, handler, context);
118 }
119
144
148 template <typename CreateCanaryRequestT = Model::CreateCanaryRequest>
149 Model::CreateCanaryOutcomeCallable CreateCanaryCallable(const CreateCanaryRequestT& request) const {
150 return SubmitCallable(&SyntheticsClient::CreateCanary, request);
151 }
152
157 template <typename CreateCanaryRequestT = Model::CreateCanaryRequest>
158 void CreateCanaryAsync(const CreateCanaryRequestT& request, const CreateCanaryResponseReceivedHandler& handler,
159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
160 return SubmitAsync(&SyntheticsClient::CreateCanary, request, handler, context);
161 }
162
184
188 template <typename CreateGroupRequestT = Model::CreateGroupRequest>
189 Model::CreateGroupOutcomeCallable CreateGroupCallable(const CreateGroupRequestT& request) const {
190 return SubmitCallable(&SyntheticsClient::CreateGroup, request);
191 }
192
197 template <typename CreateGroupRequestT = Model::CreateGroupRequest>
198 void CreateGroupAsync(const CreateGroupRequestT& request, const CreateGroupResponseReceivedHandler& handler,
199 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
200 return SubmitAsync(&SyntheticsClient::CreateGroup, request, handler, context);
201 }
202
228
232 template <typename DeleteCanaryRequestT = Model::DeleteCanaryRequest>
233 Model::DeleteCanaryOutcomeCallable DeleteCanaryCallable(const DeleteCanaryRequestT& request) const {
234 return SubmitCallable(&SyntheticsClient::DeleteCanary, request);
235 }
236
241 template <typename DeleteCanaryRequestT = Model::DeleteCanaryRequest>
242 void DeleteCanaryAsync(const DeleteCanaryRequestT& request, const DeleteCanaryResponseReceivedHandler& handler,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
244 return SubmitAsync(&SyntheticsClient::DeleteCanary, request, handler, context);
245 }
246
257
261 template <typename DeleteGroupRequestT = Model::DeleteGroupRequest>
262 Model::DeleteGroupOutcomeCallable DeleteGroupCallable(const DeleteGroupRequestT& request) const {
263 return SubmitCallable(&SyntheticsClient::DeleteGroup, request);
264 }
265
270 template <typename DeleteGroupRequestT = Model::DeleteGroupRequest>
271 void DeleteGroupAsync(const DeleteGroupRequestT& request, const DeleteGroupResponseReceivedHandler& handler,
272 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
273 return SubmitAsync(&SyntheticsClient::DeleteGroup, request, handler, context);
274 }
275
293
298 template <typename DescribeCanariesRequestT = Model::DescribeCanariesRequest>
299 Model::DescribeCanariesOutcomeCallable DescribeCanariesCallable(const DescribeCanariesRequestT& request = {}) const {
300 return SubmitCallable(&SyntheticsClient::DescribeCanaries, request);
301 }
302
307 template <typename DescribeCanariesRequestT = Model::DescribeCanariesRequest>
309 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
310 const DescribeCanariesRequestT& request = {}) const {
311 return SubmitAsync(&SyntheticsClient::DescribeCanaries, request, handler, context);
312 }
313
331
336 template <typename DescribeCanariesLastRunRequestT = Model::DescribeCanariesLastRunRequest>
337 Model::DescribeCanariesLastRunOutcomeCallable DescribeCanariesLastRunCallable(const DescribeCanariesLastRunRequestT& request = {}) const {
338 return SubmitCallable(&SyntheticsClient::DescribeCanariesLastRun, request);
339 }
340
345 template <typename DescribeCanariesLastRunRequestT = Model::DescribeCanariesLastRunRequest>
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
348 const DescribeCanariesLastRunRequestT& request = {}) const {
349 return SubmitAsync(&SyntheticsClient::DescribeCanariesLastRun, request, handler, context);
350 }
351
361
366 template <typename DescribeRuntimeVersionsRequestT = Model::DescribeRuntimeVersionsRequest>
367 Model::DescribeRuntimeVersionsOutcomeCallable DescribeRuntimeVersionsCallable(const DescribeRuntimeVersionsRequestT& request = {}) const {
368 return SubmitCallable(&SyntheticsClient::DescribeRuntimeVersions, request);
369 }
370
375 template <typename DescribeRuntimeVersionsRequestT = Model::DescribeRuntimeVersionsRequest>
377 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
378 const DescribeRuntimeVersionsRequestT& request = {}) const {
379 return SubmitAsync(&SyntheticsClient::DescribeRuntimeVersions, request, handler, context);
380 }
381
389
394 template <typename DisassociateResourceRequestT = Model::DisassociateResourceRequest>
395 Model::DisassociateResourceOutcomeCallable DisassociateResourceCallable(const DisassociateResourceRequestT& request) const {
396 return SubmitCallable(&SyntheticsClient::DisassociateResource, request);
397 }
398
403 template <typename DisassociateResourceRequestT = Model::DisassociateResourceRequest>
404 void DisassociateResourceAsync(const DisassociateResourceRequestT& request, const DisassociateResourceResponseReceivedHandler& handler,
405 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
406 return SubmitAsync(&SyntheticsClient::DisassociateResource, request, handler, context);
407 }
408
418
422 template <typename GetCanaryRequestT = Model::GetCanaryRequest>
423 Model::GetCanaryOutcomeCallable GetCanaryCallable(const GetCanaryRequestT& request) const {
424 return SubmitCallable(&SyntheticsClient::GetCanary, request);
425 }
426
431 template <typename GetCanaryRequestT = Model::GetCanaryRequest>
432 void GetCanaryAsync(const GetCanaryRequestT& request, const GetCanaryResponseReceivedHandler& handler,
433 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
434 return SubmitAsync(&SyntheticsClient::GetCanary, request, handler, context);
435 }
436
444
448 template <typename GetCanaryRunsRequestT = Model::GetCanaryRunsRequest>
449 Model::GetCanaryRunsOutcomeCallable GetCanaryRunsCallable(const GetCanaryRunsRequestT& request) const {
450 return SubmitCallable(&SyntheticsClient::GetCanaryRuns, request);
451 }
452
457 template <typename GetCanaryRunsRequestT = Model::GetCanaryRunsRequest>
458 void GetCanaryRunsAsync(const GetCanaryRunsRequestT& request, const GetCanaryRunsResponseReceivedHandler& handler,
459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
460 return SubmitAsync(&SyntheticsClient::GetCanaryRuns, request, handler, context);
461 }
462
470
474 template <typename GetGroupRequestT = Model::GetGroupRequest>
475 Model::GetGroupOutcomeCallable GetGroupCallable(const GetGroupRequestT& request) const {
476 return SubmitCallable(&SyntheticsClient::GetGroup, request);
477 }
478
483 template <typename GetGroupRequestT = Model::GetGroupRequest>
484 void GetGroupAsync(const GetGroupRequestT& request, const GetGroupResponseReceivedHandler& handler,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
486 return SubmitAsync(&SyntheticsClient::GetGroup, request, handler, context);
487 }
488
497
502 template <typename ListAssociatedGroupsRequestT = Model::ListAssociatedGroupsRequest>
503 Model::ListAssociatedGroupsOutcomeCallable ListAssociatedGroupsCallable(const ListAssociatedGroupsRequestT& request) const {
504 return SubmitCallable(&SyntheticsClient::ListAssociatedGroups, request);
505 }
506
511 template <typename ListAssociatedGroupsRequestT = Model::ListAssociatedGroupsRequest>
512 void ListAssociatedGroupsAsync(const ListAssociatedGroupsRequestT& request, const ListAssociatedGroupsResponseReceivedHandler& handler,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
514 return SubmitAsync(&SyntheticsClient::ListAssociatedGroups, request, handler, context);
515 }
516
524
529 template <typename ListGroupResourcesRequestT = Model::ListGroupResourcesRequest>
530 Model::ListGroupResourcesOutcomeCallable ListGroupResourcesCallable(const ListGroupResourcesRequestT& request) const {
531 return SubmitCallable(&SyntheticsClient::ListGroupResources, request);
532 }
533
538 template <typename ListGroupResourcesRequestT = Model::ListGroupResourcesRequest>
539 void ListGroupResourcesAsync(const ListGroupResourcesRequestT& request, const ListGroupResourcesResponseReceivedHandler& handler,
540 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
541 return SubmitAsync(&SyntheticsClient::ListGroupResources, request, handler, context);
542 }
543
552
556 template <typename ListGroupsRequestT = Model::ListGroupsRequest>
557 Model::ListGroupsOutcomeCallable ListGroupsCallable(const ListGroupsRequestT& request = {}) const {
558 return SubmitCallable(&SyntheticsClient::ListGroups, request);
559 }
560
565 template <typename ListGroupsRequestT = Model::ListGroupsRequest>
567 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
568 const ListGroupsRequestT& request = {}) const {
569 return SubmitAsync(&SyntheticsClient::ListGroups, request, handler, context);
570 }
571
579
584 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
585 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
586 return SubmitCallable(&SyntheticsClient::ListTagsForResource, request);
587 }
588
593 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
594 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
595 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
596 return SubmitAsync(&SyntheticsClient::ListTagsForResource, request, handler, context);
597 }
598
609
613 template <typename StartCanaryRequestT = Model::StartCanaryRequest>
614 Model::StartCanaryOutcomeCallable StartCanaryCallable(const StartCanaryRequestT& request) const {
615 return SubmitCallable(&SyntheticsClient::StartCanary, request);
616 }
617
622 template <typename StartCanaryRequestT = Model::StartCanaryRequest>
623 void StartCanaryAsync(const StartCanaryRequestT& request, const StartCanaryResponseReceivedHandler& handler,
624 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
625 return SubmitAsync(&SyntheticsClient::StartCanary, request, handler, context);
626 }
627
635
640 template <typename StartCanaryDryRunRequestT = Model::StartCanaryDryRunRequest>
641 Model::StartCanaryDryRunOutcomeCallable StartCanaryDryRunCallable(const StartCanaryDryRunRequestT& request) const {
642 return SubmitCallable(&SyntheticsClient::StartCanaryDryRun, request);
643 }
644
649 template <typename StartCanaryDryRunRequestT = Model::StartCanaryDryRunRequest>
650 void StartCanaryDryRunAsync(const StartCanaryDryRunRequestT& request, const StartCanaryDryRunResponseReceivedHandler& handler,
651 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
652 return SubmitAsync(&SyntheticsClient::StartCanaryDryRun, request, handler, context);
653 }
654
666
670 template <typename StopCanaryRequestT = Model::StopCanaryRequest>
671 Model::StopCanaryOutcomeCallable StopCanaryCallable(const StopCanaryRequestT& request) const {
672 return SubmitCallable(&SyntheticsClient::StopCanary, request);
673 }
674
679 template <typename StopCanaryRequestT = Model::StopCanaryRequest>
680 void StopCanaryAsync(const StopCanaryRequestT& request, const StopCanaryResponseReceivedHandler& handler,
681 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
682 return SubmitAsync(&SyntheticsClient::StopCanary, request, handler, context);
683 }
684
702
706 template <typename TagResourceRequestT = Model::TagResourceRequest>
707 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
708 return SubmitCallable(&SyntheticsClient::TagResource, request);
709 }
710
715 template <typename TagResourceRequestT = Model::TagResourceRequest>
716 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
717 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
718 return SubmitAsync(&SyntheticsClient::TagResource, request, handler, context);
719 }
720
728
732 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
733 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
734 return SubmitCallable(&SyntheticsClient::UntagResource, request);
735 }
736
741 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
742 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
743 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
744 return SubmitAsync(&SyntheticsClient::UntagResource, request, handler, context);
745 }
746
764
768 template <typename UpdateCanaryRequestT = Model::UpdateCanaryRequest>
769 Model::UpdateCanaryOutcomeCallable UpdateCanaryCallable(const UpdateCanaryRequestT& request) const {
770 return SubmitCallable(&SyntheticsClient::UpdateCanary, request);
771 }
772
777 template <typename UpdateCanaryRequestT = Model::UpdateCanaryRequest>
778 void UpdateCanaryAsync(const UpdateCanaryRequestT& request, const UpdateCanaryResponseReceivedHandler& handler,
779 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
780 return SubmitAsync(&SyntheticsClient::UpdateCanary, request, handler, context);
781 }
782
783 void OverrideEndpoint(const Aws::String& endpoint);
784 std::shared_ptr<SyntheticsEndpointProviderBase>& accessEndpointProvider();
785
786 private:
788 void init(const SyntheticsClientConfiguration& clientConfiguration);
789
790 SyntheticsClientConfiguration m_clientConfiguration;
791 std::shared_ptr<SyntheticsEndpointProviderBase> m_endpointProvider;
792};
793
794} // namespace Synthetics
795} // namespace Aws
virtual Model::ListAssociatedGroupsOutcome ListAssociatedGroups(const Model::ListAssociatedGroupsRequest &request) const
Aws::Client::AWSJsonClient BASECLASS
virtual Model::AssociateResourceOutcome AssociateResource(const Model::AssociateResourceRequest &request) const
void DisassociateResourceAsync(const DisassociateResourceRequestT &request, const DisassociateResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListGroupsOutcome ListGroups(const Model::ListGroupsRequest &request={}) const
void AssociateResourceAsync(const AssociateResourceRequestT &request, const AssociateResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void StartCanaryAsync(const StartCanaryRequestT &request, const StartCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StopCanaryOutcomeCallable StopCanaryCallable(const StopCanaryRequestT &request) const
virtual Model::GetCanaryOutcome GetCanary(const Model::GetCanaryRequest &request) const
virtual Model::GetGroupOutcome GetGroup(const Model::GetGroupRequest &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void GetCanaryRunsAsync(const GetCanaryRunsRequestT &request, const GetCanaryRunsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetCanaryAsync(const GetCanaryRequestT &request, const GetCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetAllocationTag()
SyntheticsClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::DisassociateResourceOutcome DisassociateResource(const Model::DisassociateResourceRequest &request) const
void ListGroupResourcesAsync(const ListGroupResourcesRequestT &request, const ListGroupResourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::AssociateResourceOutcomeCallable AssociateResourceCallable(const AssociateResourceRequestT &request) const
virtual Model::ListGroupResourcesOutcome ListGroupResources(const Model::ListGroupResourcesRequest &request) const
std::shared_ptr< SyntheticsEndpointProviderBase > & accessEndpointProvider()
SyntheticsClientConfiguration ClientConfigurationType
Model::StartCanaryOutcomeCallable StartCanaryCallable(const StartCanaryRequestT &request) const
virtual Model::DeleteCanaryOutcome DeleteCanary(const Model::DeleteCanaryRequest &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::CreateGroupOutcome CreateGroup(const Model::CreateGroupRequest &request) const
void DescribeCanariesAsync(const DescribeCanariesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeCanariesRequestT &request={}) const
virtual Model::StartCanaryOutcome StartCanary(const Model::StartCanaryRequest &request) const
Model::GetGroupOutcomeCallable GetGroupCallable(const GetGroupRequestT &request) const
void StopCanaryAsync(const StopCanaryRequestT &request, const StopCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListGroupsAsync(const ListGroupsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGroupsRequestT &request={}) const
virtual Model::UpdateCanaryOutcome UpdateCanary(const Model::UpdateCanaryRequest &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
void StartCanaryDryRunAsync(const StartCanaryDryRunRequestT &request, const StartCanaryDryRunResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeRuntimeVersionsAsync(const DescribeRuntimeVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeRuntimeVersionsRequestT &request={}) const
Model::ListGroupsOutcomeCallable ListGroupsCallable(const ListGroupsRequestT &request={}) const
virtual Model::StartCanaryDryRunOutcome StartCanaryDryRun(const Model::StartCanaryDryRunRequest &request) const
SyntheticsEndpointProvider EndpointProviderType
void DeleteGroupAsync(const DeleteGroupRequestT &request, const DeleteGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteCanaryOutcomeCallable DeleteCanaryCallable(const DeleteCanaryRequestT &request) const
Model::ListGroupResourcesOutcomeCallable ListGroupResourcesCallable(const ListGroupResourcesRequestT &request) const
Model::CreateGroupOutcomeCallable CreateGroupCallable(const CreateGroupRequestT &request) const
void GetGroupAsync(const GetGroupRequestT &request, const GetGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DisassociateResourceOutcomeCallable DisassociateResourceCallable(const DisassociateResourceRequestT &request) const
SyntheticsClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::CreateCanaryOutcome CreateCanary(const Model::CreateCanaryRequest &request) const
Model::ListAssociatedGroupsOutcomeCallable ListAssociatedGroupsCallable(const ListAssociatedGroupsRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateGroupAsync(const CreateGroupRequestT &request, const CreateGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StopCanaryOutcome StopCanary(const Model::StopCanaryRequest &request) const
Model::DescribeRuntimeVersionsOutcomeCallable DescribeRuntimeVersionsCallable(const DescribeRuntimeVersionsRequestT &request={}) const
void DeleteCanaryAsync(const DeleteCanaryRequestT &request, const DeleteCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeCanariesOutcomeCallable DescribeCanariesCallable(const DescribeCanariesRequestT &request={}) const
Model::DeleteGroupOutcomeCallable DeleteGroupCallable(const DeleteGroupRequestT &request) const
virtual Model::DescribeCanariesOutcome DescribeCanaries(const Model::DescribeCanariesRequest &request={}) const
virtual Model::DescribeCanariesLastRunOutcome DescribeCanariesLastRun(const Model::DescribeCanariesLastRunRequest &request={}) const
void DescribeCanariesLastRunAsync(const DescribeCanariesLastRunResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeCanariesLastRunRequestT &request={}) const
SyntheticsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< SyntheticsEndpointProviderBase > endpointProvider=nullptr, const Aws::Synthetics::SyntheticsClientConfiguration &clientConfiguration=Aws::Synthetics::SyntheticsClientConfiguration())
virtual Model::GetCanaryRunsOutcome GetCanaryRuns(const Model::GetCanaryRunsRequest &request) const
virtual Model::DeleteGroupOutcome DeleteGroup(const Model::DeleteGroupRequest &request) const
void CreateCanaryAsync(const CreateCanaryRequestT &request, const CreateCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeRuntimeVersionsOutcome DescribeRuntimeVersions(const Model::DescribeRuntimeVersionsRequest &request={}) const
Model::UpdateCanaryOutcomeCallable UpdateCanaryCallable(const UpdateCanaryRequestT &request) const
Model::StartCanaryDryRunOutcomeCallable StartCanaryDryRunCallable(const StartCanaryDryRunRequestT &request) const
Model::DescribeCanariesLastRunOutcomeCallable DescribeCanariesLastRunCallable(const DescribeCanariesLastRunRequestT &request={}) const
SyntheticsClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< SyntheticsEndpointProviderBase > endpointProvider=nullptr, const Aws::Synthetics::SyntheticsClientConfiguration &clientConfiguration=Aws::Synthetics::SyntheticsClientConfiguration())
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
SyntheticsClient(const Aws::Synthetics::SyntheticsClientConfiguration &clientConfiguration=Aws::Synthetics::SyntheticsClientConfiguration(), std::shared_ptr< SyntheticsEndpointProviderBase > endpointProvider=nullptr)
Model::GetCanaryRunsOutcomeCallable GetCanaryRunsCallable(const GetCanaryRunsRequestT &request) const
static const char * GetServiceName()
void OverrideEndpoint(const Aws::String &endpoint)
void ListAssociatedGroupsAsync(const ListAssociatedGroupsRequestT &request, const ListAssociatedGroupsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetCanaryOutcomeCallable GetCanaryCallable(const GetCanaryRequestT &request) const
void UpdateCanaryAsync(const UpdateCanaryRequestT &request, const UpdateCanaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateCanaryOutcomeCallable CreateCanaryCallable(const CreateCanaryRequestT &request) const
SyntheticsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
std::future< CreateGroupOutcome > CreateGroupOutcomeCallable
std::future< ListAssociatedGroupsOutcome > ListAssociatedGroupsOutcomeCallable
std::future< GetCanaryRunsOutcome > GetCanaryRunsOutcomeCallable
std::future< DeleteGroupOutcome > DeleteGroupOutcomeCallable
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
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListGroupResourcesOutcome > ListGroupResourcesOutcomeCallable
std::future< StartCanaryOutcome > StartCanaryOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DeleteCanaryOutcome > DeleteCanaryOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DescribeRuntimeVersionsOutcome > DescribeRuntimeVersionsOutcomeCallable
std::future< DisassociateResourceOutcome > DisassociateResourceOutcomeCallable
std::future< GetCanaryOutcome > GetCanaryOutcomeCallable
std::future< StopCanaryOutcome > StopCanaryOutcomeCallable
std::future< AssociateResourceOutcome > AssociateResourceOutcomeCallable
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String