Struct aws_sdk_ssm::client::fluent_builders::DescribeMaintenanceWindowExecutionTasks [−][src]
pub struct DescribeMaintenanceWindowExecutionTasks<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeMaintenanceWindowExecutionTasks
.
For a given maintenance window execution, lists the tasks that were run.
Implementations
impl<C, M, R> DescribeMaintenanceWindowExecutionTasks<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeMaintenanceWindowExecutionTasks<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeMaintenanceWindowExecutionTasksOutput, SdkError<DescribeMaintenanceWindowExecutionTasksError>> where
R::Policy: SmithyRetryPolicy<DescribeMaintenanceWindowExecutionTasksInputOperationOutputAlias, DescribeMaintenanceWindowExecutionTasksOutput, DescribeMaintenanceWindowExecutionTasksError, DescribeMaintenanceWindowExecutionTasksInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeMaintenanceWindowExecutionTasksOutput, SdkError<DescribeMaintenanceWindowExecutionTasksError>> where
R::Policy: SmithyRetryPolicy<DescribeMaintenanceWindowExecutionTasksInputOperationOutputAlias, DescribeMaintenanceWindowExecutionTasksOutput, DescribeMaintenanceWindowExecutionTasksError, DescribeMaintenanceWindowExecutionTasksInputOperationRetryAlias>,
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 ID of the maintenance window execution whose task executions should be retrieved.
The ID of the maintenance window execution whose task executions should be retrieved.
Appends an item to Filters
.
To override the contents of this collection use set_filters
.
Optional filters used to scope down the returned tasks. The supported filter key is
STATUS
with the corresponding values PENDING
,
IN_PROGRESS
, SUCCESS
, FAILED
, TIMED_OUT
,
CANCELLING
, and CANCELLED
.
Optional filters used to scope down the returned tasks. The supported filter key is
STATUS
with the corresponding values PENDING
,
IN_PROGRESS
, SUCCESS
, FAILED
, TIMED_OUT
,
CANCELLING
, and CANCELLED
.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for DescribeMaintenanceWindowExecutionTasks<C, M, R>
impl<C, M, R> Send for DescribeMaintenanceWindowExecutionTasks<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeMaintenanceWindowExecutionTasks<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeMaintenanceWindowExecutionTasks<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for DescribeMaintenanceWindowExecutionTasks<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