Strands Agents Typescript SDK
    Preparing search index...

    Type Alias VideoSource

    VideoSource:
        | { type: "videoSourceBytes"; bytes: Uint8Array }
        | { type: "videoSourceS3Location"; s3Location: S3Location }

    Source for a video (Class version).