Skip to content

Commit 38bccb5

Browse files
author
AWS
committed
Amazon Connect Service Update: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
1 parent 8c19120 commit 38bccb5

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": "Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType."
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
@@ -6747,7 +6747,8 @@
67476747
"VOICE_ID",
67486748
"PINPOINT_APP",
67496749
"WISDOM_ASSISTANT",
6750-
"WISDOM_KNOWLEDGE_BASE"
6750+
"WISDOM_KNOWLEDGE_BASE",
6751+
"CASES_DOMAIN"
67516752
]
67526753
},
67536754
"InternalServiceException":{

0 commit comments

Comments
 (0)