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

DeleteInventoryResult

import type { DeleteInventoryResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DeleteInventoryResult {
DeletionId?: string | null;
DeletionSummary?: InventoryDeletionSummary | null;
TypeName?: string | null;
}

§Properties

§
DeletionId?: string | null
[src]

Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.

§
DeletionSummary?: InventoryDeletionSummary | null
[src]

A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.

§
TypeName?: string | null
[src]

The name of the inventory data type specified in the request.