Skip to content

Commit 33d2426

Browse files
author
AWS
committed
AWS Billing Update: Added new API's for defining and fetching Billing Views.
1 parent 4cb04b2 commit 33d2426

File tree

3 files changed

+707
-3
lines changed

3 files changed

+707
-3
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 Billing",
4+
"contributor": "",
5+
"description": "Added new API's for defining and fetching Billing Views."
6+
}

services/billing/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": "billingViews"
8+
},
9+
"ListSourceViewsForBillingView": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "sourceViews"
814
}
915
}
1016
}

0 commit comments

Comments
 (0)