summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-07-06 17:53:31 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-07-06 17:53:31 +0200
commit061cd2b037df1d817c5babc904c2c7794e327a8f (patch)
tree5359e51445ce346ec6956111554f0eb206050b68 /Makefile.am
parent3b319cddc2b58b6c4ca91438d987d260c220e540 (diff)
Add EFS API.
* aws/api/elasticfilesystem-2015-02-01.normal.json: New file. * Makefile.am (JSON_SOURCES): Add it. * aws/api/README: Mention it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 11cde39..2a8dbba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@ GUILE_SOURCES = \
JSON_SOURCES = \
aws/api/cloudfront-2019-03-26.normal.json \
aws/api/ebs-2019-11-02.normal.json \
+ aws/api/elasticfilesystem-2015-02-01.normal.json \
aws/api/ecr-2015-09-21.normal.json \
aws/api/ecs-2014-11-13.normal.json \
aws/api/ec2-2016-11-15.normal.json \