File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
clients/client-connectcases/src
aws-protocoltests-ec2/src
aws-protocoltests-json/src
aws-protocoltests-json-10/src
aws-protocoltests-query/src
aws-protocoltests-restjson/src
aws-protocoltests-restxml/src Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ export * from "./ConnectCasesClient";
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
6
export * from "./pagination" ;
7
+
7
8
export { ConnectCasesServiceException } from "./models/ConnectCasesServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./EchoServiceClient";
3
3
export * from "./EchoService" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { EchoServiceServiceException } from "./models/EchoServiceServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./EC2Protocol";
3
3
export * from "./EC2ProtocolClient" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { EC2ProtocolServiceException } from "./models/EC2ProtocolServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./JSONRPC10";
3
3
export * from "./JSONRPC10Client" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { JSONRPC10ServiceException } from "./models/JSONRPC10ServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./JsonProtocol";
3
3
export * from "./JsonProtocolClient" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { JsonProtocolServiceException } from "./models/JsonProtocolServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./QueryProtocol";
3
3
export * from "./QueryProtocolClient" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { QueryProtocolServiceException } from "./models/QueryProtocolServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./RestJsonProtocol";
3
3
export * from "./RestJsonProtocolClient" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { RestJsonProtocolServiceException } from "./models/RestJsonProtocolServiceException" ;
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ export * from "./RestXmlProtocol";
3
3
export * from "./RestXmlProtocolClient" ;
4
4
export * from "./commands" ;
5
5
export * from "./models" ;
6
+
6
7
export { RestXmlProtocolServiceException } from "./models/RestXmlProtocolServiceException" ;
You can’t perform that action at this time.
0 commit comments