Skip to content

Commit

Permalink
fix: address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Oct 21, 2019
1 parent d481a6a commit 4387c11
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions clients/node/client-rds-data-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@
"@aws-sdk/client-documentation-generator": "^0.1.0-preview.3",
"@types/node": "^10.0.0",
"rimraf": "^2.6.2",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"typedoc": "^0.14.2",
"typescript": "^3.7.0-dev.20190926"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http";
import { SerializerUtils, DeserializerUtils, Endpoint } from "@aws-sdk/types";
import { SerializerUtils, DeserializerUtils } from "@aws-sdk/types";
import {
ExecuteStatementRequest,
ExecuteStatementResponse
Expand Down
1 change: 1 addition & 0 deletions clients/node/client-rds-data-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"noEmitHelpers": true,
"incremental": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"declarationDir": "./types",
"outDir": "dist/cjs"
},
Expand Down
1 change: 0 additions & 1 deletion packages/types/src/serializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface EndpointBearer {
export interface SerializerUtils extends EndpointBearer {
utf8Decoder: Decoder;
base64Encoder: Encoder;
endpoint: Endpoint;
}

export interface RequestSerializer<
Expand Down
2 changes: 1 addition & 1 deletion packages/url-parser-universal/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Endpoint, QueryParameterBag, UrlParser } from "@aws-sdk/types";
import { UrlParser } from "@aws-sdk/types";
import { parseUrl as browserUrlParser } from "@aws-sdk/url-parser-browser";
import { parseUrl as nodeUrlParser } from "@aws-sdk/url-parser-node";

Expand Down

0 comments on commit 4387c11

Please sign in to comment.