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

DescribeSourceServersRequestFilters

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

A set of filters by which to return Source Servers.

interface DescribeSourceServersRequestFilters {
hardwareId?: string | null;
sourceServerIDs?: string[] | null;
stagingAccountIDs?: string[] | null;
}

§Properties

§
hardwareId?: string | null
[src]

An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.

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

An array of Source Servers IDs that should be returned. An empty array means all Source Servers.

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

An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.