@types/cfn-response-promise
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Installation

npm install --save @types/cfn-response-promise

Summary

This package contains type definitions for cfn-response-promise (https://github.com/ispyinternet/cfn-response-promise).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cfn-response-promise.

index.d.ts

import { CloudFormationCustomResourceEvent, Context } from "aws-lambda";

export const SUCCESS: "SUCCESS";
export const FAILED: "FAILED";

export function send(
    event: CloudFormationCustomResourceEvent,
    context: Context,
    responseStatus: "SUCCESS" | "FAILED",
    responseData?: object,
    physicalResourceId?: string,
    noEcho?: boolean,
): Promise<void>;

Additional Details

Credits

These definitions were written by Artur Androsovych.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cfn-response-promise

Weekly Downloads

2,256

Version

1.1.3

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • types