Skip to content

Commit 8522211

Browse files
author
AWS
committed
Amazon Connect Service Update: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
1 parent a3ce0df commit 8522211

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 6 additions & 0 deletions
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": "Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API"
6+
}

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5216,6 +5216,10 @@
52165216
}
52175217
}
52185218
},
5219+
"AssociatedQueueIdList":{
5220+
"type":"list",
5221+
"member":{"shape":"QueueId"}
5222+
},
52195223
"AssociationId":{
52205224
"type":"string",
52215225
"max":100,
@@ -17513,6 +17517,10 @@
1751317517
"IsDefault":{
1751417518
"shape":"Boolean",
1751517519
"documentation":"<p>Whether this a default routing profile.</p>"
17520+
},
17521+
"AssociatedQueueIds":{
17522+
"shape":"AssociatedQueueIdList",
17523+
"documentation":"<p>The IDs of the associated queue.</p>"
1751617524
}
1751717525
},
1751817526
"documentation":"<p>Contains information about a routing profile.</p>"
@@ -17658,7 +17666,7 @@
1765817666
},
1765917667
"StringCondition":{
1766017668
"shape":"StringCondition",
17661-
"documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>"
17669+
"documentation":"<p>A leaf node condition which can be used to specify a string condition.</p> <note> <p>The currently supported values for <code>FieldName</code> are <code>associatedQueueIds</code>, <code>name</code>, <code>description</code>, and <code>resourceID</code>.</p> </note>"
1766217670
}
1766317671
},
1766417672
"documentation":"<p>The search criteria to be used to return routing profiles.</p> <note> <p>The <code>name</code> and <code>description</code> fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. </p> </note>"

0 commit comments

Comments
 (0)