@aws-sdk/client-ec2

DescribeFleetHistoryCommandInput Interface

Members

Name
Type
Details
FleetId Requiredstring | undefined

The ID of the EC2 Fleet.

StartTime RequiredDate | undefined

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

DryRun boolean | undefined

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

EventType FleetEventType | undefined

The type of events to describe. By default, all events are described.

MaxResults number | undefined

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination .

NextToken string | undefined

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Full Signature

export interface DescribeFleetHistoryCommandInput extends DescribeFleetHistoryRequest