Skip to content

Commit 96e5236

Browse files
author
AWS
committed
AWS Certificate Manager Private Certificate Authority Update: Minor refactoring of C2J model for AWS Private CA
1 parent 3c96f8a commit 96e5236

File tree

4 files changed

+171
-174
lines changed

4 files changed

+171
-174
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 Certificate Manager Private Certificate Authority",
4+
"contributor": "",
5+
"description": "Minor refactoring of C2J model for AWS Private CA"
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"pagination": {
33
"ListCertificateAuthorities": {
44
"input_token": "NextToken",
5-
"limit_key": "MaxResults",
65
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
77
"result_key": "CertificateAuthorities"
88
},
99
"ListPermissions": {
1010
"input_token": "NextToken",
11-
"limit_key": "MaxResults",
1211
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
1313
"result_key": "Permissions"
1414
},
1515
"ListTags": {
1616
"input_token": "NextToken",
17-
"limit_key": "MaxResults",
1817
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
1919
"result_key": "Tags"
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)