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

S3ContentBaseLocationUpdate

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

The information required to update the S3 base location that holds the application.

interface S3ContentBaseLocationUpdate {
BasePathUpdate?: string | null;
BucketARNUpdate?: string | null;
}

§Properties

§
BasePathUpdate?: string | null
[src]

The updated S3 bucket path.

§
BucketARNUpdate?: string | null
[src]

The updated Amazon Resource Name (ARN) of the S3 bucket.