diff --git a/aws-ec2.cabal b/aws-ec2.cabal
--- a/aws-ec2.cabal
+++ b/aws-ec2.cabal
@@ -1,5 +1,5 @@
 name:                aws-ec2
-version:             0.3.2
+version:             0.3.3
 synopsis:            AWS EC2/VPC, ELB and CloudWatch client library for Haskell
 license-file:        LICENSE
 license:             BSD3
@@ -17,7 +17,7 @@
 source-repository this
   type: git
   location: https://github.com/zalora/aws-ec2.git
-  tag: 0.3.2
+  tag: 0.3.3
 
 source-repository head
   type: git
diff --git a/src/Aws/Ec2/Commands/CreateInternetGateway.hs b/src/Aws/Ec2/Commands/CreateInternetGateway.hs
--- a/src/Aws/Ec2/Commands/CreateInternetGateway.hs
+++ b/src/Aws/Ec2/Commands/CreateInternetGateway.hs
@@ -15,7 +15,7 @@
 
 instance SignQuery CreateInternetGateway where
     type ServiceConfiguration CreateInternetGateway = EC2Configuration
-    signQuery CreateInternetGateway{..} = ec2SignQuery $ 
+    signQuery CreateInternetGateway = ec2SignQuery $
                                            [ ("Action", qArg "CreateInternetGateway")
                                            , defVersion
                                            ]
