Skip to content

Commit c089a5f

Browse files
author
AWS
committed
AWS CloudTrail Update: This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations.
1 parent 84875f9 commit c089a5f

File tree

3 files changed

+147
-39
lines changed

3 files changed

+147
-39
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CloudTrail",
4+
"description": "This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations."
5+
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
"DescribeTrails": {
44
"result_key": "trailList"
55
},
6+
"ListPublicKeys": {
7+
"input_token": "NextToken",
8+
"output_token": "NextToken",
9+
"result_key": "PublicKeyList"
10+
},
11+
"ListTags": {
12+
"input_token": "NextToken",
13+
"output_token": "NextToken",
14+
"result_key": "ResourceTagList"
15+
},
16+
"ListTrails": {
17+
"input_token": "NextToken",
18+
"output_token": "NextToken",
19+
"result_key": "Trails"
20+
},
621
"LookupEvents": {
722
"input_token": "NextToken",
823
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)