AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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/ShieldServiceClientModel.h>
12#include <aws/shield/Shield_EXPORTS.h>
13
14namespace Aws {
15namespace Shield {
25class AWS_SHIELD_API ShieldClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ShieldClient> {
26 public:
28 static const char* GetServiceName();
29 static const char* GetAllocationTag();
30
33
39 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr);
40
45 ShieldClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
47
52 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
53 std::shared_ptr<ShieldEndpointProviderBase> endpointProvider = nullptr,
55
56 /* Legacy constructors due deprecation */
62
67 ShieldClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
68
73 ShieldClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
74 const Aws::Client::ClientConfiguration& clientConfiguration);
75
76 /* End of legacy constructors due deprecation */
77 virtual ~ShieldClient();
78
93
98 template <typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
99 Model::AssociateDRTLogBucketOutcomeCallable AssociateDRTLogBucketCallable(const AssociateDRTLogBucketRequestT& request) const {
100 return SubmitCallable(&ShieldClient::AssociateDRTLogBucket, request);
101 }
102
107 template <typename AssociateDRTLogBucketRequestT = Model::AssociateDRTLogBucketRequest>
108 void AssociateDRTLogBucketAsync(const AssociateDRTLogBucketRequestT& request, const AssociateDRTLogBucketResponseReceivedHandler& handler,
109 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
110 return SubmitAsync(&ShieldClient::AssociateDRTLogBucket, request, handler, context);
111 }
112
149
154 template <typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
155 Model::AssociateDRTRoleOutcomeCallable AssociateDRTRoleCallable(const AssociateDRTRoleRequestT& request) const {
156 return SubmitCallable(&ShieldClient::AssociateDRTRole, request);
157 }
158
163 template <typename AssociateDRTRoleRequestT = Model::AssociateDRTRoleRequest>
164 void AssociateDRTRoleAsync(const AssociateDRTRoleRequestT& request, const AssociateDRTRoleResponseReceivedHandler& handler,
165 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
166 return SubmitAsync(&ShieldClient::AssociateDRTRole, request, handler, context);
167 }
168
182
187 template <typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
188 Model::AssociateHealthCheckOutcomeCallable AssociateHealthCheckCallable(const AssociateHealthCheckRequestT& request) const {
189 return SubmitCallable(&ShieldClient::AssociateHealthCheck, request);
190 }
191
196 template <typename AssociateHealthCheckRequestT = Model::AssociateHealthCheckRequest>
197 void AssociateHealthCheckAsync(const AssociateHealthCheckRequestT& request, const AssociateHealthCheckResponseReceivedHandler& handler,
198 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
199 return SubmitAsync(&ShieldClient::AssociateHealthCheck, request, handler, context);
200 }
201
220
225 template <typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
227 const AssociateProactiveEngagementDetailsRequestT& request) const {
228 return SubmitCallable(&ShieldClient::AssociateProactiveEngagementDetails, request);
229 }
230
235 template <typename AssociateProactiveEngagementDetailsRequestT = Model::AssociateProactiveEngagementDetailsRequest>
236 void AssociateProactiveEngagementDetailsAsync(const AssociateProactiveEngagementDetailsRequestT& request,
238 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
239 return SubmitAsync(&ShieldClient::AssociateProactiveEngagementDetails, request, handler, context);
240 }
241
262
267 template <typename CreateProtectionRequestT = Model::CreateProtectionRequest>
268 Model::CreateProtectionOutcomeCallable CreateProtectionCallable(const CreateProtectionRequestT& request) const {
269 return SubmitCallable(&ShieldClient::CreateProtection, request);
270 }
271
276 template <typename CreateProtectionRequestT = Model::CreateProtectionRequest>
277 void CreateProtectionAsync(const CreateProtectionRequestT& request, const CreateProtectionResponseReceivedHandler& handler,
278 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
279 return SubmitAsync(&ShieldClient::CreateProtection, request, handler, context);
280 }
281
290
295 template <typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
296 Model::CreateProtectionGroupOutcomeCallable CreateProtectionGroupCallable(const CreateProtectionGroupRequestT& request) const {
297 return SubmitCallable(&ShieldClient::CreateProtectionGroup, request);
298 }
299
304 template <typename CreateProtectionGroupRequestT = Model::CreateProtectionGroupRequest>
305 void CreateProtectionGroupAsync(const CreateProtectionGroupRequestT& request, const CreateProtectionGroupResponseReceivedHandler& handler,
306 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
307 return SubmitAsync(&ShieldClient::CreateProtectionGroup, request, handler, context);
308 }
309
322
327 template <typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
328 Model::CreateSubscriptionOutcomeCallable CreateSubscriptionCallable(const CreateSubscriptionRequestT& request = {}) const {
329 return SubmitCallable(&ShieldClient::CreateSubscription, request);
330 }
331
336 template <typename CreateSubscriptionRequestT = Model::CreateSubscriptionRequest>
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
339 const CreateSubscriptionRequestT& request = {}) const {
340 return SubmitAsync(&ShieldClient::CreateSubscription, request, handler, context);
341 }
342
349
354 template <typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
355 Model::DeleteProtectionOutcomeCallable DeleteProtectionCallable(const DeleteProtectionRequestT& request) const {
356 return SubmitCallable(&ShieldClient::DeleteProtection, request);
357 }
358
363 template <typename DeleteProtectionRequestT = Model::DeleteProtectionRequest>
364 void DeleteProtectionAsync(const DeleteProtectionRequestT& request, const DeleteProtectionResponseReceivedHandler& handler,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
366 return SubmitAsync(&ShieldClient::DeleteProtection, request, handler, context);
367 }
368
375
380 template <typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
381 Model::DeleteProtectionGroupOutcomeCallable DeleteProtectionGroupCallable(const DeleteProtectionGroupRequestT& request) const {
382 return SubmitCallable(&ShieldClient::DeleteProtectionGroup, request);
383 }
384
389 template <typename DeleteProtectionGroupRequestT = Model::DeleteProtectionGroupRequest>
390 void DeleteProtectionGroupAsync(const DeleteProtectionGroupRequestT& request, const DeleteProtectionGroupResponseReceivedHandler& handler,
391 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
392 return SubmitAsync(&ShieldClient::DeleteProtectionGroup, request, handler, context);
393 }
394
401
405 template <typename DescribeAttackRequestT = Model::DescribeAttackRequest>
406 Model::DescribeAttackOutcomeCallable DescribeAttackCallable(const DescribeAttackRequestT& request) const {
407 return SubmitCallable(&ShieldClient::DescribeAttack, request);
408 }
409
414 template <typename DescribeAttackRequestT = Model::DescribeAttackRequest>
415 void DescribeAttackAsync(const DescribeAttackRequestT& request, const DescribeAttackResponseReceivedHandler& handler,
416 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
417 return SubmitAsync(&ShieldClient::DescribeAttack, request, handler, context);
418 }
419
436
441 template <typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
443 const DescribeAttackStatisticsRequestT& request = {}) const {
444 return SubmitCallable(&ShieldClient::DescribeAttackStatistics, request);
445 }
446
451 template <typename DescribeAttackStatisticsRequestT = Model::DescribeAttackStatisticsRequest>
453 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
454 const DescribeAttackStatisticsRequestT& request = {}) const {
455 return SubmitAsync(&ShieldClient::DescribeAttackStatistics, request, handler, context);
456 }
457
466
471 template <typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
472 Model::DescribeDRTAccessOutcomeCallable DescribeDRTAccessCallable(const DescribeDRTAccessRequestT& request = {}) const {
473 return SubmitCallable(&ShieldClient::DescribeDRTAccess, request);
474 }
475
480 template <typename DescribeDRTAccessRequestT = Model::DescribeDRTAccessRequest>
482 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
483 const DescribeDRTAccessRequestT& request = {}) const {
484 return SubmitAsync(&ShieldClient::DescribeDRTAccess, request, handler, context);
485 }
486
496 const Model::DescribeEmergencyContactSettingsRequest& request = {}) const;
497
502 template <typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
504 const DescribeEmergencyContactSettingsRequestT& request = {}) const {
505 return SubmitCallable(&ShieldClient::DescribeEmergencyContactSettings, request);
506 }
507
512 template <typename DescribeEmergencyContactSettingsRequestT = Model::DescribeEmergencyContactSettingsRequest>
514 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
515 const DescribeEmergencyContactSettingsRequestT& request = {}) const {
516 return SubmitAsync(&ShieldClient::DescribeEmergencyContactSettings, request, handler, context);
517 }
518
526
531 template <typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
532 Model::DescribeProtectionOutcomeCallable DescribeProtectionCallable(const DescribeProtectionRequestT& request = {}) const {
533 return SubmitCallable(&ShieldClient::DescribeProtection, request);
534 }
535
540 template <typename DescribeProtectionRequestT = Model::DescribeProtectionRequest>
542 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
543 const DescribeProtectionRequestT& request = {}) const {
544 return SubmitAsync(&ShieldClient::DescribeProtection, request, handler, context);
545 }
546
554
559 template <typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
560 Model::DescribeProtectionGroupOutcomeCallable DescribeProtectionGroupCallable(const DescribeProtectionGroupRequestT& request) const {
561 return SubmitCallable(&ShieldClient::DescribeProtectionGroup, request);
562 }
563
568 template <typename DescribeProtectionGroupRequestT = Model::DescribeProtectionGroupRequest>
569 void DescribeProtectionGroupAsync(const DescribeProtectionGroupRequestT& request,
571 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
572 return SubmitAsync(&ShieldClient::DescribeProtectionGroup, request, handler, context);
573 }
574
582
587 template <typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
588 Model::DescribeSubscriptionOutcomeCallable DescribeSubscriptionCallable(const DescribeSubscriptionRequestT& request = {}) const {
589 return SubmitCallable(&ShieldClient::DescribeSubscription, request);
590 }
591
596 template <typename DescribeSubscriptionRequestT = Model::DescribeSubscriptionRequest>
598 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
599 const DescribeSubscriptionRequestT& request = {}) const {
600 return SubmitAsync(&ShieldClient::DescribeSubscription, request, handler, context);
601 }
602
613
618 template <typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
620 const DisableApplicationLayerAutomaticResponseRequestT& request) const {
621 return SubmitCallable(&ShieldClient::DisableApplicationLayerAutomaticResponse, request);
622 }
623
628 template <typename DisableApplicationLayerAutomaticResponseRequestT = Model::DisableApplicationLayerAutomaticResponseRequest>
630 const DisableApplicationLayerAutomaticResponseRequestT& request,
632 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
633 return SubmitAsync(&ShieldClient::DisableApplicationLayerAutomaticResponse, request, handler, context);
634 }
635
644 const Model::DisableProactiveEngagementRequest& request = {}) const;
645
650 template <typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
652 const DisableProactiveEngagementRequestT& request = {}) const {
653 return SubmitCallable(&ShieldClient::DisableProactiveEngagement, request);
654 }
655
660 template <typename DisableProactiveEngagementRequestT = Model::DisableProactiveEngagementRequest>
662 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
663 const DisableProactiveEngagementRequestT& request = {}) const {
664 return SubmitAsync(&ShieldClient::DisableProactiveEngagement, request, handler, context);
665 }
666
675
680 template <typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
681 Model::DisassociateDRTLogBucketOutcomeCallable DisassociateDRTLogBucketCallable(const DisassociateDRTLogBucketRequestT& request) const {
682 return SubmitCallable(&ShieldClient::DisassociateDRTLogBucket, request);
683 }
684
689 template <typename DisassociateDRTLogBucketRequestT = Model::DisassociateDRTLogBucketRequest>
690 void DisassociateDRTLogBucketAsync(const DisassociateDRTLogBucketRequestT& request,
692 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
693 return SubmitAsync(&ShieldClient::DisassociateDRTLogBucket, request, handler, context);
694 }
695
703
708 template <typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
709 Model::DisassociateDRTRoleOutcomeCallable DisassociateDRTRoleCallable(const DisassociateDRTRoleRequestT& request = {}) const {
710 return SubmitCallable(&ShieldClient::DisassociateDRTRole, request);
711 }
712
717 template <typename DisassociateDRTRoleRequestT = Model::DisassociateDRTRoleRequest>
719 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
720 const DisassociateDRTRoleRequestT& request = {}) const {
721 return SubmitAsync(&ShieldClient::DisassociateDRTRole, request, handler, context);
722 }
723
738
743 template <typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
744 Model::DisassociateHealthCheckOutcomeCallable DisassociateHealthCheckCallable(const DisassociateHealthCheckRequestT& request) const {
745 return SubmitCallable(&ShieldClient::DisassociateHealthCheck, request);
746 }
747
752 template <typename DisassociateHealthCheckRequestT = Model::DisassociateHealthCheckRequest>
753 void DisassociateHealthCheckAsync(const DisassociateHealthCheckRequestT& request,
755 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
756 return SubmitAsync(&ShieldClient::DisassociateHealthCheck, request, handler, context);
757 }
758
789
794 template <typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
796 const EnableApplicationLayerAutomaticResponseRequestT& request) const {
797 return SubmitCallable(&ShieldClient::EnableApplicationLayerAutomaticResponse, request);
798 }
799
804 template <typename EnableApplicationLayerAutomaticResponseRequestT = Model::EnableApplicationLayerAutomaticResponseRequest>
805 void EnableApplicationLayerAutomaticResponseAsync(const EnableApplicationLayerAutomaticResponseRequestT& request,
807 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
808 return SubmitAsync(&ShieldClient::EnableApplicationLayerAutomaticResponse, request, handler, context);
809 }
810
819 const Model::EnableProactiveEngagementRequest& request = {}) const;
820
825 template <typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
827 const EnableProactiveEngagementRequestT& request = {}) const {
828 return SubmitCallable(&ShieldClient::EnableProactiveEngagement, request);
829 }
830
835 template <typename EnableProactiveEngagementRequestT = Model::EnableProactiveEngagementRequest>
837 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
838 const EnableProactiveEngagementRequestT& request = {}) const {
839 return SubmitAsync(&ShieldClient::EnableProactiveEngagement, request, handler, context);
840 }
841
849
854 template <typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
855 Model::GetSubscriptionStateOutcomeCallable GetSubscriptionStateCallable(const GetSubscriptionStateRequestT& request = {}) const {
856 return SubmitCallable(&ShieldClient::GetSubscriptionState, request);
857 }
858
863 template <typename GetSubscriptionStateRequestT = Model::GetSubscriptionStateRequest>
865 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
866 const GetSubscriptionStateRequestT& request = {}) const {
867 return SubmitAsync(&ShieldClient::GetSubscriptionState, request, handler, context);
868 }
869
877
881 template <typename ListAttacksRequestT = Model::ListAttacksRequest>
882 Model::ListAttacksOutcomeCallable ListAttacksCallable(const ListAttacksRequestT& request = {}) const {
883 return SubmitCallable(&ShieldClient::ListAttacks, request);
884 }
885
890 template <typename ListAttacksRequestT = Model::ListAttacksRequest>
892 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
893 const ListAttacksRequestT& request = {}) const {
894 return SubmitAsync(&ShieldClient::ListAttacks, request, handler, context);
895 }
896
906
911 template <typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
912 Model::ListProtectionGroupsOutcomeCallable ListProtectionGroupsCallable(const ListProtectionGroupsRequestT& request = {}) const {
913 return SubmitCallable(&ShieldClient::ListProtectionGroups, request);
914 }
915
920 template <typename ListProtectionGroupsRequestT = Model::ListProtectionGroupsRequest>
922 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
923 const ListProtectionGroupsRequestT& request = {}) const {
924 return SubmitAsync(&ShieldClient::ListProtectionGroups, request, handler, context);
925 }
926
935
939 template <typename ListProtectionsRequestT = Model::ListProtectionsRequest>
940 Model::ListProtectionsOutcomeCallable ListProtectionsCallable(const ListProtectionsRequestT& request = {}) const {
941 return SubmitCallable(&ShieldClient::ListProtections, request);
942 }
943
948 template <typename ListProtectionsRequestT = Model::ListProtectionsRequest>
950 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
951 const ListProtectionsRequestT& request = {}) const {
952 return SubmitAsync(&ShieldClient::ListProtections, request, handler, context);
953 }
954
963
968 template <typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
970 const ListResourcesInProtectionGroupRequestT& request) const {
971 return SubmitCallable(&ShieldClient::ListResourcesInProtectionGroup, request);
972 }
973
978 template <typename ListResourcesInProtectionGroupRequestT = Model::ListResourcesInProtectionGroupRequest>
979 void ListResourcesInProtectionGroupAsync(const ListResourcesInProtectionGroupRequestT& request,
981 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
982 return SubmitAsync(&ShieldClient::ListResourcesInProtectionGroup, request, handler, context);
983 }
984
992
997 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
998 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
999 return SubmitCallable(&ShieldClient::ListTagsForResource, request);
1000 }
1001
1006 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1007 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1008 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1009 return SubmitAsync(&ShieldClient::ListTagsForResource, request, handler, context);
1010 }
1011
1018
1022 template <typename TagResourceRequestT = Model::TagResourceRequest>
1023 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1024 return SubmitCallable(&ShieldClient::TagResource, request);
1025 }
1026
1031 template <typename TagResourceRequestT = Model::TagResourceRequest>
1032 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1033 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1034 return SubmitAsync(&ShieldClient::TagResource, request, handler, context);
1035 }
1036
1043
1047 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1048 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1049 return SubmitCallable(&ShieldClient::UntagResource, request);
1050 }
1051
1056 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1057 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1058 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1059 return SubmitAsync(&ShieldClient::UntagResource, request, handler, context);
1060 }
1061
1071
1076 template <typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1078 const UpdateApplicationLayerAutomaticResponseRequestT& request) const {
1079 return SubmitCallable(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request);
1080 }
1081
1086 template <typename UpdateApplicationLayerAutomaticResponseRequestT = Model::UpdateApplicationLayerAutomaticResponseRequest>
1087 void UpdateApplicationLayerAutomaticResponseAsync(const UpdateApplicationLayerAutomaticResponseRequestT& request,
1089 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1090 return SubmitAsync(&ShieldClient::UpdateApplicationLayerAutomaticResponse, request, handler, context);
1091 }
1092
1102 const Model::UpdateEmergencyContactSettingsRequest& request = {}) const;
1103
1108 template <typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1110 const UpdateEmergencyContactSettingsRequestT& request = {}) const {
1111 return SubmitCallable(&ShieldClient::UpdateEmergencyContactSettings, request);
1112 }
1113
1118 template <typename UpdateEmergencyContactSettingsRequestT = Model::UpdateEmergencyContactSettingsRequest>
1120 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1121 const UpdateEmergencyContactSettingsRequestT& request = {}) const {
1122 return SubmitAsync(&ShieldClient::UpdateEmergencyContactSettings, request, handler, context);
1123 }
1124
1134
1139 template <typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1140 Model::UpdateProtectionGroupOutcomeCallable UpdateProtectionGroupCallable(const UpdateProtectionGroupRequestT& request) const {
1141 return SubmitCallable(&ShieldClient::UpdateProtectionGroup, request);
1142 }
1143
1148 template <typename UpdateProtectionGroupRequestT = Model::UpdateProtectionGroupRequest>
1149 void UpdateProtectionGroupAsync(const UpdateProtectionGroupRequestT& request, const UpdateProtectionGroupResponseReceivedHandler& handler,
1150 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1151 return SubmitAsync(&ShieldClient::UpdateProtectionGroup, request, handler, context);
1152 }
1153
1165
1170 template <typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1171 Model::UpdateSubscriptionOutcomeCallable UpdateSubscriptionCallable(const UpdateSubscriptionRequestT& request = {}) const {
1172 return SubmitCallable(&ShieldClient::UpdateSubscription, request);
1173 }
1174
1179 template <typename UpdateSubscriptionRequestT = Model::UpdateSubscriptionRequest>
1181 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1182 const UpdateSubscriptionRequestT& request = {}) const {
1183 return SubmitAsync(&ShieldClient::UpdateSubscription, request, handler, context);
1184 }
1185
1186 void OverrideEndpoint(const Aws::String& endpoint);
1187 std::shared_ptr<ShieldEndpointProviderBase>& accessEndpointProvider();
1188
1189 private:
1191 void init(const ShieldClientConfiguration& clientConfiguration);
1192
1193 ShieldClientConfiguration m_clientConfiguration;
1194 std::shared_ptr<ShieldEndpointProviderBase> m_endpointProvider;
1195};
1196
1197} // namespace Shield
1198} // 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::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