Struct aws_sdk_imagebuilder::client::fluent_builders::ListComponents [−][src]
pub struct ListComponents<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListComponents
.
Returns the list of component build versions for the specified semantic version.
The semantic version has four nodes:
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
Implementations
impl<C, M, R> ListComponents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListComponents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListComponentsOutput, SdkError<ListComponentsError>> where
R::Policy: SmithyRetryPolicy<ListComponentsInputOperationOutputAlias, ListComponentsOutput, ListComponentsError, ListComponentsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListComponentsOutput, SdkError<ListComponentsError>> where
R::Policy: SmithyRetryPolicy<ListComponentsInputOperationOutputAlias, ListComponentsOutput, ListComponentsError, ListComponentsInputOperationRetryAlias>,
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.
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
Appends an item to filters
.
To override the contents of this collection use set_filters
.
Use the following filters to streamline results:
-
description
-
name
-
platform
-
supportedOsVersion
-
type
-
version
Use the following filters to streamline results:
-
description
-
name
-
platform
-
supportedOsVersion
-
type
-
version
Returns the list of component build versions for the specified name.
Returns the list of component build versions for the specified name.
The maximum items to return in a request.
The maximum items to return in a request.
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListComponents<C, M, R>
impl<C, M, R> Send for ListComponents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListComponents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListComponents<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListComponents<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