Skip to content

Commit a1d1b82

Browse files
Fix styles
1 parent 25b1bfe commit a1d1b82

File tree

1 file changed

+2
-2
lines changed
  • aws_lambda_powertools/utilities/parser/models

1 file changed

+2
-2
lines changed

aws_lambda_powertools/utilities/parser/models/sqs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class SqsMsgAttributeModel(BaseModel):
101101

102102
class SqsRecordModel(BaseModel):
103103
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.",
105105
examples=[
106106
"059f36b4-87a3-44ab-83d2-661975830a7d",
107107
"2e1424d4-f796-459a-8184-9c92662be6da",
@@ -142,7 +142,7 @@ class SqsRecordModel(BaseModel):
142142
)
143143
md5OfMessageAttributes: Optional[str] = Field(
144144
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.",
146146
examples=[
147147
"00484c68...59e48fb7",
148148
"b25f48e8...f4e4f0bb",

0 commit comments

Comments
 (0)