Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 722 Bytes

ebs.rst

File metadata and controls

44 lines (24 loc) · 722 Bytes

ebs

.. autoclass:: moto.ebs.models.EBSBackend

Example usage

@mock_ebs
def test_ebs_behaviour:
    boto3.client("ebs")
    ...

Implemented features for this service

  • [X] complete_snapshot

  • [X] get_snapshot_block

    The BlockToken-parameter is not yet implemented

  • [X] list_changed_blocks

    The following parameters are not yet implemented: NextToken, MaxResults, StartingBlockIndex

  • [X] list_snapshot_blocks

  • [X] put_snapshot_block

  • [X] start_snapshot