You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_lambda_powertools/utilities/parser/models/sqs.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ class SqsMsgAttributeModel(BaseModel):
101
101
102
102
classSqsRecordModel(BaseModel):
103
103
messageId: str=Field(
104
-
description="A unique identifier for the message. A MessageId is considered unique across all AWS accounts for an extended period of time.",
104
+
description="A unique identifier for the message. A MessageId is considered unique across all AWS accounts.",
105
105
examples=[
106
106
"059f36b4-87a3-44ab-83d2-661975830a7d",
107
107
"2e1424d4-f796-459a-8184-9c92662be6da",
@@ -142,7 +142,7 @@ class SqsRecordModel(BaseModel):
142
142
)
143
143
md5OfMessageAttributes: Optional[str] =Field(
144
144
default=None,
145
-
description="An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly.",
145
+
description="An MD5 digest of the non-URL-encoded message attribute string.",
0 commit comments