UNPKG

@aws-cdk/cloudformation-diff

Version:

Utilities to diff CDK stacks against CloudFormation templates

9 lines (8 loc) 463 B
export interface TypedMapping { readonly type: string; readonly sourcePath: string; readonly destinationPath: string; } export declare function formatEnvironmentSectionHeader(stream: NodeJS.WritableStream, env: string): void; export declare function formatTypedMappings(stream: NodeJS.WritableStream, mappings: TypedMapping[]): void; export declare function formatAmbiguousMappings(stream: NodeJS.WritableStream, pairs: [string[], string[]][]): void;