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

RollbackApplicationRequest

import type { RollbackApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface RollbackApplicationRequest {
ApplicationName: string;
CurrentApplicationVersionId: number;
}

§Properties

§
ApplicationName: string
[src]

The name of the application.

§
CurrentApplicationVersionId: number
[src]

The current application version ID. You can retrieve the application version ID using "DescribeApplication".