Skip to content

Commit f7dfa3f

Browse files
author
Niranjan Jayakar
committed
unfortunately RestApiBase needs to be exported
1 parent ae3b59f commit f7dfa3f

File tree

3 files changed

+203
-214
lines changed

3 files changed

+203
-214
lines changed

packages/@aws-cdk/aws-apigateway/lib/method.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import { ConnectionType, Integration } from './integration';
55
import { MockIntegration } from './integrations/mock';
66
import { MethodResponse } from './methodresponse';
77
import { IModel } from './model';
8-
import { RestApiBase } from './private/restapi-base';
98
import { IRequestValidator, RequestValidatorOptions } from './requestvalidator';
109
import { IResource } from './resource';
11-
import { IRestApi, RestApi } from './restapi';
10+
import { IRestApi, RestApi, RestApiBase } from './restapi';
1211
import { validateHttpMethod } from './util';
1312

1413
export interface MethodOptions {

packages/@aws-cdk/aws-apigateway/lib/private/restapi-base.ts

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)