Skip to content

Commit 9034ec0

Browse files
author
AWS
committed
AWS Certificate Manager Update: Add support for file-based HTTP domain control validation, available through Amazon CloudFront.
1 parent f19cff6 commit 9034ec0

File tree

4 files changed

+141
-99
lines changed

4 files changed

+141
-99
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": "Add support for file-based HTTP domain control validation, available through Amazon CloudFront."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"pagination": {
33
"ListCertificates": {
44
"input_token": "NextToken",
5-
"limit_key": "MaxItems",
65
"output_token": "NextToken",
6+
"limit_key": "MaxItems",
77
"result_key": "CertificateSummaryList"
88
}
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)