machines-amazonka-0.5.0: Machine transducers for Amazonka calls.

Copyright© 2017 All rights reserved.
LicenseGPL-3
MaintainerEvan Cofsky <evan@theunixman.com>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Machines.Filters

Description

 

Documentation

newtype OwnerId Source #

Constructors

OwnerId 

Fields

newtype Name Source #

Constructors

Name 

Fields

Instances

Eq Name Source # 

Methods

(==) :: Name -> Name -> Bool #

(/=) :: Name -> Name -> Bool #

Ord Name Source # 

Methods

compare :: Name -> Name -> Ordering #

(<) :: Name -> Name -> Bool #

(<=) :: Name -> Name -> Bool #

(>) :: Name -> Name -> Bool #

(>=) :: Name -> Name -> Bool #

max :: Name -> Name -> Name #

min :: Name -> Name -> Name #

Show Name Source # 

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

IsFilter Name Source # 

Methods

toFilters :: Getter Name Filters Source #

name :: Getter Name Text Source #

values :: Getter Name (Set Text) Source #

data EC2Tag Source #

Constructors

EC2Tag 

Instances

Eq EC2Tag Source # 

Methods

(==) :: EC2Tag -> EC2Tag -> Bool #

(/=) :: EC2Tag -> EC2Tag -> Bool #

Ord EC2Tag Source # 
Show EC2Tag Source # 
Printable EC2Tag Source # 

Methods

print :: Printer p => EC2Tag -> p

IsFilter EC2Tag Source # 

Methods

toFilters :: Getter EC2Tag Filters Source #

name :: Getter EC2Tag Text Source #

values :: Getter EC2Tag (Set Text) Source #