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

PutInventoryRequest

import type { PutInventoryRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface PutInventoryRequest {
InstanceId: string;
Items: InventoryItem[];
}

§Properties

§
InstanceId: string
[src]

An managed node ID where you want to add or update inventory items.

§

The inventory items that you want to add or update on managed nodes.