Backup
Backup emulation. See source for details.
Quick start
# See /docs/services/ for SDK patterns; Backup uses the standard boto3 client.
Supported operations
21 operations exposed by this service as of MiniStack 1.4.6. Extracted directly from the handler dispatch in the source module.
CreateBackupPlan
CreateBackupSelection
CreateBackupVault
DeleteBackupPlan
DeleteBackupSelection
DeleteBackupVault
DescribeBackupJob
DescribeBackupVault
GetBackupPlan
GetBackupSelection
ListBackupJobs
ListBackupPlans
ListBackupPlanVersions
ListBackupSelections
ListBackupVaults
ListTags
StartBackupJob
StopBackupJob
TagResource
UntagResource
UpdateBackupPlan
CloudFormation
No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.
Known limitations
No service-specific gaps above the cross-service defaults. See Known limitations for the global list.
Source
ministack/services/backup.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.