AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ShieldClient.h
1
6#pragma once
7#include <aws/shield/Shield_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/shield/ShieldServiceClientModel.h>
13
14namespace Aws
15{
16namespace Shield
17{
28 {
29 public:
31 static const char* GetServiceName();
32 static const char* GetAllocationTag();
33
36
42 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr);
43
49 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
51
56 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
57 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
59
60
61 /* Legacy constructors due deprecation */
67
73 const Aws::Client::ClientConfiguration& clientConfiguration);
74
79 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
80 const Aws::Client::ClientConfiguration& clientConfiguration);
81
82 /* End of legacy constructors due deprecation */
83 virtual ~ShieldClient();
84
99
103 template<typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
104 Model::AssociateDRTLogBucketOutcomeCallable AssociateDRTLogBucketCallable(const AssociateDRTLogBucketRequestT& request) const
105 {
106 return SubmitCallable(&ShieldClient::AssociateDRTLogBucket, request);
107 }
108
112 template<typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
113 void AssociateDRTLogBucketAsync(const AssociateDRTLogBucketRequestT& request, const AssociateDRTLogBucketResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
114 {
115 return SubmitAsync(&ShieldClient::AssociateDRTLogBucket, request, handler, context);
116 }
117
154
158 template<typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
159 Model::AssociateDRTRoleOutcomeCallable AssociateDRTRoleCallable(const AssociateDRTRoleRequestT& request) const
160 {
161 return SubmitCallable(&ShieldClient::AssociateDRTRole, request);
162 }
163
167 template<typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
168 void AssociateDRTRoleAsync(const AssociateDRTRoleRequestT& request, const AssociateDRTRoleResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
169 {
170 return SubmitAsync(&ShieldClient::AssociateDRTRole, request, handler, context);
171 }
172
186
190 template<typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
191 Model::AssociateHealthCheckOutcomeCallable AssociateHealthCheckCallable(const AssociateHealthCheckRequestT& request) const
192 {
193 return SubmitCallable(&ShieldClient::AssociateHealthCheck, request);
194 }
195
199 template<typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
200 void AssociateHealthCheckAsync(const AssociateHealthCheckRequestT& request, const AssociateHealthCheckResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
201 {
202 return SubmitAsync(&ShieldClient::AssociateHealthCheck, request, handler, context);
203 }
204
222
226 template<typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
228 {
229 return SubmitCallable(&ShieldClient::AssociateProactiveEngagementDetails, request);
230 }
231
235 template<typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
236 void AssociateProactiveEngagementDetailsAsync(const AssociateProactiveEngagementDetailsRequestT& request, const AssociateProactiveEngagementDetailsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
237 {
238 return SubmitAsync(&ShieldClient::AssociateProactiveEngagementDetails, request, handler, context);
239 }
240
261
265 template<typename CreateProtectionRequestT = Model::CreateProtectionRequest>
266 Model::CreateProtectionOutcomeCallable CreateProtectionCallable(const CreateProtectionRequestT& request) const
267 {
268 return SubmitCallable(&ShieldClient::CreateProtection, request);
269 }
270
274 template<typename CreateProtectionRequestT = Model::CreateProtectionRequest>
275 void CreateProtectionAsync(const CreateProtectionRequestT& request, const CreateProtectionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
276 {
277 return SubmitAsync(&ShieldClient::CreateProtection, request, handler, context);
278 }
279
288
292 template<typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
293 Model::CreateProtectionGroupOutcomeCallable CreateProtectionGroupCallable(const CreateProtectionGroupRequestT& request) const
294 {
295 return SubmitCallable(&ShieldClient::CreateProtectionGroup, request);
296 }
297
301 template<typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
302 void CreateProtectionGroupAsync(const CreateProtectionGroupRequestT& request, const CreateProtectionGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
303 {
304 return SubmitAsync(&ShieldClient::CreateProtectionGroup, request, handler, context);
305 }
306
319
323 template<typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
324 Model::CreateSubscriptionOutcomeCallable CreateSubscriptionCallable(const CreateSubscriptionRequestT& request = {}) const
325 {
326 return SubmitCallable(&ShieldClient::CreateSubscription, request);
327 }
328
332 template<typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
333 void CreateSubscriptionAsync(const CreateSubscriptionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const CreateSubscriptionRequestT& request = {}) const
334 {
335 return SubmitAsync(&ShieldClient::CreateSubscription, request, handler, context);
336 }
337
344
348 template<typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
349 Model::DeleteProtectionOutcomeCallable DeleteProtectionCallable(const DeleteProtectionRequestT& request) const
350 {
351 return SubmitCallable(&ShieldClient::DeleteProtection, request);
352 }
353
357 template<typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
358 void DeleteProtectionAsync(const DeleteProtectionRequestT& request, const DeleteProtectionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
359 {
360 return SubmitAsync(&ShieldClient::DeleteProtection, request, handler, context);
361 }
362
369
373 template<typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
374 Model::DeleteProtectionGroupOutcomeCallable DeleteProtectionGroupCallable(const DeleteProtectionGroupRequestT& request) const
375 {
376 return SubmitCallable(&ShieldClient::DeleteProtectionGroup, request);
377 }
378
382 template<typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
383 void DeleteProtectionGroupAsync(const DeleteProtectionGroupRequestT& request, const DeleteProtectionGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
384 {
385 return SubmitAsync(&ShieldClient::DeleteProtectionGroup, request, handler, context);
386 }
387
394
398 template<typename DescribeAttackRequestT = Model::DescribeAttackRequest>
399 Model::DescribeAttackOutcomeCallable DescribeAttackCallable(const DescribeAttackRequestT& request) const
400 {
401 return SubmitCallable(&ShieldClient::DescribeAttack, request);
402 }
403
407 template<typename DescribeAttackRequestT = Model::DescribeAttackRequest>
408 void DescribeAttackAsync(const DescribeAttackRequestT& request, const DescribeAttackResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
409 {
410 return SubmitAsync(&ShieldClient::DescribeAttack, request, handler, context);
411 }
412
429
433 template<typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
434 Model::DescribeAttackStatisticsOutcomeCallable DescribeAttackStatisticsCallable(const DescribeAttackStatisticsRequestT& request = {}) const
435 {
436 return SubmitCallable(&ShieldClient::DescribeAttackStatistics, request);
437 }
438
442 template<typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
443 void DescribeAttackStatisticsAsync(const DescribeAttackStatisticsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeAttackStatisticsRequestT& request = {}) const
444 {
445 return SubmitAsync(&ShieldClient::DescribeAttackStatistics, request, handler, context);
446 }
447
456
460 template<typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
461 Model::DescribeDRTAccessOutcomeCallable DescribeDRTAccessCallable(const DescribeDRTAccessRequestT& request = {}) const
462 {
463 return SubmitCallable(&ShieldClient::DescribeDRTAccess, request);
464 }
465
469 template<typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
470 void DescribeDRTAccessAsync(const DescribeDRTAccessResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeDRTAccessRequestT& request = {}) const
471 {
472 return SubmitAsync(&ShieldClient::DescribeDRTAccess, request, handler, context);
473 }
474
484
488 template<typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
489 Model::DescribeEmergencyContactSettingsOutcomeCallable DescribeEmergencyContactSettingsCallable(const DescribeEmergencyContactSettingsRequestT& request = {}) const
490 {
491 return SubmitCallable(&ShieldClient::DescribeEmergencyContactSettings, request);
492 }
493
497 template<typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
498 void DescribeEmergencyContactSettingsAsync(const DescribeEmergencyContactSettingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeEmergencyContactSettingsRequestT& request = {}) const
499 {
500 return SubmitAsync(&ShieldClient::DescribeEmergencyContactSettings, request, handler, context);
501 }
502
510
514 template<typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
515 Model::DescribeProtectionOutcomeCallable DescribeProtectionCallable(const DescribeProtectionRequestT& request = {}) const
516 {
517 return SubmitCallable(&ShieldClient::DescribeProtection, request);
518 }
519
523 template<typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
524 void DescribeProtectionAsync(const DescribeProtectionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeProtectionRequestT& request = {}) const
525 {
526 return SubmitAsync(&ShieldClient::DescribeProtection, request, handler, context);
527 }
528
536
540 template<typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
541 Model::DescribeProtectionGroupOutcomeCallable DescribeProtectionGroupCallable(const DescribeProtectionGroupRequestT& request) const
542 {
543 return SubmitCallable(&ShieldClient::DescribeProtectionGroup, request);
544 }
545
549 template<typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
550 void DescribeProtectionGroupAsync(const DescribeProtectionGroupRequestT& request, const DescribeProtectionGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
551 {
552 return SubmitAsync(&ShieldClient::DescribeProtectionGroup, request, handler, context);
553 }
554
562
566 template<typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
567 Model::DescribeSubscriptionOutcomeCallable DescribeSubscriptionCallable(const DescribeSubscriptionRequestT& request = {}) const
568 {
569 return SubmitCallable(&ShieldClient::DescribeSubscription, request);
570 }
571
575 template<typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
576 void DescribeSubscriptionAsync(const DescribeSubscriptionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DescribeSubscriptionRequestT& request = {}) const
577 {
578 return SubmitAsync(&ShieldClient::DescribeSubscription, request, handler, context);
579 }
580
590
594 template<typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
596 {
597 return SubmitCallable(&ShieldClient::DisableApplicationLayerAutomaticResponse, request);
598 }
599
603 template<typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
604 void DisableApplicationLayerAutomaticResponseAsync(const DisableApplicationLayerAutomaticResponseRequestT& request, const DisableApplicationLayerAutomaticResponseResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
605 {
606 return SubmitAsync(&ShieldClient::DisableApplicationLayerAutomaticResponse, request, handler, context);
607 }
608
617
621 template<typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
622 Model::DisableProactiveEngagementOutcomeCallable DisableProactiveEngagementCallable(const DisableProactiveEngagementRequestT& request = {}) const
623 {
624 return SubmitCallable(&ShieldClient::DisableProactiveEngagement, request);
625 }
626
630 template<typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
631 void DisableProactiveEngagementAsync(const DisableProactiveEngagementResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DisableProactiveEngagementRequestT& request = {}) const
632 {
633 return SubmitAsync(&ShieldClient::DisableProactiveEngagement, request, handler, context);
634 }
635
644
648 template<typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
649 Model::DisassociateDRTLogBucketOutcomeCallable DisassociateDRTLogBucketCallable(const DisassociateDRTLogBucketRequestT& request) const
650 {
651 return SubmitCallable(&ShieldClient::DisassociateDRTLogBucket, request);
652 }
653
657 template<typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
658 void DisassociateDRTLogBucketAsync(const DisassociateDRTLogBucketRequestT& request, const DisassociateDRTLogBucketResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
659 {
660 return SubmitAsync(&ShieldClient::DisassociateDRTLogBucket, request, handler, context);
661 }
662
670
674 template<typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
675 Model::DisassociateDRTRoleOutcomeCallable DisassociateDRTRoleCallable(const DisassociateDRTRoleRequestT& request = {}) const
676 {
677 return SubmitCallable(&ShieldClient::DisassociateDRTRole, request);
678 }
679
683 template<typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
684 void DisassociateDRTRoleAsync(const DisassociateDRTRoleResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const DisassociateDRTRoleRequestT& request = {}) const
685 {
686 return SubmitAsync(&ShieldClient::DisassociateDRTRole, request, handler, context);
687 }
688
703
707 template<typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
708 Model::DisassociateHealthCheckOutcomeCallable DisassociateHealthCheckCallable(const DisassociateHealthCheckRequestT& request) const
709 {
710 return SubmitCallable(&ShieldClient::DisassociateHealthCheck, request);
711 }
712
716 template<typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
717 void DisassociateHealthCheckAsync(const DisassociateHealthCheckRequestT& request, const DisassociateHealthCheckResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
718 {
719 return SubmitAsync(&ShieldClient::DisassociateHealthCheck, request, handler, context);
720 }
721
751
755 template<typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
757 {
758 return SubmitCallable(&ShieldClient::EnableApplicationLayerAutomaticResponse, request);
759 }
760
764 template<typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
765 void EnableApplicationLayerAutomaticResponseAsync(const EnableApplicationLayerAutomaticResponseRequestT& request, const EnableApplicationLayerAutomaticResponseResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
766 {
767 return SubmitAsync(&ShieldClient::EnableApplicationLayerAutomaticResponse, request, handler, context);
768 }
769
778
782 template<typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
783 Model::EnableProactiveEngagementOutcomeCallable EnableProactiveEngagementCallable(const EnableProactiveEngagementRequestT& request = {}) const
784 {
785 return SubmitCallable(&ShieldClient::EnableProactiveEngagement, request);
786 }
787
791 template<typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
792 void EnableProactiveEngagementAsync(const EnableProactiveEngagementResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const EnableProactiveEngagementRequestT& request = {}) const
793 {
794 return SubmitAsync(&ShieldClient::EnableProactiveEngagement, request, handler, context);
795 }
796
804
808 template<typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
809 Model::GetSubscriptionStateOutcomeCallable GetSubscriptionStateCallable(const GetSubscriptionStateRequestT& request = {}) const
810 {
811 return SubmitCallable(&ShieldClient::GetSubscriptionState, request);
812 }
813
817 template<typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
818 void GetSubscriptionStateAsync(const GetSubscriptionStateResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const GetSubscriptionStateRequestT& request = {}) const
819 {
820 return SubmitAsync(&ShieldClient::GetSubscriptionState, request, handler, context);
821 }
822
830
834 template<typename ListAttacksRequestT = Model::ListAttacksRequest>
835 Model::ListAttacksOutcomeCallable ListAttacksCallable(const ListAttacksRequestT& request = {}) const
836 {
837 return SubmitCallable(&ShieldClient::ListAttacks, request);
838 }
839
843 template<typename ListAttacksRequestT = Model::ListAttacksRequest>
844 void ListAttacksAsync(const ListAttacksResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListAttacksRequestT& request = {}) const
845 {
846 return SubmitAsync(&ShieldClient::ListAttacks, request, handler, context);
847 }
848
858
862 template<typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
863 Model::ListProtectionGroupsOutcomeCallable ListProtectionGroupsCallable(const ListProtectionGroupsRequestT& request = {}) const
864 {
865 return SubmitCallable(&ShieldClient::ListProtectionGroups, request);
866 }
867
871 template<typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
872 void ListProtectionGroupsAsync(const ListProtectionGroupsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListProtectionGroupsRequestT& request = {}) const
873 {
874 return SubmitAsync(&ShieldClient::ListProtectionGroups, request, handler, context);
875 }
876
885
889 template<typename ListProtectionsRequestT = Model::ListProtectionsRequest>
890 Model::ListProtectionsOutcomeCallable ListProtectionsCallable(const ListProtectionsRequestT& request = {}) const
891 {
892 return SubmitCallable(&ShieldClient::ListProtections, request);
893 }
894
898 template<typename ListProtectionsRequestT = Model::ListProtectionsRequest>
899 void ListProtectionsAsync(const ListProtectionsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const ListProtectionsRequestT& request = {}) const
900 {
901 return SubmitAsync(&ShieldClient::ListProtections, request, handler, context);
902 }
903
911
915 template<typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
916 Model::ListResourcesInProtectionGroupOutcomeCallable ListResourcesInProtectionGroupCallable(const ListResourcesInProtectionGroupRequestT& request) const
917 {
918 return SubmitCallable(&ShieldClient::ListResourcesInProtectionGroup, request);
919 }
920
924 template<typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
925 void ListResourcesInProtectionGroupAsync(const ListResourcesInProtectionGroupRequestT& request, const ListResourcesInProtectionGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
926 {
927 return SubmitAsync(&ShieldClient::ListResourcesInProtectionGroup, request, handler, context);
928 }
929
937
941 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
942 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const
943 {
944 return SubmitCallable(&ShieldClient::ListTagsForResource, request);
945 }
946
950 template<typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
951 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
952 {
953 return SubmitAsync(&ShieldClient::ListTagsForResource, request, handler, context);
954 }
955
962
966 template<typename TagResourceRequestT = Model::TagResourceRequest>
967 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const
968 {
969 return SubmitCallable(&ShieldClient::TagResource, request);
970 }
971
975 template<typename TagResourceRequestT = Model::TagResourceRequest>
976 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
977 {
978 return SubmitAsync(&ShieldClient::TagResource, request, handler, context);
979 }
980
987
991 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
992 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const
993 {
994 return SubmitCallable(&ShieldClient::UntagResource, request);
995 }
996
1000 template<typename UntagResourceRequestT = Model::UntagResourceRequest>
1001 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1002 {
1003 return SubmitAsync(&ShieldClient::UntagResource, request, handler, context);
1004 }
1005
1014
1018 template<typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1020 {
1021 return SubmitCallable(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request);
1022 }
1023
1027 template<typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1028 void UpdateApplicationLayerAutomaticResponseAsync(const UpdateApplicationLayerAutomaticResponseRequestT& request, const UpdateApplicationLayerAutomaticResponseResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1029 {
1030 return SubmitAsync(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request, handler, context);
1031 }
1032
1042
1046 template<typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1047 Model::UpdateEmergencyContactSettingsOutcomeCallable UpdateEmergencyContactSettingsCallable(const UpdateEmergencyContactSettingsRequestT& request = {}) const
1048 {
1049 return SubmitCallable(&ShieldClient::UpdateEmergencyContactSettings, request);
1050 }
1051
1055 template<typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1056 void UpdateEmergencyContactSettingsAsync(const UpdateEmergencyContactSettingsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const UpdateEmergencyContactSettingsRequestT& request = {}) const
1057 {
1058 return SubmitAsync(&ShieldClient::UpdateEmergencyContactSettings, request, handler, context);
1059 }
1060
1070
1074 template<typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1075 Model::UpdateProtectionGroupOutcomeCallable UpdateProtectionGroupCallable(const UpdateProtectionGroupRequestT& request) const
1076 {
1077 return SubmitCallable(&ShieldClient::UpdateProtectionGroup, request);
1078 }
1079
1083 template<typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1084 void UpdateProtectionGroupAsync(const UpdateProtectionGroupRequestT& request, const UpdateProtectionGroupResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
1085 {
1086 return SubmitAsync(&ShieldClient::UpdateProtectionGroup, request, handler, context);
1087 }
1088
1100
1104 template<typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1105 Model::UpdateSubscriptionOutcomeCallable UpdateSubscriptionCallable(const UpdateSubscriptionRequestT& request = {}) const
1106 {
1107 return SubmitCallable(&ShieldClient::UpdateSubscription, request);
1108 }
1109
1113 template<typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1114 void UpdateSubscriptionAsync(const UpdateSubscriptionResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr, const UpdateSubscriptionRequestT& request = {}) const
1115 {
1116 return SubmitAsync(&ShieldClient::UpdateSubscription, request, handler, context);
1117 }
1118
1119
1120 void OverrideEndpoint(const Aws::String& endpoint);
1121 std::shared_ptr<ShieldEndpointProviderBase>& accessEndpointProvider();
1122 private:
1124 void init(const ShieldClientConfiguration& clientConfiguration);
1125
1126 ShieldClientConfiguration m_clientConfiguration;
1127 std::shared_ptr<ShieldEndpointProviderBase> m_endpointProvider;
1128 };
1129
1130} // namespace Shield
1131} // namespace Aws
Model::DescribeAttackOutcomeCallable DescribeAttackCallable(const DescribeAttackRequestT &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
virtual Model::AssociateDRTRoleOutcome AssociateDRTRole(const Model::AssociateDRTRoleRequest &request) const
virtual Model::DescribeDRTAccessOutcome DescribeDRTAccess(const Model::DescribeDRTAccessRequest &request={}) const
void DisassociateHealthCheckAsync(const DisassociateHealthCheckRequestT &request, const DisassociateHealthCheckResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DisableApplicationLayerAutomaticResponseAsync(const DisableApplicationLayerAutomaticResponseRequestT &request, const DisableApplicationLayerAutomaticResponseResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateEmergencyContactSettingsOutcome UpdateEmergencyContactSettings(const Model::UpdateEmergencyContactSettingsRequest &request={}) const
virtual Model::UpdateSubscriptionOutcome UpdateSubscription(const Model::UpdateSubscriptionRequest &request={}) const
virtual Model::DescribeEmergencyContactSettingsOutcome DescribeEmergencyContactSettings(const Model::DescribeEmergencyContactSettingsRequest &request={}) const
virtual Model::UpdateApplicationLayerAutomaticResponseOutcome UpdateApplicationLayerAutomaticResponse(const Model::UpdateApplicationLayerAutomaticResponseRequest &request) const
ShieldClientConfiguration ClientConfigurationType
virtual Model::DescribeProtectionGroupOutcome DescribeProtectionGroup(const Model::DescribeProtectionGroupRequest &request) const
Model::DescribeDRTAccessOutcomeCallable DescribeDRTAccessCallable(const DescribeDRTAccessRequestT &request={}) const
void DescribeProtectionAsync(const DescribeProtectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeProtectionRequestT &request={}) const
virtual Model::UpdateProtectionGroupOutcome UpdateProtectionGroup(const Model::UpdateProtectionGroupRequest &request) const
Model::EnableProactiveEngagementOutcomeCallable EnableProactiveEngagementCallable(const EnableProactiveEngagementRequestT &request={}) const
std::shared_ptr< ShieldEndpointProviderBase > & accessEndpointProvider()
Model::ListProtectionGroupsOutcomeCallable ListProtectionGroupsCallable(const ListProtectionGroupsRequestT &request={}) const
void AssociateDRTRoleAsync(const AssociateDRTRoleRequestT &request, const AssociateDRTRoleResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateApplicationLayerAutomaticResponseOutcomeCallable UpdateApplicationLayerAutomaticResponseCallable(const UpdateApplicationLayerAutomaticResponseRequestT &request) const
void ListProtectionsAsync(const ListProtectionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListProtectionsRequestT &request={}) const
Model::EnableApplicationLayerAutomaticResponseOutcomeCallable EnableApplicationLayerAutomaticResponseCallable(const EnableApplicationLayerAutomaticResponseRequestT &request) const
void DescribeAttackStatisticsAsync(const DescribeAttackStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeAttackStatisticsRequestT &request={}) const
virtual Model::DisassociateHealthCheckOutcome DisassociateHealthCheck(const Model::DisassociateHealthCheckRequest &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void UpdateApplicationLayerAutomaticResponseAsync(const UpdateApplicationLayerAutomaticResponseRequestT &request, const UpdateApplicationLayerAutomaticResponseResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AssociateProactiveEngagementDetailsAsync(const AssociateProactiveEngagementDetailsRequestT &request, const AssociateProactiveEngagementDetailsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeAttackOutcome DescribeAttack(const Model::DescribeAttackRequest &request) const
Model::DisableProactiveEngagementOutcomeCallable DisableProactiveEngagementCallable(const DisableProactiveEngagementRequestT &request={}) const
ShieldClient(const Aws::Client::ClientConfiguration &clientConfiguration)
void DescribeProtectionGroupAsync(const DescribeProtectionGroupRequestT &request, const DescribeProtectionGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListAttacksAsync(const ListAttacksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListAttacksRequestT &request={}) const
Model::AssociateDRTLogBucketOutcomeCallable AssociateDRTLogBucketCallable(const AssociateDRTLogBucketRequestT &request) const
Model::DescribeEmergencyContactSettingsOutcomeCallable DescribeEmergencyContactSettingsCallable(const DescribeEmergencyContactSettingsRequestT &request={}) const
Model::DisassociateHealthCheckOutcomeCallable DisassociateHealthCheckCallable(const DisassociateHealthCheckRequestT &request) const
Model::AssociateDRTRoleOutcomeCallable AssociateDRTRoleCallable(const AssociateDRTRoleRequestT &request) const
Model::DeleteProtectionOutcomeCallable DeleteProtectionCallable(const DeleteProtectionRequestT &request) const
void EnableApplicationLayerAutomaticResponseAsync(const EnableApplicationLayerAutomaticResponseRequestT &request, const EnableApplicationLayerAutomaticResponseResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DisableProactiveEngagementAsync(const DisableProactiveEngagementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisableProactiveEngagementRequestT &request={}) const
Model::UpdateProtectionGroupOutcomeCallable UpdateProtectionGroupCallable(const UpdateProtectionGroupRequestT &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void DescribeDRTAccessAsync(const DescribeDRTAccessResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeDRTAccessRequestT &request={}) const
virtual Model::DescribeSubscriptionOutcome DescribeSubscription(const Model::DescribeSubscriptionRequest &request={}) const
Model::ListResourcesInProtectionGroupOutcomeCallable ListResourcesInProtectionGroupCallable(const ListResourcesInProtectionGroupRequestT &request) const
virtual Model::CreateProtectionOutcome CreateProtection(const Model::CreateProtectionRequest &request) const
Model::UpdateEmergencyContactSettingsOutcomeCallable UpdateEmergencyContactSettingsCallable(const UpdateEmergencyContactSettingsRequestT &request={}) const
void UpdateSubscriptionAsync(const UpdateSubscriptionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateSubscriptionRequestT &request={}) const
static const char * GetAllocationTag()
virtual Model::ListAttacksOutcome ListAttacks(const Model::ListAttacksRequest &request={}) const
Model::DisassociateDRTRoleOutcomeCallable DisassociateDRTRoleCallable(const DisassociateDRTRoleRequestT &request={}) const
virtual Model::DisableApplicationLayerAutomaticResponseOutcome DisableApplicationLayerAutomaticResponse(const Model::DisableApplicationLayerAutomaticResponseRequest &request) const
virtual Model::AssociateProactiveEngagementDetailsOutcome AssociateProactiveEngagementDetails(const Model::AssociateProactiveEngagementDetailsRequest &request) const
Aws::Client::AWSJsonClient BASECLASS
void UpdateEmergencyContactSettingsAsync(const UpdateEmergencyContactSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const UpdateEmergencyContactSettingsRequestT &request={}) const
void OverrideEndpoint(const Aws::String &endpoint)
Model::DescribeProtectionOutcomeCallable DescribeProtectionCallable(const DescribeProtectionRequestT &request={}) const
void DescribeAttackAsync(const DescribeAttackRequestT &request, const DescribeAttackResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::EnableProactiveEngagementOutcome EnableProactiveEngagement(const Model::EnableProactiveEngagementRequest &request={}) const
void EnableProactiveEngagementAsync(const EnableProactiveEngagementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const EnableProactiveEngagementRequestT &request={}) const
static const char * GetServiceName()
Model::CreateSubscriptionOutcomeCallable CreateSubscriptionCallable(const CreateSubscriptionRequestT &request={}) const
virtual Model::EnableApplicationLayerAutomaticResponseOutcome EnableApplicationLayerAutomaticResponse(const Model::EnableApplicationLayerAutomaticResponseRequest &request) const
void GetSubscriptionStateAsync(const GetSubscriptionStateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetSubscriptionStateRequestT &request={}) const
virtual Model::ListProtectionGroupsOutcome ListProtectionGroups(const Model::ListProtectionGroupsRequest &request={}) const
Model::AssociateHealthCheckOutcomeCallable AssociateHealthCheckCallable(const AssociateHealthCheckRequestT &request) const
virtual Model::AssociateDRTLogBucketOutcome AssociateDRTLogBucket(const Model::AssociateDRTLogBucketRequest &request) const
virtual Model::AssociateHealthCheckOutcome AssociateHealthCheck(const Model::AssociateHealthCheckRequest &request) const
Model::ListAttacksOutcomeCallable ListAttacksCallable(const ListAttacksRequestT &request={}) const
void DisassociateDRTRoleAsync(const DisassociateDRTRoleResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DisassociateDRTRoleRequestT &request={}) const
Model::DisableApplicationLayerAutomaticResponseOutcomeCallable DisableApplicationLayerAutomaticResponseCallable(const DisableApplicationLayerAutomaticResponseRequestT &request) const
ShieldClient(const Aws::Shield::ShieldClientConfiguration &clientConfiguration=Aws::Shield::ShieldClientConfiguration(), std::shared_ptr< ShieldEndpointProviderBase > endpointProvider=nullptr)
void DisassociateDRTLogBucketAsync(const DisassociateDRTLogBucketRequestT &request, const DisassociateDRTLogBucketResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DisassociateDRTLogBucketOutcomeCallable DisassociateDRTLogBucketCallable(const DisassociateDRTLogBucketRequestT &request) const
virtual Model::CreateProtectionGroupOutcome CreateProtectionGroup(const Model::CreateProtectionGroupRequest &request) const
void UpdateProtectionGroupAsync(const UpdateProtectionGroupRequestT &request, const UpdateProtectionGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DisassociateDRTRoleOutcome DisassociateDRTRole(const Model::DisassociateDRTRoleRequest &request={}) const
Model::CreateProtectionGroupOutcomeCallable CreateProtectionGroupCallable(const CreateProtectionGroupRequestT &request) const
virtual Model::CreateSubscriptionOutcome CreateSubscription(const Model::CreateSubscriptionRequest &request={}) const
Model::DescribeSubscriptionOutcomeCallable DescribeSubscriptionCallable(const DescribeSubscriptionRequestT &request={}) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::GetSubscriptionStateOutcome GetSubscriptionState(const Model::GetSubscriptionStateRequest &request={}) const
virtual Model::DisableProactiveEngagementOutcome DisableProactiveEngagement(const Model::DisableProactiveEngagementRequest &request={}) const
void DescribeSubscriptionAsync(const DescribeSubscriptionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeSubscriptionRequestT &request={}) const
ShieldClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetSubscriptionStateOutcomeCallable GetSubscriptionStateCallable(const GetSubscriptionStateRequestT &request={}) const
void DescribeEmergencyContactSettingsAsync(const DescribeEmergencyContactSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeEmergencyContactSettingsRequestT &request={}) const
ShieldClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ShieldEndpointProviderBase > endpointProvider=nullptr, const Aws::Shield::ShieldClientConfiguration &clientConfiguration=Aws::Shield::ShieldClientConfiguration())
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteProtectionGroupAsync(const DeleteProtectionGroupRequestT &request, const DeleteProtectionGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
ShieldEndpointProvider EndpointProviderType
Model::AssociateProactiveEngagementDetailsOutcomeCallable AssociateProactiveEngagementDetailsCallable(const AssociateProactiveEngagementDetailsRequestT &request) const
void CreateProtectionGroupAsync(const CreateProtectionGroupRequestT &request, const CreateProtectionGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeProtectionGroupOutcomeCallable DescribeProtectionGroupCallable(const DescribeProtectionGroupRequestT &request) const
void CreateSubscriptionAsync(const CreateSubscriptionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const CreateSubscriptionRequestT &request={}) const
ShieldClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
void ListProtectionGroupsAsync(const ListProtectionGroupsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListProtectionGroupsRequestT &request={}) const
virtual Model::DeleteProtectionGroupOutcome DeleteProtectionGroup(const Model::DeleteProtectionGroupRequest &request) const
ShieldClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ShieldEndpointProviderBase > endpointProvider=nullptr, const Aws::Shield::ShieldClientConfiguration &clientConfiguration=Aws::Shield::ShieldClientConfiguration())
virtual Model::DeleteProtectionOutcome DeleteProtection(const Model::DeleteProtectionRequest &request) const
void AssociateDRTLogBucketAsync(const AssociateDRTLogBucketRequestT &request, const AssociateDRTLogBucketResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateSubscriptionOutcomeCallable UpdateSubscriptionCallable(const UpdateSubscriptionRequestT &request={}) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
Model::CreateProtectionOutcomeCallable CreateProtectionCallable(const CreateProtectionRequestT &request) const
void ListResourcesInProtectionGroupAsync(const ListResourcesInProtectionGroupRequestT &request, const ListResourcesInProtectionGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeAttackStatisticsOutcome DescribeAttackStatistics(const Model::DescribeAttackStatisticsRequest &request={}) const
void AssociateHealthCheckAsync(const AssociateHealthCheckRequestT &request, const AssociateHealthCheckResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListResourcesInProtectionGroupOutcome ListResourcesInProtectionGroup(const Model::ListResourcesInProtectionGroupRequest &request) const
virtual Model::DisassociateDRTLogBucketOutcome DisassociateDRTLogBucket(const Model::DisassociateDRTLogBucketRequest &request) const
virtual Model::ListProtectionsOutcome ListProtections(const Model::ListProtectionsRequest &request={}) const
Model::DescribeAttackStatisticsOutcomeCallable DescribeAttackStatisticsCallable(const DescribeAttackStatisticsRequestT &request={}) const
Model::DeleteProtectionGroupOutcomeCallable DeleteProtectionGroupCallable(const DeleteProtectionGroupRequestT &request) const
Model::ListProtectionsOutcomeCallable ListProtectionsCallable(const ListProtectionsRequestT &request={}) const
void CreateProtectionAsync(const CreateProtectionRequestT &request, const CreateProtectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void DeleteProtectionAsync(const DeleteProtectionRequestT &request, const DeleteProtectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeProtectionOutcome DescribeProtection(const Model::DescribeProtectionRequest &request={}) const
std::future< ListResourcesInProtectionGroupOutcome > ListResourcesInProtectionGroupOutcomeCallable
std::future< DisableProactiveEngagementOutcome > DisableProactiveEngagementOutcomeCallable
std::future< UpdateSubscriptionOutcome > UpdateSubscriptionOutcomeCallable
std::future< DisassociateDRTRoleOutcome > DisassociateDRTRoleOutcomeCallable
std::future< DisableApplicationLayerAutomaticResponseOutcome > DisableApplicationLayerAutomaticResponseOutcomeCallable
std::future< GetSubscriptionStateOutcome > GetSubscriptionStateOutcomeCallable
std::future< DescribeProtectionGroupOutcome > DescribeProtectionGroupOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DescribeProtectionOutcome > DescribeProtectionOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DisassociateHealthCheckOutcome > DisassociateHealthCheckOutcomeCallable
std::future< AssociateProactiveEngagementDetailsOutcome > AssociateProactiveEngagementDetailsOutcomeCallable
std::future< CreateProtectionGroupOutcome > CreateProtectionGroupOutcomeCallable
std::future< DescribeEmergencyContactSettingsOutcome > DescribeEmergencyContactSettingsOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListProtectionGroupsOutcome > ListProtectionGroupsOutcomeCallable
std::future< EnableProactiveEngagementOutcome > EnableProactiveEngagementOutcomeCallable
std::future< ListProtectionsOutcome > ListProtectionsOutcomeCallable
std::future< UpdateApplicationLayerAutomaticResponseOutcome > UpdateApplicationLayerAutomaticResponseOutcomeCallable
std::future< UpdateEmergencyContactSettingsOutcome > UpdateEmergencyContactSettingsOutcomeCallable
std::future< UpdateProtectionGroupOutcome > UpdateProtectionGroupOutcomeCallable
std::future< DeleteProtectionGroupOutcome > DeleteProtectionGroupOutcomeCallable
std::future< AssociateDRTLogBucketOutcome > AssociateDRTLogBucketOutcomeCallable
std::future< DeleteProtectionOutcome > DeleteProtectionOutcomeCallable
std::future< AssociateDRTRoleOutcome > AssociateDRTRoleOutcomeCallable
std::future< DisassociateDRTLogBucketOutcome > DisassociateDRTLogBucketOutcomeCallable
std::future< DescribeSubscriptionOutcome > DescribeSubscriptionOutcomeCallable
std::future< DescribeAttackOutcome > DescribeAttackOutcomeCallable
std::future< CreateSubscriptionOutcome > CreateSubscriptionOutcomeCallable
std::future< DescribeDRTAccessOutcome > DescribeDRTAccessOutcomeCallable
std::future< CreateProtectionOutcome > CreateProtectionOutcomeCallable
std::future< DescribeAttackStatisticsOutcome > DescribeAttackStatisticsOutcomeCallable
std::future< ListAttacksOutcome > ListAttacksOutcomeCallable
std::future< EnableApplicationLayerAutomaticResponseOutcome > EnableApplicationLayerAutomaticResponseOutcomeCallable
std::future< AssociateHealthCheckOutcome > AssociateHealthCheckOutcomeCallable
std::function< void(const ShieldClient *, const Model::AssociateDRTLogBucketRequest &, const Model::AssociateDRTLogBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateDRTLogBucketResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DeleteProtectionRequest &, const Model::DeleteProtectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteProtectionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeAttackStatisticsRequest &, const Model::DescribeAttackStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAttackStatisticsResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UpdateProtectionGroupRequest &, const Model::UpdateProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateProtectionGroupResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DisassociateDRTLogBucketRequest &, const Model::DisassociateDRTLogBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateDRTLogBucketResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DisableProactiveEngagementRequest &, const Model::DisableProactiveEngagementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableProactiveEngagementResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeAttackRequest &, const Model::DescribeAttackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeAttackResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::AssociateDRTRoleRequest &, const Model::AssociateDRTRoleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateDRTRoleResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::GetSubscriptionStateRequest &, const Model::GetSubscriptionStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSubscriptionStateResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeDRTAccessRequest &, const Model::DescribeDRTAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDRTAccessResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DeleteProtectionGroupRequest &, const Model::DeleteProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteProtectionGroupResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeProtectionGroupRequest &, const Model::DescribeProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProtectionGroupResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::ListAttacksRequest &, const Model::ListAttacksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAttacksResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeProtectionRequest &, const Model::DescribeProtectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeProtectionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DisableApplicationLayerAutomaticResponseRequest &, const Model::DisableApplicationLayerAutomaticResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableApplicationLayerAutomaticResponseResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UpdateSubscriptionRequest &, const Model::UpdateSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSubscriptionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::CreateProtectionRequest &, const Model::CreateProtectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateProtectionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeSubscriptionRequest &, const Model::DescribeSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSubscriptionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::CreateSubscriptionRequest &, const Model::CreateSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSubscriptionResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::EnableApplicationLayerAutomaticResponseRequest &, const Model::EnableApplicationLayerAutomaticResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableApplicationLayerAutomaticResponseResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::CreateProtectionGroupRequest &, const Model::CreateProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateProtectionGroupResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UpdateEmergencyContactSettingsRequest &, const Model::UpdateEmergencyContactSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateEmergencyContactSettingsResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DescribeEmergencyContactSettingsRequest &, const Model::DescribeEmergencyContactSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEmergencyContactSettingsResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UpdateApplicationLayerAutomaticResponseRequest &, const Model::UpdateApplicationLayerAutomaticResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateApplicationLayerAutomaticResponseResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DisassociateDRTRoleRequest &, const Model::DisassociateDRTRoleOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateDRTRoleResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::DisassociateHealthCheckRequest &, const Model::DisassociateHealthCheckOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateHealthCheckResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::AssociateHealthCheckRequest &, const Model::AssociateHealthCheckOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateHealthCheckResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::ListResourcesInProtectionGroupRequest &, const Model::ListResourcesInProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListResourcesInProtectionGroupResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::EnableProactiveEngagementRequest &, const Model::EnableProactiveEngagementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableProactiveEngagementResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::ListProtectionGroupsRequest &, const Model::ListProtectionGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListProtectionGroupsResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::AssociateProactiveEngagementDetailsRequest &, const Model::AssociateProactiveEngagementDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateProactiveEngagementDetailsResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::ListProtectionsRequest &, const Model::ListProtectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListProtectionsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String