Skip to content

Commit 058f459

Browse files
author
AWS
committed
Amazon Connect Service Update: This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance.
1 parent 876adfd commit 058f459

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6899,7 +6899,8 @@
68996899
"USE_CUSTOM_TTS_VOICES",
69006900
"EARLY_MEDIA",
69016901
"MULTI_PARTY_CONFERENCE",
6902-
"HIGH_VOLUME_OUTBOUND"
6902+
"HIGH_VOLUME_OUTBOUND",
6903+
"ENHANCED_CONTACT_MONITORING"
69036904
]
69046905
},
69056906
"InstanceAttributeValue":{

0 commit comments

Comments
 (0)