Skip to content

Commit 959ef79

Browse files
author
AWS
committed
Amazon Connect Participant Service Update: This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
1 parent 53ac4cb commit 959ef79

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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 Participant Service",
4+
"contributor": "",
5+
"description": "This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected."
6+
}

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,7 @@
238238
"MESSAGE",
239239
"EVENT",
240240
"ATTACHMENT",
241-
"CONNECTION_ACK",
242-
"PARTICIPANT_ACTIVE",
243-
"PARTICIPANT_INACTIVE",
244-
"PARTICIPANT_ENGAGED",
245-
"PARTICIPANT_DISENGAGED"
241+
"CONNECTION_ACK"
246242
]
247243
},
248244
"ClientToken":{

0 commit comments

Comments
 (0)