-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
404c1ea
commit 6c7dff6
Showing
29 changed files
with
1,019 additions
and
151 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
.. _implementedservice_backup: | ||
|
||
.. |start-h3| raw:: html | ||
|
||
<h3> | ||
|
||
.. |end-h3| raw:: html | ||
|
||
</h3> | ||
|
||
====== | ||
backup | ||
====== | ||
|
||
.. autoclass:: moto.backup.models.BackupBackend | ||
|
||
|start-h3| Example usage |end-h3| | ||
|
||
.. sourcecode:: python | ||
|
||
@mock_backup | ||
def test_backup_behaviour: | ||
boto3.client("backup") | ||
... | ||
|
||
|
||
|
||
|start-h3| Implemented features for this service |end-h3| | ||
|
||
- [ ] cancel_legal_hold | ||
- [X] create_backup_plan | ||
- [ ] create_backup_selection | ||
- [X] create_backup_vault | ||
- [ ] create_framework | ||
- [ ] create_legal_hold | ||
- [ ] create_logically_air_gapped_backup_vault | ||
- [ ] create_report_plan | ||
- [X] delete_backup_plan | ||
- [ ] delete_backup_selection | ||
- [ ] delete_backup_vault | ||
- [ ] delete_backup_vault_access_policy | ||
- [ ] delete_backup_vault_lock_configuration | ||
- [ ] delete_backup_vault_notifications | ||
- [ ] delete_framework | ||
- [ ] delete_recovery_point | ||
- [ ] delete_report_plan | ||
- [ ] describe_backup_job | ||
- [ ] describe_backup_vault | ||
- [ ] describe_copy_job | ||
- [ ] describe_framework | ||
- [ ] describe_global_settings | ||
- [ ] describe_protected_resource | ||
- [ ] describe_recovery_point | ||
- [ ] describe_region_settings | ||
- [ ] describe_report_job | ||
- [ ] describe_report_plan | ||
- [ ] describe_restore_job | ||
- [ ] disassociate_recovery_point | ||
- [ ] disassociate_recovery_point_from_parent | ||
- [ ] export_backup_plan_template | ||
- [X] get_backup_plan | ||
- [ ] get_backup_plan_from_json | ||
- [ ] get_backup_plan_from_template | ||
- [ ] get_backup_selection | ||
- [ ] get_backup_vault_access_policy | ||
- [ ] get_backup_vault_notifications | ||
- [ ] get_legal_hold | ||
- [ ] get_recovery_point_restore_metadata | ||
- [ ] get_supported_resource_types | ||
- [ ] list_backup_job_summaries | ||
- [ ] list_backup_jobs | ||
- [ ] list_backup_plan_templates | ||
- [ ] list_backup_plan_versions | ||
- [X] list_backup_plans | ||
|
||
Pagination is not yet implemented | ||
|
||
|
||
- [ ] list_backup_selections | ||
- [X] list_backup_vaults | ||
|
||
Pagination is not yet implemented | ||
|
||
|
||
- [ ] list_copy_job_summaries | ||
- [ ] list_copy_jobs | ||
- [ ] list_frameworks | ||
- [ ] list_legal_holds | ||
- [ ] list_protected_resources | ||
- [ ] list_protected_resources_by_backup_vault | ||
- [ ] list_recovery_points_by_backup_vault | ||
- [ ] list_recovery_points_by_legal_hold | ||
- [ ] list_recovery_points_by_resource | ||
- [ ] list_report_jobs | ||
- [ ] list_report_plans | ||
- [ ] list_restore_job_summaries | ||
- [ ] list_restore_jobs | ||
- [X] list_tags | ||
|
||
Pagination is not yet implemented | ||
|
||
|
||
- [ ] put_backup_vault_access_policy | ||
- [ ] put_backup_vault_lock_configuration | ||
- [ ] put_backup_vault_notifications | ||
- [ ] start_backup_job | ||
- [ ] start_copy_job | ||
- [ ] start_report_job | ||
- [ ] start_restore_job | ||
- [ ] stop_backup_job | ||
- [X] tag_resource | ||
- [X] untag_resource | ||
- [ ] update_backup_plan | ||
- [ ] update_framework | ||
- [ ] update_global_settings | ||
- [ ] update_recovery_point_lifecycle | ||
- [ ] update_region_settings | ||
- [ ] update_report_plan | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,5 +98,4 @@ efs | |
- [X] tag_resource | ||
- [X] untag_resource | ||
- [ ] update_file_system | ||
- [ ] update_file_system_protection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.