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

RegistrationOutput

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

Describes the status of an attempt from Amazon AppFlow to register a resource.

When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.

interface RegistrationOutput {
message?: string | null;
result?: string | null;
status?: ExecutionStatus | null;
}

§Properties

§
message?: string | null
[src]

Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.

§
result?: string | null
[src]

Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.

§
status?: ExecutionStatus | null
[src]

Indicates the status of the registration attempt from Amazon AppFlow.