typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
42 lines (41 loc) • 1.67 kB
TypeScript
import Account_ from './Account';
import ApiKey_ from './ApiKey';
import Authorizer_ from './Authorizer';
import BasePathMapping_ from './BasePathMapping';
import ClientCertificate_ from './ClientCertificate';
import Deployment_ from './Deployment';
import DocumentationPart_ from './DocumentationPart';
import DocumentationVersion_ from './DocumentationVersion';
import DomainName_ from './DomainName';
import GatewayResponse_ from './GatewayResponse';
import Method_ from './Method';
import Model_ from './Model';
import RequestValidator_ from './RequestValidator';
import Resource_ from './Resource';
import RestApi_ from './RestApi';
import Stage_ from './Stage';
import UsagePlan_ from './UsagePlan';
import UsagePlanKey_ from './UsagePlanKey';
import VpcLink_ from './VpcLink';
export declare namespace ApiGateway {
const Account: typeof Account_;
const ApiKey: typeof ApiKey_;
const Authorizer: typeof Authorizer_;
const BasePathMapping: typeof BasePathMapping_;
const ClientCertificate: typeof ClientCertificate_;
const Deployment: typeof Deployment_;
const DocumentationPart: typeof DocumentationPart_;
const DocumentationVersion: typeof DocumentationVersion_;
const DomainName: typeof DomainName_;
const GatewayResponse: typeof GatewayResponse_;
const Method: typeof Method_;
const Model: typeof Model_;
const RequestValidator: typeof RequestValidator_;
const Resource: typeof Resource_;
const RestApi: typeof RestApi_;
const Stage: typeof Stage_;
const UsagePlan: typeof UsagePlan_;
const UsagePlanKey: typeof UsagePlanKey_;
const VpcLink: typeof VpcLink_;
}
export default ApiGateway;