Struct aws_sdk_applicationdiscovery::client::fluent_builders::DescribeAgents [−][src]
pub struct DescribeAgents<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to DescribeAgents.
Lists agents or connectors as specified by ID or other filters. All agents/connectors
associated with your user account can be listed if you call DescribeAgents as is
without passing any parameters.
Implementations
impl<C, M, R> DescribeAgents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeAgents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeAgentsOutput, SdkError<DescribeAgentsError>> where
R::Policy: SmithyRetryPolicy<DescribeAgentsInputOperationOutputAlias, DescribeAgentsOutput, DescribeAgentsError, DescribeAgentsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeAgentsOutput, SdkError<DescribeAgentsError>> where
R::Policy: SmithyRetryPolicy<DescribeAgentsInputOperationOutputAlias, DescribeAgentsOutput, DescribeAgentsError, DescribeAgentsInputOperationRetryAlias>,
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 agentIds.
To override the contents of this collection use set_agent_ids.
The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
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": "collectionStatus", "value": "STARTED"}
You can filter the request using various logical operators and a key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
The total number of agents/Connectors to return in a single page of output. The maximum value is 100.
The total number of agents/Connectors to return in a single page of output. The maximum value is 100.
Token to retrieve the next set of results. For example, if you previously specified 100
IDs for DescribeAgentsRequest$agentIds but set
DescribeAgentsRequest$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 you previously specified 100
IDs for DescribeAgentsRequest$agentIds but set
DescribeAgentsRequest$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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeAgents<C, M, R>
impl<C, M, R> Send for DescribeAgents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeAgents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeAgents<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeAgents<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