Sun Aug 21 19:54:07 2016 UTC ()
New package, aws-sdk-go.

The AWS SDK for Go provides easy-to-use APIs and utilities developers can use
to quickly integrate Go applications with AWS services like Amazon S3 and
Amazon EC2.


(bsiegert)
diff -r1.1127 -r1.1128 pkgsrc/net/Makefile
diff -r0 -r1.1 pkgsrc/net/aws-sdk-go/DESCR
diff -r0 -r1.1 pkgsrc/net/aws-sdk-go/Makefile
diff -r0 -r1.1 pkgsrc/net/aws-sdk-go/PLIST
diff -r0 -r1.1 pkgsrc/net/aws-sdk-go/buildlink3.mk
diff -r0 -r1.1 pkgsrc/net/aws-sdk-go/distinfo

cvs diff -r1.1127 -r1.1128 pkgsrc/net/Makefile (expand / switch to unified diff)

--- pkgsrc/net/Makefile 2016/08/01 09:48:02 1.1127
+++ pkgsrc/net/Makefile 2016/08/21 19:54:07 1.1128
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1127 2016/08/01 09:48:02 wiz Exp $ 1# $NetBSD: Makefile,v 1.1128 2016/08/21 19:54:07 bsiegert Exp $
2# 2#
3 3
4COMMENT= Networking tools 4COMMENT= Networking tools
5 5
6SUBDIR+= 3proxy 6SUBDIR+= 3proxy
7SUBDIR+= 6tunnel 7SUBDIR+= 6tunnel
8SUBDIR+= DarwinStreamingServer 8SUBDIR+= DarwinStreamingServer
9SUBDIR+= GeoIP 9SUBDIR+= GeoIP
10SUBDIR+= Geomyidae 10SUBDIR+= Geomyidae
11SUBDIR+= IglooFTP 11SUBDIR+= IglooFTP
12SUBDIR+= LaBrea 12SUBDIR+= LaBrea
13SUBDIR+= ORBit 13SUBDIR+= ORBit
14SUBDIR+= ORBit2 14SUBDIR+= ORBit2
@@ -23,26 +23,27 @@ SUBDIR+= airportbasestationconfig @@ -23,26 +23,27 @@ SUBDIR+= airportbasestationconfig
23SUBDIR+= airportmodemutility 23SUBDIR+= airportmodemutility
24SUBDIR+= amule 24SUBDIR+= amule
25SUBDIR+= aoe-vblade 25SUBDIR+= aoe-vblade
26SUBDIR+= apollo 26SUBDIR+= apollo
27SUBDIR+= argus 27SUBDIR+= argus
28SUBDIR+= aria2 28SUBDIR+= aria2
29SUBDIR+= arp-scan 29SUBDIR+= arp-scan
30SUBDIR+= arpd 30SUBDIR+= arpd
31SUBDIR+= arping 31SUBDIR+= arping
32SUBDIR+= arpwatch 32SUBDIR+= arpwatch
33SUBDIR+= autonet 33SUBDIR+= autonet
34SUBDIR+= avahi 34SUBDIR+= avahi
35SUBDIR+= awhois 35SUBDIR+= awhois
 36SUBDIR+= aws-sdk-go
36SUBDIR+= balance 37SUBDIR+= balance
37SUBDIR+= barnyard 38SUBDIR+= barnyard
38SUBDIR+= batchftp 39SUBDIR+= batchftp
39SUBDIR+= bftpd 40SUBDIR+= bftpd
40SUBDIR+= bind910 41SUBDIR+= bind910
41SUBDIR+= bind99 42SUBDIR+= bind99
42SUBDIR+= bing 43SUBDIR+= bing
43SUBDIR+= bird 44SUBDIR+= bird
44SUBDIR+= bird6 45SUBDIR+= bird6
45SUBDIR+= bittornado 46SUBDIR+= bittornado
46SUBDIR+= bittornado-gui 47SUBDIR+= bittornado-gui
47SUBDIR+= bittorrent 48SUBDIR+= bittorrent
48SUBDIR+= bittorrent-gui 49SUBDIR+= bittorrent-gui

