Skip to content

Commit fbff541

Browse files
Chase Coalwelltrivikr
Chase Coalwell
authored andcommitted
fix: shared type import path
1 parent d982e2f commit fbff541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/node/client-rds-data-node/models/com/amazon/rdsdataservice.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
SmithyException as $SmithyException,
33
SmithyStructure as $SmithyStructure,
44
TaggedUnion
5-
} from "../../../shared/sharedTypes";
5+
} from "../../../shared/shapeTypes";
66

77
export type ArrayValue = TaggedUnion<{
88
stringValues?: Array<string>;

0 commit comments

Comments
 (0)