ec2: pricing api interface vpc endpoint duplicated #31911
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
InterfaceVpcEndpointAwsService('pricing.api')
enum duplicated.https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts#L518
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts#L520
These are added in #31882 and #31907.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
Only one
InterfaceVpcEndpointAwsService('pricing.api')
enum exists.Current Behavior
InterfaceVpcEndpointAwsService('pricing.api')
enum duplicated.Reproduction Steps
N/A
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
maybe not released yet
Framework Version
No response
Node.js Version
irrelevant
OS
irrelevant
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: