moto/moto/logs
Brian Pandola 9eb58eea41
Fix: nextToken value in logs:DescribeLogGroups response (#3398)
The pagination for this endpoint has been modified to more closely
model the real AWS behavior:
* Log Groups are now sorted alphabetically by `logGroupName`.
* `nextToken` is now a string containing the last `logGroupName` in the
  current response.
* Specifying an invalid `nextToken` does not generate an error, but does
  return an empty group list.
* `nextToken` is not included in the response if there are no additional
  items to return.

Fixes #3395
2020-10-21 09:47:09 +01:00
..
__init__.py lambda + SNS enhancements (#1048) 2017-09-27 16:04:58 -07:00
exceptions.py Add CloudWatch logs subscription filters (#2982) 2020-05-12 13:34:10 +01:00
models.py Fix: nextToken value in logs:DescribeLogGroups response (#3398) 2020-10-21 09:47:09 +01:00
responses.py Fix: nextToken value in logs:DescribeLogGroups response (#3398) 2020-10-21 09:47:09 +01:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00