Skip to content

Commit 3a52f25

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect Chat now supports real-time message streaming.
1 parent 76d98d6 commit 3a52f25

File tree

2 files changed

+15
-68
lines changed

2 files changed

+15
-68
lines changed
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": "Amazon Connect Chat now supports real-time message streaming."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

+9-68
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@
22662266
"Channels":{
22672267
"type":"list",
22682268
"member":{"shape":"Channel"},
2269-
"max":3
2269+
"max":1
22702270
},
22712271
"ChatContent":{
22722272
"type":"string",
@@ -2280,6 +2280,10 @@
22802280
},
22812281
"ChatMessage":{
22822282
"type":"structure",
2283+
"required":[
2284+
"ContentType",
2285+
"Content"
2286+
],
22832287
"members":{
22842288
"ContentType":{
22852289
"shape":"ChatContentType",
@@ -3622,14 +3626,6 @@
36223626
"Channel":{
36233627
"shape":"Channel",
36243628
"documentation":"<p>The channel used for grouping and filters.</p>"
3625-
},
3626-
"RoutingProfile":{
3627-
"shape":"RoutingProfileReference",
3628-
"documentation":"<p>The routing profile.</p>"
3629-
},
3630-
"InstanceReference":{
3631-
"shape":"InstanceReference",
3632-
"documentation":"<p>The instance reference.</p>"
36333629
}
36343630
},
36353631
"documentation":"<p>Contains information about the dimensions for a set of metrics.</p>"
@@ -3888,10 +3884,6 @@
38883884
"shape":"Queues",
38893885
"documentation":"<p>The queues to use to filter the metrics. You can specify up to 100 queues per request.</p>"
38903886
},
3891-
"RoutingProfiles":{
3892-
"shape":"RoutingProfiles",
3893-
"documentation":"<p>The filters used to sort routing profiles. </p>"
3894-
},
38953887
"Channels":{
38963888
"shape":"Channels",
38973889
"documentation":"<p>The channel to use to filter the metrics.</p>"
@@ -4077,9 +4069,7 @@
40774069
"type":"string",
40784070
"enum":[
40794071
"QUEUE",
4080-
"CHANNEL",
4081-
"ROUTING_PROFILE",
4082-
"INSTANCE"
4072+
"CHANNEL"
40834073
]
40844074
},
40854075
"Groupings":{
@@ -4304,8 +4294,6 @@
43044294
"CONTACTS_TRANSFERRED_OUT",
43054295
"CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
43064296
"CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
4307-
"CONTACTS_TRANSFERRED_IN_BY_AGENT",
4308-
"CONTACTS_TRANSFERRED_OUT_BY_AGENT",
43094297
"CONTACTS_MISSED",
43104298
"CALLBACK_CONTACTS_HANDLED",
43114299
"API_CONTACTS_HANDLED",
@@ -4543,23 +4531,9 @@
45434531
},
45444532
"InstanceId":{
45454533
"type":"string",
4546-
"max":256,
4534+
"max":100,
45474535
"min":1
45484536
},
4549-
"InstanceReference":{
4550-
"type":"structure",
4551-
"members":{
4552-
"Id":{
4553-
"shape":"InstanceId",
4554-
"documentation":"<p>The identifier of the instance reference.</p>"
4555-
},
4556-
"Arn":{
4557-
"shape":"ARN",
4558-
"documentation":"<p>The Amazon Resource Name (ARN) of the instance reference.</p>"
4559-
}
4560-
},
4561-
"documentation":"<p>The instance reference.</p>"
4562-
},
45634537
"InstanceStatus":{
45644538
"type":"string",
45654539
"enum":[
@@ -5999,8 +5973,7 @@
59995973
},
60005974
"Password":{
60015975
"type":"string",
6002-
"pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/",
6003-
"sensitive":true
5976+
"pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/"
60045977
},
60055978
"PhoneNumber":{"type":"string"},
60065979
"PhoneNumberCountryCode":{
@@ -6460,10 +6433,6 @@
64606433
"Arn":{
64616434
"shape":"ARN",
64626435
"documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>"
6463-
},
6464-
"QueueType":{
6465-
"shape":"QueueType",
6466-
"documentation":"<p>The type of queue.</p>"
64676436
}
64686437
},
64696438
"documentation":"<p>Contains information about a queue resource for which metrics are returned.</p>"
@@ -6653,14 +6622,7 @@
66536622
},
66546623
"ReferenceType":{
66556624
"type":"string",
6656-
"enum":[
6657-
"URL",
6658-
"ATTACHMENT",
6659-
"NUMBER",
6660-
"STRING",
6661-
"DATE",
6662-
"EMAIL"
6663-
]
6625+
"enum":["URL"]
66646626
},
66656627
"ReferenceValue":{
66666628
"type":"string",
@@ -6888,20 +6850,6 @@
68886850
"type":"list",
68896851
"member":{"shape":"RoutingProfileQueueReference"}
68906852
},
6891-
"RoutingProfileReference":{
6892-
"type":"structure",
6893-
"members":{
6894-
"Id":{
6895-
"shape":"RoutingProfileId",
6896-
"documentation":"<p>The identifier of the routing profile reference.</p>"
6897-
},
6898-
"Arn":{
6899-
"shape":"ARN",
6900-
"documentation":"<p>The Amazon Resource Name (ARN) of the routing profile reference.</p>"
6901-
}
6902-
},
6903-
"documentation":"<p>The routing profile reference.</p>"
6904-
},
69056853
"RoutingProfileSummary":{
69066854
"type":"structure",
69076855
"members":{
@@ -6924,12 +6872,6 @@
69246872
"type":"list",
69256873
"member":{"shape":"RoutingProfileSummary"}
69266874
},
6927-
"RoutingProfiles":{
6928-
"type":"list",
6929-
"member":{"shape":"RoutingProfileId"},
6930-
"max":100,
6931-
"min":1
6932-
},
69336875
"S3Config":{
69346876
"type":"structure",
69356877
"required":[
@@ -7475,7 +7417,6 @@
74757417
"type":"string",
74767418
"enum":[
74777419
"SECONDS",
7478-
"MILLISECONDS",
74797420
"COUNT",
74807421
"PERCENT"
74817422
]

0 commit comments

Comments
 (0)