Skip to content

Commit 5380b7a

Browse files
authored
fix the static mapping
1 parent 762a60c commit 5380b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/@aws-cdk/enum-updater/lib/static-enum-mapping.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"VpcEndpointIpAddressType": {
158158
"cdk_path": "aws-cdk/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts",
159159
"sdk_service": "ec2",
160-
"sdk_enum_name": "DnsRecordIpType",
160+
"sdk_enum_name": "IpAddressType",
161161
"match_percentage": 1
162162
},
163163
"VpcEndpointDnsRecordIpType": {
@@ -1371,4 +1371,4 @@
13711371
"match_percentage": 1
13721372
}
13731373
}
1374-
}
1374+
}

0 commit comments

Comments
 (0)