Skip to content

Commit c845232

Browse files
author
AWS
committed
Amazon Connect Service Update: Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs.
1 parent 3e526c9 commit c845232

File tree

3 files changed

+313
-6
lines changed

3 files changed

+313
-6
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": "Adds the BatchGetFlowAssociation API which returns flow associations (flow-resource) corresponding to the list of resourceArns supplied in the request. This release also adds IsDefault, LastModifiedRegion and LastModifiedTime fields to the responses of several Describe and List APIs."
6+
}

services/connect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
"ListQueueQuickConnects": {
142142
"input_token": "NextToken",
143143
"limit_key": "MaxResults",
144+
"non_aggregate_keys": [
145+
"LastModifiedRegion",
146+
"LastModifiedTime"
147+
],
144148
"output_token": "NextToken",
145149
"result_key": "QuickConnectSummaryList"
146150
},
@@ -159,6 +163,10 @@
159163
"ListRoutingProfileQueues": {
160164
"input_token": "NextToken",
161165
"limit_key": "MaxResults",
166+
"non_aggregate_keys": [
167+
"LastModifiedRegion",
168+
"LastModifiedTime"
169+
],
162170
"output_token": "NextToken",
163171
"result_key": "RoutingProfileQueueConfigSummaryList"
164172
},
@@ -183,12 +191,20 @@
183191
"ListSecurityProfileApplications": {
184192
"input_token": "NextToken",
185193
"limit_key": "MaxResults",
194+
"non_aggregate_keys": [
195+
"LastModifiedRegion",
196+
"LastModifiedTime"
197+
],
186198
"output_token": "NextToken",
187199
"result_key": "Applications"
188200
},
189201
"ListSecurityProfilePermissions": {
190202
"input_token": "NextToken",
191203
"limit_key": "MaxResults",
204+
"non_aggregate_keys": [
205+
"LastModifiedRegion",
206+
"LastModifiedTime"
207+
],
192208
"output_token": "NextToken",
193209
"result_key": "Permissions"
194210
},

0 commit comments

Comments
 (0)