Skip to content

Commit

Permalink
unfortunately RestApiBase needs to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Jun 11, 2020
1 parent ae3b59f commit f7dfa3f
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 214 deletions.
3 changes: 1 addition & 2 deletions packages/@aws-cdk/aws-apigateway/lib/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import { ConnectionType, Integration } from './integration';
import { MockIntegration } from './integrations/mock';
import { MethodResponse } from './methodresponse';
import { IModel } from './model';
import { RestApiBase } from './private/restapi-base';
import { IRequestValidator, RequestValidatorOptions } from './requestvalidator';
import { IResource } from './resource';
import { IRestApi, RestApi } from './restapi';
import { IRestApi, RestApi, RestApiBase } from './restapi';
import { validateHttpMethod } from './util';

export interface MethodOptions {
Expand Down
207 changes: 0 additions & 207 deletions packages/@aws-cdk/aws-apigateway/lib/private/restapi-base.ts

This file was deleted.

Loading

0 comments on commit f7dfa3f

Please sign in to comment.