# Functions

CreateRecordSet will create a RecordSet with a random name.
CreateSecondaryZone will create a Zone with a random name.
CreateTransferAccept will accept a spectified Transfer Request.
CreateTransferRequest will create a Transfer Request to a spectified Zone.
CreateZone will create a Zone with a random name.
DeleteRecordSet will delete a specified record set.
DeleteTransferRequest will delete a specified zone transfer request.
DeleteZone will delete a specified zone.
WaitForRecordSetStatus will poll a record set's status until it either matches the specified status or the status becomes ERROR.
WaitForTransferAcceptStatus will poll a transfer accept's status until it either matches the specified status or the status becomes ERROR.
WaitForTransferRequestStatus will poll a transfer reqeust's status until it either matches the specified status or the status becomes ERROR.
WaitForZoneStatus will poll a zone's status until it either matches the specified status or the status becomes ERROR.