Skip to content

Commit dbf71e6

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Update to support new APIs for delivery of logs from AWS services.
1 parent 79394aa commit dbf71e6

File tree

3 files changed

+296
-8
lines changed

3 files changed

+296
-8
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 CloudWatch Logs",
4+
"contributor": "",
5+
"description": "Update to support new APIs for delivery of logs from AWS services."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"DescribeConfigurationTemplates": {
4+
"input_token": "nextToken",
5+
"limit_key": "limit",
6+
"output_token": "nextToken",
7+
"result_key": "configurationTemplates"
8+
},
39
"DescribeDeliveries": {
410
"input_token": "nextToken",
511
"limit_key": "limit",

0 commit comments

Comments
 (0)