# README
Akamai Config DNS (Zone Record Management)
A golang package that talks to the Akamai OPEN Config DNS API.
# Functions
Client returns a new dns Client instance with the specified controller.
# Variables
ErrBadRequest is returned when a required parameter is missing.
ErrStructValidation is returned returned when given struct validation failed.
# Structs
No description provided by the author
BulkCreateResultResponse contains the response from a completed bulk-create request.
BulkDeleteResultResponse contains the response from a completed bulk-delete request.
BulkFailedZone contains information about failed zone.
BulkStatusResponse contains current status of a running or completed bulk-create request.
BulkZonesCreate contains a list of one or more new Zones to create.
BulkZonesResponse contains response from bulk-create request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MetadataH contains metadata of RecordSet response.
RecordBody contains request body for dns record.
Recordset contains recordset metadata.
RecordsetQueryArgs contains query parameters for recordset request.
RecordSetResponse contains a response with a list of recordsets.
Recordsets Struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
Records contains operations available on a Record resource See: https://developer.akamai.com/api/cloud_security/edge_dns_zone_management/v2.html.
RecordSets contains operations available on a recordsets See: https://developer.akamai.com/api/cloud_security/edge_dns_zone_management/v2.html.
No description provided by the author
No description provided by the author