Skip to content

Commit

Permalink
feat(client-connect): Documentation update for a new Initiation Metho…
Browse files Browse the repository at this point in the history
…d value in DescribeContact API
  • Loading branch information
awstools committed Jan 5, 2023
1 parent 285e1c2 commit 62552ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/client-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export enum Channel {
export enum ContactInitiationMethod {
API = "API",
CALLBACK = "CALLBACK",
DISCONNECT = "DISCONNECT",
INBOUND = "INBOUND",
MONITOR = "MONITOR",
OUTBOUND = "OUTBOUND",
QUEUE_TRANSFER = "QUEUE_TRANSFER",
TRANSFER = "TRANSFER",
Expand Down

0 comments on commit 62552ab

Please sign in to comment.