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

LastUpdate

import type { LastUpdate } from "https://aws-api.deno.dev/v0.3/services/mwaa.ts?docs=full";

Describes the status of the last update on the environment, and any errors that were encountered.

interface LastUpdate {
CreatedAt?: Date | number | null;
Error?: UpdateError | null;
Source?: string | null;
Status?: UpdateStatus | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The day and time of the last update on the environment.

§
Error?: UpdateError | null
[src]

The error that was encountered during the last update of the environment.

§
Source?: string | null
[src]

The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.

§
Status?: UpdateStatus | null
[src]

The status of the last update on the environment.