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

ListInventoryEntriesResult

import type { ListInventoryEntriesResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListInventoryEntriesResult {
CaptureTime?: string | null;
Entries?: ({
[key: string]: string | null | undefined;
}
)
[]
| null;
InstanceId?: string | null;
NextToken?: string | null;
SchemaVersion?: string | null;
TypeName?: string | null;
}

§Properties

§
CaptureTime?: string | null
[src]

The time that inventory information was collected for the managed node(s).

§
Entries?: ({
[key: string]: string | null | undefined;
}
)
[]
| null
[src]

A list of inventory items on the managed node(s).

§
InstanceId?: string | null
[src]

The managed node ID targeted by the request to query inventory information.

§
NextToken?: string | null
[src]

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

§
SchemaVersion?: string | null
[src]

The inventory schema version used by the managed node(s).

§
TypeName?: string | null
[src]

The type of inventory item returned by the request.