Struct aws_sdk_applicationdiscovery::client::fluent_builders::DescribeConfigurations [−][src]
pub struct DescribeConfigurations<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeConfigurations.
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the following:
-
server
-
application
-
process
-
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the AWS Application Discovery Service User Guide.
Implementations
impl<C, M, R> DescribeConfigurations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeConfigurations<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeConfigurationsOutput, SdkError<DescribeConfigurationsError>> where
R::Policy: SmithyRetryPolicy<DescribeConfigurationsInputOperationOutputAlias, DescribeConfigurationsOutput, DescribeConfigurationsError, DescribeConfigurationsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeConfigurationsOutput, SdkError<DescribeConfigurationsError>> where
R::Policy: SmithyRetryPolicy<DescribeConfigurationsInputOperationOutputAlias, DescribeConfigurationsOutput, DescribeConfigurationsError, DescribeConfigurationsInputOperationRetryAlias>,
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.
Appends an item to configurationIds.
To override the contents of this collection use set_configuration_ids.
One or more configuration IDs.
One or more configuration IDs.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeConfigurations<C, M, R>
impl<C, M, R> Send for DescribeConfigurations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeConfigurations<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeConfigurations<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeConfigurations<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