Skip to content

Commit 59c46a3

Browse files
Update API model
1 parent 2c6f50e commit 59c46a3

File tree

2 files changed

+403
-376
lines changed

2 files changed

+403
-376
lines changed

tools/code-generation/smithy/api-descriptions/connect.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
}
258258
}
259259
},
260+
"com.amazonaws.connect#ActiveRegionList": {
261+
"type": "list",
262+
"member": {
263+
"target": "com.amazonaws.connect#RegionName"
264+
}
265+
},
260266
"com.amazonaws.connect#AdditionalEmailRecipients": {
261267
"type": "structure",
262268
"members": {
@@ -9081,6 +9087,12 @@
90819087
},
90829088
"RoutingCriteria": {
90839089
"target": "com.amazonaws.connect#RoutingCriteria"
9090+
},
9091+
"GlobalResiliencyMetadata": {
9092+
"target": "com.amazonaws.connect#GlobalResiliencyMetadata",
9093+
"traits": {
9094+
"smithy.api#documentation": "<p>Additional routing information for contacts created in ACGR instances.</p>"
9095+
}
90849096
}
90859097
},
90869098
"traits": {
@@ -31313,6 +31325,12 @@
3131331325
"method": "POST",
3131431326
"uri": "/entity-security-profiles-summary/{InstanceId}",
3131531327
"code": 200
31328+
},
31329+
"smithy.api#paginated": {
31330+
"inputToken": "NextToken",
31331+
"outputToken": "NextToken",
31332+
"items": "SecurityProfiles",
31333+
"pageSize": "MaxResults"
3131631334
}
3131731335
}
3131831336
},
@@ -33978,6 +33996,12 @@
3397833996
"method": "GET",
3397933997
"uri": "/security-profiles-flow-modules/{InstanceId}/{SecurityProfileId}",
3398033998
"code": 200
33999+
},
34000+
"smithy.api#paginated": {
34001+
"inputToken": "NextToken",
34002+
"outputToken": "NextToken",
34003+
"items": "AllowedFlowModules",
34004+
"pageSize": "MaxResults"
3398134005
}
3398234006
}
3398334007
},
@@ -44546,6 +44570,12 @@
4454644570
"traits": {
4454744571
"smithy.api#documentation": "<p>The search criteria based on searchable segment attributes of a contact.</p>"
4454844572
}
44573+
},
44574+
"ActiveRegions": {
44575+
"target": "com.amazonaws.connect#ActiveRegionList",
44576+
"traits": {
44577+
"smithy.api#documentation": "<p>The list of active regions for contacts in ACGR instances.</p>"
44578+
}
4454944579
}
4455044580
},
4455144581
"traits": {

0 commit comments

Comments
 (0)