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

DeletePipeResponse

import type { DeletePipeResponse } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";
interface DeletePipeResponse {
Arn?: string | null;
CreationTime?: Date | number | null;
CurrentState?: PipeState | null;
DesiredState?: RequestedPipeStateDescribeResponse | null;
LastModifiedTime?: Date | number | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the pipe.

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

The time the pipe was created.

§
CurrentState?: PipeState | null
[src]

The state the pipe is in.

§

The state the pipe should be in.

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

When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

§
Name?: string | null
[src]

The name of the pipe.