Skip to content

Commit

Permalink
Amazon Connect Service Update: Updated max number of tags that can be…
Browse files Browse the repository at this point in the history
… attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
  • Loading branch information
AWS committed Apr 28, 2021
1 parent ca22fdb commit 49f3129
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API."
}
Original file line number Diff line number Diff line change
Expand Up @@ -6575,14 +6575,14 @@
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"},
"max":200,
"max":50,
"min":1
},
"TagMap":{
"type":"map",
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":200,
"max":50,
"min":1
},
"TagResourceRequest":{
Expand Down Expand Up @@ -6837,8 +6837,7 @@
"type":"structure",
"required":[
"InstanceId",
"QueueId",
"MaxContacts"
"QueueId"
],
"members":{
"InstanceId":{
Expand Down

0 comments on commit 49f3129

Please sign in to comment.