Skip to content

Commit 2c659a5

Browse files
author
AWS
committed
AWS Certificate Manager Update: Adds support for searching for ACM certificates using the new SearchCertificates API.
1 parent ac2c516 commit 2c659a5

File tree

3 files changed

+639
-10
lines changed

3 files changed

+639
-10
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",
4+
"contributor": "",
5+
"description": "Adds support for searching for ACM certificates using the new SearchCertificates API."
6+
}

services/acm/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": "MaxItems",
77
"result_key": "CertificateSummaryList"
8+
},
9+
"SearchCertificates": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "Results"
814
}
915
}
1016
}

0 commit comments

Comments
 (0)