Struct aws_sdk_ssm::client::fluent_builders::GetOpsSummary [−][src]
pub struct GetOpsSummary<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetOpsSummary
.
View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.
Implementations
impl<C, M, R> GetOpsSummary<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetOpsSummary<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetOpsSummaryOutput, SdkError<GetOpsSummaryError>> where
R::Policy: SmithyRetryPolicy<GetOpsSummaryInputOperationOutputAlias, GetOpsSummaryOutput, GetOpsSummaryError, GetOpsSummaryInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetOpsSummaryOutput, SdkError<GetOpsSummaryError>> where
R::Policy: SmithyRetryPolicy<GetOpsSummaryInputOperationOutputAlias, GetOpsSummaryOutput, GetOpsSummaryError, GetOpsSummaryInputOperationRetryAlias>,
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.
Specify the name of a resource data sync to get.
Specify the name of a resource data sync to get.
Appends an item to Filters
.
To override the contents of this collection use set_filters
.
Optional filters used to scope down the returned OpsData.
Optional filters used to scope down the returned OpsData.
Appends an item to Aggregators
.
To override the contents of this collection use set_aggregators
.
Optional aggregators that return counts of OpsData based on one or more expressions.
Optional aggregators that return counts of OpsData based on one or more expressions.
Appends an item to ResultAttributes
.
To override the contents of this collection use set_result_attributes
.
The OpsData data type to return.
The OpsData data type to return.
A token to start the list. Use this token to get the next set of results.
A token to start the list. Use this token 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 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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetOpsSummary<C, M, R>
impl<C, M, R> Unpin for GetOpsSummary<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetOpsSummary<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