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

BatchGetCustomDataIdentifiersResponse

import type { BatchGetCustomDataIdentifiersResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface BatchGetCustomDataIdentifiersResponse {
customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[] | null;
notFoundIdentifierIds?: string[] | null;
}

§Properties

§
customDataIdentifiers?: BatchGetCustomDataIdentifierSummary[] | null
[src]

An array of objects, one for each custom data identifier that matches the criteria specified in the request.

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

An array of custom data identifier IDs, one for each custom data identifier that was specified in the request but doesn't correlate to an existing custom data identifier.