amazonka-ec2-1.6.1: 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 # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Data DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.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 # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Show DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Generic DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Associated Types

type Rep DescribeFpgaImageAttribute :: Type -> Type #

Hashable DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

AWSRequest DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Associated Types

type Rs DescribeFpgaImageAttribute :: Type #

ToHeaders DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

ToPath DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

ToQuery DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

NFData DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttribute = D1 (MetaData "DescribeFpgaImageAttribute" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.1-H98Zd65xIYr2z4e5UhW9ck" False) (C1 (MetaCons "DescribeFpgaImageAttribute'" PrefixI True) (S1 (MetaSel (Just "_dfiaDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_dfiaFpgaImageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dfiaAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 FpgaImageAttributeName))))
type Rs DescribeFpgaImageAttribute # 
Instance details

Defined in Network.AWS.EC2.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 # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Data DescribeFpgaImageAttributeResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

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 # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Show DescribeFpgaImageAttributeResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Generic DescribeFpgaImageAttributeResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

Associated Types

type Rep DescribeFpgaImageAttributeResponse :: Type -> Type #

NFData DescribeFpgaImageAttributeResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttributeResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttributeResponse = D1 (MetaData "DescribeFpgaImageAttributeResponse" "Network.AWS.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-1.6.1-H98Zd65xIYr2z4e5UhW9ck" False) (C1 (MetaCons "DescribeFpgaImageAttributeResponse'" PrefixI True) (S1 (MetaSel (Just "_dfiarsFpgaImageAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe FpgaImageAttribute)) :*: S1 (MetaSel (Just "_dfiarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses