Skip to content

Commit 851305e

Browse files
author
AWS
committed
AWS Free Tier Update: This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities.
1 parent b7e920f commit 851305e

File tree

4 files changed

+440
-40
lines changed

4 files changed

+440
-40
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": "AWS Free Tier",
4+
"contributor": "",
5+
"description": "This release introduces four new APIs: GetAccountPlanState and UpgradeAccountPlan for AWS account plan management; ListAccountActivities and GetAccountActivity that provide activity tracking capabilities."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults",
77
"result_key": "freeTierUsages"
8+
},
9+
"ListAccountActivities": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "activities"
814
}
915
}
1016
}

0 commit comments

Comments
 (0)