Struct aws_sdk_ec2::client::fluent_builders::DescribeFpgaImages
source · [−]pub struct DescribeFpgaImages<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeFpgaImages
.
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.
Implementations
impl<C, M, R> DescribeFpgaImages<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeFpgaImages<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeFpgaImagesOutput, SdkError<DescribeFpgaImagesError>> where
R::Policy: SmithyRetryPolicy<DescribeFpgaImagesInputOperationOutputAlias, DescribeFpgaImagesOutput, DescribeFpgaImagesError, DescribeFpgaImagesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeFpgaImagesOutput, SdkError<DescribeFpgaImagesError>> where
R::Policy: SmithyRetryPolicy<DescribeFpgaImagesInputOperationOutputAlias, DescribeFpgaImagesOutput, DescribeFpgaImagesError, DescribeFpgaImagesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
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
.
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
.
Appends an item to FpgaImageIds
.
To override the contents of this collection use set_fpga_image_ids
.
The AFI IDs.
The AFI IDs.
Appends an item to Owners
.
To override the contents of this collection use set_owners
.
Filters the AFI by owner. Specify an Amazon Web Services account ID, self
(owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon
| aws-marketplace
).
Filters the AFI by owner. Specify an Amazon Web Services account ID, self
(owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon
| aws-marketplace
).
Appends an item to Filters
.
To override the contents of this collection use set_filters
.
The filters.
-
create-time
- The creation time of the AFI. -
fpga-image-id
- The FPGA image identifier (AFI ID). -
fpga-image-global-id
- The global FPGA image identifier (AGFI ID). -
name
- The name of the AFI. -
owner-id
- The Amazon Web Services account ID of the AFI owner. -
product-code
- The product code. -
shell-version
- The version of the Amazon Web Services Shell that was used to create the bitstream. -
state
- The state of the AFI (pending
|failed
|available
|unavailable
). -
tag
:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value. -
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. -
update-time
- The time of the most recent update.
The filters.
-
create-time
- The creation time of the AFI. -
fpga-image-id
- The FPGA image identifier (AFI ID). -
fpga-image-global-id
- The global FPGA image identifier (AGFI ID). -
name
- The name of the AFI. -
owner-id
- The Amazon Web Services account ID of the AFI owner. -
product-code
- The product code. -
shell-version
- The version of the Amazon Web Services Shell that was used to create the bitstream. -
state
- The state of the AFI (pending
|failed
|available
|unavailable
). -
tag
:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value. -
tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. -
update-time
- The time of the most recent update.
The token to retrieve the next page of results.
The token to retrieve the next page of results.
The maximum number of results to return in a single call.
The maximum number of results to return in a single call.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeFpgaImages<C, M, R>
impl<C, M, R> Send for DescribeFpgaImages<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeFpgaImages<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeFpgaImages<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeFpgaImages<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more