Skip to content

Commit e24b243

Browse files
author
AWS
committed
Amazon Connect Service Update: Correcting in-app notifications API documentation.
1 parent d25b577 commit e24b243

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Correcting in-app notifications API documentation."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
{"shape":"AccessDeniedException"},
884884
{"shape":"InvalidParameterException"}
885885
],
886-
"documentation":"<p>Creates a new notification to be delivered to specified recipients. Notifications can include localized content with embedded links, and an optional expiration time. Recipients can be specified as individual user ARNs or instance ARNs to target all users in an instance.</p>"
886+
"documentation":"<p>Creates a new notification to be delivered to specified recipients. Notifications can include localized content with links, and an optional expiration time. Recipients can be specified as individual user ARNs or instance ARNs to target all users in an instance.</p>"
887887
},
888888
"CreateParticipant":{
889889
"name":"CreateParticipant",
@@ -11552,7 +11552,7 @@
1155211552
},
1155311553
"Content":{
1155411554
"shape":"NotificationContent",
11555-
"documentation":"<p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports markdown formatting and embedded links. Maximum 250 characters per locale.</p>"
11555+
"documentation":"<p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports links. Maximum 250 characters per locale.</p>"
1155611556
},
1155711557
"Tags":{
1155811558
"shape":"TagMap",

0 commit comments

Comments
 (0)