amazonka-ec2-1.6.0: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeFpgaImageAttribute

Contents

Description

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

Synopsis

Creating a Request

describeFpgaImageAttribute #

Creates a value of DescribeFpgaImageAttribute with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dfiaDryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .
  • dfiaFpgaImageId - The ID of the AFI.
  • dfiaAttribute - The AFI attribute.

data DescribeFpgaImageAttribute #

See: describeFpgaImageAttribute smart constructor.

Instances

Eq DescribeFpgaImageAttribute # 
Data DescribeFpgaImageAttribute # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeFpgaImageAttribute -> c DescribeFpgaImageAttribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeFpgaImageAttribute #

toConstr :: DescribeFpgaImageAttribute -> Constr #

dataTypeOf :: DescribeFpgaImageAttribute -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeFpgaImageAttribute) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeFpgaImageAttribute) #

gmapT :: (forall b. Data b => b -> b) -> DescribeFpgaImageAttribute -> DescribeFpgaImageAttribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeFpgaImageAttribute -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeFpgaImageAttribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeFpgaImageAttribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeFpgaImageAttribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttribute -> m DescribeFpgaImageAttribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttribute -> m DescribeFpgaImageAttribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttribute -> m DescribeFpgaImageAttribute #

Read DescribeFpgaImageAttribute # 
Show DescribeFpgaImageAttribute # 
Generic DescribeFpgaImageAttribute # 
Hashable DescribeFpgaImageAttribute # 
NFData DescribeFpgaImageAttribute # 
AWSRequest DescribeFpgaImageAttribute # 
ToHeaders DescribeFpgaImageAttribute # 
ToPath DescribeFpgaImageAttribute # 
ToQuery DescribeFpgaImageAttribute # 
type Rep DescribeFpgaImageAttribute # 
type Rep DescribeFpgaImageAttribute = D1 * (MetaData "DescribeFpgaImageAttribute" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" False) (C1 * (MetaCons "DescribeFpgaImageAttribute'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dfiaDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dfiaFpgaImageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dfiaAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * FpgaImageAttributeName)))))
type Rs DescribeFpgaImageAttribute # 

Request Lenses

dfiaDryRun :: Lens' DescribeFpgaImageAttribute (Maybe Bool) #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .

Destructuring the Response

describeFpgaImageAttributeResponse #

Creates a value of DescribeFpgaImageAttributeResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeFpgaImageAttributeResponse #

See: describeFpgaImageAttributeResponse smart constructor.

Instances

Eq DescribeFpgaImageAttributeResponse # 
Data DescribeFpgaImageAttributeResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeFpgaImageAttributeResponse -> c DescribeFpgaImageAttributeResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeFpgaImageAttributeResponse #

toConstr :: DescribeFpgaImageAttributeResponse -> Constr #

dataTypeOf :: DescribeFpgaImageAttributeResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeFpgaImageAttributeResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeFpgaImageAttributeResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeFpgaImageAttributeResponse -> DescribeFpgaImageAttributeResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeFpgaImageAttributeResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeFpgaImageAttributeResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeFpgaImageAttributeResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeFpgaImageAttributeResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttributeResponse -> m DescribeFpgaImageAttributeResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttributeResponse -> m DescribeFpgaImageAttributeResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeFpgaImageAttributeResponse -> m DescribeFpgaImageAttributeResponse #

Read DescribeFpgaImageAttributeResponse # 
Show DescribeFpgaImageAttributeResponse # 
Generic DescribeFpgaImageAttributeResponse # 
NFData DescribeFpgaImageAttributeResponse # 
type Rep DescribeFpgaImageAttributeResponse # 
type Rep DescribeFpgaImageAttributeResponse = D1 * (MetaData "DescribeFpgaImageAttributeResponse" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.0-Dm9BQRbqSOK72xbfLZMG4m" False) (C1 * (MetaCons "DescribeFpgaImageAttributeResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dfiarsFpgaImageAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe FpgaImageAttribute))) (S1 * (MetaSel (Just Symbol "_dfiarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses