pub struct GetTimeSeriesServiceStatistics<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to GetTimeSeriesServiceStatistics
.
Get an aggregation of service statistics defined by a specific time range.
Implementations
impl<C, M, R> GetTimeSeriesServiceStatistics<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetTimeSeriesServiceStatistics<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetTimeSeriesServiceStatisticsOutput, SdkError<GetTimeSeriesServiceStatisticsError>> where
R::Policy: SmithyRetryPolicy<GetTimeSeriesServiceStatisticsInputOperationOutputAlias, GetTimeSeriesServiceStatisticsOutput, GetTimeSeriesServiceStatisticsError, GetTimeSeriesServiceStatisticsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetTimeSeriesServiceStatisticsOutput, SdkError<GetTimeSeriesServiceStatisticsError>> where
R::Policy: SmithyRetryPolicy<GetTimeSeriesServiceStatisticsInputOperationOutputAlias, GetTimeSeriesServiceStatisticsOutput, GetTimeSeriesServiceStatisticsError, GetTimeSeriesServiceStatisticsInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
The start of the time frame for which to aggregate statistics.
The start of the time frame for which to aggregate statistics.
The end of the time frame for which to aggregate statistics.
The end of the time frame for which to aggregate statistics.
The case-sensitive name of the group for which to pull statistics from.
The case-sensitive name of the group for which to pull statistics from.
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
Aggregation period in seconds.
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
Pagination token.
Pagination token.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetTimeSeriesServiceStatistics<C, M, R>
impl<C, M, R> Send for GetTimeSeriesServiceStatistics<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for GetTimeSeriesServiceStatistics<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for GetTimeSeriesServiceStatistics<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetTimeSeriesServiceStatistics<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