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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelLegalHold` operation.
pub mod cancel_legal_hold;

/// Types for the `CreateBackupPlan` operation.
pub mod create_backup_plan;

/// Types for the `CreateBackupSelection` operation.
pub mod create_backup_selection;

/// Types for the `CreateBackupVault` operation.
pub mod create_backup_vault;

/// Types for the `CreateFramework` operation.
pub mod create_framework;

/// Types for the `CreateLegalHold` operation.
pub mod create_legal_hold;

/// Types for the `CreateLogicallyAirGappedBackupVault` operation.
pub mod create_logically_air_gapped_backup_vault;

/// Types for the `CreateReportPlan` operation.
pub mod create_report_plan;

/// Types for the `DeleteBackupPlan` operation.
pub mod delete_backup_plan;

/// Types for the `DeleteBackupSelection` operation.
pub mod delete_backup_selection;

/// Types for the `DeleteBackupVault` operation.
pub mod delete_backup_vault;

/// Types for the `DeleteBackupVaultAccessPolicy` operation.
pub mod delete_backup_vault_access_policy;

/// Types for the `DeleteBackupVaultLockConfiguration` operation.
pub mod delete_backup_vault_lock_configuration;

/// Types for the `DeleteBackupVaultNotifications` operation.
pub mod delete_backup_vault_notifications;

/// Types for the `DeleteFramework` operation.
pub mod delete_framework;

/// Types for the `DeleteRecoveryPoint` operation.
pub mod delete_recovery_point;

/// Types for the `DeleteReportPlan` operation.
pub mod delete_report_plan;

/// Types for the `DescribeBackupJob` operation.
pub mod describe_backup_job;

/// Types for the `DescribeBackupVault` operation.
pub mod describe_backup_vault;

/// Types for the `DescribeCopyJob` operation.
pub mod describe_copy_job;

/// Types for the `DescribeFramework` operation.
pub mod describe_framework;

/// Types for the `DescribeGlobalSettings` operation.
pub mod describe_global_settings;

/// Types for the `DescribeProtectedResource` operation.
pub mod describe_protected_resource;

/// Types for the `DescribeRecoveryPoint` operation.
pub mod describe_recovery_point;

/// Types for the `DescribeRegionSettings` operation.
pub mod describe_region_settings;

/// Types for the `DescribeReportJob` operation.
pub mod describe_report_job;

/// Types for the `DescribeReportPlan` operation.
pub mod describe_report_plan;

/// Types for the `DescribeRestoreJob` operation.
pub mod describe_restore_job;

/// Types for the `DisassociateRecoveryPoint` operation.
pub mod disassociate_recovery_point;

/// Types for the `DisassociateRecoveryPointFromParent` operation.
pub mod disassociate_recovery_point_from_parent;

/// Types for the `ExportBackupPlanTemplate` operation.
pub mod export_backup_plan_template;

/// Types for the `GetBackupPlan` operation.
pub mod get_backup_plan;

/// Types for the `GetBackupPlanFromJSON` operation.
pub mod get_backup_plan_from_json;

/// Types for the `GetBackupPlanFromTemplate` operation.
pub mod get_backup_plan_from_template;

/// Types for the `GetBackupSelection` operation.
pub mod get_backup_selection;

/// Types for the `GetBackupVaultAccessPolicy` operation.
pub mod get_backup_vault_access_policy;

/// Types for the `GetBackupVaultNotifications` operation.
pub mod get_backup_vault_notifications;

/// Types for the `GetLegalHold` operation.
pub mod get_legal_hold;

/// Types for the `GetRecoveryPointRestoreMetadata` operation.
pub mod get_recovery_point_restore_metadata;

/// Types for the `GetSupportedResourceTypes` operation.
pub mod get_supported_resource_types;

/// Types for the `ListBackupJobSummaries` operation.
pub mod list_backup_job_summaries;

/// Types for the `ListBackupJobs` operation.
pub mod list_backup_jobs;

/// Types for the `ListBackupPlanTemplates` operation.
pub mod list_backup_plan_templates;

/// Types for the `ListBackupPlanVersions` operation.
pub mod list_backup_plan_versions;

/// Types for the `ListBackupPlans` operation.
pub mod list_backup_plans;

/// Types for the `ListBackupSelections` operation.
pub mod list_backup_selections;

/// Types for the `ListBackupVaults` operation.
pub mod list_backup_vaults;

/// Types for the `ListCopyJobSummaries` operation.
pub mod list_copy_job_summaries;

/// Types for the `ListCopyJobs` operation.
pub mod list_copy_jobs;

/// Types for the `ListFrameworks` operation.
pub mod list_frameworks;

/// Types for the `ListLegalHolds` operation.
pub mod list_legal_holds;

/// Types for the `ListProtectedResources` operation.
pub mod list_protected_resources;

/// Types for the `ListProtectedResourcesByBackupVault` operation.
pub mod list_protected_resources_by_backup_vault;

/// Types for the `ListRecoveryPointsByBackupVault` operation.
pub mod list_recovery_points_by_backup_vault;

/// Types for the `ListRecoveryPointsByLegalHold` operation.
pub mod list_recovery_points_by_legal_hold;

/// Types for the `ListRecoveryPointsByResource` operation.
pub mod list_recovery_points_by_resource;

/// Types for the `ListReportJobs` operation.
pub mod list_report_jobs;

/// Types for the `ListReportPlans` operation.
pub mod list_report_plans;

/// Types for the `ListRestoreJobSummaries` operation.
pub mod list_restore_job_summaries;

/// Types for the `ListRestoreJobs` operation.
pub mod list_restore_jobs;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `PutBackupVaultAccessPolicy` operation.
pub mod put_backup_vault_access_policy;

/// Types for the `PutBackupVaultLockConfiguration` operation.
pub mod put_backup_vault_lock_configuration;

/// Types for the `PutBackupVaultNotifications` operation.
pub mod put_backup_vault_notifications;

/// Types for the `StartBackupJob` operation.
pub mod start_backup_job;

/// Types for the `StartCopyJob` operation.
pub mod start_copy_job;

/// Types for the `StartReportJob` operation.
pub mod start_report_job;

/// Types for the `StartRestoreJob` operation.
pub mod start_restore_job;

/// Types for the `StopBackupJob` operation.
pub mod stop_backup_job;

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

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

/// Types for the `UpdateBackupPlan` operation.
pub mod update_backup_plan;

/// Types for the `UpdateFramework` operation.
pub mod update_framework;

/// Types for the `UpdateGlobalSettings` operation.
pub mod update_global_settings;

/// Types for the `UpdateRecoveryPointLifecycle` operation.
pub mod update_recovery_point_lifecycle;

/// Types for the `UpdateRegionSettings` operation.
pub mod update_region_settings;

/// Types for the `UpdateReportPlan` operation.
pub mod update_report_plan;