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

ListOnPremisesInstancesInput

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

Represents the input of a ListOnPremisesInstances operation.

interface ListOnPremisesInstancesInput {
nextToken?: string | null;
registrationStatus?: RegistrationStatus | null;
tagFilters?: TagFilter[] | null;
}

§Properties

§
nextToken?: string | null
[src]

An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

§
registrationStatus?: RegistrationStatus | null
[src]

The registration status of the on-premises instances:

  • Deregistered: Include deregistered on-premises instances in the resulting list.
  • Registered: Include registered on-premises instances in the resulting list.
§
tagFilters?: TagFilter[] | null
[src]

The on-premises instance tags that are used to restrict the on-premises instance names returned.