From 061cd2b037df1d817c5babc904c2c7794e327a8f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 Jul 2020 17:53:31 +0200 Subject: Add EFS API. * aws/api/elasticfilesystem-2015-02-01.normal.json: New file. * Makefile.am (JSON_SOURCES): Add it. * aws/api/README: Mention it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3