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 May 26, 2023
1 parent 09963fb commit 84ca849
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
* // Id: "STRING_VALUE",
* // InitialContactId: "STRING_VALUE",
* // PreviousContactId: "STRING_VALUE",
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND",
* // Name: "STRING_VALUE",
* // Description: "STRING_VALUE",
* // Channel: "VOICE" || "CHAT" || "TASK",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataRespo
* // { // AgentContactReference
* // ContactId: "STRING_VALUE",
* // Channel: "VOICE" || "CHAT" || "TASK",
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND",
* // AgentContactState: "INCOMING" || "PENDING" || "CONNECTING" || "CONNECTED" || "CONNECTED_ONHOLD" || "MISSED" || "ERROR" || "ENDED" || "REJECTED",
* // StateStartTimestamp: new Date("TIMESTAMP"),
* // ConnectedToAgentTimestamp: new Date("TIMESTAMP"),
Expand Down
1 change: 1 addition & 0 deletions clients/client-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export const ContactInitiationMethod = {
API: "API",
CALLBACK: "CALLBACK",
DISCONNECT: "DISCONNECT",
EXTERNAL_OUTBOUND: "EXTERNAL_OUTBOUND",
INBOUND: "INBOUND",
MONITOR: "MONITOR",
OUTBOUND: "OUTBOUND",
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -3783,6 +3783,12 @@
"traits": {
"smithy.api#enumValue": "MONITOR"
}
},
"EXTERNAL_OUTBOUND": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "EXTERNAL_OUTBOUND"
}
}
}
},
Expand Down

0 comments on commit 84ca849

Please sign in to comment.