synthetics

class moto.synthetics.models.SyntheticsBackend(region_name: str, account_id: str)

Implementation of Synthetics APIs.

Implemented features for this service

  • [ ] associate_resource

  • [X] create_canary

  • [ ] create_group

  • [ ] delete_canary

  • [ ] delete_group

  • [X] describe_canaries

Pagination is not yet supported

  • [ ] describe_canaries_last_run

  • [ ] describe_runtime_versions

  • [ ] disassociate_resource

  • [X] get_canary

The dry-run_id-parameter is not yet supported

  • [ ] get_canary_runs

  • [ ] get_group

  • [ ] list_associated_groups

  • [ ] list_group_resources

  • [ ] list_groups

  • [X] list_tags_for_resource

  • [ ] start_canary

  • [ ] start_canary_dry_run

  • [ ] stop_canary

  • [ ] tag_resource

  • [ ] untag_resource

  • [ ] update_canary