Skip to content

Commit ba89fc3

Browse files
author
AWS
committed
Amazon VPC Lattice Update: Amazon VPC Lattice now supports custom domain name for resource configurations
1 parent 8b9d5b3 commit ba89fc3

File tree

3 files changed

+537
-29
lines changed

3 files changed

+537
-29
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 VPC Lattice",
4+
"contributor": "",
5+
"description": "Amazon VPC Lattice now supports custom domain name for resource configurations"
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "maxResults",
77
"result_key": "items"
88
},
9+
"ListDomainVerifications": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "items"
14+
},
915
"ListListeners": {
1016
"input_token": "nextToken",
1117
"output_token": "nextToken",

0 commit comments

Comments
 (0)