pub struct DescribeEvents<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeEvents
.
Returns list of event descriptions matching criteria up to the last 6 weeks.
This action returns the most recent 1,000 events from the specified NextToken
.
Implementations
impl<C, M, R> DescribeEvents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeEvents<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeEventsOutput, SdkError<DescribeEventsError>> where
R::Policy: SmithyRetryPolicy<DescribeEventsInputOperationOutputAlias, DescribeEventsOutput, DescribeEventsError, DescribeEventsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeEventsOutput, SdkError<DescribeEventsError>> where
R::Policy: SmithyRetryPolicy<DescribeEventsInputOperationOutputAlias, DescribeEventsOutput, DescribeEventsError, DescribeEventsInputOperationRetryAlias>,
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
.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime
.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime
.
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Pagination token. If specified, the events return the next batch of results.
Pagination token. If specified, the events return the next batch of results.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeEvents<C, M, R>
impl<C, M, R> Send for DescribeEvents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeEvents<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeEvents<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeEvents<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