| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.EC2.DescribeFpgaImageAttribute
Description
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
Synopsis
- describeFpgaImageAttribute :: Text -> FpgaImageAttributeName -> DescribeFpgaImageAttribute
- data DescribeFpgaImageAttribute
- dfiaDryRun :: Lens' DescribeFpgaImageAttribute (Maybe Bool)
- dfiaFpgaImageId :: Lens' DescribeFpgaImageAttribute Text
- dfiaAttribute :: Lens' DescribeFpgaImageAttribute FpgaImageAttributeName
- describeFpgaImageAttributeResponse :: Int -> DescribeFpgaImageAttributeResponse
- data DescribeFpgaImageAttributeResponse
- dfiarsFpgaImageAttribute :: Lens' DescribeFpgaImageAttributeResponse (Maybe FpgaImageAttribute)
- dfiarsResponseStatus :: Lens' DescribeFpgaImageAttributeResponse Int
Creating a Request
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.dfiaFpgaImageId- The ID of the AFI.dfiaAttribute- The AFI attribute.
data DescribeFpgaImageAttribute #
See: describeFpgaImageAttribute smart constructor.
Instances
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 .
dfiaFpgaImageId :: Lens' DescribeFpgaImageAttribute Text #
The ID of the AFI.
dfiaAttribute :: Lens' DescribeFpgaImageAttribute FpgaImageAttributeName #
The AFI attribute.
Destructuring the Response
describeFpgaImageAttributeResponse #
Arguments
| :: Int | |
| -> 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:
dfiarsFpgaImageAttribute- Information about the attribute.dfiarsResponseStatus- -- | The response status code.
data DescribeFpgaImageAttributeResponse #
See: describeFpgaImageAttributeResponse smart constructor.
Instances
Response Lenses
dfiarsFpgaImageAttribute :: Lens' DescribeFpgaImageAttributeResponse (Maybe FpgaImageAttribute) #
Information about the attribute.
dfiarsResponseStatus :: Lens' DescribeFpgaImageAttributeResponse Int #
- - | The response status code.