Skip to content

Commit

Permalink
Update to securitylake paginator and service model (#2961)
Browse files Browse the repository at this point in the history
* Update to `securitylake` paginator and service model

* move non_aggregate_keys to extras file

* typo
  • Loading branch information
dlm6693 authored May 30, 2023
1 parent 34bdcf6 commit cf85250
Show file tree
Hide file tree
Showing 3 changed files with 1,149 additions and 1,329 deletions.
14 changes: 7 additions & 7 deletions botocore/data/securitylake/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"pagination": {
"GetDatalakeStatus": {
"GetDataLakeSources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxAccountResults",
"result_key": "accountSourcesList"
"limit_key": "maxResults",
"result_key": "dataLakeSources"
},
"ListDatalakeExceptions": {
"ListDataLakeExceptions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxFailures",
"result_key": "nonRetryableFailures"
"limit_key": "maxResults",
"result_key": "exceptions"
},
"ListLogSources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "regionSourceTypesAccountsList"
"result_key": "sources"
},
"ListSubscribers": {
"input_token": "nextToken",
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/securitylake/2018-05-10/paginators-1.sdk-extras.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1.0,
"merge": {
"pagination": {
"GetDataLakeSources": {
"non_aggregate_keys": [
"dataLakeArn"
]
}
}
}
}
Loading

0 comments on commit cf85250

Please sign in to comment.