summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Cost Explorer API.Ricardo Wurmus2021-04-171-0/+1
|
* Add support for Route 53 API.Ricardo Wurmus2021-03-281-1/+2
| | | | | | | | | | | | | * aws/api/route53-2013-04-01.normal.json: New API file. * Makefile.am (JSON_SOURCES): Add it. * aws/base.scm (aws-operation): Pass xml-namespace to requester. * aws/request.scm (request-xml-string): New procedure. (make-operation->request): Accept xml-namespace key. [host]: Use globalEndpoint if provided. [request-parameters]: Use request-xml-string for rest-xml protocol. * aws/serialize.scm (aws-value->sxml): New procedure. * language/aws/spec.scm (compile-operation): Pass xml-namespace to aws-operation.
* Add serialization tests.Ricardo Wurmus2021-03-181-0/+22
|
* Move serialization code to (aws serialize).Ricardo Wurmus2021-03-181-0/+1
|
* Install .go files to site-ccache directory.Ricardo Wurmus2021-03-171-1/+1
|
* Add EFS API.Ricardo Wurmus2020-07-061-0/+1
| | | | | | * aws/api/elasticfilesystem-2015-02-01.normal.json: New file. * Makefile.am (JSON_SOURCES): Add it. * aws/api/README: Mention it.
* Add ECR API.Ricardo Wurmus2020-05-251-0/+1
|
* Add EBS API.Ricardo Wurmus2020-05-211-0/+1
|
* Add ECS API.Ricardo Wurmus2020-05-201-0/+1
|
* Initial commit.Ricardo Wurmus2019-07-251-0/+41