File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/@aws-cdk/aws-ec2 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
297297 public static readonly STORAGE_GATEWAY = new InterfaceVpcEndpointAwsService ( 'storagegateway' ) ;
298298 public static readonly REKOGNITION = new InterfaceVpcEndpointAwsService ( 'rekognition' ) ;
299299 public static readonly REKOGNITION_FIPS = new InterfaceVpcEndpointAwsService ( 'rekognition-fips' ) ;
300+ public static readonly STEP_FUNCTIONS = new InterfaceVpcEndpointAwsService ( 'states' ) ;
300301
301302 /**
302303 * The name of the service.
Original file line number Diff line number Diff line change 231231 " docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.STORAGE_GATEWAY" ,
232232 " docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.REKOGNITION" ,
233233 " docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.REKOGNITION_FIPS" ,
234+ " docs-public-apis:@aws-cdk/aws-ec2.InterfaceVpcEndpointAwsService.STEP_FUNCTIONS" ,
234235 " docs-public-apis:@aws-cdk/aws-ec2.Port.toString" ,
235236 " docs-public-apis:@aws-cdk/aws-ec2.PrivateSubnet.fromPrivateSubnetAttributes" ,
236237 " docs-public-apis:@aws-cdk/aws-ec2.PublicSubnet.fromPublicSubnetAttributes" ,
You can’t perform that action at this time.
0 commit comments