Skip to content

Commit 62552ab

Browse files
author
awstools
committed
feat(client-connect): Documentation update for a new Initiation Method value in DescribeContact API
1 parent 285e1c2 commit 62552ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clients/client-connect/src/models/models_0.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ export enum Channel {
6262
export enum ContactInitiationMethod {
6363
API = "API",
6464
CALLBACK = "CALLBACK",
65+
DISCONNECT = "DISCONNECT",
6566
INBOUND = "INBOUND",
67+
MONITOR = "MONITOR",
6668
OUTBOUND = "OUTBOUND",
6769
QUEUE_TRANSFER = "QUEUE_TRANSFER",
6870
TRANSFER = "TRANSFER",

0 commit comments

Comments
 (0)