Struct aws_sdk_elasticbeanstalk::client::fluent_builders::DescribeEvents[][src]

pub struct DescribeEvents<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
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

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.

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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