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

ReportInstanceStatusRequest

import type { ReportInstanceStatusRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ReportInstanceStatusRequest {
Description?: string | null;
DryRun?: boolean | null;
EndTime?: Date | number | null;
Instances: string[];
StartTime?: Date | number | null;
}

§Properties

§
Description?: string | null
[src]

Descriptive text about the health state of your instance.

§
DryRun?: boolean | null
[src]

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.

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

The time at which the reported instance health state ended.

§
Instances: string[]
[src]

The instances.

§

The reason codes that describe the health state of your instance.

  • instance-stuck-in-state: My instance is stuck in a state.
  • unresponsive: My instance is unresponsive.
  • not-accepting-credentials: My instance is not accepting my credentials.
  • password-not-available: A password is not available for my instance.
  • performance-network: My instance is experiencing performance problems that I believe are network related.
  • performance-instance-store: My instance is experiencing performance problems that I believe are related to the instance stores.
  • performance-ebs-volume: My instance is experiencing performance problems that I believe are related to an EBS volume.
  • performance-other: My instance is experiencing performance problems.
  • other: [explain using the description parameter]
§
StartTime?: Date | number | null
[src]

The time at which the reported instance health state began.

§

The status of all instances listed.