Skip to content

Commit bb9cf2d

Browse files
author
AWS
committed
Amazon Managed Blockchain Update: Adding new Accessor APIs for Amazon Managed Blockchain
1 parent a8f13ed commit bb9cf2d

File tree

3 files changed

+310
-48
lines changed

3 files changed

+310
-48
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": "Amazon Managed Blockchain",
4+
"contributor": "",
5+
"description": "Adding new Accessor APIs for Amazon Managed Blockchain"
6+
}

services/managedblockchain/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+
"ListAccessors": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "Accessors"
8+
},
39
"ListInvitations": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",

0 commit comments

Comments
 (0)