We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cb86a commit 42d669fCopy full SHA for 42d669f
packages/smithy-core/src/smithy_core/traits.py
@@ -179,7 +179,7 @@ def value(self) -> str:
179
180
181
@dataclass(init=False, frozen=True)
182
-class EventHeaderTrait(Trait, id=ShapeID("smithy.api#eventheader")):
+class EventHeaderTrait(Trait, id=ShapeID("smithy.api#eventHeader")):
183
def __post_init__(self):
184
assert self.document_value is None
185
0 commit comments