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

BatchDescribeTypeConfigurationsOutput

import type { BatchDescribeTypeConfigurationsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface BatchDescribeTypeConfigurationsOutput {
TypeConfigurations: TypeConfigurationDetails[];
UnprocessedTypeConfigurations: TypeConfigurationIdentifier[];
}

§Properties

§

A list of information concerning any errors generated during the setting of the specified configurations.

§
TypeConfigurations: TypeConfigurationDetails[]
[src]

A list of any of the specified extension configurations from the CloudFormation registry.

§
UnprocessedTypeConfigurations: TypeConfigurationIdentifier[]
[src]

A list of any of the specified extension configurations that CloudFormation could not process for any reason.