1createObject = {'name': 'example.com'}
2deleteObject = True
3editObject = True
4getZoneFileContents = 'lots of text'
5getResourceRecords = [
6    {'id': 1, 'ttl': 7200, 'data': 'd', 'host': 'a', 'type': 'cname'},
7    {'id': 2, 'ttl': 900, 'data': '1', 'host': 'b', 'type': 'a'},
8    {'id': 3, 'ttl': 900, 'data': 'x', 'host': 'c', 'type': 'ptr'},
9    {'id': 4, 'ttl': 86400, 'data': 'b', 'host': 'd', 'type': 'txt'},
10    {'id': 5, 'ttl': 86400, 'data': 'b', 'host': 'e', 'type': 'txt'},
11    {'id': 6, 'ttl': 600, 'data': 'b', 'host': 'f', 'type': 'txt'},
12]
13getObject = {'id': 98765, 'name': 'test-example.com'}
14