1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateDRTLogBucket` operation.
pub mod associate_drt_log_bucket;

/// Types for the `AssociateDRTRole` operation.
pub mod associate_drt_role;

/// Types for the `AssociateHealthCheck` operation.
pub mod associate_health_check;

/// Types for the `AssociateProactiveEngagementDetails` operation.
pub mod associate_proactive_engagement_details;

/// Types for the `CreateProtection` operation.
pub mod create_protection;

/// Types for the `CreateProtectionGroup` operation.
pub mod create_protection_group;

/// Types for the `CreateSubscription` operation.
pub mod create_subscription;

/// Types for the `DeleteProtection` operation.
pub mod delete_protection;

/// Types for the `DeleteProtectionGroup` operation.
pub mod delete_protection_group;

/// Types for the `DeleteSubscription` operation.
pub mod delete_subscription;

/// Types for the `DescribeAttack` operation.
pub mod describe_attack;

/// Types for the `DescribeAttackStatistics` operation.
pub mod describe_attack_statistics;

/// Types for the `DescribeDRTAccess` operation.
pub mod describe_drt_access;

/// Types for the `DescribeEmergencyContactSettings` operation.
pub mod describe_emergency_contact_settings;

/// Types for the `DescribeProtection` operation.
pub mod describe_protection;

/// Types for the `DescribeProtectionGroup` operation.
pub mod describe_protection_group;

/// Types for the `DescribeSubscription` operation.
pub mod describe_subscription;

/// Types for the `DisableApplicationLayerAutomaticResponse` operation.
pub mod disable_application_layer_automatic_response;

/// Types for the `DisableProactiveEngagement` operation.
pub mod disable_proactive_engagement;

/// Types for the `DisassociateDRTLogBucket` operation.
pub mod disassociate_drt_log_bucket;

/// Types for the `DisassociateDRTRole` operation.
pub mod disassociate_drt_role;

/// Types for the `DisassociateHealthCheck` operation.
pub mod disassociate_health_check;

/// Types for the `EnableApplicationLayerAutomaticResponse` operation.
pub mod enable_application_layer_automatic_response;

/// Types for the `EnableProactiveEngagement` operation.
pub mod enable_proactive_engagement;

/// Types for the `GetSubscriptionState` operation.
pub mod get_subscription_state;

/// Types for the `ListAttacks` operation.
pub mod list_attacks;

/// Types for the `ListProtectionGroups` operation.
pub mod list_protection_groups;

/// Types for the `ListProtections` operation.
pub mod list_protections;

/// Types for the `ListResourcesInProtectionGroup` operation.
pub mod list_resources_in_protection_group;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateApplicationLayerAutomaticResponse` operation.
pub mod update_application_layer_automatic_response;

/// Types for the `UpdateEmergencyContactSettings` operation.
pub mod update_emergency_contact_settings;

/// Types for the `UpdateProtectionGroup` operation.
pub mod update_protection_group;

/// Types for the `UpdateSubscription` operation.
pub mod update_subscription;