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

ListDevelopmentSchemaArnsResponse

import type { ListDevelopmentSchemaArnsResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListDevelopmentSchemaArnsResponse {
NextToken?: string | null;
SchemaArns?: string[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token.

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

The ARNs of retrieved development schemas.