File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aws_lambda_powertools/utilities/parser/models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ class SnsNotificationModel(BaseModel):
35
35
description = "A URL that you can use to unsubscribe the endpoint from this topic." ,
36
36
examples = [
37
37
(
38
- "https://sns.us-east-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn="
39
- " arn:aws:sns:us-east-2:123456789012:test-lambda:21be56ed-a058-49f5-8c98-aedd2564c486"
38
+ "https://sns.us-east-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn= \
39
+ arn:aws:sns:us-east-2:123456789012:test-lambda:21be56ed-a058-49f5-8c98-aedd2564c486"
40
40
),
41
41
(
42
- "https://sns.eu-west-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn="
43
- " arn:aws:sns:eu-west-1:123456789012:notification-topic:abcd1234-5678-90ef-ghij-klmnopqrstuv"
42
+ "https://sns.eu-west-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn= \
43
+ arn:aws:sns:eu-west-1:123456789012:notification-topic:abcd1234-5678-90ef-ghij-klmnopqrstuv"
44
44
),
45
45
],
46
46
)
You can’t perform that action at this time.
0 commit comments