python-botocore/botocore/data/athena/2017-05-18/paginators-1.json

27 lines
645 B
JSON
Raw Normal View History

2017-06-27 11:52:19 +02:00
{
2017-07-19 11:44:04 +02:00
"pagination": {
"ListNamedQueries": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "NamedQueryIds"
},
"ListQueryExecutions": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "QueryExecutionIds"
},
"GetQueryResults": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
2017-08-24 04:33:12 +02:00
"result_key": "ResultSet.Rows",
2018-11-28 09:58:03 +01:00
"non_aggregate_keys": [
"ResultSet.ResultSetMetadata",
"UpdateCount"
]
2017-07-19 11:44:04 +02:00
}
}
2017-06-27 11:52:19 +02:00
}