Struct aws_sdk_applicationdiscovery::client::fluent_builders::ListConfigurations [−][src]
pub struct ListConfigurations<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListConfigurations.
Retrieves a list of configuration items as specified by the value passed to the
required parameter configurationType. Optional filtering may be applied to refine
search results.
Implementations
impl<C, M, R> ListConfigurations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListConfigurations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListConfigurationsOutput, SdkError<ListConfigurationsError>> where
R::Policy: SmithyRetryPolicy<ListConfigurationsInputOperationOutputAlias, ListConfigurationsOutput, ListConfigurationsError, ListConfigurationsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListConfigurationsOutput, SdkError<ListConfigurationsError>> where
R::Policy: SmithyRetryPolicy<ListConfigurationsInputOperationOutputAlias, ListConfigurationsOutput, ListConfigurationsError, ListConfigurationsInputOperationRetryAlias>,
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.
A valid configuration identified by Application Discovery Service.
A valid configuration identified by Application Discovery Service.
Appends an item to filters.
To override the contents of this collection use set_filters.
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
The total number of items to return. The maximum value is 100.
The total number of items to return. The maximum value is 100.
Token to retrieve the next set of results. For example, if a previous call to
ListConfigurations returned 100 items, but you set
ListConfigurationsRequest$maxResults to 10, you received a set of 10 results
along with a token. Use that token in this query to get the next set of 10.
Token to retrieve the next set of results. For example, if a previous call to
ListConfigurations returned 100 items, but you set
ListConfigurationsRequest$maxResults to 10, you received a set of 10 results
along with a token. Use that token in this query to get the next set of 10.
Appends an item to orderBy.
To override the contents of this collection use set_order_by.
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListConfigurations<C, M, R>
impl<C, M, R> Send for ListConfigurations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListConfigurations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListConfigurations<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListConfigurations<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