Struct aws_sdk_applicationinsights::client::fluent_builders::ListConfigurationHistory [−][src]
pub struct ListConfigurationHistory<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ListConfigurationHistory
.
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
-
INFO: creating a new alarm or updating an alarm threshold.
-
WARN: alarm not created due to insufficient data points used to predict thresholds.
-
ERROR: alarm not created due to permission errors or exceeding quotas.
Implementations
impl<C, M, R> ListConfigurationHistory<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListConfigurationHistory<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListConfigurationHistoryOutput, SdkError<ListConfigurationHistoryError>> where
R::Policy: SmithyRetryPolicy<ListConfigurationHistoryInputOperationOutputAlias, ListConfigurationHistoryOutput, ListConfigurationHistoryError, ListConfigurationHistoryInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListConfigurationHistoryOutput, SdkError<ListConfigurationHistoryError>> where
R::Policy: SmithyRetryPolicy<ListConfigurationHistoryInputOperationOutputAlias, ListConfigurationHistoryOutput, ListConfigurationHistoryError, ListConfigurationHistoryInputOperationRetryAlias>,
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.
Resource group to which the application belongs.
Resource group to which the application belongs.
The start time of the event.
The start time of the event.
The end time of the event.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
The maximum number of results returned by ListConfigurationHistory
in
paginated output. When this parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page along with a NextToken
response element. The remaining results of the initial request can be seen by sending
another ListConfigurationHistory
request with the returned
NextToken
value. If this parameter is not used, then
ListConfigurationHistory
returns all results.
The maximum number of results returned by ListConfigurationHistory
in
paginated output. When this parameter is used, ListConfigurationHistory
returns only MaxResults
in a single page along with a NextToken
response element. The remaining results of the initial request can be seen by sending
another ListConfigurationHistory
request with the returned
NextToken
value. If this parameter is not used, then
ListConfigurationHistory
returns all results.
The NextToken
value returned from a previous paginated ListConfigurationHistory
request where
MaxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken
value. This
value is null
when there are no more results to return.
The NextToken
value returned from a previous paginated ListConfigurationHistory
request where
MaxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken
value. This
value is null
when there are no more results to return.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListConfigurationHistory<C, M, R>
impl<C, M, R> Send for ListConfigurationHistory<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListConfigurationHistory<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListConfigurationHistory<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListConfigurationHistory<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