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

BatchDisassociateResourceRequest

import type { BatchDisassociateResourceRequest } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface BatchDisassociateResourceRequest {
Items: string[];
ResourceSetIdentifier: string;
}

§Properties

§
Items: string[]
[src]

The uniform resource identifiers (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).

§
ResourceSetIdentifier: string
[src]

A unique identifier for the resource set, used in a TODO to refer to the resource set.