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

DescribeServiceErrorsRequest

import type { DescribeServiceErrorsRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface DescribeServiceErrorsRequest {
InstanceId?: string | null;
ServiceErrorIds?: string[] | null;
StackId?: string | null;
}

§Properties

§
InstanceId?: string | null
[src]

The instance ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified instance.

§
ServiceErrorIds?: string[] | null
[src]

An array of service error IDs. If you use this parameter, DescribeServiceErrors returns descriptions of the specified errors. Otherwise, it returns a description of every error.

§
StackId?: string | null
[src]

The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions of the errors associated with the specified stack.