Skip to content

Commit

Permalink
chore(clients): add missing newline (#4030)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Oct 11, 2022
1 parent 0a893fb commit f23158a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-connectcases/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export * from "./ConnectCasesClient";
export * from "./commands";
export * from "./models";
export * from "./pagination";

export { ConnectCasesServiceException } from "./models/ConnectCasesServiceException";
1 change: 1 addition & 0 deletions private/aws-echo-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./EchoServiceClient";
export * from "./EchoService";
export * from "./commands";
export * from "./models";

export { EchoServiceServiceException } from "./models/EchoServiceServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-ec2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./EC2Protocol";
export * from "./EC2ProtocolClient";
export * from "./commands";
export * from "./models";

export { EC2ProtocolServiceException } from "./models/EC2ProtocolServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-json-10/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./JSONRPC10";
export * from "./JSONRPC10Client";
export * from "./commands";
export * from "./models";

export { JSONRPC10ServiceException } from "./models/JSONRPC10ServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-json/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./JsonProtocol";
export * from "./JsonProtocolClient";
export * from "./commands";
export * from "./models";

export { JsonProtocolServiceException } from "./models/JsonProtocolServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./QueryProtocol";
export * from "./QueryProtocolClient";
export * from "./commands";
export * from "./models";

export { QueryProtocolServiceException } from "./models/QueryProtocolServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-restjson/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./RestJsonProtocol";
export * from "./RestJsonProtocolClient";
export * from "./commands";
export * from "./models";

export { RestJsonProtocolServiceException } from "./models/RestJsonProtocolServiceException";
1 change: 1 addition & 0 deletions private/aws-protocoltests-restxml/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from "./RestXmlProtocol";
export * from "./RestXmlProtocolClient";
export * from "./commands";
export * from "./models";

export { RestXmlProtocolServiceException } from "./models/RestXmlProtocolServiceException";

0 comments on commit f23158a

Please sign in to comment.