Skip to content

Commit

Permalink
Regenerating EC2 to include custom DeleteTag type
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Mar 20, 2016
1 parent 16b9299 commit 4b4e3f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amazonka-ec2/amazonka-ec2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ library
, Network.AWS.EC2.Waiters

other-modules:
Network.AWS.EC2.Types.Product
Network.AWS.EC2.Internal
, Network.AWS.EC2.Types.Product
, Network.AWS.EC2.Types.Sum

build-depends:
Expand Down
4 changes: 4 additions & 0 deletions amazonka-ec2/gen/Network/AWS/EC2.hs
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,9 @@ module Network.AWS.EC2

-- * Types

-- ** Re-exported Types
, module Network.AWS.EC2.Internal

-- ** AccountAttributeName
, AccountAttributeName (..)

Expand Down Expand Up @@ -2771,6 +2774,7 @@ import Network.AWS.EC2.ImportInstance
import Network.AWS.EC2.ImportKeyPair
import Network.AWS.EC2.ImportSnapshot
import Network.AWS.EC2.ImportVolume
import Network.AWS.EC2.Internal
import Network.AWS.EC2.ModifyHosts
import Network.AWS.EC2.ModifyIdFormat
import Network.AWS.EC2.ModifyImageAttribute
Expand Down
4 changes: 4 additions & 0 deletions amazonka-ec2/gen/Network/AWS/EC2/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module Network.AWS.EC2.Types

-- * Errors

-- * Re-exported Types
, module Network.AWS.EC2.Internal

-- * AccountAttributeName
, AccountAttributeName (..)

Expand Down Expand Up @@ -1917,6 +1920,7 @@ module Network.AWS.EC2.Types
, vsiVolumeId
) where

import Network.AWS.EC2.Internal
import Network.AWS.EC2.Types.Product
import Network.AWS.EC2.Types.Sum
import Network.AWS.Lens
Expand Down
1 change: 1 addition & 0 deletions amazonka-ec2/gen/Network/AWS/EC2/Types/Product.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--
module Network.AWS.EC2.Types.Product where

import Network.AWS.EC2.Internal
import Network.AWS.EC2.Types.Sum
import Network.AWS.Lens
import Network.AWS.Prelude
Expand Down
1 change: 1 addition & 0 deletions amazonka-ec2/gen/Network/AWS/EC2/Types/Sum.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--
module Network.AWS.EC2.Types.Sum where

import Network.AWS.EC2.Internal
import Network.AWS.Prelude

data AccountAttributeName
Expand Down

0 comments on commit 4b4e3f8

Please sign in to comment.