Skip to content

Commit 7222671

Browse files
author
AWS
committed
Amazon AppConfig Update: Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.
1 parent cfacbd8 commit 7222671

File tree

3 files changed

+724
-9
lines changed

3 files changed

+724
-9
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 AppConfig",
4+
"contributor": "",
5+
"description": "Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"output_token": "NextToken",
2626
"limit_key": "MaxResults"
2727
},
28+
"ListExtensionAssociations": {
29+
"input_token": "NextToken",
30+
"output_token": "NextToken",
31+
"limit_key": "MaxResults"
32+
},
33+
"ListExtensions": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults"
37+
},
2838
"ListHostedConfigurationVersions": {
2939
"input_token": "NextToken",
3040
"output_token": "NextToken",

0 commit comments

Comments
 (0)