Skip to content

Commit 84ca849

Browse files
author
awstools
committed
feat(client-connect): Documentation update for a new Initiation Method value in DescribeContact API
1 parent 09963fb commit 84ca849

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

clients/client-connect/src/commands/DescribeContactCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
6262
* // Id: "STRING_VALUE",
6363
* // InitialContactId: "STRING_VALUE",
6464
* // PreviousContactId: "STRING_VALUE",
65-
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
65+
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND",
6666
* // Name: "STRING_VALUE",
6767
* // Description: "STRING_VALUE",
6868
* // Channel: "VOICE" || "CHAT" || "TASK",

clients/client-connect/src/commands/GetCurrentUserDataCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataRespo
121121
* // { // AgentContactReference
122122
* // ContactId: "STRING_VALUE",
123123
* // Channel: "VOICE" || "CHAT" || "TASK",
124-
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR",
124+
* // InitiationMethod: "INBOUND" || "OUTBOUND" || "TRANSFER" || "QUEUE_TRANSFER" || "CALLBACK" || "API" || "DISCONNECT" || "MONITOR" || "EXTERNAL_OUTBOUND",
125125
* // AgentContactState: "INCOMING" || "PENDING" || "CONNECTING" || "CONNECTED" || "CONNECTED_ONHOLD" || "MISSED" || "ERROR" || "ENDED" || "REJECTED",
126126
* // StateStartTimestamp: new Date("TIMESTAMP"),
127127
* // ConnectedToAgentTimestamp: new Date("TIMESTAMP"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ export const ContactInitiationMethod = {
256256
API: "API",
257257
CALLBACK: "CALLBACK",
258258
DISCONNECT: "DISCONNECT",
259+
EXTERNAL_OUTBOUND: "EXTERNAL_OUTBOUND",
259260
INBOUND: "INBOUND",
260261
MONITOR: "MONITOR",
261262
OUTBOUND: "OUTBOUND",

codegen/sdk-codegen/aws-models/connect.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,6 +3783,12 @@
37833783
"traits": {
37843784
"smithy.api#enumValue": "MONITOR"
37853785
}
3786+
},
3787+
"EXTERNAL_OUTBOUND": {
3788+
"target": "smithy.api#Unit",
3789+
"traits": {
3790+
"smithy.api#enumValue": "EXTERNAL_OUTBOUND"
3791+
}
37863792
}
37873793
}
37883794
},

0 commit comments

Comments
 (0)