aws_sdk_shield/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateDRTLogBucket` operation.
5pub mod associate_drt_log_bucket;
6
7/// Types for the `AssociateDRTRole` operation.
8pub mod associate_drt_role;
9
10/// Types for the `AssociateHealthCheck` operation.
11pub mod associate_health_check;
12
13/// Types for the `AssociateProactiveEngagementDetails` operation.
14pub mod associate_proactive_engagement_details;
15
16/// Types for the `CreateProtection` operation.
17pub mod create_protection;
18
19/// Types for the `CreateProtectionGroup` operation.
20pub mod create_protection_group;
21
22/// Types for the `CreateSubscription` operation.
23pub mod create_subscription;
24
25/// Types for the `DeleteProtection` operation.
26pub mod delete_protection;
27
28/// Types for the `DeleteProtectionGroup` operation.
29pub mod delete_protection_group;
30
31/// Types for the `DeleteSubscription` operation.
32pub mod delete_subscription;
33
34/// Types for the `DescribeAttack` operation.
35pub mod describe_attack;
36
37/// Types for the `DescribeAttackStatistics` operation.
38pub mod describe_attack_statistics;
39
40/// Types for the `DescribeDRTAccess` operation.
41pub mod describe_drt_access;
42
43/// Types for the `DescribeEmergencyContactSettings` operation.
44pub mod describe_emergency_contact_settings;
45
46/// Types for the `DescribeProtection` operation.
47pub mod describe_protection;
48
49/// Types for the `DescribeProtectionGroup` operation.
50pub mod describe_protection_group;
51
52/// Types for the `DescribeSubscription` operation.
53pub mod describe_subscription;
54
55/// Types for the `DisableApplicationLayerAutomaticResponse` operation.
56pub mod disable_application_layer_automatic_response;
57
58/// Types for the `DisableProactiveEngagement` operation.
59pub mod disable_proactive_engagement;
60
61/// Types for the `DisassociateDRTLogBucket` operation.
62pub mod disassociate_drt_log_bucket;
63
64/// Types for the `DisassociateDRTRole` operation.
65pub mod disassociate_drt_role;
66
67/// Types for the `DisassociateHealthCheck` operation.
68pub mod disassociate_health_check;
69
70/// Types for the `EnableApplicationLayerAutomaticResponse` operation.
71pub mod enable_application_layer_automatic_response;
72
73/// Types for the `EnableProactiveEngagement` operation.
74pub mod enable_proactive_engagement;
75
76/// Types for the `GetSubscriptionState` operation.
77pub mod get_subscription_state;
78
79/// Types for the `ListAttacks` operation.
80pub mod list_attacks;
81
82/// Types for the `ListProtectionGroups` operation.
83pub mod list_protection_groups;
84
85/// Types for the `ListProtections` operation.
86pub mod list_protections;
87
88/// Types for the `ListResourcesInProtectionGroup` operation.
89pub mod list_resources_in_protection_group;
90
91/// Types for the `ListTagsForResource` operation.
92pub mod list_tags_for_resource;
93
94/// Types for the `TagResource` operation.
95pub mod tag_resource;
96
97/// Types for the `UntagResource` operation.
98pub mod untag_resource;
99
100/// Types for the `UpdateApplicationLayerAutomaticResponse` operation.
101pub mod update_application_layer_automatic_response;
102
103/// Types for the `UpdateEmergencyContactSettings` operation.
104pub mod update_emergency_contact_settings;
105
106/// Types for the `UpdateProtectionGroup` operation.
107pub mod update_protection_group;
108
109/// Types for the `UpdateSubscription` operation.
110pub mod update_subscription;