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 Source #

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 Source #

See: describeFpgaImageAttribute smart constructor.

Instances

Eq DescribeFpgaImageAttribute Source # 
Data DescribeFpgaImageAttribute Source # 

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 Source # 
Show DescribeFpgaImageAttribute Source # 
Generic DescribeFpgaImageAttribute Source # 
Hashable DescribeFpgaImageAttribute Source # 
NFData DescribeFpgaImageAttribute Source # 
AWSRequest DescribeFpgaImageAttribute Source # 
ToHeaders DescribeFpgaImageAttribute Source # 
ToPath DescribeFpgaImageAttribute Source # 
ToQuery DescribeFpgaImageAttribute Source # 
type Rep DescribeFpgaImageAttribute Source # 
type Rep DescribeFpgaImageAttribute = D1 * (MetaData "DescribeFpgaImageAttribute" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" 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 Source # 

Request Lenses

dfiaDryRun :: Lens' DescribeFpgaImageAttribute (Maybe Bool) Source #

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 Source #

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 Source #

See: describeFpgaImageAttributeResponse smart constructor.

Instances

Eq DescribeFpgaImageAttributeResponse Source # 
Data DescribeFpgaImageAttributeResponse Source # 

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 Source # 
Show DescribeFpgaImageAttributeResponse Source # 
Generic DescribeFpgaImageAttributeResponse Source # 
NFData DescribeFpgaImageAttributeResponse Source # 
type Rep DescribeFpgaImageAttributeResponse Source # 
type Rep DescribeFpgaImageAttributeResponse = D1 * (MetaData "DescribeFpgaImageAttributeResponse" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" 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