amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.DescribeFpgaImageAttribute

Description

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

Synopsis

Creating a Request

data DescribeFpgaImageAttribute Source #

See: newDescribeFpgaImageAttribute smart constructor.

Constructors

DescribeFpgaImageAttribute' 

Fields

  • dryRun :: 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.

  • fpgaImageId :: Text

    The ID of the AFI.

  • attribute :: FpgaImageAttributeName

    The AFI attribute.

Instances

Instances details
ToHeaders DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

ToPath DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

ToQuery DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

AWSRequest DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Generic DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Associated Types

type Rep DescribeFpgaImageAttribute :: Type -> Type #

Read DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Show DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

NFData DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Eq DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Hashable DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

type AWSResponse DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttribute Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttribute = D1 ('MetaData "DescribeFpgaImageAttribute" "Amazonka.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeFpgaImageAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "fpgaImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FpgaImageAttributeName))))

newDescribeFpgaImageAttribute Source #

Create a value of DescribeFpgaImageAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dryRun:DescribeFpgaImageAttribute', describeFpgaImageAttribute_dryRun - 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.

DescribeFpgaImageAttribute, describeFpgaImageAttribute_fpgaImageId - The ID of the AFI.

$sel:attribute:DescribeFpgaImageAttribute', describeFpgaImageAttribute_attribute - The AFI attribute.

Request Lenses

describeFpgaImageAttribute_dryRun :: 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

data DescribeFpgaImageAttributeResponse Source #

Constructors

DescribeFpgaImageAttributeResponse' 

Fields

Instances

Instances details
Generic DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Associated Types

type Rep DescribeFpgaImageAttributeResponse :: Type -> Type #

Read DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Show DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

NFData DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

Eq DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttributeResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeFpgaImageAttribute

type Rep DescribeFpgaImageAttributeResponse = D1 ('MetaData "DescribeFpgaImageAttributeResponse" "Amazonka.EC2.DescribeFpgaImageAttribute" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeFpgaImageAttributeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fpgaImageAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FpgaImageAttribute)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeFpgaImageAttributeResponse Source #

Create a value of DescribeFpgaImageAttributeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fpgaImageAttribute:DescribeFpgaImageAttributeResponse', describeFpgaImageAttributeResponse_fpgaImageAttribute - Information about the attribute.

$sel:httpStatus:DescribeFpgaImageAttributeResponse', describeFpgaImageAttributeResponse_httpStatus - The response's http status code.

Response Lenses