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

PathFormat

import type { PathFormat } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.

interface PathFormat {
objectPrefixes?: string[] | null;
}

§Properties

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

A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.