AWS SDK for C++

AWS SDK for C++ Version 1.11.757

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/SyntheticsPaginationBase.h>
12#include <aws/synthetics/SyntheticsServiceClientModel.h>
13#include <aws/synthetics/Synthetics_EXPORTS.h>
14
15namespace Aws {
16namespace Synthetics {
34class AWS_SYNTHETICS_API SyntheticsClient : public Aws::Client::AWSJsonClient,
35 public Aws::Client::ClientWithAsyncTemplateMethods<SyntheticsClient>,
36 public SyntheticsPaginationBase<SyntheticsClient> {
37 public:
39 static const char* GetServiceName();
40 static const char* GetAllocationTag();
41
44
51 std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr);
52
58 const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr,
60
66 const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
67 std::shared_ptr<SyntheticsEndpointProviderBase> endpointProvider = nullptr,
69
70 /* Legacy constructors due deprecation */
76
81 SyntheticsClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
82
87 SyntheticsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
88 const Aws::Client::ClientConfiguration& clientConfiguration);
89
90 /* End of legacy constructors due deprecation */
92
102
107 template <typename AssociateResourceRequestT = Model::AssociateResourceRequest>
108 Model::AssociateResourceOutcomeCallable AssociateResourceCallable(const AssociateResourceRequestT& request) const {
109 return SubmitCallable(&SyntheticsClient::AssociateResource, request);
110 }
111
116 template <typename AssociateResourceRequestT = Model::AssociateResourceRequest>
117 void AssociateResourceAsync(const AssociateResourceRequestT& request, const AssociateResourceResponseReceivedHandler& handler,
118 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
119 return SubmitAsync(&SyntheticsClient::AssociateResource, request, handler, context);
120 }
121
146
150 template <typename CreateCanaryRequestT = Model::CreateCanaryRequest>
151 Model::CreateCanaryOutcomeCallable CreateCanaryCallable(const CreateCanaryRequestT& request) const {
152 return SubmitCallable(&SyntheticsClient::CreateCanary, request);
153 }
154
159 template <typename CreateCanaryRequestT = Model::CreateCanaryRequest>
160 void CreateCanaryAsync(const CreateCanaryRequestT& request, const CreateCanaryResponseReceivedHandler& handler,
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
162 return SubmitAsync(&SyntheticsClient::CreateCanary, request, handler, context);
163 }
164
186
190 template <typename CreateGroupRequestT = Model::CreateGroupRequest>
191 Model::CreateGroupOutcomeCallable CreateGroupCallable(const CreateGroupRequestT& request) const {
192 return SubmitCallable(&SyntheticsClient::CreateGroup, request);
193 }
194
199 template <typename CreateGroupRequestT = Model::CreateGroupRequest>
200 void CreateGroupAsync(const CreateGroupRequestT& request, const CreateGroupResponseReceivedHandler& handler,
201 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
202 return SubmitAsync(&SyntheticsClient::CreateGroup, request, handler, context);
203 }
204
230
234 template <typename DeleteCanaryRequestT = Model::DeleteCanaryRequest>
235 Model::DeleteCanaryOutcomeCallable DeleteCanaryCallable(const DeleteCanaryRequestT& request) const {
236 return SubmitCallable(&SyntheticsClient::DeleteCanary, request);
237 }
238
243 template <typename DeleteCanaryRequestT = Model::DeleteCanaryRequest>
244 void DeleteCanaryAsync(const DeleteCanaryRequestT& request, const DeleteCanaryResponseReceivedHandler& handler,
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
246 return SubmitAsync(&SyntheticsClient::DeleteCanary, request, handler, context);
247 }
248
259
263 template <typename DeleteGroupRequestT = Model::DeleteGroupRequest>
264 Model::DeleteGroupOutcomeCallable DeleteGroupCallable(const DeleteGroupRequestT& request) const {
265 return SubmitCallable(&SyntheticsClient::DeleteGroup, request);
266 }
267
272 template <typename DeleteGroupRequestT = Model::DeleteGroupRequest>
273 void DeleteGroupAsync(const DeleteGroupRequestT& request, const DeleteGroupResponseReceivedHandler& handler,
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
275 return SubmitAsync(&SyntheticsClient::DeleteGroup, request, handler, context);
276 }
277
295
300 template <typename DescribeCanariesRequestT = Model::DescribeCanariesRequest>
301 Model::DescribeCanariesOutcomeCallable DescribeCanariesCallable(const DescribeCanariesRequestT& request = {}) const {
302 return SubmitCallable(&SyntheticsClient::DescribeCanaries, request);
303 }
304
309 template <typename DescribeCanariesRequestT = Model::DescribeCanariesRequest>
311 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
312 const DescribeCanariesRequestT& request = {}) const {
313 return SubmitAsync(&SyntheticsClient::DescribeCanaries, request, handler, context);
314 }
315
333
338 template <typename DescribeCanariesLastRunRequestT = Model::DescribeCanariesLastRunRequest>
339 Model::DescribeCanariesLastRunOutcomeCallable DescribeCanariesLastRunCallable(const DescribeCanariesLastRunRequestT& request = {}) const {
340 return SubmitCallable(&SyntheticsClient::DescribeCanariesLastRun, request);
341 }
342
347 template <typename DescribeCanariesLastRunRequestT = Model::DescribeCanariesLastRunRequest>
349 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
350 const DescribeCanariesLastRunRequestT& request = {}) const {
351 return SubmitAsync(&SyntheticsClient::DescribeCanariesLastRun, request, handler, context);
352 }
353
363
368 template <typename DescribeRuntimeVersionsRequestT = Model::DescribeRuntimeVersionsRequest>
369 Model::DescribeRuntimeVersionsOutcomeCallable DescribeRuntimeVersionsCallable(const DescribeRuntimeVersionsRequestT& request = {}) const {
370 return SubmitCallable(&SyntheticsClient::DescribeRuntimeVersions, request);
371 }
372
377 template <typename DescribeRuntimeVersionsRequestT = Model::DescribeRuntimeVersionsRequest>
379 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
380 const DescribeRuntimeVersionsRequestT& request = {}) const {
381 return SubmitAsync(&SyntheticsClient::DescribeRuntimeVersions, request, handler, context);
382 }
383
391
396 template <typename DisassociateResourceRequestT = Model::DisassociateResourceRequest>
397 Model::DisassociateResourceOutcomeCallable DisassociateResourceCallable(const DisassociateResourceRequestT& request) const {
398 return SubmitCallable(&SyntheticsClient::DisassociateResource, request);
399 }
400
405 template <typename DisassociateResourceRequestT = Model::DisassociateResourceRequest>
406 void DisassociateResourceAsync(const DisassociateResourceRequestT& request, const DisassociateResourceResponseReceivedHandler& handler,
407 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
408 return SubmitAsync(&SyntheticsClient::DisassociateResource, request, handler, context);
409 }
410
420
424 template <typename GetCanaryRequestT = Model::GetCanaryRequest>
425 Model::GetCanaryOutcomeCallable GetCanaryCallable(const GetCanaryRequestT& request) const {
426 return SubmitCallable(&SyntheticsClient::GetCanary, request);
427 }
428
433 template <typename GetCanaryRequestT = Model::GetCanaryRequest>
434 void GetCanaryAsync(const GetCanaryRequestT& request, const GetCanaryResponseReceivedHandler& handler,
435 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
436 return SubmitAsync(&SyntheticsClient::GetCanary, request, handler, context);
437 }
438
446
450 template <typename GetCanaryRunsRequestT = Model::GetCanaryRunsRequest>
451 Model::GetCanaryRunsOutcomeCallable GetCanaryRunsCallable(const GetCanaryRunsRequestT& request) const {
452 return SubmitCallable(&SyntheticsClient::GetCanaryRuns, request);
453 }
454
459 template <typename GetCanaryRunsRequestT = Model::GetCanaryRunsRequest>
460 void GetCanaryRunsAsync(const GetCanaryRunsRequestT& request, const GetCanaryRunsResponseReceivedHandler& handler,
461 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
462 return SubmitAsync(&SyntheticsClient::GetCanaryRuns, request, handler, context);
463 }
464
472
476 template <typename GetGroupRequestT = Model::GetGroupRequest>
477 Model::GetGroupOutcomeCallable GetGroupCallable(const GetGroupRequestT& request) const {
478 return SubmitCallable(&SyntheticsClient::GetGroup, request);
479 }
480
485 template <typename GetGroupRequestT = Model::GetGroupRequest>
486 void GetGroupAsync(const GetGroupRequestT& request, const GetGroupResponseReceivedHandler& handler,
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
488 return SubmitAsync(&SyntheticsClient::GetGroup, request, handler, context);
489 }
490
499
504 template <typename ListAssociatedGroupsRequestT = Model::ListAssociatedGroupsRequest>
505 Model::ListAssociatedGroupsOutcomeCallable ListAssociatedGroupsCallable(const ListAssociatedGroupsRequestT& request) const {
506 return SubmitCallable(&SyntheticsClient::ListAssociatedGroups, request);
507 }
508
513 template <typename ListAssociatedGroupsRequestT = Model::ListAssociatedGroupsRequest>
514 void ListAssociatedGroupsAsync(const ListAssociatedGroupsRequestT& request, const ListAssociatedGroupsResponseReceivedHandler& handler,
515 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
516 return SubmitAsync(&SyntheticsClient::ListAssociatedGroups, request, handler, context);
517 }
518
526
531 template <typename ListGroupResourcesRequestT = Model::ListGroupResourcesRequest>
532 Model::ListGroupResourcesOutcomeCallable ListGroupResourcesCallable(const ListGroupResourcesRequestT& request) const {
533 return SubmitCallable(&SyntheticsClient::ListGroupResources, request);
534 }
535
540 template <typename ListGroupResourcesRequestT = Model::ListGroupResourcesRequest>
541 void ListGroupResourcesAsync(const ListGroupResourcesRequestT& request, const ListGroupResourcesResponseReceivedHandler& handler,
542 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
543 return SubmitAsync(&SyntheticsClient::ListGroupResources, request, handler, context);
544 }
545
554
558 template <typename ListGroupsRequestT = Model::ListGroupsRequest>
559 Model::ListGroupsOutcomeCallable ListGroupsCallable(const ListGroupsRequestT& request = {}) const {
560 return SubmitCallable(&SyntheticsClient::ListGroups, request);
561 }
562
567 template <typename ListGroupsRequestT = Model::ListGroupsRequest>
569 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
570 const ListGroupsRequestT& request = {}) const {
571 return SubmitAsync(&SyntheticsClient::ListGroups, request, handler, context);
572 }
573
581
586 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
587 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
588 return SubmitCallable(&SyntheticsClient::ListTagsForResource, request);
589 }
590
595 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
596 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
597 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
598 return SubmitAsync(&SyntheticsClient::ListTagsForResource, request, handler, context);
599 }
600
611
615 template <typename StartCanaryRequestT = Model::StartCanaryRequest>
616 Model::StartCanaryOutcomeCallable StartCanaryCallable(const StartCanaryRequestT& request) const {
617 return SubmitCallable(&SyntheticsClient::StartCanary, request);
618 }
619
624 template <typename StartCanaryRequestT = Model::StartCanaryRequest>
625 void StartCanaryAsync(const StartCanaryRequestT& request, const StartCanaryResponseReceivedHandler& handler,
626 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
627 return SubmitAsync(&SyntheticsClient::StartCanary, request, handler, context);
628 }
629
637
642 template <typename StartCanaryDryRunRequestT = Model::StartCanaryDryRunRequest>
643 Model::StartCanaryDryRunOutcomeCallable StartCanaryDryRunCallable(const StartCanaryDryRunRequestT& request) const {
644 return SubmitCallable(&SyntheticsClient::StartCanaryDryRun, request);
645 }
646
651 template <typename StartCanaryDryRunRequestT = Model::StartCanaryDryRunRequest>
652 void StartCanaryDryRunAsync(const StartCanaryDryRunRequestT& request, const StartCanaryDryRunResponseReceivedHandler& handler,
653 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
654 return SubmitAsync(&SyntheticsClient::StartCanaryDryRun, request, handler, context);
655 }
656
668
672 template <typename StopCanaryRequestT = Model::StopCanaryRequest>
673 Model::StopCanaryOutcomeCallable StopCanaryCallable(const StopCanaryRequestT& request) const {
674 return SubmitCallable(&SyntheticsClient::StopCanary, request);
675 }
676
681 template <typename StopCanaryRequestT = Model::StopCanaryRequest>
682 void StopCanaryAsync(const StopCanaryRequestT& request, const StopCanaryResponseReceivedHandler& handler,
683 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
684 return SubmitAsync(&SyntheticsClient::StopCanary, request, handler, context);
685 }
686
704
708 template <typename TagResourceRequestT = Model::TagResourceRequest>
709 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
710 return SubmitCallable(&SyntheticsClient::TagResource, request);
711 }
712
717 template <typename TagResourceRequestT = Model::TagResourceRequest>
718 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
719 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
720 return SubmitAsync(&SyntheticsClient::TagResource, request, handler, context);
721 }
722
730
734 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
735 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
736 return SubmitCallable(&SyntheticsClient::UntagResource, request);
737 }
738
743 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
744 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
745 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
746 return SubmitAsync(&SyntheticsClient::UntagResource, request, handler, context);
747 }
748
766
770 template <typename UpdateCanaryRequestT = Model::UpdateCanaryRequest>
771 Model::UpdateCanaryOutcomeCallable UpdateCanaryCallable(const UpdateCanaryRequestT& request) const {
772 return SubmitCallable(&SyntheticsClient::UpdateCanary, request);
773 }
774
779 template <typename UpdateCanaryRequestT = Model::UpdateCanaryRequest>
780 void UpdateCanaryAsync(const UpdateCanaryRequestT& request, const UpdateCanaryResponseReceivedHandler& handler,
781 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
782 return SubmitAsync(&SyntheticsClient::UpdateCanary, request, handler, context);
783 }
784
785 virtual void OverrideEndpoint(const Aws::String& endpoint);
786 virtual std::shared_ptr<SyntheticsEndpointProviderBase>& accessEndpointProvider();
787
788 private:
790 void init(const SyntheticsClientConfiguration& clientConfiguration);
791
792 SyntheticsClientConfiguration m_clientConfiguration;
793 std::shared_ptr<SyntheticsEndpointProviderBase> m_endpointProvider;
794};
795
796} // namespace Synthetics
797} // 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
virtual std::shared_ptr< SyntheticsEndpointProviderBase > & accessEndpointProvider()
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
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 void OverrideEndpoint(const Aws::String &endpoint)
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 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