Skip to content

Commit 2216e6d

Browse files
Update to latest models
1 parent 17a01e0 commit 2216e6d

File tree

6 files changed

+2566
-418
lines changed

6 files changed

+2566
-418
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``quicksight``",
4+
"description": "This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``wafv2``",
4+
"description": "This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded."
5+
}

awscli/botocore/data/quicksight/2018-04-01/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,30 @@
209209
"output_token": "NextToken",
210210
"limit_key": "MaxResults",
211211
"result_key": "TopicSummaryList"
212+
},
213+
"ListActionConnectors": {
214+
"input_token": "NextToken",
215+
"output_token": "NextToken",
216+
"limit_key": "MaxResults",
217+
"result_key": "ActionConnectorSummaries"
218+
},
219+
"ListFlows": {
220+
"input_token": "NextToken",
221+
"output_token": "NextToken",
222+
"limit_key": "MaxResults",
223+
"result_key": "FlowSummaryList"
224+
},
225+
"SearchActionConnectors": {
226+
"input_token": "NextToken",
227+
"output_token": "NextToken",
228+
"limit_key": "MaxResults",
229+
"result_key": "ActionConnectorSummaries"
230+
},
231+
"SearchFlows": {
232+
"input_token": "NextToken",
233+
"output_token": "NextToken",
234+
"limit_key": "MaxResults",
235+
"result_key": "FlowSummaryList"
212236
}
213237
}
214238
}

0 commit comments

Comments
 (0)