coredns/vendor/github.com/aws/aws-sdk-go/private
Manuel Alejandro de Brito Fontes 0e8977761d Dep helper (#2151)
* Add dep task to update go dependencies

* Update go dependencies
2018-09-29 23:47:07 +01:00
..
protocol Dep helper (#2151) 2018-09-29 23:47:07 +01:00
README.md Add route53 plugin (#1390) 2018-01-15 09:59:29 -08:00

AWS SDK for Go Private packages

private is a collection of packages used internally by the SDK, and is subject to have breaking changes. This package is not internal so that if you really need to use its functionality, and understand breaking changes will be made, you are able to.

These packages will be refactored in the future so that the API generator and model parsers are exposed cleanly on their own. Making it easier for you to generate your own code based on the API models.