File Added: pkgsrc/net/aws-sdk-go/Attic/DESCR
The AWS SDK for Go provides easy-to-use APIs and utilities developers can use
to quickly integrate Go applications with AWS services like Amazon S3 and
Amazon EC2.

File Added: pkgsrc/net/aws-sdk-go/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2016/08/21 19:54:07 bsiegert Exp $
#

DISTNAME=		aws-sdk-go-${GITHUB_TAG:S/v//}
CATEGORIES=		net www
MASTER_SITES=		${MASTER_SITE_GITHUB:=aws/}
GITHUB_TAG=		v1.4.3

HOMEPAGE=		http://aws.amazon.com/sdk-for-go/
COMMENT=		Amazon AWS SDK for Go
LICENSE=		apache-2.0

GO_SRCPATH=		github.com/aws/aws-sdk-go
GO_DIST_BASE=		${DISTNAME}
GO_BUILD_PATTERN=	${GO_SRCPATH}/aws/... ${GO_SRCPATH}/service/...

.include "../../devel/go-testify/buildlink3.mk"  # for tests
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/aws-sdk-go/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2016/08/21 19:54:07 bsiegert Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/awserr.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/awsutil.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/client.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/client/metadata.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/corehandlers.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/credentials.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/credentials/stscreds.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/defaults.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/ec2metadata.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/request.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/session.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/aws/signer/v4.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/endpoints.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/ec2query.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/jsonrpc.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/query.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/query/queryutil.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/rest.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/restjson.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/restxml.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/signer/v2.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/private/waiter.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/acm.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/acm/acmiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/apigateway.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/applicationautoscaling.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/autoscaling.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudformation.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudfront.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudfront/sign.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudhsm.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudsearch.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudsearchdomain.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudtrail.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatch.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatchevents.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatchlogs.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codecommit.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codedeploy.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codepipeline.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitoidentity.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitoidentityprovider.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitosync.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/configservice.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/configservice/configserviceiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/databasemigrationservice.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/datapipeline.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/devicefarm.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/directconnect.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/directoryservice.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/dynamodb.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/dynamodbstreams.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ec2.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ec2/ec2iface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ecr.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ecr/ecriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ecs.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ecs/ecsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/efs.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/efs/efsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticache.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticbeanstalk.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticsearchservice.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elastictranscoder.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elb.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elb/elbiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elbv2.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/emr.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/emr/emriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/firehose.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/firehose/firehoseiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/gamelift.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/glacier.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/glacier/glacieriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iam.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iam/iamiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/inspector.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/inspector/inspectoriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iot.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iot/iotiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iotdataplane.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kinesis.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kinesisanalytics.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kms.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/kms/kmsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/lambda.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/lambda/lambdaiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/machinelearning.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/marketplacemetering.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/mobileanalytics.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/opsworks.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/rds.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/rds/rdsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/redshift.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/redshift/redshiftiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/route53.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/route53/route53iface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/route53domains.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/s3.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/s3/s3crypto.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/s3/s3iface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/s3/s3manager.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/servicecatalog.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ses.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ses/sesiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/simpledb.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/snowball.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/snowball/snowballiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sns.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sns/snsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sqs.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sqs/sqsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ssm.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/ssm/ssmiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/storagegateway.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sts.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/sts/stsiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/support.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/support/supportiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/swf.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/swf/swfiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/waf.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/waf/wafiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/workspaces.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini.a
gopkg/pkg/${GO_PLATFORM}/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath.a
gopkg/src/github.com/aws/aws-sdk-go/Gemfile
gopkg/src/github.com/aws/aws-sdk-go/LICENSE.txt
gopkg/src/github.com/aws/aws-sdk-go/Makefile
gopkg/src/github.com/aws/aws-sdk-go/NOTICE.txt
gopkg/src/github.com/aws/aws-sdk-go/README.md
gopkg/src/github.com/aws/aws-sdk-go/aws/awserr/error.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awserr/types.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/equal.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go
gopkg/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go
gopkg/src/github.com/aws/aws-sdk-go/aws/client/client.go
gopkg/src/github.com/aws/aws-sdk-go/aws/client/default_retryer.go
gopkg/src/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go
gopkg/src/github.com/aws/aws-sdk-go/aws/config.go
gopkg/src/github.com/aws/aws-sdk-go/aws/config_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/convert_types.go
gopkg/src/github.com/aws/aws-sdk-go/aws/convert_types_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go
gopkg/src/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go
gopkg/src/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/credentials.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/example.ini
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go
gopkg/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/defaults/defaults.go
gopkg/src/github.com/aws/aws-sdk-go/aws/defaults/defaults_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go
gopkg/src/github.com/aws/aws-sdk-go/aws/ec2metadata/api_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go
gopkg/src/github.com/aws/aws-sdk-go/aws/ec2metadata/service_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/errors.go
gopkg/src/github.com/aws/aws-sdk-go/aws/logger.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/handlers.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/handlers_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/http_request.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/http_request_1_4.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/http_request_copy_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/http_request_retry_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/offset_reader.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/offset_reader_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/request.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/request_1_6_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/request_pagination.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/request_pagination_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/request_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/retryer.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/retryer_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/request/validation.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/doc.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/env_config.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/env_config_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/session.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/session_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/shared_config.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/shared_config_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config
gopkg/src/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_invalid_ini
gopkg/src/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_other
gopkg/src/github.com/aws/aws-sdk-go/aws/signer/v4/functional_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go
gopkg/src/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go
gopkg/src/github.com/aws/aws-sdk-go/aws/signer/v4/v4_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/types.go
gopkg/src/github.com/aws/aws-sdk-go/aws/types_test.go
gopkg/src/github.com/aws/aws-sdk-go/aws/version.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Godeps.json
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/gen/gen.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/rename.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/renames.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/renamer.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/LICENSE
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/PATENTS
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/ast/astutil/imports.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/ast/astutil/util.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/buildutil/allpackages.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/buildutil/fakecontext.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/buildutil/tags.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/buildutil/util.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/cgo.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/cgo_pkgconfig.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/doc.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/go16.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/loader.go
gopkg/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/util.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/assert.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/assert_test.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/integration_test.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/s3_crypto.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/stepdef.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/integration_test.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/stub.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/stub.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/integration.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/acm.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/apigateway.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/applicationdiscoveryservice.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/autoscaling.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/cloudformation.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/cloudfront.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/cloudhsm.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/cloudsearch.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/cloudtrail.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/cloudwatch.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/cloudwatchlogs.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/codecommit.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/codedeploy.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/codepipeline.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/cognitoidentity.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/cognitosync.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/configservice.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/datapipeline.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/devicefarm.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/directconnect.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/directoryservice.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/dynamodb.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/dynamodbstreams.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/ec2.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/ecs.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/efs.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/elasticache.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/elasticbeanstalk.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/elasticloadbalancing.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/elastictranscoder.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/emr.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/es.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/glacier.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/iam.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/iotdataplane.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/kinesis.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/kms.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/lambda.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/machinelearning.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/opsworks.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/rds.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/redshift.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/route53.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/route53domains.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/ses.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/shared.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/simpledb.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/sns.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/sqs.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/ssm.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/storagegateway.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/sts.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/support.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/swf.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/waf.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/workspaces.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/mock/mock.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/benchmarks.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/client.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/clients.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/clients.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/init.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/logging.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/performance/streaming.feature
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.golang-tip
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.4
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5-novendorexp
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.6
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7
gopkg/src/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.gotip
gopkg/src/github.com/aws/aws-sdk-go/awstesting/unit/unit.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/util.go
gopkg/src/github.com/aws/aws-sdk-go/awstesting/util_test.go
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/callgraph.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalk.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalkdir.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/dirlist.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/error.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/example.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godoc.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godocs.js
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/implements.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.js
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.css
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.edit.js
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.js
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/methodset.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/opensearch.xml
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package.txt
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_default.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_service.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/pkglist.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.txt
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchcode.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchdoc.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchtxt.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/style.css
gopkg/src/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/user_guide_example.html
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/plugin.rb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/footer.erb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/client.erb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/item_summary.erb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/setup.rb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/package/html/setup.rb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/paginators.erb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/request_methods.erb
gopkg/src/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/setup.rb
gopkg/src/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/README.md
gopkg/src/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/signCookies.go
gopkg/src/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/README.md
gopkg/src/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/filter_ec2_by_tag.go
gopkg/src/github.com/aws/aws-sdk-go/example/service/s3/listObjects/README.md
gopkg/src/github.com/aws/aws-sdk-go/example/service/s3/listObjects/listObjects.go
gopkg/src/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/README.md
gopkg/src/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/listObjectsConcurrently.go
gopkg/src/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/waiters-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/api-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/examples-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/paginators-1.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/output/ec2.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/output/json.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/output/query.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-json.json
gopkg/src/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-xml.json
gopkg/src/github.com/aws/aws-sdk-go/private/README.md
gopkg/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.go
gopkg/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints.json
gopkg/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints_map.go
gopkg/src/github.com/aws/aws-sdk-go/private/endpoints/endpoints_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/api.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/api_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/customization_passes.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/docstring.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/exportable_name.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/load.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/load_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/operation.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/pagination.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/param_filler.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/passes.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/shape.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/shape_validation.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/shapetag_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/api/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/cli/api-info/api-info.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/cli/gen-api/main.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/main.go
gopkg/src/github.com/aws/aws-sdk-go/private/model/endpoints.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_bench_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/idempotency.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/idempotency_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_bench_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/protocol_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/build.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/rest/build.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restjson/build_bench_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restjson/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restxml/build_bench_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restxml/build_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/restxml/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/unmarshal_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go
gopkg/src/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go
gopkg/src/github.com/aws/aws-sdk-go/private/signer/v2/v2.go
gopkg/src/github.com/aws/aws-sdk-go/private/signer/v2/v2_test.go
gopkg/src/github.com/aws/aws-sdk-go/private/util/sort_keys.go
gopkg/src/github.com/aws/aws-sdk-go/private/util/util.go
gopkg/src/github.com/aws/aws-sdk-go/private/waiter/waiter.go
gopkg/src/github.com/aws/aws-sdk-go/private/waiter/waiter_test.go
gopkg/src/github.com/aws/aws-sdk-go/sdk.go
gopkg/src/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/acm/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/acm/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/acm/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/apigateway/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/apigateway/customization.go
gopkg/src/github.com/aws/aws-sdk-go/service/apigateway/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/apigateway/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationautoscaling/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationautoscaling/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/autoscaling/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/autoscaling/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/autoscaling/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/autoscaling/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudformation/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudformation/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudformation/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudformation/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/randomreader.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_example_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudfront/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudhsm/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudhsm/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudhsm/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearch/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearch/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearch/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudsearchdomain/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudtrail/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudtrail/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudtrail/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatch/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatch/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatch/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatch/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchevents/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchevents/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchevents/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchlogs/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchlogs/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cloudwatchlogs/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/codecommit/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/codecommit/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/codecommit/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/codedeploy/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/codedeploy/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/codedeploy/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/codedeploy/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/codepipeline/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/codepipeline/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/codepipeline/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentity/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitosync/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitosync/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/cognitosync/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/configservice/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/configservice/configserviceiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/configservice/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/configservice/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/databasemigrationservice/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/databasemigrationservice/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/databasemigrationservice/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/datapipeline/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/datapipeline/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/datapipeline/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/devicefarm/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/devicefarm/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/devicefarm/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/directconnect/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/directconnect/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/directconnect/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/directoryservice/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/directoryservice/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/directoryservice/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/doc.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/shared_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodb/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodbstreams/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/dynamodbstreams/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ec2/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecr/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecr/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecr/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecs/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecs/ecsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecs/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecs/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ecs/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/efs/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/efs/efsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/efs/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/efs/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticache/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticache/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticache/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticache/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticbeanstalk/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticbeanstalk/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticbeanstalk/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticsearchservice/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elasticsearchservice/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elastictranscoder/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elastictranscoder/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elastictranscoder/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elastictranscoder/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/elb/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elb/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elb/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/elb/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/elbv2/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/elbv2/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/elbv2/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/emr/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/emr/emriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/emr/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/emr/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/emr/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/firehose/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/firehose/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/firehose/firehoseiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/firehose/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/gamelift/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/gamelift/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/gamelift/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/generate.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/glacieriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/treehash.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/treehash_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/glacier/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/iam/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/iam/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/iam/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/iam/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/inspector/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/inspector/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/inspector/inspectoriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/inspector/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/iot/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/iot/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/iot/iotiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/iot/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/iotdataplane/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/iotdataplane/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/iotdataplane/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/iotdataplane/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesis/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesis/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesis/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesis/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesisanalytics/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesisanalytics/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/kinesisanalytics/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/kms/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/kms/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/kms/kmsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/kms/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/lambda/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/lambda/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/lambda/lambdaiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/lambda/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/machinelearning/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacemetering/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacemetering/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/marketplacemetering/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/mobileanalytics/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/mobileanalytics/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/mobileanalytics/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/opsworks/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/opsworks/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/opsworks/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/opsworks/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/rds/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/rds/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/rds/rdsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/rds/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/rds/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/redshift/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/redshift/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/redshift/redshiftiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/redshift/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/redshift/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/route53iface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_leak_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53domains/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53domains/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/route53domains/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/bucket_location.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/content_md5.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_builder.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/doc.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/envelope.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/mock_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/doc.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/shared_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/sse.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/sse_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/statusok_error.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/statusok_error_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_leak_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/s3/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/servicecatalog/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/servicecatalog/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/servicecatalog/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ses/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/ses/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ses/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ses/sesiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ses/waiters.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/unmarshal_error_leak_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error.go
gopkg/src/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/snowball/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/snowball/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/snowball/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/snowball/snowballiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/sns/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/sns/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sns/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/sns/snsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/api_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/checksums.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/checksums_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/sqs/sqsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/ssm/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/ssm/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/ssm/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/ssm/ssmiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/storagegateway/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/storagegateway/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/storagegateway/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/customizations.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/customizations_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/support/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/support/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/support/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/support/supportiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/swf/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/swf/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/swf/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/swf/swfiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/waf/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/waf/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/waf/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/waf/wafiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/service/workspaces/api.go
gopkg/src/github.com/aws/aws-sdk-go/service/workspaces/examples_test.go
gopkg/src/github.com/aws/aws-sdk-go/service/workspaces/service.go
gopkg/src/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/interface.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/.gitignore
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/LICENSE
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/README.md
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/README_ZH.md
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/ini.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/ini_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/struct.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/struct_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini/testdata/conf.ini
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/.gitignore
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/.travis.yml
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/LICENSE
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/Makefile
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/README.md
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/api.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/api_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/basic.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/boolean.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/current.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/escape.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/filters.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/functions.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/indices.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/literal.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/pipe.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/slice.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/syntax.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/unicode.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/compliance_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/functions.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/interpreter.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/interpreter_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/lexer.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/lexer_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/parser.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/parser_test.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/toktype_string.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/util.go
gopkg/src/github.com/aws/aws-sdk-go/vendor/github.com/jmespath/go-jmespath/util_test.go
@pkgdir bin

File Added: pkgsrc/net/aws-sdk-go/Attic/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2016/08/21 19:54:07 bsiegert Exp $

BUILDLINK_TREE+=	aws-sdk-go

.if !defined(AWS_SDK_GO_BUILDLINK3_MK)
AWS_SDK_GO_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.aws-sdk-go=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.aws-sdk-go?=		build

BUILDLINK_API_DEPENDS.aws-sdk-go+=	aws-sdk-go>=1.4.3
BUILDLINK_PKGSRCDIR.aws-sdk-go?=	../../net/go-aws-sdk

.endif	# AWS_SDK_GO_BUILDLINK3_MK

BUILDLINK_TREE+=	-aws-sdk-go

File Added: pkgsrc/net/aws-sdk-go/Attic/distinfo
$NetBSD: distinfo,v 1.1 2016/08/21 19:54:07 bsiegert Exp $

SHA1 (aws-sdk-go-1.4.3.tar.gz) = 530ffb0ff4583a0f6f975d9014a5513d5005f89c
RMD160 (aws-sdk-go-1.4.3.tar.gz) = 91d71101fba490584792d7f272a6d26a454e8923
SHA512 (aws-sdk-go-1.4.3.tar.gz) = 0b39fdbfd03d8535fb015e24682fc902aa753bd457f41160faa80f19fddb0a5cd109494882980b9b2479cfbc72508721a1b26692022fb5702792ba567b52a531
Size (aws-sdk-go-1.4.3.tar.gz) = 3971142 bytes