Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeEventsMessage

import type { DescribeEventsMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Request to retrieve a list of events for an environment.

interface DescribeEventsMessage {
ApplicationName?: string | null;
EndTime?: Date | number | null;
EnvironmentId?: string | null;
EnvironmentName?: string | null;
MaxRecords?: number | null;
NextToken?: string | null;
PlatformArn?: string | null;
RequestId?: string | null;
Severity?: EventSeverity | null;
StartTime?: Date | number | null;
TemplateName?: string | null;
VersionLabel?: string | null;
}

§Properties

§
ApplicationName?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

§
EndTime?: Date | number | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.

§
EnvironmentId?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

§
EnvironmentName?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

§
MaxRecords?: number | null
[src]

Specifies the maximum number of events that can be returned, beginning with the most recent event.

§
NextToken?: string | null
[src]

Pagination token. If specified, the events return the next batch of results.

§
PlatformArn?: string | null
[src]

The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.

§
RequestId?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

§
Severity?: EventSeverity | null
[src]

If specified, limits the events returned from this call to include only those with the specified severity or higher.

§
StartTime?: Date | number | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

§
TemplateName?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

§
VersionLabel?: string | null
[src]

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.