úÎ!Ÿó      Support types(C) Richard Cook, 2018MITrcook@rcook.org experimentalportableNone Service and session type classes(C) Richard Cook, 2018MITrcook@rcook.org experimentalportableNoneHV   Template Haskell helpers for Network.AWS.Easy(C) Richard Cook, 2018MITrcook@rcook.org experimentalportableNoneêaws-easyHGenerates type-safe AWS service and session wrapper types for use with  and  functionsExample top-level invocation: ÿ3{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeFamilies #-} module MyApp.Services ( DynamoDBService , DynamoDBSession , dynamoDBService ) where import Network.AWS.DynamoDB (dynamoDB) import Network.AWS.Easy (wrapAWSService) wrapAWSService 'dynamoDB "DynamoDBService" "DynamoDBSession" 2This will generate boilerplate like the following: ÿ³data DynamoDBService = DynamoDBService Service data DynamoDBSession = DynamoDBSession Session instance ServiceClass DynamoDBService where type TypedSession DynamoDBService = DynamoDBSession rawService (DynamoDBService x) = x wrappedSession = DynamoDBSession instance SessionClass DynamoDBSession where rawSession (DynamoDBSession x) = x dynamoDBService :: DynamoDBService dynamoDBService = DynamoDBService dynamoDB aws-easyName of the amazonka   value to wrapaws-easy$Name of the service type to generateaws-easy$Name of the session type to generateaws-easy*Declarations for splicing into source file9Configuring and making client connections to AWS services(C) Richard Cook, 2018MITrcook@rcook.org experimentalportableNone"#>HVXk{ Main aws-easy module(C) Richard Cook, 2018MITrcook@rcook.org experimentalportableNonew      !"#$%&'aws-easy-0.1.0.2-4hoXaVeVyxQ1pv3a5Cc4MyNetwork.AWS.Easy.TypesNetwork.AWS.Easy.ClassesNetwork.AWS.Easy.THNetwork.AWS.Easy.ServiceAWSViaHaskell.AWSServiceconnectwithAWSNetwork.AWS.TypesServiceNetwork.AWS.EasySession_sEnv_sRegion _sServicesEnvsRegionsService SessionClass rawSession ServiceClass TypedSession rawServicewrappedSessionwrapAWSService AWSConfigEndpoint AWSRegionLocalLoggingLoggingEnabledLoggingDisabledPortHostNameawscCredentials awscEndpoint awscLogging awsConfig