Skip to content

Commit 6230546

Browse files
author
AWS
committed
AWS Data Exchange Update: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts.
1 parent f76adcd commit 6230546

File tree

3 files changed

+790
-4
lines changed

3 files changed

+790
-4
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 Data Exchange",
4+
"contributor": "",
5+
"description": "This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListDataGrants": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "DataGrantSummaries"
8+
},
39
"ListDataSetRevisions": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",
@@ -24,6 +30,12 @@
2430
"limit_key": "MaxResults",
2531
"result_key": "Jobs"
2632
},
33+
"ListReceivedDataGrants": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "DataGrantSummaries"
38+
},
2739
"ListRevisionAssets": {
2840
"input_token": "NextToken",
2941
"output_token": "NextToken",

0 commit comments

Comments
 (0)