paws.compute (version 0.1.0)

ec2_delete_fpga_image: Deletes the specified Amazon FPGA Image (AFI)

Description

Deletes the specified Amazon FPGA Image (AFI).

Usage

ec2_delete_fpga_image(DryRun, FpgaImageId)

Arguments

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.

FpgaImageId

[required] The ID of the AFI.

Request syntax

svc$delete_fpga_image(
  DryRun = TRUE|FALSE,
  FpgaImageId = "string"
)