Expand description
AWS Backup restJson1 service handler.
Implements the Backup control plane: backup plans + selections + versions, backup vaults (standard / logically-air-gapped / restore-access) with their notifications, access policies and lock configuration, recovery points, backup / copy / restore / scan jobs (progressed synthetically to a terminal state so Describe/List show completed work), frameworks, report plans and report jobs, legal holds, restore-testing plans + selections, tiering configurations, protected resources, tags, and the account-scoped global / region settings.
No real backup engine runs: StartBackupJob records a job and a synthetic
recovery point that DescribeRecoveryPoint then resolves, mirroring the
eventual-consistency of the real service without moving any bytes.