Skip to content

Commit 5af8bfc

Browse files
author
AWS
committed
AWS Resource Groups Tagging API Update: You can use tag policies to help standardize on tags across your organization's resources.
1 parent 21b3edf commit 5af8bfc

File tree

3 files changed

+529
-18
lines changed

3 files changed

+529
-18
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 Resource Groups Tagging API",
4+
"description": "You can use tag policies to help standardize on tags across your organization's resources."
5+
}

services/resourcegroupstaggingapi/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+
"GetComplianceSummary": {
4+
"input_token": "PaginationToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "PaginationToken",
7+
"result_key": "SummaryList"
8+
},
39
"GetResources": {
410
"input_token": "PaginationToken",
511
"limit_key": "ResourcesPerPage",

0 commit comments

Comments
 (0)