AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
ShieldClient.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/shield/ShieldPaginationBase.h>
12#include <aws/shield/ShieldServiceClientModel.h>
13#include <aws/shield/ShieldWaiter.h>
14#include <aws/shield/Shield_EXPORTS.h>
15
16namespace Aws {
17namespace Shield {
27class AWS_SHIELD_API ShieldClient : public Aws::Client::AWSJsonClient,
29 public ShieldPaginationBase<ShieldClient>,
30 public ShieldWaiter<ShieldClient> {
31 public:
33 static const char* GetServiceName();
34 static const char* GetAllocationTag();
35
38
44 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr);
45
50 ShieldClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
52
57 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
58 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
60
61 /* Legacy constructors due deprecation */
67
72 ShieldClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
73
78 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
79 const Aws::Client::ClientConfiguration& clientConfiguration);
80
81 /* End of legacy constructors due deprecation */
82 virtual ~ShieldClient();
83
98
103 template <typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
104 Model::AssociateDRTLogBucketOutcomeCallable AssociateDRTLogBucketCallable(const AssociateDRTLogBucketRequestT& request) const {
105 return SubmitCallable(&ShieldClient::AssociateDRTLogBucket, request);
106 }
107
112 template <typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
113 void AssociateDRTLogBucketAsync(const AssociateDRTLogBucketRequestT& request, const AssociateDRTLogBucketResponseReceivedHandler& handler,
114 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
115 return SubmitAsync(&ShieldClient::AssociateDRTLogBucket, request, handler, context);
116 }
117
154
159 template <typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
160 Model::AssociateDRTRoleOutcomeCallable AssociateDRTRoleCallable(const AssociateDRTRoleRequestT& request) const {
161 return SubmitCallable(&ShieldClient::AssociateDRTRole, request);
162 }
163
168 template <typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
169 void AssociateDRTRoleAsync(const AssociateDRTRoleRequestT& request, const AssociateDRTRoleResponseReceivedHandler& handler,
170 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
171 return SubmitAsync(&ShieldClient::AssociateDRTRole, request, handler, context);
172 }
173
187
192 template <typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
193 Model::AssociateHealthCheckOutcomeCallable AssociateHealthCheckCallable(const AssociateHealthCheckRequestT& request) const {
194 return SubmitCallable(&ShieldClient::AssociateHealthCheck, request);
195 }
196
201 template <typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
202 void AssociateHealthCheckAsync(const AssociateHealthCheckRequestT& request, const AssociateHealthCheckResponseReceivedHandler& handler,
203 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
204 return SubmitAsync(&ShieldClient::AssociateHealthCheck, request, handler, context);
205 }
206
225
230 template <typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
232 const AssociateProactiveEngagementDetailsRequestT& request) const {
233 return SubmitCallable(&ShieldClient::AssociateProactiveEngagementDetails, request);
234 }
235
240 template <typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
241 void AssociateProactiveEngagementDetailsAsync(const AssociateProactiveEngagementDetailsRequestT& request,
243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
244 return SubmitAsync(&ShieldClient::AssociateProactiveEngagementDetails, request, handler, context);
245 }
246
267
272 template <typename CreateProtectionRequestT = Model::CreateProtectionRequest>
273 Model::CreateProtectionOutcomeCallable CreateProtectionCallable(const CreateProtectionRequestT& request) const {
274 return SubmitCallable(&ShieldClient::CreateProtection, request);
275 }
276
281 template <typename CreateProtectionRequestT = Model::CreateProtectionRequest>
282 void CreateProtectionAsync(const CreateProtectionRequestT& request, const CreateProtectionResponseReceivedHandler& handler,
283 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
284 return SubmitAsync(&ShieldClient::CreateProtection, request, handler, context);
285 }
286
295
300 template <typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
301 Model::CreateProtectionGroupOutcomeCallable CreateProtectionGroupCallable(const CreateProtectionGroupRequestT& request) const {
302 return SubmitCallable(&ShieldClient::CreateProtectionGroup, request);
303 }
304
309 template <typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
310 void CreateProtectionGroupAsync(const CreateProtectionGroupRequestT& request, const CreateProtectionGroupResponseReceivedHandler& handler,
311 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
312 return SubmitAsync(&ShieldClient::CreateProtectionGroup, request, handler, context);
313 }
314
327
332 template <typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
333 Model::CreateSubscriptionOutcomeCallable CreateSubscriptionCallable(const CreateSubscriptionRequestT& request = {}) const {
334 return SubmitCallable(&ShieldClient::CreateSubscription, request);
335 }
336
341 template <typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
343 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
344 const CreateSubscriptionRequestT& request = {}) const {
345 return SubmitAsync(&ShieldClient::CreateSubscription, request, handler, context);
346 }
347
354
359 template <typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
360 Model::DeleteProtectionOutcomeCallable DeleteProtectionCallable(const DeleteProtectionRequestT& request) const {
361 return SubmitCallable(&ShieldClient::DeleteProtection, request);
362 }
363
368 template <typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
369 void DeleteProtectionAsync(const DeleteProtectionRequestT& request, const DeleteProtectionResponseReceivedHandler& handler,
370 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
371 return SubmitAsync(&ShieldClient::DeleteProtection, request, handler, context);
372 }
373
380
385 template <typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
386 Model::DeleteProtectionGroupOutcomeCallable DeleteProtectionGroupCallable(const DeleteProtectionGroupRequestT& request) const {
387 return SubmitCallable(&ShieldClient::DeleteProtectionGroup, request);
388 }
389
394 template <typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
395 void DeleteProtectionGroupAsync(const DeleteProtectionGroupRequestT& request, const DeleteProtectionGroupResponseReceivedHandler& handler,
396 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
397 return SubmitAsync(&ShieldClient::DeleteProtectionGroup, request, handler, context);
398 }
399
406
410 template <typename DescribeAttackRequestT = Model::DescribeAttackRequest>
411 Model::DescribeAttackOutcomeCallable DescribeAttackCallable(const DescribeAttackRequestT& request) const {
412 return SubmitCallable(&ShieldClient::DescribeAttack, request);
413 }
414
419 template <typename DescribeAttackRequestT = Model::DescribeAttackRequest>
420 void DescribeAttackAsync(const DescribeAttackRequestT& request, const DescribeAttackResponseReceivedHandler& handler,
421 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
422 return SubmitAsync(&ShieldClient::DescribeAttack, request, handler, context);
423 }
424
441
446 template <typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
448 const DescribeAttackStatisticsRequestT& request = {}) const {
449 return SubmitCallable(&ShieldClient::DescribeAttackStatistics, request);
450 }
451
456 template <typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
458 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
459 const DescribeAttackStatisticsRequestT& request = {}) const {
460 return SubmitAsync(&ShieldClient::DescribeAttackStatistics, request, handler, context);
461 }
462
471
476 template <typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
477 Model::DescribeDRTAccessOutcomeCallable DescribeDRTAccessCallable(const DescribeDRTAccessRequestT& request = {}) const {
478 return SubmitCallable(&ShieldClient::DescribeDRTAccess, request);
479 }
480
485 template <typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
487 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
488 const DescribeDRTAccessRequestT& request = {}) const {
489 return SubmitAsync(&ShieldClient::DescribeDRTAccess, request, handler, context);
490 }
491
501 const Model::DescribeEmergencyContactSettingsRequest& request = {}) const;
502
507 template <typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
509 const DescribeEmergencyContactSettingsRequestT& request = {}) const {
510 return SubmitCallable(&ShieldClient::DescribeEmergencyContactSettings, request);
511 }
512
517 template <typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
519 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
520 const DescribeEmergencyContactSettingsRequestT& request = {}) const {
521 return SubmitAsync(&ShieldClient::DescribeEmergencyContactSettings, request, handler, context);
522 }
523
531
536 template <typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
537 Model::DescribeProtectionOutcomeCallable DescribeProtectionCallable(const DescribeProtectionRequestT& request = {}) const {
538 return SubmitCallable(&ShieldClient::DescribeProtection, request);
539 }
540
545 template <typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
547 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
548 const DescribeProtectionRequestT& request = {}) const {
549 return SubmitAsync(&ShieldClient::DescribeProtection, request, handler, context);
550 }
551
559
564 template <typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
565 Model::DescribeProtectionGroupOutcomeCallable DescribeProtectionGroupCallable(const DescribeProtectionGroupRequestT& request) const {
566 return SubmitCallable(&ShieldClient::DescribeProtectionGroup, request);
567 }
568
573 template <typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
574 void DescribeProtectionGroupAsync(const DescribeProtectionGroupRequestT& request,
576 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
577 return SubmitAsync(&ShieldClient::DescribeProtectionGroup, request, handler, context);
578 }
579
587
592 template <typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
593 Model::DescribeSubscriptionOutcomeCallable DescribeSubscriptionCallable(const DescribeSubscriptionRequestT& request = {}) const {
594 return SubmitCallable(&ShieldClient::DescribeSubscription, request);
595 }
596
601 template <typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
603 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
604 const DescribeSubscriptionRequestT& request = {}) const {
605 return SubmitAsync(&ShieldClient::DescribeSubscription, request, handler, context);
606 }
607
618
623 template <typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
625 const DisableApplicationLayerAutomaticResponseRequestT& request) const {
626 return SubmitCallable(&ShieldClient::DisableApplicationLayerAutomaticResponse, request);
627 }
628
633 template <typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
635 const DisableApplicationLayerAutomaticResponseRequestT& request,
637 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
638 return SubmitAsync(&ShieldClient::DisableApplicationLayerAutomaticResponse, request, handler, context);
639 }
640
649 const Model::DisableProactiveEngagementRequest& request = {}) const;
650
655 template <typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
657 const DisableProactiveEngagementRequestT& request = {}) const {
658 return SubmitCallable(&ShieldClient::DisableProactiveEngagement, request);
659 }
660
665 template <typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
667 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
668 const DisableProactiveEngagementRequestT& request = {}) const {
669 return SubmitAsync(&ShieldClient::DisableProactiveEngagement, request, handler, context);
670 }
671
680
685 template <typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
686 Model::DisassociateDRTLogBucketOutcomeCallable DisassociateDRTLogBucketCallable(const DisassociateDRTLogBucketRequestT& request) const {
687 return SubmitCallable(&ShieldClient::DisassociateDRTLogBucket, request);
688 }
689
694 template <typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
695 void DisassociateDRTLogBucketAsync(const DisassociateDRTLogBucketRequestT& request,
697 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
698 return SubmitAsync(&ShieldClient::DisassociateDRTLogBucket, request, handler, context);
699 }
700
708
713 template <typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
714 Model::DisassociateDRTRoleOutcomeCallable DisassociateDRTRoleCallable(const DisassociateDRTRoleRequestT& request = {}) const {
715 return SubmitCallable(&ShieldClient::DisassociateDRTRole, request);
716 }
717
722 template <typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
724 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
725 const DisassociateDRTRoleRequestT& request = {}) const {
726 return SubmitAsync(&ShieldClient::DisassociateDRTRole, request, handler, context);
727 }
728
743
748 template <typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
749 Model::DisassociateHealthCheckOutcomeCallable DisassociateHealthCheckCallable(const DisassociateHealthCheckRequestT& request) const {
750 return SubmitCallable(&ShieldClient::DisassociateHealthCheck, request);
751 }
752
757 template <typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
758 void DisassociateHealthCheckAsync(const DisassociateHealthCheckRequestT& request,
760 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
761 return SubmitAsync(&ShieldClient::DisassociateHealthCheck, request, handler, context);
762 }
763
794
799 template <typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
801 const EnableApplicationLayerAutomaticResponseRequestT& request) const {
802 return SubmitCallable(&ShieldClient::EnableApplicationLayerAutomaticResponse, request);
803 }
804
809 template <typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
810 void EnableApplicationLayerAutomaticResponseAsync(const EnableApplicationLayerAutomaticResponseRequestT& request,
812 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
813 return SubmitAsync(&ShieldClient::EnableApplicationLayerAutomaticResponse, request, handler, context);
814 }
815
824 const Model::EnableProactiveEngagementRequest& request = {}) const;
825
830 template <typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
832 const EnableProactiveEngagementRequestT& request = {}) const {
833 return SubmitCallable(&ShieldClient::EnableProactiveEngagement, request);
834 }
835
840 template <typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
842 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
843 const EnableProactiveEngagementRequestT& request = {}) const {
844 return SubmitAsync(&ShieldClient::EnableProactiveEngagement, request, handler, context);
845 }
846
854
859 template <typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
860 Model::GetSubscriptionStateOutcomeCallable GetSubscriptionStateCallable(const GetSubscriptionStateRequestT& request = {}) const {
861 return SubmitCallable(&ShieldClient::GetSubscriptionState, request);
862 }
863
868 template <typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
870 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
871 const GetSubscriptionStateRequestT& request = {}) const {
872 return SubmitAsync(&ShieldClient::GetSubscriptionState, request, handler, context);
873 }
874
882
886 template <typename ListAttacksRequestT = Model::ListAttacksRequest>
887 Model::ListAttacksOutcomeCallable ListAttacksCallable(const ListAttacksRequestT& request = {}) const {
888 return SubmitCallable(&ShieldClient::ListAttacks, request);
889 }
890
895 template <typename ListAttacksRequestT = Model::ListAttacksRequest>
897 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
898 const ListAttacksRequestT& request = {}) const {
899 return SubmitAsync(&ShieldClient::ListAttacks, request, handler, context);
900 }
901
911
916 template <typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
917 Model::ListProtectionGroupsOutcomeCallable ListProtectionGroupsCallable(const ListProtectionGroupsRequestT& request = {}) const {
918 return SubmitCallable(&ShieldClient::ListProtectionGroups, request);
919 }
920
925 template <typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
927 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
928 const ListProtectionGroupsRequestT& request = {}) const {
929 return SubmitAsync(&ShieldClient::ListProtectionGroups, request, handler, context);
930 }
931
940
944 template <typename ListProtectionsRequestT = Model::ListProtectionsRequest>
945 Model::ListProtectionsOutcomeCallable ListProtectionsCallable(const ListProtectionsRequestT& request = {}) const {
946 return SubmitCallable(&ShieldClient::ListProtections, request);
947 }
948
953 template <typename ListProtectionsRequestT = Model::ListProtectionsRequest>
955 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
956 const ListProtectionsRequestT& request = {}) const {
957 return SubmitAsync(&ShieldClient::ListProtections, request, handler, context);
958 }
959
968
973 template <typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
975 const ListResourcesInProtectionGroupRequestT& request) const {
976 return SubmitCallable(&ShieldClient::ListResourcesInProtectionGroup, request);
977 }
978
983 template <typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
984 void ListResourcesInProtectionGroupAsync(const ListResourcesInProtectionGroupRequestT& request,
986 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
987 return SubmitAsync(&ShieldClient::ListResourcesInProtectionGroup, request, handler, context);
988 }
989
997
1002 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1003 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
1004 return SubmitCallable(&ShieldClient::ListTagsForResource, request);
1005 }
1006
1011 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1012 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1013 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1014 return SubmitAsync(&ShieldClient::ListTagsForResource, request, handler, context);
1015 }
1016
1023
1027 template <typename TagResourceRequestT = Model::TagResourceRequest>
1028 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1029 return SubmitCallable(&ShieldClient::TagResource, request);
1030 }
1031
1036 template <typename TagResourceRequestT = Model::TagResourceRequest>
1037 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1038 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1039 return SubmitAsync(&ShieldClient::TagResource, request, handler, context);
1040 }
1041
1048
1052 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1053 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1054 return SubmitCallable(&ShieldClient::UntagResource, request);
1055 }
1056
1061 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1062 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1063 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1064 return SubmitAsync(&ShieldClient::UntagResource, request, handler, context);
1065 }
1066
1076
1081 template <typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1083 const UpdateApplicationLayerAutomaticResponseRequestT& request) const {
1084 return SubmitCallable(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request);
1085 }
1086
1091 template <typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1092 void UpdateApplicationLayerAutomaticResponseAsync(const UpdateApplicationLayerAutomaticResponseRequestT& request,
1094 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1095 return SubmitAsync(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request, handler, context);
1096 }
1097
1107 const Model::UpdateEmergencyContactSettingsRequest& request = {}) const;
1108
1113 template <typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1115 const UpdateEmergencyContactSettingsRequestT& request = {}) const {
1116 return SubmitCallable(&ShieldClient::UpdateEmergencyContactSettings, request);
1117 }
1118
1123 template <typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1125 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1126 const UpdateEmergencyContactSettingsRequestT& request = {}) const {
1127 return SubmitAsync(&ShieldClient::UpdateEmergencyContactSettings, request, handler, context);
1128 }
1129
1139
1144 template <typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1145 Model::UpdateProtectionGroupOutcomeCallable UpdateProtectionGroupCallable(const UpdateProtectionGroupRequestT& request) const {
1146 return SubmitCallable(&ShieldClient::UpdateProtectionGroup, request);
1147 }
1148
1153 template <typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1154 void UpdateProtectionGroupAsync(const UpdateProtectionGroupRequestT& request, const UpdateProtectionGroupResponseReceivedHandler& handler,
1155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1156 return SubmitAsync(&ShieldClient::UpdateProtectionGroup, request, handler, context);
1157 }
1158
1170
1175 template <typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1176 Model::UpdateSubscriptionOutcomeCallable UpdateSubscriptionCallable(const UpdateSubscriptionRequestT& request = {}) const {
1177 return SubmitCallable(&ShieldClient::UpdateSubscription, request);
1178 }
1179
1184 template <typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1186 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1187 const UpdateSubscriptionRequestT& request = {}) const {
1188 return SubmitAsync(&ShieldClient::UpdateSubscription, request, handler, context);
1189 }
1190
1191 virtual void OverrideEndpoint(const Aws::String& endpoint);
1192 virtual std::shared_ptr<ShieldEndpointProviderBase>& accessEndpointProvider();
1193
1194 private:
1196 void init(const ShieldClientConfiguration& clientConfiguration);
1197
1199
1200 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request, Aws::Http::HttpMethod httpMethod) const;
1201
1202 ShieldClientConfiguration m_clientConfiguration;
1203 std::shared_ptr<ShieldEndpointProviderBase> m_endpointProvider;
1204};
1205
1206} // namespace Shield
1207} // 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
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
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
virtual std::shared_ptr< ShieldEndpointProviderBase > & accessEndpointProvider()
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 void OverrideEndpoint(const Aws::String &endpoint)
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::DescribeAttackRequest &, const Model::DescribeAttackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeAttackResponseReceivedHandler
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::UpdateProtectionGroupRequest &, const Model::UpdateProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateProtectionGroupResponseReceivedHandler
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::ListAttacksRequest &, const Model::ListAttacksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListAttacksResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
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::CreateProtectionGroupRequest &, const Model::CreateProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateProtectionGroupResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::GetSubscriptionStateRequest &, const Model::GetSubscriptionStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSubscriptionStateResponseReceivedHandler
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::UpdateEmergencyContactSettingsRequest &, const Model::UpdateEmergencyContactSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEmergencyContactSettingsResponseReceivedHandler
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::UpdateApplicationLayerAutomaticResponseRequest &, const Model::UpdateApplicationLayerAutomaticResponseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationLayerAutomaticResponseResponseReceivedHandler
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::DescribeDRTAccessRequest &, const Model::DescribeDRTAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDRTAccessResponseReceivedHandler
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::DisassociateDRTLogBucketRequest &, const Model::DisassociateDRTLogBucketOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateDRTLogBucketResponseReceivedHandler
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::DescribeProtectionGroupRequest &, const Model::DescribeProtectionGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeProtectionGroupResponseReceivedHandler
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::ListProtectionsRequest &, const Model::ListProtectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProtectionsResponseReceivedHandler
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::DisableProactiveEngagementRequest &, const Model::DisableProactiveEngagementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableProactiveEngagementResponseReceivedHandler
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::AssociateProactiveEngagementDetailsRequest &, const Model::AssociateProactiveEngagementDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateProactiveEngagementDetailsResponseReceivedHandler
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::DescribeSubscriptionRequest &, const Model::DescribeSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeSubscriptionResponseReceivedHandler
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::DisassociateHealthCheckRequest &, const Model::DisassociateHealthCheckOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateHealthCheckResponseReceivedHandler
std::function< void(const ShieldClient *, const Model::UpdateSubscriptionRequest &, const Model::UpdateSubscriptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSubscriptionResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String