Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs,
private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load
permissions.
example
Use a bare-bones client and the command you need to make an API call.
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, DescribeFpgaImagesCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, DescribeFpgaImagesCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new DescribeFpgaImagesCommand(input); const response = await client.send(command);
DescribeFpgaImagesCommandInput for command's
input
shape.DescribeFpgaImagesCommandOutput for command's
response
shape.config for EC2Client's
config
shape.